Merge branch 'master' of https://git.gnus.org/gnus into tzz-auth-source-rewrite
[gnus] / lisp / ChangeLog
1 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2
3         * message.el (message-bury): Don't pop up a new window when selected
4         window is dedicated.
5
6 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7
8         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
9
10 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
11
12         * sieve-manage.el: Autoload `auth-source-search'.
13         (sieve-sasl-auth): Use it.
14
15 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16
17         * nnimap.el: Autoload `auth-source-forget+'.
18         (nnimap-open-connection-1): Use it if the connection fails.
19
20         * auth-source.el: Require `password-cache'.
21         (auth-source-hide-passwords, auth-source-cache): Remove and mark
22         obsolete.
23         (auth-source-magic): Marker for `password-cache' keys.
24         (auth-source-do-cache): Update docstring.
25         (auth-source-search): Use and check cache.
26         (auth-source-forget-all-cached, auth-source-remember)
27         (auth-source-recall, auth-source-forget, auth-source-forget+)
28         (auth-source-specmatchp): Caching support functions.
29         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
30         Remove and obsolete.
31         (auth-source-user-or-password): Remove caching to further discourage
32         using it.  Always hide passwords.
33
34         * password-cache.el (password-cache-remove): Accept secrets that are
35         not strings.
36
37 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
38
39         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
40         code for now, since it doesn't work for all users.
41
42 2011-02-09  Julien Danjou  <julien@danjou.info>
43
44         * message.el (message-options): Make message-options really buffer
45         local.
46
47 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
48
49         * mail-source.el: Autoload `auth-source-search'.
50         (mail-source-keyword-map): Note order matters.
51         (mail-source-set-1): Get all the mail-source source values and
52         defaults and search auth-source on those if needed.  This can all
53         probably be simplified.
54
55         * nnimap.el: Autoload `auth-source-search'.
56         (nnimap-credentials): Use it.
57         (nnimap-open-connection-1): Ask for the virtual server and physical
58         address in one shot.
59
60         * nntp.el: Autoload `auth-source-search'.
61         (nntp-send-authinfo): Use it.  Note TODO.
62
63 2011-02-08  Julien Danjou  <julien@danjou.info>
64
65         * shr.el (shr-tag-body): Add support for text attribute in body
66         markups.
67
68         * message.el (message-options): Make message-options a local variable.
69
70 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
71
72         * auth-source.el (auth-source-secrets-search)
73         (auth-source-user-or-password): Use `append' instead of `nconc'.
74         (auth-source-user-or-password): Build return list better and protect
75         against nil :secret.
76
77 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
78
79         * nnimap.el (nnimap-update-info): Refactor slightly.
80         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
81         (nnimap-update-info): Clean up slightly.
82         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
83         characters.
84         (nnimap-process-quirk): Rename function to avoid collision.
85         (nnimap-update-info): Fix macrology bug-out.
86         (nnimap-update-info): Simplify split history test.
87
88 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
89
90         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
91         `secrets-get-attributes' instead of `secrets-get-attribute'.
92         (auth-source-secrets-search): Limit search when `max' is greater than
93         number of results.
94
95 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
96
97         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
98         part not returning any data.
99
100         * proto-stream.el (open-protocol-stream): Document the return value.
101
102 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * auth-source.el (auth-source-secrets-search): Add examples.
105
106 2011-02-06  Julien Danjou  <julien@danjou.info>
107
108         * message.el (message-setup-1): Handle message-generate-headers-first
109         set to t.
110
111 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
112
113         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
114         API with a string "secrets:collection-name" and with 'default.
115         (auth-source-backend-parse): Parse "secrets:collection-name" and
116         'default.  Recurse on parses instead of repeating code.  Use the
117         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
118         message when ignoring a source.
119         (auth-source-search): List ignored search keys at the top level.
120         (auth-source-netrc-create): Use `case' instead of `cond'.
121         (auth-source-secrets-search): Created with TODOs.
122         (auth-source-secrets-create): Created with TODOs.
123         (auth-source-retrieve, auth-source-create, auth-source-delete)
124         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
125         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
126         (auth-source-user-or-password-sftp)
127         (auth-source-user-or-password-smtp): Removed.
128         (auth-source-user-or-password): Deprecated and modified to be a wrapper
129         around `auth-source-search'.  Not tested thoroughly.
130
131 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
132
133         * auth-source.el: Bring in assoc and eioeio libraries.
134         (secrets-enabled): New variable to track the status of the Secrets API.
135         (auth-source-backend): New EIOEIO class to represent a backend.
136         (auth-source-creation-defaults): New variable to set prompt defaults
137         during token creation (see the `auth-source-search' docstring for
138         details).
139         (auth-sources): Simplify to allow a simple string as a netrc backend
140         spec.
141         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
142         (auth-source-backend-parse-parameters): Fill in the backend parameters.
143         (auth-source-search): Main auth-source API entry point.
144         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
145         (auth-source-search-collection): Helper function for searching.
146         (auth-source-netrc-parse, auth-source-netrc-normalize)
147         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
148         Supports search, create, and delete.
149         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
150         backend stubs.
151         (auth-source-user-or-password): Call `auth-source-search' but it's not
152         ready yet.
153
154 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
155
156         * message.el (message-setup-1): Remove the read-only stuff, since it
157         doesn't work under XEmacs, for some reason.
158
159         * gnus-sum.el (gnus-user-date): Rename back from
160         gnus-summary-user-date since user code refers to it.
161
162         * shr.el (shr-render-td): Store the actual background colour used.
163
164         * message.el (message-setup-1): Don't bind the constant
165         -forbidden-properties.
166         (message-setup-1): Revert previous change, since it needs to bind the
167         props to insert them.
168         (message-resend): Allow removing the read-only separator line.
169
170 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
171
172         * nnimap.el (nnimap-request-accept-article): Give an error message if
173         the APPEND wasn't successful.
174
175 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
176
177         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
178         that have no groups.
179
180 2011-02-03  Julien Danjou  <julien@danjou.info>
181
182         * gnus-draft.el: Remove progn around gnus-draft-setup.
183
184 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-start.el (gnus-read-active-for-groups): This function is never
187         called with a nil `infos', so clean that up.
188         (gnus-get-unread-articles): Request active files from primary/secondary
189         methods that have no groups (yet).
190
191 2011-02-03  Julien Danjou  <julien@danjou.info>
192
193         * message.el (message-setup-1): Always generate References first.
194         (message-mail): Return the return value of message-setup, not always t.
195         (message-setup-1): Insert mail-header-separator with read-only and
196         intangible properties set.
197
198         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
199         user-date in docstring.
200
201         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
202
203         * gnus.el (gnus-summary-line-format): Mention &user-date format in
204         docstring.
205
206         * gnus.el (gnus-user-date-format-alist): Change default value. Use
207         defcustom, with type and group. Move from gnus-util.el. Rename to
208         gnus-summary-user-date-format-alist.
209
210 2011-02-03  Glenn Morris  <rgm@gnu.org>
211
212         * nnimap.el (gnus-fetch-headers): Declare.
213
214         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
215
216 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
217
218         * message.el (message-forward-make-body-digest-plain)
219         (message-followup, message-reply): Clean up things noted by Stefan.
220
221         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
222         gnus-article-update-date-headers is nil.
223         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
224         it didn't really work with defcustom.
225         (article-update-date-lapsed): Make sure the window start doesn't move,
226         either.
227
228 2011-02-01  Julien Danjou  <julien@danjou.info>
229
230         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
231         format.
232
233         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
234         standard in Emacs nowadays.
235
236         * color.el (color-gradient): Add a color-gradient function.
237
238 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
239
240         * message.el (message-expand-name): Don't trust the return value of
241         bbdb-complete-name.
242         (message-check-news-header-syntax): Remove unused var `start'.
243         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
244         (message-inhibit-body-encoding): Move to before first use.
245         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
246         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
247         (Organization, Message-ID, Date, mh-previous-window-config):
248         Defvar the vars using dynamic scoping.
249
250 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
251
252         * shr.el (shr-render-td): Only do colours at the final rendering.
253         Should be slightly faster.
254         (shr-insert-table): Fix up TD background colours when doing the
255         vertical padding.
256
257         * gnus-art.el (article-date-ut): Protect against articles with no Date
258         header.
259         (article-update-date-lapsed): Don't use current-column to find the
260         horizontal position.  It's fragile in the presence of \003 characters.
261
262         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
263
264 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-art.el (article-transform-date): Rewrite to still work when
267         there are several rfc2822 parts.
268         (article-transform-date): Fix infinite recursion.
269         (article-date-ut): Replace infinitely many Date headers with a single
270         one when called interactively.
271
272         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
273         secure manner.
274
275         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
276         move around by not using save-window-excursion.  It seems to work...
277
278 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * gnus-art.el (article-make-date-line): Work for user-defined format.
281
282 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
283
284         * nntp.el (nntp-retrieve-group-data-early)
285         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
286         fetching functions.
287
288         * gnus-start.el (gnus-read-active-for-groups): Read the active files
289         thoroughly for all backends that have no known groups.  This should
290         allow new nnml methods to retrieve mail.
291
292         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
293         that Gnus doesn't know exists again.
294
295         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
296         (gnus-treat-date-ut): Ditto.
297         (gnus-article-update-date-header): Renamed.
298         (gnus-treat-date-local): Removed.
299         (gnus-treat-date-english): Removed.
300         (gnus-treat-date-lapsed): Removed.
301         (gnus-treat-date-combined-lapsed): Removed.
302         (gnus-treat-date-original): Removed.
303         (gnus-treat-date-iso8601): Removed.
304         (gnus-treat-date-user-defined): Removed.
305         (gnus-article-date-headers): New variable to control all the date
306         header options.
307         (article-date-ut): Rewrite to allow using the new way to format date
308         headers(s).
309
310 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
311
312         * nnmail.el (nnmail-article-group): Check for a direct fancy split
313         method.
314         (nnmail-article-group): A better test for fanciness.
315
316         * nnimap.el (nnimap-request-head): Protect against not finding the
317         article by Message-ID.
318
319 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
320
321         * gnus-art.el (article-update-date-lapsed): Try a better way to really
322         keep point at the "same place".
323
324 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
325
326         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
327         data if the group is unactivated.
328
329 2011-01-28  Julien Danjou  <julien@danjou.info>
330
331         * gnus-win.el: Remove dead function gnus-window-configuration-element.
332         (gnus-all-windows-visible-p): Remove old compatibility code.
333         (gnus-window-top-edge): Add docstring.
334
335         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
336
337 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
338
339         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
340         older request-update-info.
341
342         * gnus-art.el (article-make-date-line): Limit the length a bit more.
343
344 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
345
346         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
347         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
348
349 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
350
351         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
352         groups.  This makes the nndraft:queue group pop up if it's not already
353         there.
354
355         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
356         messages" logic, which was reversed.
357
358         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
359         the "same place" even if point is on the line being replaced.
360         (article-update-date-lapsed): Allow updating both the combined lapsed
361         and the lapsed headers.
362         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
363         (article-make-date-line): Limit the number of segments dynamically to
364         avoid too-long lines.
365
366 2011-01-27  Julien Danjou  <julien@danjou.info>
367
368         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
369         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
370
371 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
374         Use plist-get instead of the cl function getf.
375
376 2011-01-27  Glenn Morris  <rgm@gnu.org>
377
378         * gnus-util.el (float-time): Get rid of compiler warning, again.
379
380 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
381
382         * shr.el (shr-put-color): Special-case background colours: Do put them
383         at the blank parts at the front of the lines.
384
385         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
386         exit hook to nix out all data on readedness on group exit.
387
388         * gnus-util.el (float-time): If float-time is bound, always use it on
389         all Emacsen.  It's unclear why the subrp check was there.
390         (time-date): Require to make some autoload issues on XEmacs go away.
391
392         * shr.el (shr-put-color): Don't do the box padding in tables, since
393         they're already padded.
394
395 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
396
397         * gnus-art.el (gnus-article-next-page): When the last line of the
398         article is displayed, scroll down once more instead of going to the
399         next article at once.
400         (article-lapsed-string): Refactor out and allow specifying how many
401         segments you want.
402         (gnus-article-setup-buffer): Start updating the lapsed header directly.
403         (gnus-article-update-lapsed-header): New variable.
404
405         * shr.el: Revert change that made headings use different-sized faces.
406         The Emacs display engine isn't advanced enough that, for instance,
407         tables can comfortably use differntly-sized faces.
408
409 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
410
411         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
412         used.
413         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
414         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
415         we're using an encrypted connection.
416
417         * proto-stream.el: Alter the interface functions to also return the
418         actual stream type used: network or tls.
419
420 2011-01-25  Julien Danjou  <julien@danjou.info>
421
422         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
423         (mm-display-javascript-inline): New function.
424
425         * mm-decode.el (mm-inline-media-tests): Add application/javascript
426         viewing function.
427
428 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * shr.el (shr-expand-newlines): Fix variable name.
431
432 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
433
434         * shr.el (shr-expand-newlines): Make nested boxes work.
435
436 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
437
438         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
439         backgrounds.
440         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
441         in a more sensible manner.
442
443 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
444
445         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
446         if EPG is loaded.
447
448 2011-01-24  Julien Danjou  <julien@danjou.info>
449
450         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
451         tags.
452
453 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
454
455         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
456         commands.
457
458         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
459         in the article buffer.
460         (gnus-gravatar-insert): Use blank space from the current buffer to
461         avoid breaking text properties.  This makes X-Sent updating work again.
462
463         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
464
465 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
466
467         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
468         fix the bug in url-http.el instead.
469
470         * shr.el (shr-image-fetched): Ditto.
471
472         * shr.el (shr-image-fetched): Avoid having point move in the article
473         buffer.
474
475         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
476         buffer after being called.  It's apparently being killed by url.el, and
477         killing it made point move to end-of-buffer in a random buffer.
478
479         * shr.el (shr-image-fetched): Ditto.
480
481 2011-01-23  Julien Danjou  <julien@danjou.info>
482
483         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
484
485         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
486         text/x-org.
487
488 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-sum.el (gnus-summary-move-article): Protect against backends
491         (i.e., nnimap) returning nil as the article number.
492
493 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
494
495         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
496         "DelSp" parameter in RFC3676.
497
498 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
499
500         * message.el (message-check-recipients): Display the encoded version of
501         the bogus address if they differ.
502
503         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
504         after sending.
505
506         * gnus-agent.el (gnus-agent-send-mail): Ditto.
507
508         * gnus-group.el (gnus-group-refresh-group): New convenience function.
509
510         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
511         group buffer after sending the queue.
512
513         * gnus-agent.el (gnus-agent-send-mail): Ditto.
514
515 2011-01-22  Julien Danjou  <julien@danjou.info>
516
517         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
518
519 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
520
521         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
522         nested related parts.
523
524         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
525         unexpired articles.  This fixes the regression that led expiry marks to
526         disappear from nnfolder groups.
527
528 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
529
530         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
531         Don't confuse the "ret" of "retrograde" with RET.
532
533 2011-01-21  Julien Danjou  <julien@danjou.info>
534
535         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
536         than mm-insert-inline.
537
538 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
541         Widen article buffer.
542
543 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
544
545         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
546         the temp buffer.
547         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
548
549 2011-01-20  Julien Danjou  <julien@danjou.info>
550
551         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
552
553         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
554         than mm-insert-inline to insert inline part: this respect
555         mm-inline-media-tests displayers.
556
557         * mm-view.el (mm-display-shell-script-inline): New function.
558
559         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
560
561         * mm-uu.el (mm-uu-type-alist): Add org block.
562         (mm-uu-org-src-code-block-extract): New function.
563
564         * mm-view.el (mm-display-org-inline): New function.
565
566         * mm-decode.el (mm-automatic-display): Add text/org.
567
568         * mailcap.el (mailcap-mime-extensions): Add .org.
569
570 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-art.el (gnus-article-highlight): Remove argument passed to
573         gnus-article-add-buttons.
574
575 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
576
577         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
578         From header with a date and "nobody" as the sender.
579
580 2011-01-19  Julien Danjou  <julien@danjou.info>
581
582         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
583         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
584         if you have the same regexp several times.
585         (gnus-button-push): Fix matching when regexp is symbol.
586
587 2011-01-15  Glenn Morris  <rgm@gnu.org>
588
589         * message.el (message-mail): A compose-mail function should
590         accept headers as strings.
591
592 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
593
594         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
595         Add :vert-only tags.
596         (message-mail): New arg RETURN-ACTION.
597         (message-return-action): New var.
598         (message-bury): Use it.
599         (message-mode): Make it buffer-local.
600         (message-send-and-exit): Always call message-bury.
601
602         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
603         message-mail.
604
605 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * nnimap.el (nnimap-convert-partial-article): Protect against
608         zero-length body parts.
609
610         * mm-decode.el (mm-preferred-alternative-precedence):
611         Discourage showing empty parts.
612
613         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
614         and stuff if the backend didn't return the article number.  This fixes
615         an Exchange-related nnimap bug.
616
617         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
618         group window, because it does the wrong thing when a separate frame
619         displays the group buffer.
620
621         * proto-stream.el (open-protocol-stream): Protect against the low-level
622         transport functions returning nil.
623
624 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
625
626         * mml2015.el (epg-sub-key-fingerprint): Autoload.
627         (mml2015-epg-find-usable-secret-key): New function.
628         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
629         mml2015-epg-find-usable-key (Bug#7797).
630         (mml2015-epg-encrypt): Ditto.
631
632 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * dgnushack.el (rot13-string): Fix the way to get the argument.
635
636 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
639
640 2011-01-03  Glenn Morris  <rgm@gnu.org>
641
642         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
643
644         * sieve.el (sieve-open-server): Give a more explicit error if
645         sieve-manage-open returns nil.  (Bug#7720)
646
647 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
648
649         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
650
651 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
654         This avoids sending passwords in plain text over non-encrypted
655         channels.
656
657         * shr.el (shr-rescale-image): Display all GIF images as animated images.
658
659         * nnimap.el (nnimap-login): Refactored out into own function, and
660         implement CRAM-MD5.
661         (nnimap-wait-for-line): Refactored out.
662
663         * mm-view.el (mml-smime): Require.
664
665 2010-12-20  David Engster  <deng@eml.cc>
666
667         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
668         use EPG to decrypt S/MIME messages instead of openssl.
669
670 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
673
674         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
675         status is the group clearly is unreachable.
676
677         * auth-source.el (auth-source-create): Add the optional second
678         parameter to `local-variable-p' to be compatible with XEmacs.
679
680 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
681
682         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
683         work when using a compressed nnml folder.
684
685 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
688         backends after sanitising on entry, because this never makes sense:
689         If the articles have gone missing, then the data no longer exists on
690         the backend, and if they haven't, then Gnus is wrong, and shouldn't
691         overwrite anything anyway.
692
693         * shr.el (shr-insert-document): Bind shr-width dynamically to
694         window-width if it's nil.
695
696 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
697
698         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
699         with the meaning of using the full emacs window width for rendering.
700
701 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
702
703         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
704         case when sender is not given.
705
706 2010-12-23  Julien Danjou  <julien@danjou.info>
707
708         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
709         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
710         the addresses, otherwise we might misplaced the gravatar.
711
712 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
713
714         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
715         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
716         obsolete in Emacs.
717
718 2010-12-20  Julien Danjou  <julien@danjou.info>
719
720         * gnus-util.el (gnus-rescale-image): Revert last change.
721
722 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
723
724         * binhex.el: Improve commentary (Bug#7482).
725
726 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus-group.el (gnus-group-delete-articles): New command.
729
730 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
731
732         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
733
734 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
737         here, since it's up to the backends to do CRLF removal if their
738         protocol has it.
739
740         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
741
742 2010-12-17  Julien Danjou  <julien@danjou.info>
743
744         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
745         they are from file. Can also scale up.
746
747 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
748
749         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
750         gnus-use-agent.
751         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
752
753         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
754
755 2010-12-17  Julien Danjou  <julien@danjou.info>
756
757         * gravatar.el (gravatar-retrieve-synchronously): New function.
758         (gravatar-get-data): Make more robust.
759
760 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
763
764 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
767         to really consider the last line.
768
769 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
770
771         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
772         list of recipient keys, or use symmetric encryption if not a list.
773         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
774         EPA override, replacing the call to `netrc-store-data'.
775
776 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
777
778         * gnus-srvr.el: Avoid passing nil regexp argument to
779         delete-matching-lines.
780
781 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
784         fetching stops when Gnus exits.
785
786         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
787         function.
788         (nnfolder-request-expire-articles): Save all the buffers after doing
789         expiry.
790
791         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
792         the last article", since that led to serious performance regressions
793         when expiring nnml groups.
794
795 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
796
797         * nnir.el: Improve customizations.
798
799 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
800
801         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
802
803         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
804         group has been killed.
805         (gnus-group-yank-group): Ditto.
806
807         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
808
809         * nnimap.el (nnimap-request-update-group-status): New function.
810
811         * gnus-int.el (gnus-request-update-group-status): New interface
812         function.
813
814         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
815         copying read-ness to the backends.
816
817         * nnimap.el (nnimap-quirk): New function.
818         (nnimap-retrieve-group-data-early): Use it.
819         (nnimap-quirks): New alist.
820
821 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * shr.el (shr-insert): Set shr-start after deleting trailing space;
824         don't delete it within indentation.
825
826 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
829         previous line.
830
831 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
834         QRESYNC command by deleting a superfluous space which broke Cyrus
835         servers.  This change will break other servers that are buggy the other
836         way around.
837
838 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
839
840         * spam.el: Reindent and fix long lines.
841         (spam-copy-or-move-routine): Exclude invalid move destinations.
842
843 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
844
845         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
846         installed the registry.
847
848 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
851
852 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
853
854         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
855         groupname doesn't contain "gmane".
856
857 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
860         and netrc-bound-and-true-p bindings.
861         (netrc-parse): Cache the netrc contents.
862
863         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
864         (gnus-1): Don't create the nndrafts group twice.
865         (gnus-setup-news): There's no need to read the active file here, since
866         that's done again later on a per-backend basis.
867         (gnus-start-draft-setup): Make sure that the new group is started out
868         empty.
869
870         * gnus-agent.el (gnus-agentize): Don't create the queue group
871         automatically on startup.  It'll be created later, if needed.
872
873         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
874         of automatically subscribed groups.
875         (gnus-auto-subscribed-categories): New variable.
876         (gnus-matches-options-n): Use it.
877         (gnus-default-subscribed-newsgroups): Remove unused variable.
878         (gnus-start-draft-setup): Message a bit less.
879
880 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
881
882         * nnir.el (nnir-run-imap): Return article list in order of increasing
883         UID.
884
885 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-sum.el (gnus-summary-enter-digest-group):
888         Mention gnus-auto-select-on-ephemeral-exit.
889
890         * proto-stream.el (proto-stream-open-network-only): Fix the calling
891         convention of the network-only option.
892
893 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * proto-stream.el (proto-stream-open-network-only): New function to
896         have a way to specify non-STARTTLS upgrade connections.
897
898 2010-12-10  Julien Danjou  <julien@danjou.info>
899
900         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
901         email address is nil.
902
903         * message.el (message-bogus-recipient-p): Set address to "" if nil.
904
905 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
906
907         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
908         deletion.
909         (nnir-run-imap): Only need to parse list once.
910
911 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * shr.el (shr-tag-script): Ignore <script>.
914         (shr-tag-label): Add <label> support.
915
916 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
919
920         * shr.el (shr-image-displayer): Work for images lined side by side.
921
922 2010-12-08  Robert Pluim  <rpluim@gmail.com>
923
924         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
925         parameter, since XEmacs doesn't accept t as a parameter.
926
927 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
928
929         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
930         ids.
931         (nnir-run-gmane): Simplify groupspec formatting.
932         (nnir-request-expire-articles): New function.
933
934 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
937         overflow, possibly.
938
939         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
940         (shr-render-td): Handle td style="" better.
941         (shr-tag-table): Use the color from the style sheet.
942         (shr-render-td): Make sure we copy over all the overlays, too.
943
944 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
945
946         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
947         (nnir-request-article): Improve article retrieval.
948
949 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * mm-util.el (mm-extra-numeric-entities): New variable.
952
953         * mm-url.el (mm-url-decode-entities):
954         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
955
956         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
957
958 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
959
960         * message.el: Use completion-at-point.
961         (message-completion-function): New fun, extracted from message-tab.
962         (message-mode): Use it for completion-at-point-functions.
963         (message-tab): Use it and completion-at-point.
964
965 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
968         character if a non-breakable character follows.
969
970 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
973         any stream.
974
975         * shr.el (shr-tag-font): Colorize the region.
976         (shr-tag-body): Ditto.
977         (shr-tag-font): Actually let the styles be inherited instead of
978         overwriting them.
979         (shr-tag-font): Get the background color right.
980         (shr-tag-style): Ignore all <style> tags for the moment.
981
982         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
983         a Message-ID to avoid having nnimap depend on gnus-sum.
984
985         * shr.el (shr-descend): Only colorize something if we have a node that
986         sets colors.
987
988 2010-12-06  Julien Danjou  <julien@danjou.info>
989
990         * shr.el (shr-render-td): Render td content with shr-descend, so style
991         will be applied to <td> too.
992         (shr-colorize-region): Colorize region even if we only have a background.
993         (shr-tag-body): Fix color and background color inheritance.
994         Do not recolorize after shr-generic.
995         (shr-tag-font): Let shr-generic colorize via inheritance.
996
997 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1000
1001 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1002
1003         * nnir.el (nnir-request-move-article): Remove obsolete code.
1004
1005 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1008
1009 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * gnus-sum.el (gnus-summary-respool-article): The completion function
1012         expects a list instead of an alist.
1013
1014         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1015         string as the parameter.
1016
1017         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1018
1019         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1020         styles.
1021         (shr-colorize-region): New function.
1022         (shr-insert-background-overlay): Remove.
1023         (shr-render-td): Background setting should be taken care of on a higher
1024         level.
1025         (shr-tag-body): Use post-hoc colorizations.
1026         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1027         (shr-put-color-1): Don't overwrite old colors.
1028         (shr-colorize-region): When the background color isn't explicit, use
1029         a fixed background.
1030
1031         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1032         nnmail variables.
1033
1034 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1035
1036         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1037         unless necessary.
1038
1039 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1040
1041         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1042         server.
1043
1044 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1047         so that TAB works.
1048
1049         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1050         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1051
1052         * shr.el (shr-urlify): Show the URL before the title to avoid
1053         misleading URLs.
1054
1055 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1056
1057         * shr.el (shr-urlify): Display the title in <a> tags.
1058
1059 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1060
1061         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1062
1063 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1064
1065         * nnir.el: Rearrange code to allow macros to be autoloaded by
1066         gnus-sum.el.
1067         (nnir-retrieve-headers-override-function): Make this variable
1068         customizable.
1069         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1070
1071         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1072         from nnir.el.
1073
1074 2010-12-03  Julien Danjou  <julien@danjou.info>
1075
1076         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1077
1078 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1081         allow optional argument `environment'.
1082
1083 2010-12-03  Glenn Morris  <rgm@gnu.org>
1084
1085         * mm-extern.el (message-goto-body): Update declaration.
1086
1087 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * gnus-util.el (gnus-macroexpand-all): New function.
1090
1091         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1092         instead of macroexpand-all that is unavailable in XEmacs.
1093
1094 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1095
1096         * nnir.el (nnir-summary-line-format): New variable.
1097         (nnir-mode): Use it.
1098         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1099         (nnir-article-ids): Reimplement as defsubst.
1100         (nnir-retrieve-headers): Don't mangle the subject header.
1101         (nnir-run-imap): Use 100 as RSV score.
1102         (nnir-run-find-grep): Fix for full server searching.
1103         (nnir-run-gmane): Better restriction to gmane groups.
1104
1105         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1106         summary buffers.
1107
1108 2010-12-02  Julien Danjou  <julien@danjou.info>
1109
1110         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1111
1112         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1113
1114         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1115         support.
1116
1117 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1118
1119         * nnir.el: Update to handle the registry better.
1120         (autoload): Silence byte-compiler.
1121         (nnir-open-server): Add a hook for nnir groups.
1122         (nnir-request-move-article): Don't mangle the header. Better to use
1123         formating variables (which will be added in the future).
1124         (nnir-registry-action): Update the registry using the original article
1125         group name.
1126         (nnir-mode): Install nnir-specific hooks for updating the registry.
1127
1128         * gnus-sum.el
1129         (gnus-article-original-subject,gnus-newsgroup-original-name):
1130         Remove obsolete variables.
1131         (gnus-summary-move-article): Remove use of obsolete variables.
1132         (gnus-summary-local-variables): Make move and delete hooks local to
1133         summary buffers.
1134
1135 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * rtree.el: New file.
1138
1139 2010-12-01  Julien Danjou  <julien@danjou.info>
1140
1141         * message.el (message-user-organization): Do not use
1142         gnus-local-organization.
1143
1144         * gnus.el: Remove gnus-local-organization.
1145
1146         * gnus-msg.el: Remove nastygram thing.
1147
1148 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1149
1150         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1151         funcall.
1152
1153 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1156         names.
1157
1158         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1159         characters.
1160
1161         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1162         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1163         Suggested by Štěpán Němec <stepnem@gmail.com>.
1164         (gnus-gravatar-transform-address): Use mail-extract-address-components
1165         that supports non-ASCII names rather than mail-header-parse-addresses.
1166
1167 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * proto-stream.el (open-protocol-stream): All starttls connections are
1170         handled by the network handler.
1171
1172 2010-11-30  Julien Danjou  <julien@danjou.info>
1173
1174         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1175         (nnimap-open-connection-1): Fix PREAUTH.
1176
1177         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1178
1179 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1182         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1183         (shr-insert): Use them.
1184         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1185
1186 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1187
1188         * nnir.el (nnir-request-move-article): Bail out if original group
1189         doesn't support article moves.
1190         (nnir-get-active): Improve active list retrieval.
1191
1192 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1195
1196 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1197
1198         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1199         seem to accept strings-with-numbers as port numbers,
1200
1201 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1202
1203         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1204         change the registry.
1205
1206 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1209         delete-dups that is not available in XEmacs 21.4.
1210
1211         * mm-util.el (mm-delete-duplicates): Add comment.
1212
1213 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1214
1215         * nnir.el (nnir-ignored-newsgroups): New variable.
1216         (nnir-get-active): Use it.
1217
1218 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * proto-stream.el (proto-stream-open-network): Add some comments.
1221
1222         * nntp.el (nntp-open-connection): Provide a :success condition.
1223
1224         * nnimap.el (nnimap-open-connection-1): Ditto.
1225
1226         * proto-stream.el (proto-stream-open-network): See what the response to
1227         the STARTTLS command is.
1228
1229         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1230         backwards compatibility).
1231         (nnimap-open-connection-1): Really respect nnimap-server-port.
1232
1233         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1234         TLS upgrades we don't really care about the identity of the peer.
1235         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1236         that what we've checked for.
1237         (proto-stream-always-use-starttls): Only default to t if
1238         open-gnutls-stream exists.
1239         (proto-stream-open-network): If STARTTLS failed, then just open a
1240         normal connection.
1241         (proto-stream-open-network): Wait until the greeting before doing
1242         STARTTLS.
1243
1244         * nntp.el (nntp-open-connection): Report what the connection error is.
1245
1246         * proto-stream.el (open-protocol-stream): Rename from
1247         open-proto-stream.
1248
1249 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * nnimap.el (nnimap-stream): Change default to `undecided'.
1252         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1253         first, and then network.
1254         (nnimap-open-connection-1): Respect nnimap-server-port.
1255         (nnimap-open-connection): Be more backwards-compatible.
1256
1257         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1258         (proto-stream-open-starttls): De-duplicate the starttls code.
1259         (proto-stream-open-starttls): Folded back into the main function.
1260         (proto-stream-open-network): Fix typo in the gnutls path.
1261         (proto-stream-command): Refactor out.
1262
1263         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1264
1265         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1266         starttls.el STARTTLS.
1267
1268         * color.el (color-lab->srgb): Fix function call name.
1269
1270         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1271         if we're using tls.el.
1272         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1273         built in, then don't try to establish a STARTTLS connection.
1274
1275         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1276         servers.
1277
1278         * proto-stream.el (open-proto-stream): Use network, not stream.
1279         (open-proto-stream): Add a way to specify what the end of a command is.
1280
1281         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1282         connections types.
1283         (nntp-open-network-stream): Remove.
1284         (nntp-open-ssl-stream): Remove.
1285         (nntp-open-tls-stream): Remove.
1286         (nntp-ssl-program): Remove.
1287
1288         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1289
1290 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1291
1292         * nnir.el: Fix typos.
1293         (nnir-retrieve-headers-override-function): Rename variable to reflect
1294         new semantics.
1295         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1296         macros.
1297         (nnir-request-article, nnir-request-move-article): Use them.
1298         (nnir-categorize): New function.
1299         (nnir-run-query): Use it.
1300         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1301         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1302         sorted.
1303         (nnir-group-full-name): Use gnus-group-full-name instead.
1304         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1305         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1306
1307 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1310
1311         * proto-stream.el: New library to provide protocol-specific
1312         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1313         protocols.
1314         (open-proto-stream): Complete the documentation.
1315         (proto-stream-open-network): Fix some typos.
1316
1317         * nnimap.el (nnimap-open-connection): Use it.
1318
1319 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1320
1321         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1322         negotiation.
1323
1324 2010-11-26  Julien Danjou  <julien@danjou.info>
1325
1326         * color.el: Rename various rgb functions to srgb.
1327
1328 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1331         names.
1332
1333 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * shr.el (shr-insert): Revert last change.
1336         (shr-find-fill-point): Never leave point being at bol;
1337         relax the kinsoku limitation when rendering tables.
1338
1339 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1342         results from -accept-article.
1343
1344         * shr-color.el: Require cl when compiling.
1345
1346         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1347         checkin.
1348
1349         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1350
1351         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1352
1353         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1354         'add and 'delete to set backend marks.
1355
1356         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1357
1358         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1359
1360         * nntp.el (nntp-request-set-mark): Use it.
1361
1362         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1363
1364         * nnml.el (nnml-request-set-mark): Ditto.
1365
1366         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1367         introduces regressions in article selection.
1368         (nnimap-find-uid-response): New function.
1369         (nnimap-request-accept-article): Use the UID returned, if any.
1370         (nnimap-request-move-article): Use the UID returned, if any.
1371         (nnimap-get-groups): Reimplement to work with folded lines.
1372         (nnimap-find-uid-response): The UID is the last element in the list.
1373         (nnimap-request-set-mark): Extend syntax with 'set.
1374
1375         * nnml.el (nnml-request-set-mark): Ditto.
1376
1377         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1378
1379         * nntp.el (nntp-request-set-mark): Ditto.
1380
1381 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * message.el (message-called-interactively-p): A temporary macro.
1384         (message-goto-body): Use it temporarily.
1385
1386 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1389         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1390         (nnimap-last-response-string): Fix last unfolding fix.
1391
1392 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * shr.el (shr-insert): Fix the way to fold lines.
1395
1396 2010-11-25  Julien Danjou  <julien@danjou.info>
1397
1398         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1399
1400         * color.el: Rename from color-lab.el
1401         (color-rgb->hex): Add.
1402         (color-complement): Add.
1403         (color-complement-hex): Add.
1404
1405         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1406
1407 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1410         don't exist.
1411
1412 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1415         assuming that article displaying or another mml-preview may be
1416         interrupted for an error or for the like.
1417
1418         * shr.el (shr-get-background): Fix argument name.
1419
1420 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1423
1424         * gnus-sum.el (gnus-summary-include-articles): New function.
1425
1426         * message.el (message-goto-body): called-interactively-p needs a
1427         parameter, so use `any'.
1428
1429         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1430         clear marks before moving, since they're synced from the Gnus side
1431         first.
1432
1433         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1434         (gnus-summary-move-article): Copy over all marks before moving, so that
1435         IMAP doesn't think a new article has arrived.
1436
1437 2010-11-24  Julien Danjou  <julien@danjou.info>
1438
1439         * shr.el (shr-insert-background-overlay): Fix typo.
1440         (shr-render-td): Copy the background before rendering.
1441
1442         * shr-color.el (shr-color-visible): Fix docstring.
1443
1444         * shr.el (shr-tag-table): Add bgcolor support.
1445         (shr-render-td): Add bgcolor support.
1446         (shr-get-background): Add.
1447         (shr-insert-foreground-overlay): Use shr-get-background.
1448
1449         * message.el (message-goto-body): Use called-interactively-p.
1450         (message-in-body-p): message-goto-body returns point.
1451
1452 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1455         Fixes something or other in Emacs 23, and is backwards compatible.
1456
1457         * message.el (message-goto-body): Remove the <#secure special-casing,
1458         which is too special.
1459
1460         * shr.el (shr-parse-style): Drop !important from styles.
1461
1462 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1463
1464         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1465         this function to return incorrect results when calling it with an
1466         explicit article argument different from
1467         (gnus-summary-article-number).
1468
1469 2010-11-24  Julien Danjou  <julien@danjou.info>
1470
1471         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1472         (shr-tag-body): Add background support.
1473         (shr-descend): Add background support.
1474         (shr-tag-title): Add.
1475
1476         * shr-color.el (shr-color-visible): Really return original background
1477         if fixed.
1478
1479 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * shr.el (shr-color-check): Protect against non-existant colour names.
1482
1483 2010-11-24  Julien Danjou  <julien@danjou.info>
1484
1485         * color-lab.el: Require 'cl when compiling.
1486
1487         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1488
1489         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1490         matched part.
1491
1492         * color-lab.el: Fix all expt calls to use float type.
1493
1494 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1497         expression to shr-color-check as is.
1498
1499         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1500
1501         * color-lab.el: Add coding cookie.
1502         (float-pi): Use eval-and-compile.
1503
1504         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1505         compiled for Emacsen having no `libxml-parse-html-region' support.
1506
1507 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * shr.el (shr-insert-color-overlay): Split stuff like
1510         "#444444 !important" to find the real colour.
1511         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1512         parse <font color="red"> entries.
1513
1514 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1515
1516         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1517         point when parsing headers.
1518
1519         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1520         is positioned properly when parsing headers.
1521
1522 2010-11-23  Julien Danjou  <julien@danjou.info>
1523
1524         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1525
1526         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1527
1528         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1529
1530         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1531         Use shr-color-hue-to-rgb.
1532         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1533
1534 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * shr.el (shr-color->hexadecimal): Autoload.
1537         (shr-descend): Add color to all tags.
1538
1539 2010-11-22  Julien Danjou  <julien@danjou.info>
1540
1541         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1542         shr-color->hexadecimal.
1543
1544         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1545         RGB() or HSL() color representation.
1546
1547         * shr.el (shr-tag-font): Add.
1548         (shr-tag-color-check): New function to get better colors.
1549         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1550         tag-span.
1551
1552         * shr-color.el: New file.
1553
1554         * color-lab.el: New file.
1555
1556         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1557
1558 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1559
1560         * nnir.el: Fix typo in comments.
1561         (nnir-run-imap): Simplify code. No need to reverse artlist.
1562         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1563
1564 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1567
1568         * nnimap.el (nnimap-get-capabilities): Refactor out.
1569         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1570
1571 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1572
1573         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1574         appearing when `mm-uu-hide-markers' is nil.
1575
1576 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * nnimap.el (nnimap-unselect-group): Make into its own function.
1579         (nnimap-request-rename-group): Unselect group before renaming.
1580         This had gotten lost somewhere.
1581         (nnimap-request-accept-article): Keep track of examined groups, and
1582         unselect the group before APPENDing to read-only groups.
1583         (nnimap-request-move-article): Clear flags before moving so that they
1584         can be re-set later.
1585
1586 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1589         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1590
1591 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * gnus-art.el (gnus-mime-display-single)
1594         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1595         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1596         parameter.
1597
1598 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1601         (shr-table-vertical-line): New variable.
1602         (shr-insert-table): Use it.
1603
1604 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-html.el (gnus-html-wash-images): Don't display images if
1607         gnus-inhibit-images is non-nil; register displayer for cid images.
1608         (gnus-html-display-image): Work for cid image.
1609         (gnus-html-insert-image): Allow arguments.
1610         (gnus-html-put-image): Inhibit read-only.
1611         (gnus-html-prefetch-images): Don't prefetch images if
1612         gnus-inhibit-images is non-nil.
1613
1614 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * shr.el (shr-put-image): Break lines when inserting big pictures.
1617
1618 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1619
1620         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1621         sender, thanks Katsumi Yamaoka.
1622
1623 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1624
1625         * nnir.el (nnir-run-imap): Reverse the article list for each group
1626         rather than the whole list.
1627
1628 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * shr.el (shr-image-displayer): Protect function against non-existent
1631         image source.
1632
1633         * gnus-art.el (gnus-inhibit-images): New user option.
1634         (gnus-mime-display-single): Don't display image if it is non-nil.
1635
1636         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1637         gnus-inhibit-images.
1638
1639         * shr.el (shr-image-displayer): New function.
1640         (shr-tag-img): Use it.
1641
1642 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1643
1644         * mml2015.el (mml2015-epg-sign): Use From header.
1645
1646 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1649
1650         * gnus-util.el (gnus-find-text-property-region): Return markers.
1651
1652         * shr.el (shr-tag-img): Put a displayer in the text property.
1653
1654         * gnus-util.el (gnus-find-text-property-region): New utility function.
1655
1656         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1657         (gnus-html-show-images): Remove.
1658
1659         * gnus-art.el (gnus-article-show-images): New, more general function.
1660
1661         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1662         image url text properties.
1663
1664         * shr.el: Ditto.
1665
1666         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1667         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1668
1669 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1672         work for two or more articles.
1673
1674 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1677         divide an image that's in an html article to two or more when washing
1678         non-ASCII characters in alt text of it.
1679
1680 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1683         smime-decrypt-region using function argument.
1684         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1685
1686         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1687
1688         * smime.el (smime-decrypt-region): Catch it.
1689
1690 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1691
1692         * smime.el (smime-mode-map): Move initialization into declaration.
1693         (gnus-run-mode-hooks): Don't autoload.
1694         (smime-mode): Use define-derived-mode.
1695
1696 2010-11-11  Glenn Morris  <rgm@gnu.org>
1697
1698         * smime.el (from): Restrict declaration to XEmacs.
1699
1700         * nnir.el (gnus-group-topic-name): Autoload.
1701
1702 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * shr.el (shr-insert): Don't break long line if it is because of
1705         kinsoku-bol characters in the line end.
1706
1707 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1708
1709         * nnir.el (nnir-request-move-article): Fix to provide original group
1710         and subject.
1711         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1712         been retrieved.
1713
1714         * gnus-sum.el (gnus-summary-move-article): Use original group and
1715         subject for virtual articles such as those in an nnir summary buffer.
1716
1717 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1720         least 21.5).
1721
1722         * smime.el (from): Declare it again for XEmacs.
1723
1724 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * message.el (message-resend): Don't disable encoding unless it's
1727         already encoded.
1728
1729         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1730         low-numbered articles.
1731
1732 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * rfc2047.el (rfc2047-syntax-table): Simplify.
1735
1736         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1737
1738         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1739         set-char-table-range for XEmacs.
1740
1741 2010-11-10  Glenn Morris  <rgm@gnu.org>
1742
1743         * time-date.el (time-to-seconds): Always an alias on Emacs,
1744         never a real function.
1745         (with-no-warnings): Remove compat stub, now unused.
1746         (time-less-p): Doc fix.
1747         (time-to-number-of-days): Simplify.
1748
1749         * smime.el (from): Remove unused declaration.
1750
1751         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1752         (gnus-float-time): On Emacs, always an alias.
1753
1754         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1755         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1756
1757 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * dgnushack.el: Don't use ignore-errors in the top level form since it
1760         is unavailable in XEmacs even if cl is loaded.
1761
1762         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1763
1764 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * shr.el (browse-url-mailto): Autoload.
1767
1768         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1769
1770         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1771         regexp doesn't need quoting.
1772
1773 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1774
1775         * message.el (message-subject-trailing-was-ask-regexp)
1776         (message-subject-trailing-was-regexp): Match was: in addition to was.
1777
1778 2010-11-09  Glenn Morris  <rgm@gnu.org>
1779
1780         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1781         (nnbabyl-check-mbox): Use point-at-bol.
1782
1783 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1786
1787         * message.el (message-mailto): New function.
1788         (message-mailto): Should accept other parameters.
1789         (message-mailto): Remove since it duplicates browse-url-mailto
1790         functionality.
1791
1792 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1795         methods.
1796         (gnus-read-active-file): Ditto.
1797
1798         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1799         ": " from the prompt.
1800         (gnus-group-make-group): Ditto.
1801
1802 2010-11-07  Glenn Morris  <rgm@gnu.org>
1803
1804         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1805         (gnus-bookmark-kill-line): Use point-at-eol.
1806
1807 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1810         asterisks in From header.
1811
1812 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1815         string to avoid making the From headers syntactically invalid.
1816
1817         * message.el (message-send-mail): Don't insert courtesy messages if the
1818         message already has List-Post and List-ID messages.
1819
1820 2010-11-06  Glenn Morris  <rgm@gnu.org>
1821
1822         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1823         `condition', `type', `length' a prefix.
1824         (gnus-treat-predicate): Update for above name changes.
1825
1826 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1827
1828         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1829         binding.  Handled by `gnus-summary-refer-thread' instead.
1830         (nnir-warp-to-article): New backend function.
1831
1832         * nnimap.el (nnimap-request-thread): Force dependency updating.
1833
1834         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1835         (gnus-summary-refer-thread): Rework to improve thread-referral.
1836
1837         * gnus-int.el (gnus-warp-to-article): New function.
1838
1839         * gnus-sum.el (gnus-summary-article-map): Bind it.
1840
1841 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1842
1843         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1844         gnus-summary-refer-thread.
1845
1846         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1847         headers.
1848         (gnus-summary-limit-include-thread): Prevent articles in thread from
1849         being cut in gnus-cut-threads.
1850         (gnus-summary-refer-thread): Limit retrieved headers to those in
1851         thread.
1852
1853 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * message.el (message-send-mail): Use the value of
1856         message-courtesy-message from the message buffer.
1857
1858         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1859
1860         * shr.el (shr-browse-url): Implement mailto: URLs.
1861
1862         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1863         "raw".
1864
1865         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1866         if it's already selected.
1867
1868         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1869
1870 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1873         to measure the length and truncate alt text.
1874
1875 2010-11-03  Glenn Morris  <rgm@gnu.org>
1876
1877         * nndiary.el (nndiary-generate-nov-databases-1)
1878         (nndiary-generate-active-info): Rename dynamic variable `files' to
1879         something less generic.
1880
1881 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1882
1883         * nnir.el (nnir-request-move-article): Call the underlying backend to
1884         move articles from nnir.
1885
1886 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1889
1890 2010-11-02  Julien Danjou  <julien@danjou.info>
1891
1892         * nnir.el: Remove wais support.
1893
1894 2010-11-02  Glenn Morris  <rgm@gnu.org>
1895
1896         * gnus-html.el: Reorder requirements to quieten compiler.
1897
1898 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1901         properly for XEmacs as well.
1902         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1903         (gnus-article-natural-long-line-p): Use window-width rather than
1904         frame-width.
1905
1906 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1907
1908         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1909         (nnir-read-parms): Don't modify query.
1910         (nnir-run-query): Add ability to search topic on current line.
1911         (nnir-get-active): Clean up.
1912
1913 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1916         degenerate articles.
1917
1918         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1919         (gnus-print-buffer): Just print the buffer as is, without any copying
1920         to a buffer and then re-highlighting.
1921
1922         * nnimap.el (nnimap-request-group): Store the new updated info.
1923         (nnimap-request-group): Select the group when we don't know whether it
1924         exists or not.
1925
1926         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1927         groups.
1928
1929         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1930         groups.
1931
1932         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1933         groups.
1934
1935         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1936         long-lines case by only filling the long lines.
1937
1938         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1939         (bug #7311).
1940
1941 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * shr.el: No need to declare `declare-function' since shr.el is for
1944         only Emacsen that provide `libxml-parse-html-region'.
1945
1946         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1947         effective only in a file it is referred to.
1948
1949 2010-11-01  Glenn Morris  <rgm@gnu.org>
1950
1951         * mm-util.el (gnus-completing-read): Autoload.
1952         (mm-read-coding-system): Simplify Emacs definition.
1953
1954         * nnmail.el (gnus-activate-group):
1955         * nnimap.el (gnutls-negotiate):
1956         * nntp.el (netrc-parse): Fix declarations.
1957
1958 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1961         string-match-p in Emacs >=23.
1962
1963         * gnus-msg.el (gnus-configure-posting-styles)
1964         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1965
1966 2010-11-01  Glenn Morris  <rgm@gnu.org>
1967
1968         * nnir.el (declare-function): Add compat stub.
1969         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1970         (nnir-run-gmane): Require 'mm-url.
1971
1972         * mm-util.el (mm-string-to-multibyte): Simplify.
1973
1974         * shr.el (declare-function): Add compat stub.
1975         (url-cache-create-filename): Declare.
1976         (mm-disable-multibyte, widget-convert-button): Autoload.
1977
1978         * smime.el (ldap-search): Declare.
1979         (smime-cert-by-ldap-1): Require ldap on Emacs.
1980
1981         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1982         (nnimap-keepalive): Use gnus-float-time.
1983
1984         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1985         (mail-source-delete-crash-box): Use gnus-float-time.
1986
1987         * gnus-dired.el (gnus-completing-read): Autoload.
1988
1989         * mm-view.el (gnus-rescale-image): Autoload.
1990
1991         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1992
1993         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1994
1995         * sieve-manage.el: Require 'cl when compiling.
1996
1997         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1998         (gnus-iswitchb-completing-read): Require iswitchb.
1999         (gnus-select-frame-set-input-focus): Silence compiler.
2000
2001 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * message.el (message-subject-trailing-was-query): Change default to t,
2004         since I think that's what most people want.
2005
2006         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2007         appending for easier debugging.
2008         (nnimap-wait-for-connection): Take a regexp.
2009         (nnimap-request-accept-article): Wait for the continuation line before
2010         sending anything unless we're streaming.
2011
2012         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2013         leave the header washing to take place.
2014
2015 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2016
2017         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2018         regular expression match and replace in posting styles.
2019
2020 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2021
2022         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2023         an entire server.
2024         (nnir-get-active): New function.
2025         (nnir-run-imap): Use it.
2026         (nnir-run-gmane): Who knew, gmane search returns an article score!
2027
2028         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2029         server on the current line with nnir.
2030
2031 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2034         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2035         left edge.
2036         (gnus-article-foldable-buffer): Skip past the prefix when determining
2037         raggedness.
2038
2039         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2040         the raw article, and change `C-u g' to show the article without doing
2041         treatments.
2042
2043         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2044         on to `gnus-treat-article'.
2045         (gnus-inhibit-article-treatments): New variable.
2046
2047         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2048
2049         * gnus-art.el (gnus-treatment-function-alist): Have
2050         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2051         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2052         sections.
2053
2054         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2055         parameter.
2056         (gnus-article-fill-cited-long-lines): New function.
2057         (gnus-article-fill-cited-article): Allow filling only long sections.
2058
2059         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2060         and non-punctuation (like after the apostrophe in "'We").
2061
2062         * gnus-sum.el (gnus-summary-select-article): Make sure
2063         gnus-original-article-buffer is alive.
2064
2065         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2066         reflect the order they're in in the digest.
2067
2068         * gnus.el (gnus-group-startup-message): Move point to the start of the
2069         buffer.
2070
2071         * nnimap.el (nnimap-capability): New function.
2072         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2073         is set.
2074
2075 2010-10-31  David Engster  <dengste@eml.cc>
2076
2077         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2078         conform with changes to gnus-completing-read.
2079
2080 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2083
2084 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2085
2086         * nnir.el: Move defvar, defcustom around to keep file organized
2087         and keep byte-compiler quiet.
2088         (nnir-read-parms): Accept search-engine as arg.
2089         (nnir-run-query): Pass search-engine as arg.
2090         (nnir-search-engine): Remove.
2091
2092 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * shr.el (shr-generic): The text nodes should be text, not :text.
2095
2096         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2097         later in the file.
2098
2099 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2100
2101         * nnir.el: General clean up.  Allow searching with multiple engines.
2102         Allow separate extra-parameters for each engine.
2103         Batch queries when possible.
2104         (nnir-imap-default-search-key,nnir-method-default-engines):
2105         Add customize interface.
2106         (nnir-run-gmane): New engine.
2107         (nnir-engines): Use it.  Qualify all prompts with engine name.
2108         (nnir-search-engine): Remove global variable.
2109         (nnir-run-hyrex): Restore for now.
2110         (nnir-extra-parms,nnir-search-history): New variables.
2111         (gnus-group-make-nnir-group): Use them.
2112         (nnir-group-server): Remove in favor of gnus-group-server.
2113         (nnir-request-group): Avoid searching twice.
2114         (nnir-sort-groups-by-server): New function.
2115
2116 2010-10-30  Julien Danjou  <julien@danjou.info>
2117
2118         * gnus-group.el: Remove gnus-group-fetch-control.
2119
2120         * gnus-start.el (gnus-find-new-newsgroups):
2121         Remove gnus-check-first-time-used.
2122
2123         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2124
2125 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2126
2127         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2128         set on groups that don't have \* permanentflags.
2129
2130 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2133         control the background color.
2134         (shr-tag-img): Ignore very small web bug type images.
2135         (shr-put-image): Add help-echo alt texts to the images.
2136         (shr-tag-video): Show the video poster image.
2137
2138 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * shr.el (shr-table-depth): New variable.
2141         (shr-tag-table-1): Only insert the images after the top-level table.
2142
2143         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2144
2145         * gnus-util.el (gnus-list-memq-of-list): New function.
2146
2147         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2148         selected.
2149         (nnimap-unsplittable-articles): New slot.
2150         (nnimap-new-articles): Use it.
2151
2152 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2153
2154         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2155         move to the previous line on `M-g'.
2156
2157 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2160         *-request-group, which seems unnecessary.
2161
2162         * nnimap.el (nnimap-quote-specials): Function copied over from
2163         imap.el.
2164         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2165         they support that.  Suggested by Tom Regner.
2166
2167 2010-10-29  Julien Danjou  <julien@danjou.info>
2168
2169         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2170         defalias.
2171         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2172
2173         * gnus.el: Remove `gnus-nntp-service' variable.
2174         (gnus-secondary-servers): Make obsolete.
2175         (gnus-nntp-server): Make obsolete.
2176
2177         * gnus-start.el (gnus-1): Remove x-splash calls.
2178
2179         * gnus-ems.el (gnus-x-splash): Remove.
2180
2181         * gnus.el (gnus-group-startup-message): Simplify/update code.
2182
2183         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2184         definition.
2185
2186         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2187         capability before doing anything.
2188         (gnus-group-insert-group-line): Remove useless
2189         gnus-group-remove-excess-properties.
2190
2191 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2194
2195 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2198         config after reselecting.
2199
2200 2010-10-28  Julien Danjou  <julien@danjou.info>
2201
2202         * shr.el (shr-put-image): Use point even if only inserting text.
2203         (shr-put-image): Save excursion when inserting alt text on non-graphic
2204         display, so the behaviour is the same when we are on a graphic display.
2205
2206         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2207
2208 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2211         (gnus-mime-copy-part): Check coding system, not charset.
2212         (gnus-mime-view-part-externally): Never remove part.
2213         (gnus-mime-view-part-internally): Don't remove part here.
2214         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2215         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2216         multipart/alternative.
2217
2218         * mm-decode.el (mm-display-part): Take optional arg `force'.
2219
2220 2010-10-26  Julien Danjou  <julien@danjou.info>
2221
2222         * gnus-group.el (gnus-group-default-list-level): Add this function to
2223         compute the default list level.
2224         (gnus-group-default-list-level): Add possibility to use a function.
2225
2226 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2229
2230         * gnus-group.el (gnus-group-completing-read)
2231         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2232         gnus-replace-in-string.
2233
2234 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * shr.el (shr-tag-div): Add.
2237
2238         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2239
2240 2010-10-25  Julien Danjou  <julien@danjou.info>
2241
2242         * gnus-util.el: Remove `gnus-with-local-quit'.
2243
2244         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2245
2246 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2247
2248         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2249         the original article buffer.
2250
2251 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * nnimap.el (nnimap-request-head): New function.
2254         (nnimap-request-move-article): Try to be slighly faster by not
2255         requesting the entire message when moving.
2256         (nnimap-transform-headers): Don't bug out on bodiless articles.
2257         (nnimap-send-command): Have no outstanding messages if the IMAP server
2258         doesn't support streaming.
2259         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2260
2261 2010-10-24  Julien Danjou  <julien@danjou.info>
2262
2263         * message.el (message-default-headers): Fix type.
2264
2265 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2268         prefetching images.
2269
2270         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2271         backend for unknown groups.  This is mainly useful for nnimap groups.
2272
2273         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2274         group isn't covered by the agent.
2275
2276 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2277
2278         * nnir.el (nnir-method-default-engines): New variable.
2279         (nnir-run-query): Use it.
2280         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2281         (gnus-summary-nnir-goto-thread): Change group if needed.
2282
2283         * gnus-group.el (gnus-group-group-map): Add key binding for
2284         gnus-group-make-nnir-group.
2285
2286 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * shr.el (shr-tag-object): Add.
2289
2290         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2291         original article buffer live.
2292         (gnus-summary-select-article-buffer):
2293         Mention gnus-widen-article-buffer.
2294
2295 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * shr.el (shr-tag-strong): Add.
2298
2299 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2302         group names.  They mess up the group buffer badly.
2303
2304         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2305
2306         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2307         instead of the summary one.
2308
2309 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * mml.el (mml-preview): Work properly when editing article.
2312
2313         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2314         gnus-have-read-active-file if it's already been in.
2315
2316 2010-10-22  Tom Tromey  <tromey@redhat.com>
2317
2318         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2319         gnus-group-completing-read.
2320
2321 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * message.el (message-mode-map): Don't bind M-; to comment region, to
2324         allow the global comment-dwim to work.
2325
2326 2010-10-21  Julien Danjou  <julien@danjou.info>
2327
2328         * message.el (message-setup-1): Allow message-default-headers to be a
2329         function.
2330
2331 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * shr.el (shr-tag-table): Simplify.
2334
2335 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2338         to avoid trying to snarf invalid stuff.
2339
2340         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2341
2342         * gnus.el (gnus-message-archive-group): Quote value.
2343         (gnus-message-archive-group): Mark as changed.
2344
2345         * shr.el (shr-add-font): Don't put the font properties on the newline
2346         or the indentation.
2347
2348         * message.el (message-fix-before-sending): Change options when sending
2349         non-printable characters.
2350
2351         * gnus.el (gnus-message-archive-method): Change the default to
2352         monthly outgoing groups.
2353
2354         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2355         that have gotten new numbers.
2356
2357         * nnimap.el (nnimap-request-replace-article): New function.
2358
2359 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2362         (nnrss-request-article): Don't use special html washing code.
2363
2364 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * shr.el (shr-tag-table): Remove useless nconc.
2367
2368 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369
2370         * gnus-art.el (article-wash-html): Simplify and remove the charset
2371         stuff.  Use the normal html rendering code instead of the special html
2372         washing code.
2373
2374         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2375         `gnus-w3m' symbols.
2376         (mm-text-html-washer-alist): Remove.
2377
2378         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2379         (mm-inline-media-tests): Remove use.
2380         (mm-text-html-renderer): Change default to the `shr' symbol.
2381
2382         * mm-view.el (mm-inline-text-html): Remove use.
2383
2384         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2385         `gnus-blocked-images' to be a function.
2386         (gnus-article-wash-function): Remove.
2387
2388 2010-10-20  Julien Danjou  <julien@danjou.info>
2389
2390         * spam.el (spam-list-of-processors): Mark as obsolete.
2391
2392         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2393         (nnimap-insert-partial-structure): Fix boundary detection.
2394
2395 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2396
2397         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2398         run file-truename on remote files.  This can be expensive and even
2399         prevent one from editing drafts if some unrelated buffer has a stale
2400         connection.
2401
2402 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2405         kinsoku-eol regardless of shr-kinsoku-shorten.
2406         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2407         (shr-tag-table): Support caption, thead, and tfoot.
2408
2409 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2412         lines.
2413         (shr-save-contents): New command and keystroke.
2414
2415         * nndoc.el (nndoc-type-alist): Add git support.
2416         (nndoc-git-type-p): New function.
2417         (nndoc-transform-git-article): Ditto.
2418         (nndoc-transform-git-headers): Ditto.
2419         (nndoc-transform-git-headers): Generate Subject headers.
2420
2421         * shr.el (shr-parse-style): New function.
2422         (shr-tag-span): Ditto.
2423
2424         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2425         to `G G' to avoid collisions.
2426
2427 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * shr.el: Load kinsoku if necessary.
2430         (shr-kinsoku-shorten): New internal variable.
2431         (shr-find-fill-point): Make kinsoku shorten text line if
2432         shr-kinsoku-shorten is bound to non-nil.
2433         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2434         shr-indentation too when testing if table is wider than frame width.
2435         (shr-insert-table): Use `string-width' instead of `length' to measure
2436         text width.
2437         (shr-insert-table-ruler): Make sure indentation is done at bol.
2438
2439 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2440
2441         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2442         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2443         undecoded network data.
2444
2445 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446
2447         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2448         name in the mode line spec so that the mode line menu works
2449         (bug #2431).
2450
2451         * message.el (message-get-reply-headers): If we're fed `to-address',
2452         then always use that.
2453
2454         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2455         aren't so wide as to need to switch off the edit menu.
2456
2457         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2458         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2459
2460         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2461         `M-g'.
2462         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2463         the permanent marks.
2464
2465 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2466
2467         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2468         Splitting according to references/in-reply-to obeys the ignore-groups
2469         variable, while splitting by sender and subject do not.
2470
2471 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2474         alist, so that we can look for non-Unicode chars.
2475         (article-translate-strings): Allow both character and string maps.
2476
2477 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * shr.el (shr-insert): Don't insert space behind a wide character
2480         categorized as kinsoku-bol, or between characters both categorized as
2481         nospace.
2482
2483 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2484
2485         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2486         headers to gnus-newsgroup-headers.
2487
2488 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * shr.el (shr-tag-img): Don't align images -- since we're not
2491         rescaling, this often leads to ugly displays.
2492
2493 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2494
2495         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2496         duplicates.
2497
2498 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2499
2500         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2501         call.
2502
2503 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus.el: Autoload gnus-html-show-images.
2506
2507         * nnimap.el: Use nnheader-message throughout.
2508
2509         * shr.el (shr-tag-img): Ignore images with no data.
2510
2511 2010-10-15  Julien Danjou  <julien@danjou.info>
2512
2513         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2514         a possibility to disable format=flow encoding when using hard newlines.
2515
2516 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * shr.el (shr-insert): Remove space inserted before or after a
2519         breakable character or at the beginning or the end of a line.
2520         (shr-find-fill-point): Do kinsoku; find the second best point or give
2521         it up if there's no breakable point.
2522
2523 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2524
2525         * nnimap.el (nnimap-open-connection): Message when opening connection
2526         for debugging purposes.
2527
2528         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2529         on every setup buffer call to allow this to change from article to
2530         article.
2531
2532         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2533         buffers where we have a wide table.
2534
2535 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2536
2537         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2538         uses *-request-thread.
2539
2540 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2543         incantation, which is no longer valid.
2544
2545 2010-10-14  Julien Danjou  <julien@danjou.info>
2546
2547         * shr.el: Fix defcustom type (char -> character).
2548
2549 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2552         programs.
2553
2554 2010-10-14  Julien Danjou  <julien@danjou.info>
2555
2556         * shr.el (shr-tag-a): Use url-link as widget type.
2557
2558         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2559         `gnus-group-get-icon'.
2560
2561 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2564         This should make server editing work better.
2565
2566         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2567
2568         * tls.el (tls-program): Remove spurious %s from openssl.
2569
2570         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2571         (nnimap-parse-flags): Fix regexp.
2572
2573         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2574         probably work for CJVK text, too.
2575
2576         * nnimap.el (nnimap-extend-tls-programs): Remove.
2577         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2578
2579         * tls.el (tls-starttls-switches): Remove starttls hack.
2580         (open-tls-stream): Ditto.
2581         (tls-find-starttls-argument): Ditto.
2582
2583 2010-10-13  Julien Danjou  <julien@danjou.info>
2584
2585         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2586         responses.
2587
2588 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2591
2592         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2593         anything in Emacs.
2594
2595         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2596
2597 2010-10-13  Julien Danjou  <julien@danjou.info>
2598
2599         * shr.el (shr-width): Make shr-width a defcustom with default to
2600         fill-column.
2601         (shr-tag-img): Use shr-width rather than fill-column.
2602
2603 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * dgnushack.el (byte-optimize-apply)
2606         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2607
2608         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2609         position when (X-)Faces exist.
2610         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2611         avatars when called interactively.
2612
2613 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2616         gnus-article-x-face-too-ugly is bound.
2617
2618 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2621
2622         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2623         mailbox that doesn't exist.
2624
2625 2010-10-12  Julien Danjou  <julien@danjou.info>
2626
2627         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2628         (shr-get-image-data): Encode URL properly when fetching from cache.
2629         (shr-tag-img): Use aligned-to spaces to align correctly images.
2630
2631         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2632         before inserting the Gravatar.
2633
2634         * shr.el (shr-tag-img): Add align attribute support for <img>.
2635
2636 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637
2638         * gnus-gravatar.el (gnus-art): Require.
2639
2640         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2641         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2642         Remove long obsoleted functions.
2643
2644 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2647
2648         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2649
2650         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2651         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2652         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2653         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2654         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2655         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2656         * sieve-manage.el, smime.el, spam.el:
2657         Fix comment for declare-function.
2658
2659 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * nnimap.el (nnimap-request-rename-group): Select group read-only
2662         before renaming it.
2663
2664         * shr.el (shr-insert): Fix up the white space only regexp.
2665
2666         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2667         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2668
2669         * shr.el (shr-current-column): New function.
2670         (shr-find-fill-point): New function.
2671
2672 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2673
2674         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2675         numbers.
2676
2677 2010-10-11  Julien Danjou  <julien@danjou.info>
2678
2679         * shr.el (shr-hr-line): Add.
2680         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2681         display hr lines.
2682         (shr-max-columns): Do not change state to nil if we just inserting
2683         spaces.
2684
2685 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2688         select the last group.
2689
2690 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2691
2692         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2693
2694 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2695
2696         * dig.el (dig-mode-map): Declare and define in one step.
2697
2698 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2701         for Gnus.
2702         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2703         (nnimap-update-qresync-info): Mark \Seen articles as read.
2704
2705         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2706         non-variable, too.
2707
2708         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2709         available.
2710         (nnimap-update-info): Rely more on the current active than the param
2711         active to avoid marking articles as read too much.
2712
2713         * auth-source.el (auth-source-create): Use (user-login-name) for the
2714         user name default.
2715
2716         * nnimap.el (nnimap-update-info): If the server doesn't return any
2717         useful info, just use the previous info.
2718         (nnimap-update-info): Prefer old info over start-article.
2719         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2720
2721 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2722
2723         * nnir.el (autoload): Clean up autoloads.
2724         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2725         Use key rather than value.
2726         (nnir-imap-search-other): New variable.
2727         (nnir-read-parm): Use it.
2728         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2729         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2730
2731 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2732
2733         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2734         the process, too.
2735
2736 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * spam.el (gnus-summary-mode-map): Bind to "$".
2739         Suggested by Russ Allbery.
2740
2741         * shr.el: Rework the way things are indented by <li> slightly.
2742
2743         * gnus.el (gnus-group-set-parameter): Fix typo.
2744
2745         * nnimap.el: Start implementing QRESYNC support.
2746
2747 2010-10-09  Julien Danjou  <julien@danjou.info>
2748
2749         * nnir.el (nnir-engines): Fix too many arguments.
2750
2751 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2754         group is the "last", so that the backends like nnfolder actually save
2755         their folders.
2756
2757         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2758         try to use that for the tls stream.
2759         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2760         UIDVALIDITY and find out which groups are read-only and not.
2761         (nnimap-get-flags): Use the same marks parsing code as the rest of
2762         nnimap.
2763
2764 2010-10-09  Julien Danjou  <julien@danjou.info>
2765
2766         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2767
2768         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2769         retrieving gravatars.
2770
2771         * shr.el (shr-table-corner): Add.
2772         (shr-table-line): Add.
2773         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2774
2775 2010-10-08  Julien Danjou  <julien@danjou.info>
2776
2777         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2778
2779 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2780
2781         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2782
2783         * gnus-sum.el (gnus-mark-article-as-unread)
2784         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2785         (gnus-summary-set-bookmark): Use it.
2786
2787         * gnus-msg.el (gnus-setup-message): Use it.
2788
2789         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2790
2791         * gnus.el (gnus-group-remove-parameter): Use it.
2792
2793         * gnus-group.el (gnus-group-make-web-group): Use it.
2794
2795         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2796
2797         * nnregistry.el: Update docs to mention manual.
2798
2799         * gnus-registry.el: Update docs to mention nnregistry.el.
2800         (gnus-registry-initialize): Don't install nnregistry refer method
2801         automatically.
2802         (gnus-registry-install-nnregistry): Remove it.
2803
2804 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * shr.el (shr-insert): Don't insert double spaces.
2807
2808 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-gravatar.el (gnus-treat-from-gravatar)
2811         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2812         called interactively.
2813
2814         * gnus-art.el (gnus-mime-view-part-externally)
2815         (gnus-mime-view-part-internally): Make predicate function passed to
2816         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2817         of a mime type.
2818
2819         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2820
2821 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * shr.el (require): Require cl when compiling.
2824         (shr-tag-hr): New function.
2825
2826         * nnimap.el (nnimap-update-info): Remove double setting of high.
2827         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2828         This makes nnimap work properly on Courier again.
2829
2830         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2831         the variable for backwards compatability.
2832
2833         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2834         the file name before using to avoid setting mm-default-directory to
2835         nil.
2836
2837         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2838         bidning gnus-agent variables.
2839
2840         * shr.el (shr-render-td): Use a cache for the table rendering function
2841         to avoid getting an exponential rendering behaviour in nested tables.
2842         (shr-insert): Rework the line-breaking algorithm.
2843         (shr-insert): Don't leave trailing spaces.
2844         (shr-insert-table): Also insert empty TDs.
2845         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2846
2847 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2848
2849         * gnus-sum.el (gnus-number): Rename from `number'.
2850         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2851         (gnus-summary-limit-children): Update uses correspondingly.
2852
2853 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2856         (gnus-gravatar-transform-address): Don't show avatars of people of
2857         which mail addresses match gnus-gravatar-too-ugly.
2858
2859 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * shr.el (shr-table-widths): Expand TD elements to fill available
2862         space.
2863
2864 2010-10-07  Julien Danjou  <julien@danjou.info>
2865
2866         * nnimap.el (nnimap-request-rename-group): Add this method.
2867
2868 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2871         name from XEmacs' function-arglist.
2872
2873         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2874         gravatar under XEmacs.
2875
2876 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2877
2878         * auth-source.el: Update docs with TODO items.
2879
2880         * gnus-sync.el: Update docs to explain state and plans.
2881
2882         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2883         Hooks for mark updates.
2884         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2885
2886         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2887         hooks with arguments, which is needed for mark update hooks.
2888
2889 2010-10-06  Julien Danjou  <julien@danjou.info>
2890
2891         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2892         was matched.
2893
2894         * sieve-manage.el: Update example in `Commentary'.
2895
2896         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2897
2898         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2899         not 2000.
2900         (sieve-manage-authenticate): Re-add function.
2901
2902 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * shr.el (shr-insert): Get 'space transition right.
2905         (shr-render-td): Only delete space at the end of the TD.
2906
2907         * nnimap.el (nnimap-open-connection): Prepare to support
2908         open-gnutls-stream.
2909
2910         * shr.el: Rearrange function order to be more logical.
2911
2912 2010-10-06  Julien Danjou  <julien@danjou.info>
2913
2914         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2915         (nnrss-discover-feed): Remove 404 URL in docstring.
2916
2917         * nnir.el: Fix Swish-E URL.
2918         Fix Namazu URL.
2919
2920         * message.el (message-change-subject): Remove 404 URL in a comment.
2921
2922 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2925         called interactively.
2926
2927         * gnus-util.el (gnus-remove-if): Allow hash table.
2928         (gnus-remove-if-not): New function.
2929
2930         * gnus-art.el (gnus-mime-view-part-as-type)
2931         * gnus-score.el (gnus-summary-score-effect)
2932         * gnus-sum.el (gnus-read-move-group-name):
2933         Replace remove-if-not with gnus-remove-if-not.
2934
2935         * gnus-group.el (gnus-group-completing-read):
2936         Regard collection as a hash table if it is not a list.
2937
2938 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2941
2942         * shr.el: Document the table-rendering algorithm.
2943
2944 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2947         for Emacsen having no `libxml-parse-html-region' support.
2948
2949 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2952         invalid URLs.
2953
2954         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2955         line-broken.
2956         (shr-tag-img): Ignore image fetching errors.
2957         (shr-overlays-in-region): Compute overlay positions correctly.
2958
2959         * mm-decode.el (mm-shr): Require shr.
2960
2961         * gnus-art.el (gnus-blocked-images): Move variable here.
2962
2963         * shr.el (shr-insert-table): Bind free variable.
2964
2965         * mm-decode.el (mm-shr): Bind shr-content-function.
2966
2967         * shr.el (shr-content-function): New variable.
2968
2969         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2970         added for symmetry.
2971
2972         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2973
2974         * gnus-group.el (gnus-group-make-group): Doc fix.
2975
2976         * nnimap.el (nnimap-request-newgroups): Return success.
2977
2978         * shr.el (shr-find-elements): New function.
2979         (shr-tag-table): Put all the images after the table.
2980         (shr-tag-table): Really inhibit images inside the table.
2981         (shr-collect-overlays): Copy over overlays from the TD elements to the
2982         main document.
2983
2984         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2985         gnus-blocked-images.
2986
2987 2010-10-05  Julien Danjou  <julien@danjou.info>
2988
2989         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2990
2991         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2992         (gnus-html-maximum-image-size): Add this function.
2993         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2994
2995         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2996         server-value of the capability is nil.
2997
2998 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * shr.el (shr-tag-em): Add <EM> tag.
3001
3002 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3003
3004         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3005         customizable.
3006
3007         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3008         handing broken links to browse-url.
3009
3010 2010-10-05  Julien Danjou  <julien@danjou.info>
3011
3012         * gnus-util.el (gnus-emacs-completing-read)
3013         (gnus-iswitchb-completing-read): Use autoload rather than require.
3014
3015 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3018         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3019         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3020         iswitchb-temp-buflist for XEmacs.
3021
3022         * gnus-util.el (gnus-completing-read-function): Exclude
3023         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3024         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3025         XEmacs.
3026
3027         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3028         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3029
3030         * gnus-html.el: Don't require help-fns under XEmacs.
3031         (gnus-html-schedule-image-fetching): Work for XEmacs.
3032
3033         * mm-decode.el (mm-shr): Decode contents by charset.
3034
3035 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3038         unknown.
3039
3040         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3041         (shr-get-image-data): Ensure against the cache file missing.
3042
3043         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3044         for data.
3045
3046         * spam-report.el (spam-report-url-ping-plain): Don't query about
3047         killing the process.
3048
3049         * shr.el (shr-render-td): Protect against too-wide text.
3050
3051 2010-10-04  Julien Danjou  <julien@danjou.info>
3052
3053         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3054         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3055
3056         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3057         retrieved.
3058
3059 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * shr.el (browse-url): Require.
3062         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3063         lines.
3064         (shr-show-alt-text, shr-browse-image): New commands.
3065         (shr-browse-url, shr-copy-url): New commands.
3066
3067         * gnus-sum.el (gnus-widen-article-window): New variable.
3068         (gnus-summary-select-article-buffer): Use it.
3069
3070         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3071         without @ signs.
3072
3073 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3074
3075         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3076
3077 2010-10-04  Julien Danjou  <julien@danjou.info>
3078
3079         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3080         for XEmacs.
3081
3082 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3085
3086         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3087         (nnimap-close-server): Implement.
3088
3089         * dgnushack.el (iswitchb): Require to shut up the compiler.
3090
3091         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3092         (shr-insert): Tweak line breaking.
3093         (shr-insert): Handle <pre> better.
3094         (shr-tag-li): Get <li> indentation right.
3095         (shr-tag-li): Get <li> indentation even righter.
3096         (shr-tag-blockquote): Ensure paragraph start.
3097         (shr-make-table): Tweak table generation.
3098         (shr-make-table): Fix typo.
3099
3100         * shr.el: Implement table rendering.
3101
3102 2010-10-04  Julien Danjou  <julien@danjou.info>
3103
3104         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3105
3106 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * shr.el (shr-insert): Use string anchors instead of line anchors.
3109
3110 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * shr.el: Add headings.
3113         (shr-ensure-paragraph): Actually work.
3114         (shr-tag-li): Make <ul> prettier.
3115         (shr-insert): Get white space at the beginning/end of elements right.
3116         (shr-tag-p): Collapse subsequent <p>s.
3117         (shr-ensure-paragraph): Don't insert double line feeds after blank
3118         lines.
3119         (shr-insert): \t is also space.
3120         (shr-tag-s): Fix "s" tag name function.
3121         (shr-tag-s): Fix face prop name.
3122
3123 2010-10-03  Julien Danjou  <julien@danjou.info>
3124
3125         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3126
3127         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3128         gnus-window-inside-pixel-edges.
3129
3130         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3131         gnus-ems.
3132
3133         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3134
3135         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3136         function.
3137
3138         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3139         resize choice.
3140
3141 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3144         beginning of the buffer.
3145
3146         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3147         article buffer again.
3148
3149         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3150
3151         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3152         when it's at the start of the buffer.
3153
3154         * shr.el (shr-tag-blockquote): Convert name.
3155         (shr-rescale-image): Use the right image-size variant.
3156
3157         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3158         buffer isn't shown, then select the current article first instead of
3159         bugging out.
3160         (gnus-summary-select-article-buffer): Show both the article and summary
3161         buffers again.
3162
3163         * shr.el (shr-fontize-cont): Protect against regions with no text.
3164         Rename tag functions to shr-tag-* for enhanced security.
3165         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3166
3167 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3168
3169         * shr.el (shr-insert):
3170         * pop3.el (pop3-movemail):
3171         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3172         loaded.
3173
3174 2010-10-03  Glenn Morris  <rgm@gnu.org>
3175
3176         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3177
3178         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3179
3180         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3181
3182         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3183
3184         * gnus-util.el (gnus-make-local-hook): Simplify.
3185
3186 2010-10-02  Julien Danjou  <julien@danjou.info>
3187
3188         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3189         (gnus-ido-completing-read): New function.
3190         (gnus-emacs-completing-read): New function.
3191         (gnus-completing-read): Use gnus-completing-read-function.
3192         Add gnus-completing-read-function.
3193
3194 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * shr.el (shr-insert-document): Autoload.
3197         (shr-img): Be silent.
3198         (shr-insert): Add a newline after every picture before text.
3199         (shr-add-font): Use overlays for combining faces.
3200         (shr-insert): Pass upwards the text start point.
3201
3202         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3203         possible.
3204         (mm-shr): New function.
3205
3206 2010-10-02  Julien Danjou  <julien@danjou.info>
3207
3208         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3209         should go backward.
3210
3211 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3212
3213         * shr.el (shr): Fix typo in provide call.
3214
3215 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * shr.el: New file.
3218
3219         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3220
3221         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3222         completing read.
3223
3224 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3227         we're being queried about.  Suggested by Dan Jacobson.
3228
3229         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3230         Suggested by Jason Eisner.
3231
3232         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3233         table, too.  Suggested by Stefan Wiens.
3234         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3235         the table unnecessary.  Suggested by Stefan Wiens.
3236
3237         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3238         longer needed, and probably doesn't work either, as pointed out by
3239         Stefan Wiens.
3240         (gnus-summary-exit): Remove call to the clearing function.
3241         (gnus-summary-exit-no-update): Ditto.
3242
3243         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3244         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3245         Reported by Stefan Monnier.
3246         (gnus-summary-save-in-rmail): Ditto.
3247
3248         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3249         article buffer, instead of both the article buffer and the summary
3250         buffer.  Sort of suggested by Dan Jacobson.
3251
3252         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3253
3254         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3255         Suggested by Dan Jacobson.
3256
3257         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3258         documentation clearer.
3259
3260         * message.el (message-shorten-references): Comment on the number "21".
3261         Suggested by Stefan Monnier.
3262
3263         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3264         Suggested by Dan Jacobson.
3265
3266         * gnus.el (gnus-large-newsgroup):
3267         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3268
3269         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3270         externalize attachments.  Bug reported by Steve Wen.
3271
3272         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3273         really message anything to the user.
3274
3275         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3276         directly.
3277
3278         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3279         messages in empty groups.
3280
3281 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3282
3283         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3284         non-UIDNEXT group.
3285
3286 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3289         not the value from the collection.
3290
3291         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3292         values.  This sometimes happens on some groups that have no info.
3293         (nnimap-request-newgroups): New function.
3294
3295 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3298         check into `gnus-registry-initialize'.
3299         (gnus-registry-initialize): Ditto.
3300         Fix and extend header docs.
3301
3302 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3305         regexp backtrace overflows.
3306
3307         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3308         for starttls that tls.el implements; i.e. openssl.
3309
3310         * tls.el (tls-starttls-switches): Give up on using starttls with
3311         gnutls-cli.
3312         (tls-program): Add --insecure to be consistent with the defaults from
3313         openssl s_client.  Now all three commands are insecure.
3314
3315 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * lpath.el: Bind completion-styles-alist for XEmacs.
3318
3319         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3320         (gravatar-create-image): New function that's an alias to
3321         gnus-xmas-create-image, gnus-create-image, or create-image.
3322         (gravatar-data->image): Use it.
3323
3324 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3325
3326         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3327         install the nnregistry refer method.
3328         (gnus-registry-install-hooks): Use it.
3329         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3330         unfollowed groups.
3331
3332 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3333
3334         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3335         expanding threads.
3336
3337 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3338
3339         * nnir.el: Use the server names without suffixes (bug #7009).
3340
3341         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3342         unencrypted to STARTTLS, if possible.
3343
3344 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3345
3346         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3347         headers before superseding.
3348
3349 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350
3351         * nnrss.el (nnrss-use-local): Add documentation.
3352
3353         * nnimap.el (nnimap-extend-tls-programs): New function.
3354         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3355         (nnimap-wait-for-connection): Accept the greeting from the stupid
3356         output from openssl s_client -starttls, too.
3357
3358         * tls.el (tls-starttls-switches): New variable.
3359         (tls-find-starttls-argument): Use it.
3360         (open-tls-stream): Ditto.
3361
3362         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3363         (netrc-machine): Ditto.
3364
3365         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3366         article number.
3367         (nnimap-split-fancy): New variable.
3368         (nnimap-split-incoming-mail): Use it.
3369
3370         * nntp.el (nntp-server-list-active-group): Document.
3371
3372         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3373         SELECT to get the message-id.
3374
3375         * mail-source.el (mail-sources): Remove webmail support.
3376         (defvar): Ditto.
3377         (mail-source-fetcher-alist): Ditto.
3378         (mail-source-fetch-webmail): Remove.
3379
3380         * webmail.el: Remove -- doesn't seem relevant any more.
3381
3382         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3383
3384         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3385         the \r.
3386
3387 2010-09-30  Julien Danjou  <julien@danjou.info>
3388
3389         * gnus-agent.el (gnus-agent-add-group): Fix call to
3390         gnus-completing-read.
3391
3392 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * nndoc.el (nndoc-retrieve-groups): New function.
3395
3396         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3397         `default', use nnmail-split-methods.
3398         (nnimap-request-article): Downcase the NILs so that they are nil.
3399
3400         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3401         symbol.
3402
3403         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3404         code, since if the user has requested network, that's what they ought
3405         to get.
3406         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3407         (nnimap-split-rule): Mark as obsolete.
3408
3409         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3410         New variable.
3411
3412         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3413         correct slot, too.
3414
3415 2010-09-29  Julien Danjou  <julien@danjou.info>
3416
3417         * gnus.el (gnus-local-domain): Declare variable obsolete.
3418
3419         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3420         Fix history computing.
3421         (gnus-ido-completing-read): Require ido.
3422
3423 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3426         build Gnus.
3427
3428         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3429         when interpreting the structures.
3430         (nnimap-request-accept-article): Add \r\n to the lines to make this
3431         work with Cyrus.
3432
3433         * nndraft.el (nndraft-request-expire-articles): Use the group name
3434         instead if "nndraft".  Fix found by Nils Ackermann.
3435
3436 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3437
3438         * nnregistry.el: Add.
3439
3440 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3441
3442         * nnmail.el (group, group-art-list, group-art):
3443         Remove unneeded directives.
3444
3445 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3448         (mm-mime-charset)
3449         * rfc2047.el (rfc2047-syntax-table)
3450         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3451
3452         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3453         rather than `insert-file-contents' and `eval-region'.
3454
3455         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3456         construction.
3457
3458         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3459
3460         * time-date.el: No need to require cl for Emacs 21.
3461
3462 2010-09-29  Julien Danjou  <julien@danjou.info>
3463
3464         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3465         replacement of `gnus-gravatar-relief' to mimic
3466         `gnus-faces-properties-alist'.
3467         Add :version property.
3468
3469 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mail-source.el (mail-source-report-new-mail)
3472         * message.el (message-default-mail-headers)
3473         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3474
3475         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3476
3477 2010-09-28  Julien Danjou  <julien@danjou.info>
3478
3479         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3480         mail-address contains the same string as real-name.
3481
3482         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3483         non-blank in header, otherwise it'll get stripped.
3484
3485         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3486         real-name, and then for mail address rather than doing : or , search.
3487
3488 2010-09-27  Julien Danjou  <julien@danjou.info>
3489
3490         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3491         right completing-read function.
3492         (gnus-use-ido): New variable
3493         (gnus-completing-read-with-default): Remove.
3494         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3495         (gnus-agent-add-group):
3496         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3497         * mm-view.el (mm-view-pkcs7-decrypt):
3498         * mm-util.el (mm-codepage-setup):
3499         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3500         * mml-smime.el (mml-smime-openssl-sign-query):
3501         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3502         (mml-insert-multipart):
3503         * gnus-msg.el (gnus-summary-yank-message):
3504         * gnus-int.el (gnus-start-news-server):
3505         * mm-decode.el (mm-interactively-view-part):
3506         * gnus-dired.el (gnus-dired-attach):
3507         * gnus.el (gnus-read-method):
3508         * gnus-bookmark.el (gnus-bookmark-jump):
3509         * gnus-art.el (gnus-mime-view-part-as-type)
3510         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3511         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3512         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3513         * nnmairix.el (nnmairix-create-server-and-default-group)
3514         (nnmairix-update-groups, nnmairix-get-server)
3515         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3516         (nnmairix-get-group-from-file-path):
3517         * nnrss.el (nnrss-find-rss-via-syndic8):
3518         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3519         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3520         (gnus-group-browse-foreign-server):
3521         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3522         (gnus-summary-execute-command, gnus-summary-respool-article)
3523         (gnus-read-move-group-name):
3524         * gnus-score.el (gnus-summary-increase-score)
3525         (gnus-summary-score-effect):
3526         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3527
3528 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3531         x-focus-frame.
3532
3533         * nnimap.el (auth-source-forget-user-or-password)
3534         (auth-source-user-or-password): Autoload.
3535
3536         * message.el (message-from-style, message-interactive)
3537         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3538         (message-yank-prefix, message-indentation-spaces, message-signature)
3539         (message-signature-file): Add comment.
3540
3541 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3544         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3545         new articles.
3546
3547         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3548         parts.
3549         (nnimap-request-article): Work with the t setting, too.
3550
3551         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3552         that you don't get flashes of other buffers.
3553         (gnus-summary-show-complete-article): Intern before setting.
3554
3555 2010-09-27  David Engster  <dengste@eml.cc>
3556
3557         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3558         well as HEADERS.
3559         (nnmairix-retrieve-headers): Provide new argument for the above.
3560
3561 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * gnus-sum.el (gnus-summary-move-article): Don't alter
3564         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3565         group.
3566
3567         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3568
3569         * message.el (message-cite-prefix-regexp): Revert my last edit.
3570
3571         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3572         variable instead of the Gnus variable.
3573
3574         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3575
3576         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3577
3578         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3579         since some servers don't like it.
3580         (nnimap-open-connection): Forget credentials if the server says the
3581         password was wrong.
3582         (nnimap-parse-line): Protect against invalid data.
3583
3584         * gnus-sum.el (gnus-summary-move-article): Add comment.
3585         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3586         nothing alters it while scanning for new messages.
3587
3588         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3589         which may or may not help.
3590         (nnimap-open-connection): If we're doing a stream connection, and then
3591         discover we're on a STARTTLS-capable server, then open a STARTTLS
3592         connection instead.
3593
3594 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * nnimap.el (utf7): Require.
3597
3598         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3599         prefix.
3600
3601 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3602
3603         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3604
3605 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * nnimap.el (nnimap-request-accept-article): Message the error on
3608         error.
3609
3610 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3613
3614 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * nndoc.el (nndoc-request-list): Return success always.
3617
3618         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3619         `fetch-old' -- we only want to fetch the articles we've requested.
3620         The rest are in the agent, probably.
3621         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3622         disappeared server" to something low.  It's not important.
3623
3624         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3625         arrived before the FETCH data.
3626
3627         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3628         target here, because we don't know the Gnus name of the group.
3629
3630         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3631         for the correct group.
3632
3633         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3634
3635         * gnus.el (gnus): Give a final warning after startup.
3636
3637         * gnus-util.el (gnus-action-message-log): New variable.
3638         (gnus-message): Use it.
3639         (gnus-final-warning): New function.
3640
3641         * nnimap.el (nnimap-open-connection): Record the greeting.
3642         (nnimap): Add greeting.
3643
3644 2010-09-26  Julien Danjou  <julien@danjou.info>
3645
3646         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3647         arguments.
3648         (gnus-html-wash-images): Fix spec computing to include start/end.
3649
3650         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3651
3652 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3655         deletion.
3656         (nnimap-retrieve-headers): Don't select the group, because that's
3657         already done by nnimap-possibly-change-group.
3658
3659         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3660         (gnus-picon-transform-address): Use it.
3661
3662         * mail-source.el (mail-source-value): Revert previous patch.
3663
3664         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3665         on failure.
3666         (nnimap-open-connection): Look up both virtual and physical server name
3667         credentials.
3668
3669         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3670
3671 2009-02-07  Dave Love  <fx@gnu.org>
3672
3673         * tls.el (open-tls-stream): Don't query killing process.
3674
3675 2009-02-08  Dave Love  <fx@gnu.org>
3676
3677         * gnus-win.el (gnus-window-to-buffer-helper)
3678         (gnus-all-windows-visible-p): Function needn't be a symbol.
3679
3680         * mail-source.el (mail-source-value): Function needn't be a symbol.
3681
3682 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * message.el (message-cite-prefix-regexp): Remove } from the cite
3685         prefix.
3686
3687         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3688         highlight again, so that the highlight is correct.
3689
3690         * gnus-picon.el (gnus-picon): Remove again.
3691         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3692
3693         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3694         doing the header highlightling, so that the background colour of the
3695         picon is correct.
3696
3697         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3698         (gnus-picon): Ditto.
3699         (gnus-picon): Reinstate.  The background colour for picons is white.
3700         (gnus-picon-insert-glyph): Make the background white.
3701
3702         * nnml.el (nnml-open-nov): Don't return dead buffers.
3703
3704         * auth-source.el (auth-source-create): Query the user for whether to
3705         store the credentials.
3706
3707         * netrc.el (netrc-store-data): New function.
3708
3709         * auth-source.el (auth-source-user-or-password): Use the existing auth
3710         sources, if any, for creation.
3711
3712         * gnus.el (gnus-group-fast-parameter): Return the last matching
3713         parameter instead of the first matching parameter.
3714
3715 2010-09-26  Julien Danjou  <julien@danjou.info>
3716
3717         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3718
3719 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * mml2015.el (mml2015-use): Remove gpg support.
3722
3723         * mml1991.el (mml1991-function-alist): Remove gpg function.
3724         (mml1991-gpg-sign): Remove.
3725
3726 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3727
3728         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3729         (gnus-browse-unsubscribe-current-group): Document it.
3730         (gnus-browse-unsubscribe-group): Use it.
3731
3732 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3735         address to the To list for easier response.
3736
3737         * gnus.el (gnus-play-startup-jingle): Remove.
3738         (gnus-splash): Don't play jingle.
3739         (gnus): Silence gnus-load message.
3740
3741         * gnus-art.el (gnus-treat-play-sounds): Remove.
3742
3743         * gnus.el (gnus-play-jingle): Remove audio support.
3744
3745         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3746
3747         * earcon.el: Remove -- no users.
3748
3749         * gnus-audio.el: Remove -- no users of this package.
3750
3751         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3752
3753         * gnus-start.el (gnus-setup-news): Remove nocem support.
3754
3755         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3756
3757         * gnus.el (gnus-use-nocem): Remove.
3758
3759         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3760         Remove.
3761
3762         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3763         uses NoCeM any more.
3764
3765         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3766         (gnus-button-ctan-handler): Ditto.
3767         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3768         (gnus-button-ctan-directory-regexp): Ditto.
3769         (gnus-button-handle-ctan): Ditto.
3770         (gnus-button-tex-level): Ditto.
3771         (gnus-button-alist): Remove CTAN stuff.
3772
3773 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3776         nnimap-streaming test.
3777
3778         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3779         servers twice.
3780
3781         * nnimap.el (nnimap-open-connection): Add more error reporting when
3782         nnimap fails early.
3783
3784         * nnheader.el (nnheader-get-report-string): New function.
3785         (nnheader-get-report): Use it.
3786
3787         * gnus-int.el (gnus-check-server): Say what the error was when opening
3788         failed.
3789
3790         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3791         using streaming.
3792
3793 2010-09-25  Julien Danjou  <julien@danjou.info>
3794
3795         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3796         gnus-window-inside-pixel-edges.
3797
3798 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3801
3802         * mm-decode.el (mm-save-part): Allow saving to other directories the
3803         normal Emacs way.
3804
3805         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3806         Suggested by Jay Berkenbilt.
3807
3808         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3809         there isn't a single byte.
3810
3811         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3812         just do it.  It doesn't really seem to matter what the user responds
3813         here, I think, so it's just a confusing question.
3814
3815         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3816         non-streaming case.
3817
3818         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3819         (gnus-article-encrypt-body): Use it.
3820
3821         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3822         keystroke.
3823
3824         * nnimap.el (nnimap-find-wanted-parts-1):
3825         Use gnus-fetch-partial-articles.
3826
3827         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3828
3829         * nnimap.el (nnimap-insert-partial-structure): New function.
3830         (nnimap-get-partial-article): New function.
3831         (nnimap-request-article): Use it.
3832         (nnimap-wait-for-response): Return whether the wait was successful.
3833         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3834         retrieval wasn't successful.
3835         (nnimap-retrieve-group-data-early): Allow throttling servers.
3836         (nnimap-streaming): New variable.
3837         (nnimap-fetch-partial-articles): Remove.
3838
3839         * mm-decode.el (mm-with-part): Protect against killed buffers.
3840
3841         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3842         for prettier summary display.
3843
3844 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3845
3846         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3847
3848 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849
3850         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3851         apparently third-party libraries depend on it.
3852
3853         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3854         before starting negotiation.
3855
3856         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3857         privacy reasons.
3858         (gnus-treat-mail-gravatar): Ditto.
3859
3860         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3861         buffer when inserting images.  Inserting text into the headers, for
3862         instance, can make them invalid.
3863
3864 2010-09-25  Julien Danjou  <julien@danjou.info>
3865
3866         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3867         variables.
3868
3869         * nnheader.el: Remove useless variables news-reply-yank-from and
3870         news-reply-yank-message-id.
3871
3872         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3873         variables.
3874
3875         * mml1991.el: Remove useless mml1991-verbose.
3876
3877         * gnus.el: Remove useless variable gnus-use-generic-from.
3878         Remove obsolete variable gnus-topic-indentation.
3879
3880         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3881
3882         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3883
3884         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3885
3886         * gnus-group.el: Remove useless gnus-group-icon-cache.
3887         Remove useless gnus-ephemeral-group-server.
3888
3889         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3890
3891         * mml2015.el: Remove useless mml2015-verbose.
3892
3893         * mml-smime.el: Remove useless mml-smime-verbose.
3894
3895         * gnus.el: Remove useless gnus-local-domain.
3896
3897         * gnus-gravatar.el (gnus-gravatar-transform-address):
3898         Use gnus-gravatar-size.
3899
3900         * gnus-art.el: Remove useless gnus-treat-translate.
3901
3902 2010-09-24  Julien Danjou  <julien@danjou.info>
3903
3904         * gnus-sum.el: Add support for Gravatars.
3905
3906         * gnus-art.el: Add support for Gravatars.
3907
3908         * gnus-gravatar.el: Add this file.
3909
3910         * gravatar.el: Add this file.
3911
3912 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913
3914         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3915
3916         * gnus-group.el (gnus-group-fetch-faq): Remove.
3917
3918         * gnus.el (gnus-group-faq-directory): Remove.
3919
3920         * gnus-group.el (gnus-group-fetch-charter): Remove.
3921
3922         * gnus.el (gnus-group-charter-alist): Remove.
3923
3924         * gnus-group.el (gnus-group-archive-directory): Remove.
3925         (gnus-group-recent-archive-directory): Ditto.
3926         (gnus-group-make-archive-group): Remove.
3927
3928         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3929
3930         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3931         use the same article number for all the cached articles.
3932
3933         * nnimap.el (nnimap-command): Register the last command time so
3934         that we can use it for idling NOOPs.
3935         (nnimap-open-connection): Start the keeplive timer.
3936         (nnimap-make-process-buffer): Store all the process buffers.
3937         (nnimap-keepalive): New function.
3938
3939         * starttls.el (starttls-open-stream): Add autoload cookie.
3940
3941 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3942
3943         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3944         handling.
3945
3946 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3949         its data structures.
3950
3951         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3952         instead of the cl.el copy-list.
3953         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3954         equalp.
3955
3956 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3959         and tool-bar-local-item-from-menu.
3960
3961         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3962         mode-line-highlight face for Emacs.
3963
3964         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3965         loading gnus-sum.elc; fix comment for canlock-verify.
3966         (gnus-article-jump-to-part): Use read-number.
3967         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3968         Remove Emacs pre-21 compatible code for help-echo.
3969         (gnus-article-next-page-1): No need to adjust the number of lines.
3970         (gnus-article-describe-bindings): Always use help-buffer.
3971
3972         * gnus-audio.el (gnus-audio-inline-sound)
3973         * gnus-cus.el (gnus-custom-mode)
3974         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3975
3976         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3977
3978         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3979         compatible code.
3980
3981 2010-09-24  Glenn Morris  <rgm@gnu.org>
3982
3983         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3984         visiting the fcc file in rmail-mode.
3985
3986         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3987
3988 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * nnir.el: Silence the byte compiler.
3991
3992         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3993         alias to browse-url-url-encode-chars if any.
3994         (gnus-html-encode-url): Use it.
3995
3996 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * gnus-start.el (gnus-use-backend-marks): New variable.
3999         (gnus-get-unread-articles-in-group): Use it.
4000
4001         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4002         makeover.
4003
4004 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4005
4006         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4007
4008 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4011         Remove.
4012         (gnus-setup-news-hook):
4013         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4014
4015         * gnus-int.el (gnus-request-update-info): Protect against backends not
4016         having the function.
4017
4018         * nnimap.el (nnimap-stream): Mention starttls.
4019         (nnimap-open-connection): Add starttls support.
4020
4021 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4022
4023         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4024
4025 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4026
4027         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4028         BODYSTRUCTUREs.
4029         (nnimap-transform-headers): Unfold quoted {42} headers.
4030
4031         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4032         the info.
4033         (gnus-get-unread-articles): Only call updatep on backends that support
4034         it.
4035
4036         * nnweb.el (nnweb-request-update-info): NOOP.
4037
4038         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4039
4040         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4041         since it only deals with marks.
4042
4043         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4044         gnus-request-marks, and make a new gnus-request-update-info.
4045
4046         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4047         the active instead of the high number, which is usually too low.
4048
4049 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4050
4051         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4052         * encrypt.el: Remove.
4053
4054 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4057         server in symbolic form.
4058
4059         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4060
4061 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4064         (nnimap-update-info): Fix up code slightly.
4065
4066         * gnus-int.el (gnus-open-server): Add tracing for performance
4067         debugging.
4068
4069         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4070         (gnus-group-insert-group-line): Pass the real group name so that it
4071         gets the right data.
4072
4073         * gnus-start.el (gnus-get-unread-articles): Don't have
4074         `gnus-get-unread-articles-in-group' update info, since that can be
4075         really slow and doesn't seem to be needed?
4076
4077 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4078
4079         * time-date.el (date-to-time): Try using parse-time-string first before
4080         using the slower timezone-make-date-arpa-standard.
4081
4082 2010-09-22  Julien Danjou  <julien@danjou.info>
4083
4084         * gnus-group.el (gnus-group-insert-group-line):
4085         Call gnus-group-highlight-line.
4086         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4087         default hook list.
4088         (gnus-group-update-eval-form): Add new function.
4089         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4090         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4091
4092 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093
4094         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4095         immediate, then expire all articles.
4096         (nnimap-update-info): Fix off-by-one errors.
4097         (nnimap-flags-to-marks): Would return no marks lists for group with no
4098         flags.  Instead return the other data.
4099
4100 2010-09-22  Julien Danjou  <julien@danjou.info>
4101
4102         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4103         Only return an icon.
4104         (gnus-group-insert-group-line): Compute icon to return.
4105
4106         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4107         (gnus-html-image-fetched): Only cache if
4108         gnus-html-image-automatic-caching is set.
4109         (gnus-html-image-fetched): Check for errors.
4110
4111 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4114         once per method on `g'.  This ensures that backends like nnfolder don't
4115         open all their folders.
4116
4117         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4118         (nnimap-request-list): Nix out group in the correct buffer.
4119         (nnimap-parse-flags): Implement by using `read' instead of
4120         hand-parsing.
4121         (nnimap-flags-to-marks): Pass on permanent-flags.
4122         (nnimap-make-process-buffer): Record the server name.
4123         (nnimap-parse-flags): Fix typo.
4124         (nnimap-request-scan): Run split on the server in general, not just a
4125         single group.
4126
4127         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4128         parameter, and propagate this downwards.
4129
4130         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4131         since EXAMINE changes it on the server.
4132
4133         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4134         this command might take a while.
4135
4136 2010-09-22  Julien Danjou  <julien@danjou.info>
4137
4138         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4139         harmful if you have 2 images side-by-side, they can't be properly
4140         update on text deletion.  Using text-property is safer here.
4141         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4142         data.
4143
4144 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145
4146         * nnimap.el (nnimap-expunge-inbox): Remove.
4147         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4148         (nnimap-expunge): Flip default to t.
4149
4150         * gnus.el (gnus-method-to-server): Don't push things to the cache
4151         unless it's unique.
4152         (gnus-server-to-method): Ditto.
4153
4154 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4155
4156         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4157
4158 2010-09-22  Julien Danjou  <julien@danjou.info>
4159
4160         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4161         get the start of data.
4162         (gnus-html-encode-url): Add this function to encode special chars in
4163         URL.
4164         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4165         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4166
4167         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4168         default.
4169         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4170
4171         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4172         images alt-text.
4173         (gnus-html-put-image): Put alt-text as help-echo.
4174
4175 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4178         * mm-util.el (mm-decompress-buffer)
4179         * nnir.el (nnir-run-find-grep)
4180         * pop3.el (pop3-list): Use 3rd arg of split-string.
4181
4182         * time-date.el (format-seconds): Comment fix.
4183
4184         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4185         and byte-optimize-form-code-walker.
4186         (dgnushack-make-auto-load): Don't advise make-autoload.
4187
4188         * lpath.el: Remove Emacs 21 stuff.
4189
4190 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4193         outside the active range.  Suggested by Dan Christensen.
4194
4195         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4196         slightly later to avoid double-getting it.
4197
4198         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4199         previous patch.
4200
4201         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4202
4203 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4204
4205         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4206
4207 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * gnus-int.el (gnus-open-server): Give a better error message in the
4210         "go offline" case.
4211
4212         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4213         marks for nnimap, which is seldom the right thing to do.
4214
4215         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4216         (gnus-same-method-different-name): New function.
4217
4218         * nnimap.el (parse-time): Require.
4219
4220         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4221         method in the presence of many similar methods.
4222
4223         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4224
4225         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4226         nnml-inhibit-expiry.
4227
4228         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4229         find out whether methods are equal.
4230
4231         * nnimap.el (nnimap-find-expired-articles): New function.
4232         (nnimap-process-expiry-targets): New function.
4233         (nnimap-request-move-article): Request the article before looking at
4234         what the Message-ID is.  Fix found by Andrew Cohen.
4235         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4236
4237         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4238         for oldness in addition to being a predicate.
4239
4240         * nnimap.el (nnimap-request-group): When we have zero articles, return
4241         the right data to Gnus.
4242         (nnimap-request-expire-articles): Only delete articles immediately if
4243         the target is 'delete.
4244
4245         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4246         method, this would bug out.
4247
4248         * gnus-group.el (gnus-group-expunge-group): Rename from
4249         gnus-group-nnimap-expunge, and implemented as a normal interface
4250         function.
4251
4252         * gnus-int.el (gnus-request-expunge-group): New function.
4253
4254         * nnimap.el (nnimap-request-create-group): Implement.
4255         (nnimap-request-expunge-group): New function.
4256
4257 2010-09-21  Julien Danjou  <julien@danjou.info>
4258
4259         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4260         (gnus-html-cache-expired): Add new function.
4261         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4262         wethever we should display image for fetch it.
4263         Compute alt-text earlier to pass it to the fetching function too.
4264         (gnus-html-schedule-image-fetching): Change function argument to only
4265         get one image at a time, not a list.
4266         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4267         cache.
4268         (gnus-html-get-image-data): New function to retrieve image data from
4269         cache.
4270         (gnus-html-put-image): Change buffer argument to use image data rather
4271         than file, and place image above region rather than inserting a new
4272         one.  Do not take alt-text as argument, since it's useless now: we place
4273         the image above alt-text.
4274         (gnus-html-prune-cache): Remove.
4275         (gnus-html-show-images): Start to fetch image when we find one, do not
4276         push into a temporary list.
4277         (gnus-html-prefetch-images): Only fetch image if they have expired.
4278         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4279         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4280
4281 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4284
4285 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4286
4287         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4288         spec inser "*" if the group isn't active instead of 0.
4289
4290         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4291         opening the server.
4292         (nnimap-request-delete-group): Implement group deletion.
4293         (nnimap-transform-headers): Return the size of the entire message in
4294         the Bytes header, not just the size of the first part.
4295         (nnimap-request-move-article): When moving an article from nnimap,
4296         request the article first so the accepting form has an article to
4297         accept.  Reported by Dan Christensen.
4298         (nnimap-command): Make sure that the error message doesn't error out.
4299
4300 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4301
4302         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4303         we haven't requested anything.
4304
4305 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306
4307         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4308         "".  Fix found by Andrew Cohen.
4309
4310         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4311         instead of -encode-string.
4312
4313 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4316
4317         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4318         by mm-subst-char-in-string.
4319
4320 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321
4322         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4323         waiting for the connection string.
4324
4325         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4326         arriving.
4327
4328         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4329         bogus characters.  This allows selecting certain Gmail groups.
4330
4331         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4332         (nnimap-fetch-partial-articles): New variable.
4333         (nnimap-open-connection): When looking for credentials, also use the
4334         nnimap-server-port.
4335         (nnimap-request-article): Return the group/article number, so that Gnus
4336         `^' works as expected.
4337         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4338
4339         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4340         comments.
4341         (gnus-methods-sloppily-equal): New function.
4342         (gnus): When using the development version of Gnus, load the gnus-load
4343         file.
4344
4345         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4346         `gnus-open-server' on each method before trying to scan them etc.
4347         This ensures that all the backend parameters are set correctly.
4348
4349         * nnimap.el (nnimap-authenticator): New variable.
4350         (nnimap-open-connection): Allow anonymous login.
4351         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4352         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4353
4354         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4355         patch, found by Knut Anders Hatlen.
4356
4357 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4358
4359         * gnus-agent.el (gnus-agent-batch-confirmation)
4360         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4361         to gnus-message.
4362         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4363         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4364         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4365         * gnus-int.el (gnus-open-server): Likewise.
4366         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4367         (gnus-score-check-syntax): Likewise.
4368         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4369         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4370         Likewise.
4371         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4372
4373 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4376         calling conventions so that prefetch doesn't bug out.
4377
4378 2010-09-19  Julien Danjou  <julien@danjou.info>
4379
4380         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4381         rather than `subst-char-in-region' in order to be able to replace ASCII
4382         char by UTF-8 ones.
4383
4384         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4385         than curl.
4386         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4387         the right URL and ALT text on images.
4388         (gnus-html-wash-tags): Fix tag case.
4389         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4390         (gnus-article-html): Add -o display_ins_del=2 option.
4391         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4392
4393 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4396         the extra mail headers, which sometimes seem to happen for unknown
4397         reasons.
4398
4399         * mail-parse.el (mail-header-encode-parameter): Define as
4400         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4401         (or most, perhaps?) mail readers don't understand the latter, but do
4402         understand the former.
4403
4404         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4405         to nil, so that no methods are automatically agentized.  I think this
4406         is probably what most users want.
4407
4408         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4409         from url-retrieve, for instance about invalid URLs.
4410
4411         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4412         groups that have no articles.
4413         (nnimap-request-article): Check that we really got an article when we
4414         requested one.
4415
4416         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4417         doesn't exist.
4418
4419         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4420         nntp buffer so the agent can save it.
4421         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4422         that CRLF doesn't get translated to \n.
4423         (nnimap-open-connection): Don't make 'shell commands only send \n.
4424
4425 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4426
4427         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4428         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4429         Update var name.
4430         (nnml-generate-nov-file): Use dolist.
4431         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4432         Use with-current-buffer.
4433
4434 2010-09-18  Julien Danjou  <julien@danjou.info>
4435
4436         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4437         parallel.
4438
4439 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4442         the range update right.
4443         (nnimap-request-group): Don't make `M-g' bug out on group with no
4444         marks.
4445         (nnoo): Require, so that other packages can require nnimap.
4446         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4447         command we're looking for.  This helps when the server sends more
4448         responses after we've gotten everything we expected.
4449         (nnimap): Add a `newlinep' field to keep track of end-of-line
4450         conventions.
4451         Don't send CRLF to things that don't want it.
4452         (nnimap-request-accept-article): Ditto.
4453
4454 2010-09-18  Julien Danjou  <julien@danjou.info>
4455
4456         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4457         than curl to retrieve images.
4458
4459 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4462         the marks.
4463         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4464         (nnimap-wait-for-connection): New function.
4465         (nnimap-open-connection): If we have PREAUTH, don't query for login
4466         credentials.
4467         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4468         when doing a partial update.
4469
4470 2010-09-18  Julien Danjou  <julien@danjou.info>
4471
4472         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4473         tags.
4474
4475 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4476
4477         * nnimap.el (nnimap-credentials): New function.
4478         (nnimap-open-connection): Use the new function to look for credentials
4479         also on the numeric equivalents of "imap" and "imaps".
4480
4481         * gnus-start.el (gnus-activate-group): Send the info to
4482         gnus-request-group.
4483
4484         * nnimap.el (nnimap-request-group): Have the "check" version of the
4485         function parse flags and update the info, so that a `M-g' get a total
4486         resync of all flags from the group.
4487
4488         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4489         to allow backends to alter the info on group selection.  Also alter all
4490         the backend -request-group functions to take the parameter.
4491
4492         * nnimap.el (nnimap-store-info): New function.
4493         (nnimap-update-info): Store the info for later usage.
4494         (nnimap-request-group): Use the stored info for the dont-check case, so
4495         that we don't retrieve all marks when we enter a group.
4496
4497         * nnimap.el: Use deffoo instead of defun for interface functions.
4498
4499         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4500         update the group info.  This makes the nndraft groups, for instance, go
4501         back to their old behaviour.
4502
4503         * gnus-sum.el (gnus-select-newsgroup): Indent.
4504
4505         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4506         in.
4507         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4508         nothing.
4509
4510         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4511         from methods that are denied.
4512
4513         * gnus-int.el (gnus-method-denied-p): New function.
4514
4515         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4516         store the password instead of netrc.
4517         (nnimap-open-connection): Don't error out when we can't make a
4518         connections.
4519
4520         * auth-source.el (auth-source-create): In the password prompt, say what
4521         we're querying for.  Also prompt for user name if that hasn't been
4522         given.
4523
4524         * nnimap.el (nnimap-with-process-buffer): Remove.
4525
4526 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4529         method when we're reading from the agent.
4530
4531         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4532
4533         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4534         that's probably most useful for users.
4535
4536         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4537         "failed" all the time.
4538
4539         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4540         ...)) with (with-current-buffer ... ).
4541
4542         * nntp.el (nntp-open-server): Return whether the open was successful or
4543         not.
4544
4545         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4546         select an unread unseen article first.
4547
4548         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4549         /etc/services, supply some sensible port defaults.
4550
4551         * dgnushack.el: Define netrc-credentials.
4552
4553 2010-09-17  Julien Danjou  <julien@danjou.info>
4554
4555         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4556
4557 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4558
4559         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4560         doesn't have any parameters.
4561
4562 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4565         only upcased checks.
4566
4567         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4568
4569         * nnimap.el (nnimap-open-shell-stream): New function.
4570         (nnimap-open-connection): Use it.
4571         (nnimap-transform-headers): Get the number of lines in each message.
4572         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4573         number of lines.
4574         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4575         problem.
4576
4577         * utf7.el (utf7-encode): Autoload.
4578
4579         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4580         to allow the mail splitting to not return a default group.  This is
4581         useful for nnimap, which will leave unmatched mail in the inbox.
4582
4583         * nnimap.el: Rewritten.
4584
4585         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4586         nnimap usage.
4587
4588         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4589         if the move is internal, so that nnimap can do fast internal moves.
4590
4591         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4592         data.
4593         (gnus-read-active-for-groups): Support finishing the early retrieval of
4594         data.
4595
4596         * gnus-range.el (gnus-range-nconcat): New function.
4597
4598         * gnus-int.el (gnus-finish-retrieve-group-infos)
4599         (gnus-retrieve-group-data-early): New functions.
4600
4601 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4602
4603         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4604         (nnrss-retrieve-groups):
4605         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4606         (pop3-quit): Use with-current-buffer.
4607
4608 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4611         instead of nnheader-accept-process-output.
4612
4613         * dgnushack.el (dgnushack-compile): Add comment.
4614
4615         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4616
4617         * gnus-html.el (gnus-html-schedule-image-fetching)
4618         (gnus-html-prefetch-images): Replace process-kill-without-query by
4619         gnus-set-process-query-on-exit-flag.
4620
4621 2010-09-16  Romain Francoise  <romain@orebokech.com>
4622
4623         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4624
4625 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4626
4627         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4628         parameter to unintern is mandatory-ish in Emacs 24.
4629
4630         * gnus-html.el (gnus-html-schedule-image-fetching)
4631         (gnus-html-prefetch-images): Check for curl before using it.
4632
4633         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4634         depend on curl, which isn't essential.
4635
4636         * imap.el: Revert back to version
4637         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4638         seem problematic.
4639
4640 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4641
4642         * gnus-registry.el (gnus-registry-install-shortcuts):
4643         Explicitly pass `obarray' to `unintern' to avoid a warning.
4644
4645 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4648         change.
4649
4650         * nnrss.el (nnrss-request-list): Remove this function and related
4651         functions, including the moreover stuff.
4652
4653 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4654
4655         * nnrss.el (nnrss-retrieve-groups): New function.
4656
4657 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4658
4659         * .dir-locals.el: Add no-byte-compile cookie.
4660
4661 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * time-date.el (format-seconds): Comment fix.
4664
4665         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4666         for back end that doesn't support request-scan.
4667
4668 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4671         then do request scans from the backends.
4672
4673         * netrc.el (netrc-credentials): New conveniency function.
4674
4675         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4676         avoid running a hook per line, since this takes a lot of time,
4677         profiling shows.
4678         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4679         directly if gnus-visual-p is true.
4680
4681 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4684         groups; replace mapcar with dolist which is a bit faster; pass groups
4685         info to gnus-read-active-file-1.
4686         (gnus-read-active-file-1): Scan only specified groups if the new
4687         optional arg `infos' is given.
4688
4689 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4690
4691         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4692
4693         * pop3.el (pop3-movemail): Remove.
4694         (pop3-streaming-movemail): Rename to pop3-movemail.
4695
4696         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4697         don't restrict end-tag searches to the end of the line.
4698
4699 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4702         articles of every unchecked group to t, which means unknown since the
4703         server has never been opened.
4704
4705 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706
4707         * gnus-html.el (gnus-html-show-alt-text): New command.
4708         (gnus-html-browse-image): Ditto.
4709         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4710         to browse the image directly.
4711         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4712         better.
4713
4714         * gnus-async.el (gnus-async-article-callback):
4715         Call `gnus-html-prefetch-images' unconditionally.
4716
4717         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4718         before feeding URLs to curl.
4719
4720 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4723         internal images as deletable by `W D D'.
4724
4725         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4726         (gnus-async-article-callback): Fix typo.
4727
4728 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4731         current line to work around bugs in the output from w3m.
4732
4733         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4734         for groups that want that.
4735
4736         * nntp.el (nntp-wait-for-string): Supply a timeout for
4737         accept-process-output to ensure progress.
4738
4739         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4740         level to get unread articles from, then use that for foreign groups,
4741         too.
4742
4743         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4744         confuses the rest of the function.
4745
4746         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4747         for the methods that support -retrieve-groups, too.
4748
4749         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4750
4751 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4754         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4755
4756         * pop3.el: Require cl when compiling.
4757         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4758
4759 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4762         that aren't going to be activated.
4763         (gnus-get-unread-articles): Fix up the last commit.
4764
4765         * gnus-html.el (gnus-article-html): Allow calling without specifying
4766         the handle.  In that case, dissect the buffer first.
4767
4768         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4769
4770         * nnimap.el (nnimap-open-connection): Revert the change that would look
4771         into authinfo for imaps instead of imap.
4772
4773         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4774         say that you don't want to call gnus-request-group with don-check, but
4775         do check the reponse.  This is for virtual groups only.
4776         (gnus-get-unread-articles): Count the archive groups as secondary, so
4777         that they're activated the same way as before.
4778
4779         * imap.el (imap-message-map): Removed optional buffer parameter, since
4780         no callers use it.
4781         (imap-message-get): Ditto.
4782         (imap-message-put): Ditto.
4783         (imap-mailbox-map): Ditto.
4784         (imap-mailbox-put): Ditto.
4785         (imap-mailbox-get): Ditto.
4786         (imap-mailbox-get): Revert last change for this function.
4787
4788         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4789         case-insensitively.
4790         (nnimap-debug): Remove.
4791
4792         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4793         to use `imap-fetch' instead.  According to the comments, this should be
4794         safe, since all other IMAP clients use the 1:* syntax.
4795         (imap-enable-exchange-bug-workaround): Removed.
4796         (imap-debug): Removed -- doesn't seem very useful.
4797
4798         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4799         mail from a file, and the file doesn't exist.
4800
4801         * imap.el (imap-log): New convenience function used throughout instead
4802         of repeating the same code all over the place.
4803
4804         * pop3.el (pop3-streaming-movemail): Return t for success.
4805
4806         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4807         .authinfo if we're using ssl connection.
4808
4809         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4810         already have if we're in a main Gnus `g' run.
4811
4812         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4813
4814 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4817
4818         * nnmh.el (nnmh-request-list-1): Bind `file'.
4819
4820         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4821         alias to set-process-query-on-exit-flag or process-kill-without-query.
4822         (pop3-open-server): Use it.
4823
4824 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825
4826         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4827         box to the Incoming file.  Fixes mistake in previous checkin.
4828
4829         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4830         request loop (for debugging purposes) removed.
4831
4832         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4833         culprit is more visible.
4834         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4835         (nnml-add-incremental-nov): New functions to do "incremental" nov
4836         updates, where we just append to the end of the existing nov files
4837         without reading/writing them in full.
4838
4839         * mail-source.el (mail-source-delete-crash-box): Really only check the
4840         incoming files once in a while.
4841
4842         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4843
4844         * mail-source.el (mail-source-delete-crash-box): Only check the
4845         incoming files for deletion once per day to save a lot of file
4846         accesses.
4847
4848         * pop3.el (pop3-logon): Fix up unbound variable typo.
4849
4850         * mail-source.el (pop3-streaming-movemail): Autoload.
4851
4852         * pop3.el (pop3-streaming-movemail):
4853         Respect pop3-leave-mail-on-server.
4854
4855         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4856         retrieval.
4857
4858         * pop3.el (pop3-process-filter): Remove unused function.
4859         (pop3-streaming-movemail, pop3-send-streaming-command)
4860         (pop3-wait-for-messages, pop3-write-to-file)
4861         (pop3-number-of-responses): New functions for streaming pop3
4862         retrieval.
4863
4864         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4865         come from no known methods.
4866         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4867         list.
4868
4869         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4870         message sizes.
4871         (pop3-movemail): Use erase-buffer instead of looping and deleting
4872         regions, which seems rather odd.
4873
4874         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4875         file once per `g' run.
4876
4877         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4878         directories.  This makes the draft queue directory work.
4879
4880         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4881         data from the backends, so that we only request the list of groups from
4882         each method once.  This should speed things up considerably.
4883
4884         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4885         detect that it's not implemented.
4886
4887         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4888         we actually do recurse down into the tree, but don't stat all leaf
4889         nodes.
4890
4891         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4892         then say so instead of bugging out.
4893
4894         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4895         files exist before trying to read them.
4896
4897         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4898         around <pre_int>.
4899
4900         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4901
4902         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4903
4904 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4905
4906         * mm-util.el (mm-image-load-path): Just return the image directories,
4907         not all directories in the path in addition to the image directories.
4908         (mm-image-load-path): Maintain a cache of the image directories so that
4909         the `g' command in Gnus doesn't have to stat dozens of directories each
4910         time.
4911
4912         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4913         (gnus-html-wash-tags): Add a new `i' command to insert images.
4914         (gnus-html-insert-image): New command and keystroke.
4915         (gnus-html-redisplay-with-images): New command and keystroke.
4916         (gnus-html-show-images): Rename command.
4917         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4918         spacers.
4919         (gnus-html-wash-tags): Decode entities at the end, so that entities
4920         inside the tags don't mess up the rest of the "parsing".
4921
4922         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4923         so that nnimap methods aren't agentized by default.  There's apparently
4924         many problems related to agent/imap behaviour.
4925
4926         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4927
4928         * gnus-html.el: Doc fix.
4929
4930 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4933         specifier-spec-list for Emacs 21.
4934
4935         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4936         glyph-width and glyph-height instead of display-graphic-p and
4937         image-size; make avoidance of displaying small images work for XEmacs.
4938
4939         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4940         for XEmacs.
4941
4942         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4943         of symbol that holds plist data.
4944         (gnus-process-plist): Remove plist of process after getting it.
4945
4946 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * message.el (message-generate-hashcash): Change default to
4949         'opportunistic if hashcash is installed.
4950
4951         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4952         (gnus-html-put-image): Only call image-size once, since it's somewhat
4953         time-consuming on remote X servers.
4954
4955 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4958         type on data, not a file name.
4959
4960         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4961         window-pixel-edges for Emacs 21.
4962
4963         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4964         decoded contents.
4965         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4966
4967 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4970         group line format, since it isn't very interesting.
4971
4972         * gnus-agent.el (gnus-agent-short-article),
4973         (gnus-agent-long-article): Increase values for these two variables,
4974         since most people are likely to have more network connection and
4975         storage than before.
4976
4977         * gnus.el (gnus-refer-article-method): Change default to 'current.
4978         When referring an article, the common behaviour is to refer it from the
4979         current select method, not the native select method.  The chances of
4980         the native select method having the message in question is rather slim
4981         these days.
4982
4983         * gnus-sum.el (gnus-auto-select-subject): Change default to
4984         `unseen-or-unread'.  I think it's likely that most people want to
4985         select an unseen article over a previously seen, but unread one.
4986
4987         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4988         means that in the article buffer none of the minor mode elements will
4989         be shown, usually, and this is not desirable in most cases.
4990
4991         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4992         that commands like `d' (and the like) go to the next line in the
4993         buffer, instead of the next unread article.  I think this is the
4994         behaviour that is most natural for most users.
4995         (gnus-single-article-buffer): Change default to nil, so that people can
4996         have as many article buffers open as they have summary buffer.  I think
4997         this is the most natural way for the groups to behave.
4998
4999         * message.el (message-generate-new-buffers): Change default to
5000         `unsent', so that all new message buffers start their names with the
5001         string "*unsent", and it's easier to find the buffers if you move from
5002         them.
5003
5004 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5007         small.  They're probably tracking images.
5008         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5009         (gnus-html-rescale-image): Yet another try at getting the image sizing
5010         right.
5011
5012         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5013         nntp-marks-file-name is nil.
5014
5015 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * gnus-html.el (gnus-html-wash-tags)
5018         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5019         Better logging.
5020
5021 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5022
5023         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5024
5025         * gnus-html.el (gnus-html-wash-tags): Check the value of
5026         gnus-blocked-images in the summary buffer.
5027
5028 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5029
5030         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5031
5032 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5035         like "a", it seems like.
5036         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5037         since it needs to be picked from the correct buffer.
5038
5039         * nnwfm.el: Remove.
5040
5041         * nnlistserv.el: Remove.
5042
5043 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5044
5045         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5046         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5047
5048 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5049
5050         * nnkiboze.el: Remove.
5051
5052         * nndb.el: Remove.
5053
5054         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5055         alt text.
5056         (gnus-html-rescale-image): Try to get the rescaling logic right for
5057         images that are just wide and not tall.
5058
5059         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5060         overshadow variable bindings.
5061
5062 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * gnus-html.el (gnus-html-wash-tags)
5065         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5066         Add extra logging.
5067
5068 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069
5070         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5071         (gnus-max-image-proportion): New variable.
5072         (gnus-html-rescale-image): New function.
5073         (gnus-html-put-image): Rescale images.
5074
5075 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5076
5077         Fix up some byte-compiler warnings.
5078         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5079         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5080         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5081         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5082         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5083         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5084         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5085
5086 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * gnus-html.el (gnus-article-html): Decode contents by charset.
5089
5090 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5093         (gnus-html-frame-width, gnus-blocked-images)
5094         * message.el (message-prune-recipient-rules): Add custom version.
5095         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5096
5097         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5098         functions.
5099
5100         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5101         gnus-process-get.
5102
5103 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5104
5105         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5106         instead of lsub directly.
5107
5108 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * nnwarchive.el: Remove.
5111
5112         * gnus-soup.el: Remove.
5113
5114         * nnsoup.el: Remove.
5115
5116         * nnultimate.el: Remove.
5117
5118         * gnus-html.el (gnus-blocked-images): New variable.
5119
5120         * message.el (message-prune-recipients): New function.
5121         (message-prune-recipient-rules): New variable.
5122
5123         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5124         guess whether a long line is natural text or not.
5125
5126         * gnus-html.el (gnus-html-schedule-image-fetching):
5127         Use gnus-process-plist and friends for compatibility.
5128
5129 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5130
5131         * gnus-html.el: Require packages that define macros used in this file.
5132         (gnus-article-mouse-face): Declare to silence byte-compiler.
5133         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5134         process-get.
5135         (gnus-html-put-image): Use plist-get to avoid getf.
5136         (gnus-html-prefetch-images): Use with-current-buffer.
5137
5138 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * gnus-ems.el: Provide compatibility functions for
5141         gnus-set-process-plist.
5142
5143         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5144         header-line-format for XEmacs 21.4.
5145
5146         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5147         * gnus.el (gnus-valid-select-methods)
5148         * message.el (message-send-mail-partially-limit)
5149         * mm-decode.el (mm-text-html-renderer)
5150         * mml.el (mml-insert-mime-headers-always)
5151         * smiley.el (smiley-regexp-alist): Bump custom version.
5152
5153 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * gnus-html.el: require mm-url.
5156         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5157         with the url to `url'.
5158         (gnus-html-wash-tags): Support cid: URLs/images.
5159
5160 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5163         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5164         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5165
5166         * gnus-move.el: Remove file, since it doesn't really work.
5167
5168         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5169         UTF-8.  This seems to fix problems with some German web feeds.
5170
5171         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5172         at the top so that the proper colours are applied.
5173
5174         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5175         don't have dots in their names.
5176
5177         * gnus-art.el (gnus-article-view-part): Doc fix.
5178
5179         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5180         XEmacs-compatible.
5181         (gnus-html-put-image): Don't do images on non-graphic displays.
5182
5183         * nnslashdot.el: Remove this unused backend.
5184
5185         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5186         actions.
5187         (gnus-undo-register-1): Revert last change.
5188
5189         * gnus-group.el (gnus-group-completing-read): Protect against not
5190         having completion-styles bound.
5191
5192         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5193         make broken recipients happier.
5194
5195         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5196
5197         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5198         point parameter.
5199
5200         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5201
5202         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5203         completion-styles for group selection.
5204
5205 2009-02-04  Andreas Schwab  <schwab@suse.de>
5206
5207         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5208         headers and regexp-quote the match if necessary.
5209
5210 2009-03-24  Miles Bader  <miles@gnu.org>
5211
5212         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5213         the blinking smiley.
5214
5215 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5216
5217         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5218         blink smiley.
5219
5220 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221
5222         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5223         where the dribbel file lives exists.
5224
5225         * message.el (message-send-mail-partially-limit): Change the default to
5226         nil, since most people don't want this.
5227
5228         * mm-url.el (mm-url-decode-entities): Also decode entities like
5229         &#x3212.
5230
5231 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5232
5233         * gnus-sum.el (gnus-summary-idna-message):
5234         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5235         Hyperlink urls in docstrings with URL `...'.
5236
5237 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5238
5239         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5240         functions.
5241
5242 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5245         say what the mouseover text should be.
5246
5247         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5248         version of the mm-w3m-safe-url-regexp variable to only download images
5249         in the groups where we want that to happen.
5250
5251         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5252
5253         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5254         easier debugging.
5255         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5256         big pictures in the article buffer.
5257
5258         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5259         gnus-article-html.
5260         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5261         w3m.
5262
5263         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5264
5265 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5268         which doesn't exist.
5269
5270         * message.el (message-inhibit-ecomplete): New variable to allow some
5271         function to inhibit ecomplete address storage.
5272         (message-resend): Disable ecomplete message storage when resending
5273         messages.
5274
5275         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5276
5277 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5280         Save excursion while copying, moving, and deleting articles in order to
5281         prevent the cursor from jumping to unforeseen place.
5282
5283 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * lpath.el: No need to bind bookmark-current-buffer,
5286         bookmark-yank-point and bookmark-make-record-function.
5287
5288 2010-08-17  Glenn Morris  <rgm@gnu.org>
5289
5290         * gnus-sync.el: Require gnus components whose functions are used.
5291
5292         * gnus-art.el (bookmark-make-record-function):
5293         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5294         Declare for compiler.
5295
5296         * mm-url.el (mml-compute-boundary): Autoload.
5297
5298 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5301
5302 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5303
5304         Typo fix "hoo4a" -> "hook".
5305
5306         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5307
5308 2010-08-14  Glenn Morris  <rgm@gnu.org>
5309
5310         * gnus-sync.el (gnus-sync): Fix defgroup version.
5311
5312 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5313
5314         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5315
5316         * gnus-sync.el: Fix docs.
5317         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5318         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5319
5320 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5321
5322         Optimizations for gnus-sync.el.
5323
5324         * gnus-sync.el: Add docs about gnus-sync-backend
5325         possibilities.
5326         (gnus-sync-save): Remove unnecessary message.
5327         (gnus-sync-read): Optimize and show what groups were skipped.
5328
5329 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5330
5331         Minor bug fixes for gnus-sync.el.
5332
5333         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5334         Don't read the sync on get-new-news.
5335
5336         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5337         quiet.
5338
5339         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5340         (fix typo).
5341
5342 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5343
5344         Make saving and restoring of hidden threads work with overlays.
5345         Patch applied by Ted Zlatanov.
5346
5347         * gnus-sum.el (gnus-hidden-threads-configuration)
5348         (gnus-restore-hidden-threads-configuration): Update to deal with text
5349         properties, rather than searching for a magic character.
5350
5351 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5352
5353         New gnus-sync.el library for synchronization of marks.
5354
5355         * gnus-sync.el: New library for synchronization of marks.
5356
5357         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5358         renamed from `gnus-registry-grep-in-list'.
5359
5360         * gnus-registry.el (gnus-registry-follow-group-p):
5361         Use `gnus-grep-in-list'.
5362
5363         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5364
5365 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5368         determining charset of text fails.
5369
5370 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * nnmail.el (nnmail-get-new-mail-1): Revert.
5373
5374         * nnml.el (nnml-active-number): Make sure names of newly created groups
5375         in nnml-group-alist are encoded.
5376
5377 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5380         containing non-ASCII characters in active file for nnml back end.
5381
5382 2010-07-24  David Engster  <dengste@eml.cc>
5383
5384         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5385         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5386
5387 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5388
5389         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5390         tag (Bug#6654).
5391
5392 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5395         the article buffer, not the summary buffer.
5396
5397 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5400         Emacs 23 as well.
5401
5402 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5405         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5406
5407 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5408
5409         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5410         Patch applied by Karl Fogel.
5411
5412         * gnus-sum.el (gnus-summary-bookmark-make-record):
5413         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5414
5415 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5416
5417         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5418         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5419         C-w still not working correctly from Article buffers; Thierry's
5420         patch to fix that will be applied after this.
5421
5422         * gnus-art.el (bookmark-make-record-function): New local variable.
5423
5424         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5425         article buffer.
5426         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5427
5428 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5429
5430         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5431         on changes in bookmark.el.
5432
5433 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5436         `no-log' instead of message not to log prompt string.
5437
5438 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5439
5440         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5441         the *other* type of HTML form submission.
5442
5443 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5444
5445         * auth-source.el (auth-source-pick): If choice does not contain a
5446         questioned keyword, set the check to t.
5447
5448 2010-06-12  Romain Francoise  <romain@orebokech.com>
5449
5450         * gnus-util.el (gnus-date-get-time): Move up before first use.
5451
5452 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5455         (gnus-article-edit-part): Bind it to make last part that is substituted
5456         or deleted visible.
5457         (gnus-mime-display-single): Buttonize part of which id equals to
5458         gnus-mime-buttonized-part-id.
5459
5460 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5461
5462         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5463         (gnus-dd-mmm): Use gnus-date-get-time.
5464         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5465         simplify logic.
5466         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5467         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5468
5469 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5470
5471         * auth-source.el (top): Autoload `secrets-list-collections',
5472         `secrets-create-item', `secrets-delete-item'.
5473         (auth-sources): Fix tag string.
5474         (auth-get-source, auth-source-retrieve, auth-source-create)
5475         (auth-source-delete): New defuns.
5476         (auth-source-pick): Rewrite in order to avoid 2 passes.
5477         (auth-source-forget-user-or-password): New parameter USERNAME.
5478         (auth-source-user-or-password): New parameters CREATE-MISSING and
5479         DELETE-EXISTING.  Retrieve password interactively, if needed.
5480
5481 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5482
5483         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5484         deleting unused directories when gnus-expert-user is t.
5485
5486 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5489         for each temp file when gnus-article-browse-delete-temp is ask.
5490
5491 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5492
5493         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5494         Lisp calls to delete-backward-char by calls to delete-char.
5495
5496 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5497
5498         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5499
5500 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5501
5502         * password-cache.el (password-cache-remove): Fix docstring.
5503
5504 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5507         article unless decoding article to be saved.
5508
5509 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5512         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5513         generated within the mm-with-unibyte-current-buffer macro.
5514
5515 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5518         to nil when we're in a mml-preview buffer and no group is selected.
5519
5520 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5521
5522         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5523         when catching the `C-g'.  Reported by "Leo".
5524
5525 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * message.el (message-forward-make-body-plain)
5528         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5529         multibyte-string-p.
5530
5531         * lpath.el: Revert.
5532
5533 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * message.el (message-forward-make-body-mml): Assume original message
5536         is multibyte string; error on unibyte.
5537         (message-forward-make-body-plain): Ditto; don't add excessive newline
5538         in body end.
5539
5540         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5541
5542 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5543
5544         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5545         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5546
5547 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * mm-extern.el (mm-extern-url): Don't use
5550         mm-with-unibyte-current-buffer.
5551         (mm-extern-cache-contents): Use with-current-buffer instead of
5552         save-excursion + set-buffer.
5553
5554 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * mm-util.el (mm-emacs-mule): Remove.
5557
5558 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5559
5560         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5561         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5562         change.
5563
5564 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5567         bind the default value of enable-multibyte-characters to nil.
5568
5569 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * message.el (message-forward-make-body-plain)
5572         (message-forward-make-body-mml):
5573         Don't use mm-with-unibyte-current-buffer.
5574
5575 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5576
5577         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5578
5579 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5580
5581         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5582         (Bug#5592).
5583
5584 2010-05-07  Julien Danjou  <julien@danjou.info>
5585
5586         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5587         it to mm-pipe-part.
5588
5589         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5590         it is given.
5591
5592 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * binhex.el (binhex-decode-region-internal)
5595         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5596         (dns-query)
5597         * nnweb.el (nnweb-gmane-search)
5598         * pgg-parse.el (pgg-parse-armor)
5599         * pgg.el (pgg-verify-region)
5600         * sha1.el (sha1-string-external)
5601         * uudecode.el (uudecode-decode-region-internal)
5602         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5603         XEmacs.
5604
5605         * gnus-art.el (gnus-article-browse-html-parts)
5606         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5607         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5608         make-temp-file.
5609
5610         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5611         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5612         compiling.
5613
5614         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5615         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5616         XEmacs when compiling.
5617
5618         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5619         gnus-pick-mode-off-hook for XEmacs when compiling.
5620         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5621         gnus-binary-mode-off-hook for XEmacs when compiling.
5622
5623         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5624         Return nil if char-charset is not available.
5625
5626         * imap.el (imap-disable-multibyte)
5627         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5628         macros.
5629
5630         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5631         instead of encode-coding-string.
5632
5633         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5634         'xemacs) instead of mm-emacs-mule to switch function definitions.
5635         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5636
5637         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5638         bind temporary-file-directory for XEmacs;
5639         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5640         timer-set-function for XEmacs 21.4 and SXEmacs;
5641         bind timer-list for XEmacs 21.4 and SXEmacs;
5642         fbind char-charset and find-charset-region for non-Mule XEmacs;
5643         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5644         encode-coding-region and encode-coding-string for XEmacs having no
5645         file-coding feature.
5646
5647 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5648
5649         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5650
5651 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5654         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5655
5656 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5657
5658         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5659         alias `jka-compr-delete-temp-file' no longer exists.
5660
5661 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5662
5663         Use define-minor-mode in Gnus where applicable.
5664         * mml.el (mml-mode): Use define-minor-mode.
5665         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5666         (gnus-undo-mode): Use define-minor-mode.
5667         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5668         (gnus-dead-summary-mode): Use define-minor-mode.
5669         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5670         Initialize in declaration.
5671         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5672         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5673         (gnus-mailing-list-mode): Use define-minor-mode.
5674         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5675         (gnus-draft-mode): Use define-minor-mode.
5676         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5677         (gnus-dired-mode): Use define-minor-mode.
5678
5679 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5680
5681         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5682         handles on recursive mml-to-mime translation and check them for
5683         boundary delimiter collisions.  Reported by Greg Troxel.
5684
5685 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5688
5689 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5690
5691         * mm-util.el (mm-find-buffer-file-coding-system):
5692         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5693
5694 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5695
5696         * message.el (message-generate-headers): Record insertion of optional
5697         headers as well.  Otherwise the check to prevent repeated insertion of
5698         optional headers is a no-op.
5699
5700 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5701
5702         * smime.el: Don't mention CVS.
5703
5704         * nnrss.el (nnrss-fetch): Don't mention CVS.
5705
5706         * nnir.el: Don't mention CVS.
5707
5708 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5709
5710         * gnus-sum.el (gnus-summary-bookmark-make-record):
5711         Add `location' field.
5712
5713 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * lpath.el: Fbind bookmark-default-handler,
5716         bookmark-get-bookmark-record, bookmark-make-record-default,
5717         bookmark-prop-get for Emacs <23 and XEmacs.
5718
5719 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5720
5721         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5722         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5723         Use with-current-buffer to silence the byte-compiler.
5724         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5725         bother to require `gnus'.
5726         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5727
5728 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5729
5730         * gnus-sum.el (gnus-summary-bookmark-make-record)
5731         (gnus-summary-bookmark-jump): New functions.
5732         (gnus-summary-mode): Setup bookmark support.
5733
5734 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5735
5736         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5737         if set.
5738
5739 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5742         gnus-article-browse-html-save-cid-image; make it work recursively for
5743         forwarded messages as well.
5744         (gnus-article-browse-html-parts): Work when prefix arg is given.
5745         (gnus-article-browse-html-article): Doc fix.
5746
5747 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5748
5749         * message.el (message-default-mail-headers):
5750         (message-default-headers): Carry the value mail-default-headers over
5751         into message-default-mail-headers, rather than message-default-headers.
5752
5753 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5754
5755         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5756         charset.
5757
5758         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5759         charset into the <meta> tag when the article is encoded to utf-8.
5760
5761 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-art.el (gnus-article-browse-delete-temp-files):
5764         Delete directories as well.
5765         (gnus-article-browse-html-parts): Work for images that do not specify
5766         file names; delete temp directory when quitting; insert header at the
5767         right place; use file: scheme for image files.
5768
5769 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5770
5771         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5772         (gnus-article-browse-html-parts): Use it to make temporary cid image
5773         files in addition to html file so that browser may display them.
5774
5775 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5778
5779 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5780
5781         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5782
5783 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5784
5785         * auth-source.el (auth-sources): Change default to be simpler.
5786         Explain about Secret Service API sources.  Improve Customize options.
5787         (auth-source-pick): Change to accept any number of search parameters.
5788         Implement fallbacks iteratively, not recursively.  Add scoring on the
5789         second pass and sort by score.  Call Secret Service API when needed.
5790         (auth-source-user-or-password): Use it.  Call Secret Service API
5791         directly when needed to get the user name and the password.
5792
5793 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5794
5795         * message.el (message-interactive): Doc fix.
5796         (message-qmail-inject-args): Reflow.
5797         (message-kill-to-signature): Fix typo in docstring.
5798
5799         * smiley.el (smiley-buffer): Fix typo in docstring.
5800
5801 2010-03-24  Glenn Morris  <rgm@gnu.org>
5802
5803         * mail-source.el (gnus-message): Declare.
5804         (mail-source-delete-old-incoming): Require gnus-util.
5805
5806 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5809
5810         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5811
5812         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5813         password-cache's default if it is not bound.
5814         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5815         password-cache-expiry's default if it is not bound.
5816
5817         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5818         available in Emacs 21.
5819
5820         * lpath.el: Suppress compiler warnings for:
5821         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5822         XEmacs;
5823         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5824         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5825         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5826
5827 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5828
5829         * auth-source.el (auth-sources): Fix up definition so extra parameters
5830         are always inline.
5831
5832 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5833
5834         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5835         wasn't updated after mismatch.  Clear cached mailbox info correctly
5836         when uidvalidity changes.
5837         (nnimap-group-prefixed-name): New function to avoid some code
5838         duplication.
5839         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5840         (nnimap-request-group): Use it.
5841         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5842         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5843         with many imap folders.  This is done by caching the group status from
5844         the imap server persistently in a group parameter `imap-status'.  (This
5845         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5846         but not persistently, so every Gnus startup was still very slow.)
5847
5848 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5849
5850         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5851         delete the extra newline.  Otherwise editing of :string and :number
5852         types don't work.
5853
5854 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5857         secrets.el dependency.
5858         (auth-sources): Add optional user name.  Add secrets.el configuration
5859         choice (unused right now).
5860
5861 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * gnus-sum.el (gnus-summary-make-menu-bar):
5864         Let `gnus-registry-install-shortcuts' fill in the functions.
5865
5866         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5867         warnings.
5868         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5869         (gnus-registry-install-shortcuts): Populate and use it in a
5870         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5871
5872 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5873
5874         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5875         In-place substitutions for the group name encoding/decoding.
5876         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5877         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5878         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5879         (nnimap-update-unseen, nnimap-request-list)
5880         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5881         (nnimap-request-set-mark, nnimap-split-to-groups)
5882         (nnimap-split-articles, nnimap-request-newgroups)
5883         (nnimap-request-create-group, nnimap-request-accept-article)
5884         (nnimap-request-delete-group, nnimap-request-rename-group)
5885         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5886         `encoded-mbx' for consistency.
5887         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5888         variable `imap-current-mailbox'.
5889
5890         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5891         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5892
5893 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5894
5895         * pop3.el (pop3-display-message-size-flag): Display message size byte
5896         counts during POP3 download.
5897         (pop3-movemail): Use it.
5898         (pop3-list): Implement listing of available messages.
5899
5900 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5901
5902         * nnir.el (nnir-get-article-nov-override-function): New function to
5903         override the normal NOV retrieval.
5904         (nnir-retrieve-headers): Use it.
5905
5906 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5907
5908         * auth-source.el (netrc-machine-user-or-password): Autoload.
5909
5910 2010-03-19  Glenn Morris  <rgm@gnu.org>
5911
5912         Stop message.el from loading about 40 libraries it doesn't always need.
5913         The general approach is to autoload rather than require, and to
5914         require in the specific functions rather than the file.  (Bug#5642)
5915
5916         * gmm-utils.el: Don't require wid-edit.
5917         (widget-create-child-value, widget-convert, widget-default-get):
5918         Autoload.
5919
5920         * gnus-util.el: Don't require time-date, netrc.
5921         (message-fetch-field, gnus-group-name-decode): Declare rather than
5922         autoloading.
5923         (gnus-fetch-field): Require message.
5924         (gnus-decode-newsgroups): Require gnus-group.
5925
5926         * ietf-drums.el: Don't require time-date.
5927
5928         * message.el: Don't require hashcash, canlock, ecomplete.
5929         Do require mail-utils.  Require nnheader only when compiling.
5930         (smtpmail-default-smtp-server): Remove declaration.
5931         (message-send-mail-function): Check smtpmail-default-smtp-server
5932         is bound rather than requiring smtpmail.
5933         (message-auto-save-directory, message-insert-signature):
5934         Use expand-file-name rather than nnheader-concat.
5935         (nnheader-insert-file-contents): Autoload.
5936         (hashcash-wait-async): Declare.
5937         (message-send-mail): Only call gnus-setup-posting-charset if
5938         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5939         (message-send-mail-with-sendmail): Require sendmail.
5940         (canlock-password, canlock-password-for-verify): Declare.
5941         (message-canlock-password): Require canlock.
5942         (nnheader-get-report): Autoload.
5943         (gnus-setup-posting-charset): Declare.
5944         (message-send-news): Require gnus-msg.
5945         (message-make-references, message-make-in-reply-to): Use mail-header-id
5946         rather than the alias mail-header-message-id.
5947         (ecomplete-add-item, ecomplete-save): Declare.
5948         (message-put-addresses-in-ecomplete): Require ecomplete.
5949         (ecomplete-display-matches): Autoload.
5950
5951         * mm-decode.el: Don't require mailcap, gnus-util.
5952         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5953         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5954         Autoload.
5955         (mailcap-mime-extensions): Declare.
5956
5957         * mm-encode.el: Don't require mailcap.
5958         (mailcap-extension-to-mime): Autoload.
5959
5960         * mml-sec.el: Don't require password-cache.
5961
5962         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5963         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5964         (mml-minibuffer-read-type): Require mailcap.
5965         (mml-preview): Require gnus-msg.
5966
5967         * mml1991.el: Require password-cache.
5968         (password-cache-expiry): Remove declaration.
5969
5970         * mml2015.el: Require password-cache.
5971         (password-cache-expiry): Remove declaration.
5972
5973         * nneething.el (mailcap): Require mailcap.
5974
5975         * nnheader.el (declare-function): Add compatibility stub.
5976         (message-remove-header): Declare rather than autoload.
5977         (nnheader-replace-header): Require message.
5978
5979         * nnimap.el (declare-function): Add compatibility stub.
5980         (netrc-parse, netrc-machine-user-or-password): Declare.
5981         (nnimap-open-connection): Require netrc.
5982
5983         * nntp.el (declare-function): Add compatibility stub.
5984         (netrc-parse, netrc-machine, netrc-get): Declare.
5985         (nntp-send-authinfo): Require netrc.
5986
5987         * rfc2047.el: Don't require qp.
5988         (quoted-printable-encode-region, quoted-printable-decode-string):
5989         Autoload.
5990
5991         * sieve-mode.el: Don't require easymenu.
5992         (easy-menu-add-item): Autoload it.
5993
5994         * spam-stat.el (time-to-number-of-days): Autoload it.
5995
5996 2010-03-19  Glenn Morris  <rgm@gnu.org>
5997
5998         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5999
6000 2010-03-18  Glenn Morris  <rgm@gnu.org>
6001
6002         * hashcash.el (declare-function): Remove duplicate definition.
6003
6004 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6005
6006         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6007         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6008         value if any backslash escapes).
6009
6010 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6013         if it is available.  (bug#5647)
6014
6015         * lpath.el: Suppress compiler warning for coding-system-from-name for
6016         Emacs 21 and XEmacs.
6017
6018 2010-03-14  Juri Linkov  <juri@jurta.org>
6019
6020         * hmac-def.el:
6021         * hmac-md5.el:
6022         * netrc.el: Fix keywords.
6023
6024 2010-02-26  Glenn Morris  <rgm@gnu.org>
6025
6026         * message.el (message-send-mail-function): Change the default, so that
6027         it inherits from a customized send-mail-function.  (Bug#5643)
6028
6029 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6030
6031         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6032         shell-command-to-string signals an error (bug#5299).
6033
6034 2010-02-24  Glenn Morris  <rgm@gnu.org>
6035
6036         * message.el (message-smtpmail-send-it)
6037         (message-send-mail-with-mailclient): Doc fixes.
6038
6039 2010-02-16  Glenn Morris  <rgm@gnu.org>
6040
6041         * message.el (message-default-mail-headers): Change the default value
6042         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6043
6044 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6047         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6048
6049 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6050
6051         * time-date.el (date-to-time): Doc fix (Bug#5408).
6052
6053 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6054
6055         * message.el (message-mail): Just pass yank-action on to message-setup.
6056         (message-setup): Handle (FUN . ARGS) form of yank-action.
6057         (message-with-reply-buffer, message-widen-reply)
6058         (message-yank-original): Handle non-buffer values of
6059         message-reply-buffer (Bug#4080).
6060         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6061
6062 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6063
6064         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6065         Fix typo in docstring.
6066
6067 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6068
6069         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6070         response.
6071
6072 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6075
6076         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6077
6078         * message.el (message-check-news-header-syntax): Protect against a
6079         string that `rfc822-addresses' returns when parsing fails.
6080
6081 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6084         (gnus-previous-char-property-change): New functions.
6085
6086         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6087
6088 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6089
6090         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6091         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6092
6093 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6094
6095         * message.el (message-exchange-point-and-mark): Rework last change to
6096         avoid using optional arg of exchange-point-and-mark, for backward
6097         compatibility.
6098
6099 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6100
6101         * message.el (message-exchange-point-and-mark):
6102         Call exchange-point-and-mark with an argument rather than setting
6103         mark-active by hand (Bug#5175).
6104
6105 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * nntp.el (nntp-service-to-port): Work for service expressed with
6108         numeric string; replace [:digit:] with [0-9] for XEmacs.
6109
6110 2009-12-17  Glenn Morris  <rgm@gnu.org>
6111
6112         * gnus-group.el (gnus-bug-group-download-format-alist):
6113         Change emacs entry to debbugs.gnu.org.  Bump :version.
6114
6115 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6118
6119 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6120
6121         * message.el (message-info): Explain why we use `Info-goto-node'.
6122
6123 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6126
6127 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6128
6129         * message.el (message-completion-in-region): New compatibility function.
6130         (message-expand-group): Use it.
6131
6132 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6135         with no unread article should be listed if the 2nd arg `predicate' is
6136         given.
6137
6138 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6141
6142 2009-11-29  Juri Linkov  <juri@jurta.org>
6143
6144         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6145         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6146         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6147
6148 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6149
6150         * sha1.el (sha1-string-external): default-directory "/" in case
6151         otherwise non-existent.  process-connection-type pipe for touch of
6152         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6153
6154 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6155
6156         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6157         it's comms related and sgml-mode.el has "comm" on that basis too.
6158
6159 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6162         containing tspecial characters if they have been already quoted.
6163
6164 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6165
6166         * dns-mode.el (auto-mode-alist): Purecopy string.
6167
6168 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6169
6170         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6171
6172 2009-10-24  Glenn Morris  <rgm@gnu.org>
6173
6174         * gnus-art.el (help-xref-stack-item): Define for compiler.
6175
6176 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6177
6178         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6179
6180 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6183
6184 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6187         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6188
6189 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6192         (gnus-overlays-in): New alias to overlays-in.
6193
6194         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6195         gnus-overlay-get, and gnus-delete-overlay.
6196         (gnus-summary-show-thread): Make it work as well for systems in which
6197         next-single-char-property-change is not available.
6198         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6199
6200         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6201         (gnus-overlay-get): New alias to extent-property.
6202         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6203
6204         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6205         SXEmacs.
6206
6207         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6208         SXEmacs.
6209
6210 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6213
6214 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6215
6216         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6217         and XEmacs that don't have `remove-overlays'.
6218
6219 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6220
6221         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6222         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6223         selective display.  Use overlays instead.
6224
6225 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6226
6227         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6228
6229 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6230
6231         * spam-stat.el (spam-stat-load): Fix typo in message.
6232
6233 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6234
6235         * dig.el (dig-invoke): Fix typo in docstring.
6236         (query-dig): Reflow docstring.
6237
6238 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6239
6240         * gnus-art.el (gnus-article-encrypt-body):
6241         * message.el (message-check-recipients):
6242         * mm-util.el (mm-codepage-setup):
6243         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6244         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6245
6246 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6247
6248         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6249         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6250         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6251         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6252         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6253
6254 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6255
6256         * dig.el: Add "Keywords: comm", as per net-utils.el.
6257
6258 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6259
6260         * dig.el (dig-mode): Use define-derived-mode.
6261
6262 2009-09-19  Glenn Morris  <rgm@gnu.org>
6263
6264         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6265
6266 2009-09-18  Glenn Morris  <rgm@gnu.org>
6267
6268         * gnus-diary.el (gnus-diary-check-message):
6269         * message.el (message-insert-formatted-citation-line):
6270         * nnbabyl.el (top-level):
6271         * nndiary.el (nndiary-schedule):
6272         Fix typos in condition-case handlers.
6273
6274 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6277         configuration that provides the sole article window in a frame;
6278         position point correctly after deleting a part.
6279
6280 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6281
6282         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6283         (spam-resolve-registrations-routine): Use it to unregister articles
6284         that change status.
6285
6286 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6289         with XEmacs.
6290         (parse-time-string-chars): Use it.
6291
6292 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6293
6294         * imap.el (imap-interactive-login): Better messages.
6295         (imap-open): Fix bug with renamed buffer on reconnect.
6296         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6297         for easier debugging and cleaner code.  On successful (guessed based on
6298         server capabilities) secondary authentication, set imap-state
6299         correctly.
6300         (imap-last-authenticator): Define imap-last-authenticator as a variable
6301         to avoid warnings.
6302
6303 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * nnrss.el (nnrss-request-article): Remove binding of
6306         default-enable-multibyte-characters that has gotten needless by
6307         the 2007-07-13 change in rfc2047-encode-message-header.
6308
6309         * mml.el (mml-insert-multipart): Error on the message header.
6310         (mml-insert-part): Error on the message header; position point at
6311         the end of a MIME tag.
6312
6313 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * time-date.el (autoload): Expand define-obsolete-function-alias into
6316         defalias and make-obsolete for old Emacsen that Gnus supports.
6317         (with-no-warnings): Define it for old Emacsen.
6318         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6319         is available.
6320         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6321         float-time is available; suppress compile warning for time-to-seconds.
6322
6323         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6324         (gnus-float-time): Alias to float-time if it exists.
6325
6326         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6327         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6328         float-time is available; suppress compile warning for time-to-seconds.
6329
6330         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6331         XEmacs.
6332
6333 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6334
6335         * imap.el (imap-message-map): Docstring fix.
6336
6337 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6340         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6341         Add the optional argument `encoding' that overrides the default.
6342
6343         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6344         mm-encode-buffer.
6345
6346 2009-09-04  Glenn Morris  <rgm@gnu.org>
6347
6348         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6349         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6350         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6351         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6352         * mm-util.el (mm-with-unibyte-current-buffer)
6353         (mm-find-buffer-file-coding-system):
6354         * yenc.el (yenc-decode-region): Use default-value rather than
6355         default-enable-multibyte-characters.
6356
6357 2009-09-03  Glenn Morris  <rgm@gnu.org>
6358
6359         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6360         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6361         than default-enable-multibyte-characters.
6362
6363 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6364
6365         * gnus-art.el (gnus-article-read-summary-keys):
6366         Fix gnus-buffer-configuration's value temporarily used.
6367
6368 2009-09-02  Glenn Morris  <rgm@gnu.org>
6369
6370         * gnus-util.el (gnus-float-time): New function.
6371         * gnus-delay.el (gnus-delay-article):
6372         * gnus-sum.el (gnus-thread-latest-date):
6373         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6374         * nnspool.el (nnspool-request-newgroups):
6375         Use gnus-float-time rather than time-to-seconds.
6376         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6377
6378         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6379         (gnus-header-subject-face, gnus-header-newsgroups-face)
6380         (gnus-header-name-face, gnus-header-content-face):
6381         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6382         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6383         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6384         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6385         (gnus-cite-face-11):
6386         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6387         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6388         (gnus-server-closed-face, gnus-server-denied-face)
6389         (gnus-server-offline-face):
6390         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6391         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6392         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6393         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6394         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6395         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6396         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6397         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6398         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6399         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6400         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6401         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6402         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6403         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6404         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6405         (gnus-summary-high-undownloaded-face)
6406         (gnus-summary-low-undownloaded-face)
6407         (gnus-summary-normal-undownloaded-face)
6408         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6409         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6410         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6411         (gnus-splash-face):
6412         * message.el (message-header-to-face, message-header-cc-face)
6413         (message-header-subject-face, message-header-newsgroups-face)
6414         (message-header-other-face, message-header-name-face)
6415         (message-header-xheader-face, message-separator-face)
6416         (message-cited-text-face, message-mml-face):
6417         * sieve-mode.el (sieve-control-commands-face)
6418         (sieve-action-commands-face, sieve-test-commands-face)
6419         (sieve-tagged-arguments-face):
6420         * spam.el (spam-face):
6421         Mark face aliases with "-face" in the name as obsolete.
6422
6423 2009-09-01  Glenn Morris  <rgm@gnu.org>
6424
6425         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6426         than goto-line.
6427
6428 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6431         Don't move point if the command is invoked inside the message header.
6432
6433 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6434
6435         * imap.el (imap-send-command): Simplify.
6436         (imap-wait-for-tag): point-max -> buffer-size.
6437
6438 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6439
6440         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6441         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6442         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6443         * nnir.el (nnir-swish-e-index-file):
6444         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6445         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6446         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6447         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6448         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6449         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6450
6451 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6454         Don't save excursion.
6455
6456 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6457
6458         * nnheader.el (nnheader-find-file-noselect):
6459         * mm-util.el (mm-insert-file-contents):
6460         Use (default-value 'major-mode) instead of default-major-mode.
6461
6462 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6463
6464         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6465
6466 2009-08-26  Glenn Morris  <rgm@gnu.org>
6467
6468         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6469         than placing in files.el.
6470
6471 2009-08-25  Glenn Morris  <rgm@gnu.org>
6472
6473         * nnir.el (top-level): Don't require cl at run-time.
6474         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6475         Replace cl-function substitute with gnus-replace-in-string.
6476         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6477         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6478         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6479         simplified expansions.
6480
6481 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6482
6483         * dig.el (dig): Add autoload cookie.
6484
6485 2009-08-22  Glenn Morris  <rgm@gnu.org>
6486
6487         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6488         goto-line.
6489
6490 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6491
6492         * parse-time.el (parse-time-string-chars): Save match data.
6493
6494 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6495
6496         * parse-time.el (parse-time-string-chars): Compute using character
6497         classes, to handle non-ascii characters (Bug#3190).
6498
6499 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6502
6503         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6504         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6505         (gnus-mm-display-part, gnus-mime-display-single)
6506         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6507         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6508
6509         * gnus-sum.el
6510         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6511         (gnus-summary-move-article): Add expirable mark to articles copied or
6512         moved to group that has auto-expire turned on if the option is non-nil.
6513
6514 2009-07-24  Glenn Morris  <rgm@gnu.org>
6515
6516         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6517         Fix typo.  (Bug#3903)
6518
6519 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6522         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6523         that should not be used for draft articles.
6524         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6525         that has no concern in minor mode keys.
6526         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6527         Abolish.
6528
6529 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6532         article without making inquiry to a user for unknown encoding.
6533
6534         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6535         (nnmaildir--scan): Assume i-node and device number that file-attributes
6536         returns might be cons-cell.
6537
6538         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6539
6540         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6541
6542 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6543
6544         * auth-source.el: Remove docs now in auth.texi.  Don't use
6545         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6546         `auth-source-hide-passwords' and use them.
6547
6548 2009-07-15  Glenn Morris  <rgm@gnu.org>
6549
6550         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6551
6552 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6555         excessive whitespace from the default values of title and description.
6556
6557 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6560         mail-fetch-field to fetch Content-Description header in order to
6561         exclude newlines.
6562
6563 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6564
6565         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6566         format used by GnuPG 2.0.11.
6567
6568 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6571         to deleted part.
6572
6573 2009-05-30  David Engster  <dengste@eml.cc>
6574
6575         * nnmairix.el: Remove old documentation in the commentary block.
6576         (nnmairix-request-group): Do not update active file for nnml back ends.
6577         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6578         end so that overview files are ignored.
6579         (nnmairix-update-groups): Make updating the groups more robust by using
6580         marks.
6581         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6582         with dollar characters in message-id.
6583
6584 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6585
6586         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6587         2008-12-25 in dns.el.
6588
6589 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6590
6591         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6592         could happen if the text is only composed of spaces and/or tabs.
6593
6594 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6595
6596         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6597         when sending a queued message to avoid extra mml tags.
6598
6599 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6602
6603 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6606         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6607         rmail-toggle-header for XEmacs;
6608         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6609
6610 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus-dired.el: Remove autoload for gnus-setup-message.
6613         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6614         displaying Gnus logo; always use compose-mail.
6615
6616 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6619
6620 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6623         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6624         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6625         available.
6626         (gnus-nocem-epg-verify): New function.
6627
6628 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6631
6632 2009-02-15  Glenn Morris  <rgm@gnu.org>
6633
6634         * gnus-util.el (rmail-insert-rmail-file-header)
6635         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6636         autoloads.
6637         (rmail-default-rmail-file): Remove unnecessary declaration.
6638         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6639
6640 2009-02-14  Glenn Morris  <rgm@gnu.org>
6641
6642         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6643         variable (only used in gnus-util, which declares it anyway).
6644         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6645         which was only needed by gnus-art (changed to not use it any more).
6646         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6647         only used in gnus-util, which autoloads it itself.
6648         (rmail-update-summary): Fix autoload.
6649
6650         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6651         rather than rmail-output-to-rmail-file.
6652
6653 2009-02-07  Glenn Morris  <rgm@gnu.org>
6654
6655         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6656         autoload of function that no longer exists.
6657         (rmail-toggle-header): Declare.
6658         (message-forward-rmail-make-body): Handle mbox Rmail.
6659
6660 2009-01-31  Glenn Morris  <rgm@gnu.org>
6661
6662         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6663         2009-01-09 change.
6664
6665 2009-01-31  Dave Love  <fx@gnu.org>
6666
6667         * imap.el (imap-fetch-safe): Bind debug-on-error.
6668         (imap-debug): Add imap-fetch-safe.
6669
6670 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6671
6672         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6673         (auth-source-forget-all-cached): New convenience function.
6674         (auth-source-user-or-password): Accept list of modes or a single mode.
6675
6676         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6677         auth-source modes.
6678
6679         * netrc.el (netrc-machine-user-or-password): Use list of
6680         auth-source modes.
6681
6682         * nnimap.el (nnimap-open-connection): Use list of
6683         auth-source modes.
6684
6685         * nntp.el (nntp-send-authinfo): Use list of
6686         auth-source modes.
6687
6688 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6689
6690         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6691         now.
6692
6693 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6696         coding system in XEmacs; add a workaround for XEmacs.
6697
6698         * lpath.el: Fbind coding-system-aliasee.
6699
6700 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6703         of current-language-environment.
6704
6705 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6708         available at runtime.
6709
6710 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6713
6714 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6715
6716         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6717         the greatest positive fixnum value doesn't work under an XEmacs with
6718         bignum support; use the most-positive-fixnum constant instead,
6719         available since Emacs 21.1 with cl and XEmacs 21.1.
6720
6721 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6724         XEmacs gets not to work.
6725
6726 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * mm-util.el (mm-coding-system-priorities): Allow the value like
6729         "Japanese (UTF-8)" of current-language-environment.
6730
6731 2009-01-09  Glenn Morris  <rgm@gnu.org>
6732
6733         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6734         with last-command-event.
6735
6736 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6737
6738         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6739         in the doc string.
6740
6741         * message.el (message-fix-before-sending): Amend comment.
6742
6743 2009-01-08  Dave Love  <fx@gnu.org>
6744
6745         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6746
6747 2009-01-07  David Engster  <dengste@eml.cc>
6748
6749         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6750         simplified server definitions by converting it via
6751         gnus-server-to-method.
6752
6753 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6756         parameter's operands.
6757
6758 2009-01-06  David Engster  <dengste@eml.cc>
6759
6760         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6761         primary select method (for gnus-group-mark-article-as-read).
6762
6763 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6764
6765         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6766         `(gnus)Face', not `(gnus)X-Face'.
6767
6768 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * mm-util.el (mm-ucs-to-char): New function.
6771
6772         * mm-url.el (mm-url-decode-entities): Use it.
6773
6774         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6775         unicode-to-char.
6776
6777 2009-01-05  Dave Love  <fx@gnu.org>
6778
6779         * time-date.el: Require cl for `declare'.
6780
6781 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6784         Dave Love.
6785
6786 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * message.el (message-fix-before-sending): Add `eight-bit' to
6789         illegible-text check.
6790
6791 2009-01-03  Michael Olson  <mwolson@gnu.org>
6792
6793         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6794         `headers' is nil.  This can occur if the IMAP server does not have
6795         permissions to read messages from a folder, but can write new messages
6796         to the folder.
6797         (nnimap-request-article-part): Do not insert `data' if it is nil.
6798
6799         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6800         characters which will confuse `read', so skip past them.
6801
6802 2009-01-01  Dave Love  <fx@gnu.org>
6803
6804         * imap.el (imap-string-to-integer): Fix typo.
6805         (imap-fetch-safe): New function.
6806         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6807
6808         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6809
6810         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6811         (imap-parse-greeting): Fix doc strings.
6812         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6813         (imap-parse-flag-list): Make messages unique.
6814         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6815
6816         * nnimap.el: Fix author email.
6817         (nnimap-split-rule): Add FIXME comment.
6818         (nnimap-debug): Fix doc string.
6819
6820 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6823
6824 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6827         nslookup if resolv.conf isn't available.
6828         (dns-query): Rename from query-dns.
6829         (dns-query-cached): Rename from query-dns-cached.
6830
6831 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6834         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6835         to check if those variables exist (first appeared in Emacs 18.50).
6836
6837 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * mm-util.el (mm-line-number-at-pos): New function.
6840
6841         * spam-report.el (spam-report-process-queue): Use it.
6842
6843 2008-12-24  David Engster  <dengste@eml.cc>
6844
6845         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6846         parameters that haven't existed as variables as buffer-local variables.
6847
6848 2008-12-23  Dave Love  <fx@gnu.org>
6849
6850         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6851         cadar.
6852
6853         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6854         imap-starttls-p.
6855         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6856
6857 2008-12-22  Dave Love  <fx@gnu.org>
6858
6859         * imap.el: Fix author email.  Doc fixes.
6860         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6861         reply.
6862
6863 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6864
6865         * spam-report.el (spam-report-gmane-max-requests): New constant.
6866         (spam-report-gmane-wait): New variable.
6867         (spam-report-gmane-ham, spam-report-gmane-spam)
6868         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6869         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6870         the server.
6871
6872         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6873         Add explanations.
6874
6875         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6876         nnheader-accept-process-output and nnheader-read-timeout if available.
6877         (pop3-movemail): Use it.
6878
6879         * message.el (message-check-news-body-syntax): Fix signature check if
6880         there's an attachment.
6881
6882 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * mm-util.el: Add comments to the mm- emulating functions.
6885
6886 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6887
6888         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6889         Reported by Stephen Berman <stephen.berman@gmx.net>.
6890
6891 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * mm-util.el (mm-substring-no-properties): New function.
6894         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6895         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6896         (mm-string-to-multibyte): Doc fix.
6897
6898         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6899
6900 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * mml.el (mml-attach-file): Strip text properties from file name.
6903         (Bug#1574)
6904
6905 2008-12-16  Glenn Morris  <rgm@gnu.org>
6906
6907         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6908
6909 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6912         knows since the charset specified might be a bogus alias that
6913         mm-charset-synonym-alist provides.
6914
6915 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6916
6917         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6918         "ISO_8859-1".
6919
6920         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6921
6922 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * mm-util.el (mm-charset-eval-alist):
6925         Define it before mm-charset-to-coding-system.
6926         (mm-charset-to-coding-system): Add optional argument `silent';
6927         define it before mm-charset-override-alist.
6928         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6929         default value if it can be used in Emacs currently running;
6930         silence mm-charset-to-coding-system.
6931
6932 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6935         `allow-override' which says whether to use `mm-charset-override-alist'.
6936         (rfc2047-decode-encoded-words): Use it.
6937
6938         * mm-util.el (mm-charset-override-alist): Fix custom type;
6939         add `(gb2312 . gbk)' to choices.
6940
6941 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6944         fast.
6945
6946         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6947
6948         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6949
6950 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6951
6952         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6953         on links.
6954
6955         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6956
6957 2008-12-03  Lute Kamstra  <lute@gnu.org>
6958
6959         * sha1.el: Remove leading * from docstrings of defcustoms,
6960         deffaces, defconsts and defuns.
6961
6962 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6965         users' addresses that don't have domain parts.
6966         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6967         rather than message-narrow-to-head since there will be the message
6968         header separator.
6969
6970 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6971
6972         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6973         since the result is inserted in a unibyte buffer anyway.
6974         (nnimap-demule-use-string-to-multibyte): Remove.
6975         (nnimap-demule): Alias it to mm-string-to-multibyte.
6976
6977 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6980         variable for debugging bug#464 and bug#1174.
6981         (nnimap-demule): Use it.
6982
6983 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6986         score calculation correctly.
6987
6988 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6989
6990         * message.el (message-send-mail): Just set the buffer to unibyte
6991         rather than use mm-with-unibyte-current-buffer which does a lot more.
6992         (message-send-mail-partially): Don't bother with
6993         mm-with-unibyte-current-buffer since it's already been made unibyte by
6994         message-send-mail.
6995
6996 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6999
7000 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7001
7002         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7003
7004 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7007         require itself and to remove `with-no-warnings'.
7008
7009 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7010
7011         * starttls.el (starttls-any-program-available): Get the name of the
7012         available TLS layer program.
7013         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7014         well as the host name in the "opening" message.
7015
7016         * auth-source.el (auth-source-cache, auth-source-do-cache)
7017         (auth-source-user-or-password): Cache passwords and logins by default,
7018         allow override with `auth-source-do-cache'.
7019         (auth-source-forget-user-or-password): Allow users to remove cache
7020         entries if needed.
7021
7022 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7023
7024         * md4.el (md4-buffer): Fix typo in docstring.
7025         (md4, md4-64): Doc fixes.
7026         (md4-pack-int32): Reflow docstring.
7027
7028 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7029
7030         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7031         condition-case to only the forward-sexp call.
7032
7033 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7034
7035         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7036         quotes contained.  Make it more robust regardless by an extra
7037         condition-case wrapper.
7038
7039 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7042
7043 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * nnml.el (nnml-request-expire-articles): Check if the function set to
7046         `nnmail-expiry-target' returns the symbol `delete'.
7047
7048         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7049
7050         * nnmail.el (nnmail-expiry-target): Fix custom type.
7051
7052 2008-10-02  Glenn Morris  <rgm@gnu.org>
7053
7054         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7055         Silence compiler warning.
7056
7057 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7058
7059         * tls.el (open-tls-stream): Show the actual command being
7060         executed, instead of the format string.
7061
7062 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * lpath.el: Fbind codepage-setup for Emacs 23.
7065
7066 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7067
7068         * mml.el (mml-menu): Don't assume mml2015 is bound.
7069
7070 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7073         exists.
7074
7075 2008-09-27  Glenn Morris  <rgm@gnu.org>
7076
7077         * gnus-util.el (mail-header-remove-comments): Autoload it.
7078
7079 2008-09-27  Andreas Schwab  <schwab@suse.de>
7080
7081         * gnus-util.el (gnus-split-references): Strip comments.
7082         (gnus-parent-id): Likewise.
7083
7084 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7085
7086         * message.el (message-confirm-send): Fix version.
7087
7088 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * message.el (message-idna-to-ascii-rhs-1): Use
7091         mail-extract-address-components rather than mail-header-parse-addresses
7092         that is an alias by default to ietf-drums-parse-addresses that does not
7093         support non-ASCII names in headers' contents.
7094
7095 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7096
7097         * message.el (message-confirm-send): Fix variable documentation to
7098         avoid the "y/n" wording.
7099
7100 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7101
7102         * message.el (message-set-auto-save-file-name): Save to a different
7103         filename so multiple messages (especially drafts) can be recovered.
7104
7105 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7106
7107         * message.el (message-confirm-send): Add appropriate version.
7108
7109 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7110
7111         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7112         defvar.
7113
7114 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7115
7116         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7117         (mm-pkcs7-enveloped-magic): Ditto.
7118
7119 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7120
7121         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7122         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7123
7124 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7125
7126         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7127         default, it's better.
7128
7129 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7130
7131         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7132         summary line gnus-number property and ignore them (with a warning
7133         message).
7134
7135 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7138         macro caddr in the interactive form since it won't be expanded.
7139
7140 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7143         `charset'; fix name of function called recursively.
7144         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7145
7146 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7149         (gnus-mime-set-charset-parameters): New function.
7150         (gnus-mime-view-part-as-charset): Use it to correctly display part
7151         specifying wrong charset.
7152
7153 2008-09-08  David Engster  <dengste@eml.cc>
7154
7155         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7156         in completing-read for back end server.
7157
7158 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7159
7160         * message.el (message-confirm-send): New variable to confirm sending a
7161         message.
7162         (message-send): Use it.
7163
7164 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7165
7166         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7167
7168 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7171
7172 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7173
7174         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7175         prevent tracking too many groups.
7176         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7177         Use it.
7178
7179 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7180
7181         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7182         moving point to the bottom of the window in order to avoid recentering.
7183
7184 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7187
7188         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7189         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7190         (gnus-article-beginning-of-window): Fix calculation.
7191
7192 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-msg.el (gnus-summary-supersede-article)
7195         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7196         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7197         message header.
7198
7199 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7200
7201         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7202         pending output coming after the status change.
7203
7204 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7205
7206         * message.el:
7207         * gnus-start.el:
7208         * gnus-registry.el: Remove VMS support.
7209
7210 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7213         macro.
7214         (rfc2104-hash): Use it.
7215
7216 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7219         (gnus-summary-sort-by-most-recent-date): New commands.
7220         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7221         and menu entries.
7222
7223 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7226         don't redisplay article for raw contents; remove plural articles stuff.
7227
7228         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7229         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7230         on gnus-summary-save-article; display results properly.
7231
7232 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * lpath.el: No need to fbind ns-focus-frame.
7235
7236 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7239
7240 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-art.el (gnus-summary-save-in-pipe):
7243         Consider gnus-save-all-headers.
7244
7245 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7246
7247         * gnus-util.el (ns-focus-frame): Remove declaration.
7248         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7249         like x.
7250
7251 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7252
7253         * rfc2104.el (rfc2104-zero): Delete defconst.
7254         (rfc2104-hex-alist): Likewise.
7255         (rfc2104-hex-to-int): Delete func.
7256         (rfc2104-hexstring-to-bitstring): Likewise.
7257         (rfc2104-nybbles): New defconst.
7258         (rfc2104-hash): Rewrite for speed.
7259
7260 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * tls.el (open-tls-stream): Make it work with the 2nd argument
7263         BUFFER that is a string but does not exist as a buffer object, as
7264         mentioned in the doc-string.
7265
7266 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7269         SXEmacs.
7270
7271 2008-07-16  Glenn Morris  <rgm@gnu.org>
7272
7273         * gnus-util.el (ns-focus-frame): Declare for compiler.
7274
7275 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7278         set as a group parameter.
7279         (gnus-summary-save-in-pipe): Work when it is called independently.
7280         (gnus-summary-pipe-to-muttprint): Don't modify
7281         gnus-summary-pipe-output-default-command.
7282
7283 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7284
7285         * message.el (message-send-mail-with-sendmail):
7286         Display the error message.
7287
7288 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * gnus-art.el (gnus-default-article-saver):
7291         Add gnus-summary-save-in-pipe to choices.
7292         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7293         gnus-summary-pipe-output-default-command as the default command.
7294         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7295         instead of gnus-last-shell-command.
7296
7297         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7298         New user option.
7299         (gnus-summary-muttprint-program): Mention the value will be changed.
7300         (gnus-summary-save-article): Force showing of all headers.
7301         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7302
7303 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7304
7305         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7306
7307 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7308
7309         * nnimap.el (nnimap-id):
7310         * sieve-manage.el (sieve-manage-open): Doc fixes.
7311
7312 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7313
7314         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7315         if available.
7316
7317 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7318
7319         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7320
7321         * nnkiboze.el (nnkiboze-generate-group):
7322         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7323
7324         * nnmairix.el: Require CL.
7325
7326 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * dgnushack.el: Autoload get-display-table and put-display-table for
7329         XEmacs 21.5.
7330
7331         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7332         21.4 and SXEmacs.
7333
7334 2008-06-15  David Engster  <dengste@eml.cc>
7335
7336         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7337
7338 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7339
7340         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7341         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7342         runtime choice under XEmacs.
7343
7344         * gnus-sum.el (gnus-summary-set-display-table):
7345         Use `gnus-put-display-table', `gnus-get-display-table',
7346         `gnus-set-display-table' for the display table, instead of `aset'.
7347
7348         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7349         Use `gnus-put-display-table', `gnus-get-display-table',
7350         `gnus-set-display-table' for the display table.
7351
7352 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * nnmairix.el: Add autoloads.
7355
7356 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * nnmairix.el (nnmairix-delete-recreate-group)
7359         (nnmairix-update-and-clear-marks): Fix error messages.
7360
7361 2008-06-14  David Engster  <dengste@eml.cc>
7362
7363         * nnmairix.el: Upgrade to version 0.6.
7364         (nnmairix-group-toggle-propmarks-this-group)
7365         (nnmairix-group-toggle-readmarks-this-group)
7366         (nnmairix-group-delete-recreate-this-group)
7367         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7368         (nnmairix-remove-tick-mark-original-article): New commands.
7369         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7370         (nnmairix-propagate-marks-to-nnmairix-groups)
7371         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7372         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7373         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7374         functions needed for marks propagation and manipulation of read marks.
7375         (nnmairix-update-groups): New function.
7376         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7377         (nnmairix-determine-original-group-from-registry)
7378         (nnmairix-determine-original-group-from-path)
7379         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7380         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7381         New helper functions.
7382         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7383         keystrokes for new commands.
7384         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7385         (nnmairix-request-group): Check allow-fast group parameter.
7386         (nnmairix-request-create-group): Set allow-fast group parameter if
7387         nnmairix-allowfast-default is set.
7388         (nnmairix-close-group): Propagate marks upon closing if needed.
7389         (nnmairix-group-toggle-threads-this-group): Use new.
7390         nnmairix-group-toggle-parameter helper function.
7391         (nnmairix-search): Better check for empty search result.
7392         (nnmairix-goto-original-article): Use new helper functions for
7393         determining original article.
7394         (nnmairix-show-original-article): Make sure message-id is in brackets.
7395         (nnmairix-call-mairix-binary): Change variable name.
7396         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7397         helper function.
7398         (nnmairix-widget-toggle-activate): Fix doc string.
7399
7400 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * nnir.el: Require edmacro when compiling with XEmacs.
7403         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7404         available in Emacs 21.
7405
7406 2008-06-11  Glenn Morris  <rgm@gnu.org>
7407
7408         * gnus-util.el (x-focus-frame):
7409         * gnus.el (image-size):
7410         * mm-decode.el (image-size): Declare.
7411
7412         * gnus-picon.el (declare-function): Add compat definition.
7413         (image-size): Declare.
7414
7415         * gnus-group.el (tool-bar-map):
7416         * gnus-sum.el (tool-bar-map): Define for compiler.
7417
7418         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7419
7420         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7421
7422         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7423         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7424         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7425         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7426         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7427         * sieve-manage.el, spam-report.el, spam.el:
7428         Remove unnecessary eval-and-compile of autoloads.
7429
7430 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7431
7432         * auth-source.el: Precise Tramp doc.
7433
7434 2008-06-07  Glenn Morris  <rgm@gnu.org>
7435
7436         * nnmairix.el: Remove unnecessary eval-when-compile.
7437
7438 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * lpath.el: Fbind propertize for XEmacs 21.4.
7441
7442 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * nnir.el: Move here from ../contrib.
7445
7446 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7447
7448         * gnus-util.el (gnus-read-shell-command): New function.
7449         * mm-decode.el (mm-pipe-part):
7450         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7451
7452 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7455
7456 2008-06-03  Glenn Morris  <rgm@gnu.org>
7457
7458         * pop3.el (nnheader-accept-process-output): Autoload it.
7459
7460 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7463         are not 2-digit hexadecimal characters that follow `%'s.
7464
7465 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * message.el (message-bogus-recipient-p): Fix type in doc string.
7468         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7469         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7470         Improve custom options.
7471         (message-bogus-recipient-p): Adjust accordingly.
7472
7473 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7474
7475         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7476         long-form month and day names.
7477
7478 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * dgnushack.el: Autoload debug, eudc-expand-inline and
7481         pgg-snarf-keys-region for XEmacs.
7482
7483         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7484
7485         * nnmairix.el: Require edmacro when compiling with XEmacs.
7486
7487 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7488
7489         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7490         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7491
7492 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7493
7494         * auth-source.el: Add more docs.
7495
7496         * netrc.el (netrc-machine): Always match if the port is not given.
7497
7498 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7501         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7502         retrieval faster in some cases, but might make CPU usage larger.
7503         If this has any bad side effects, we might revert this change.
7504
7505         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7506         seems to make mail retrieval much, much faster.
7507         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7508         unconditionally.
7509
7510         * gnus-draft.el (gnus-group-send-queue):
7511         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7512
7513 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7514
7515         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7516
7517         * message.el (message-bogus-address-regexp): Fix and improve custom
7518         type.
7519         (message-setup-hook): Add message-check-recipients as custom option.
7520
7521 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * message.el (message-cite-function): Remove bogus autoload which crept
7524         in during merge from v5-10.
7525
7526 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7529
7530         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7531
7532         * auth-source.el: Preliminary Tramp docs.
7533         (auth-sources): Change the default auth-sources to use
7534         EPA .gpg files.
7535
7536 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7537
7538         * nntp.el: Autoload `auth-source-user-or-password'.
7539         (nntp-send-authinfo): Use it.
7540
7541         * nnimap.el: Autoload `auth-source-user-or-password'.
7542         (nnimap-open-connection): Use it.
7543
7544         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7545         for the gnus-message function.
7546         (auth-source-user-or-password): Use it.
7547
7548 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7549
7550         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7551         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7552         (rfc2104-hash): Use it.
7553
7554 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7555
7556         * gnus-art.el (gnus-article-toggle-truncate-lines):
7557         Don't use `iff' in docstring.
7558
7559 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7560
7561         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7562
7563         * gnus-util.el (gnus-extract-address-component-name)
7564         (gnus-extract-address-component-email): Convenience functions around
7565         `gnus-extract-address-components'.
7566
7567         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7568         Use `gnus-extract-address-component-email' to fix bug of comparing full
7569         sender name to `user-mail-address'.
7570
7571 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7572
7573         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7574         catch/throw to optimize.
7575         (gnus-registry-find-keywords): Just use member to find a keyword.
7576
7577 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7578
7579         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7580         is current before calling gnus-server-prepare.
7581         (gnus-server-setup-buffer, gnus-server-update-server)
7582         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7583
7584 2008-05-04  Juri Linkov  <juri@jurta.org>
7585
7586         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7587         (mailcap-file-default-commands): Use mailcap-replace-in-string
7588         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7589         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7590
7591 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7592
7593         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7594
7595 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7596
7597         * gnus.el: Bump version to 0.11.
7598
7599 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7600
7601         * gnus.el: No Gnus v0.10 is released.
7602
7603 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7606         hooks.
7607         (gnus-update-read-articles): Speed up non-marks-using users.
7608         (gnus-use-marks): Define gnus-use-marks.
7609         (gnus-propagate-marks): Rename variable to something more sensible.
7610
7611 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7612
7613         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7614         (gmm-image-load-path-for-library): Fix typos in docstrings.
7615         (gmm-message): Reflow docstring.
7616
7617 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7618
7619         * mail-source.el (mail-source-set-1, mail-source-bind):
7620         Move auth-source code out of the macro to clean it up and fix bugs.
7621
7622 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7623
7624         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7625         by sender if it's equal to user-mail-address, it's likely to be
7626         useless.
7627
7628         * mail-source.el (mail-source-bind): Don't use user or password if they
7629         are not bound.  Unintern them if they are nil.  Don't use server unless
7630         it's bound, and default it to empty string otherwise.
7631
7632 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7633
7634         * mail-source.el: Load auth-source.el.
7635         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7636         get user name or password, if auth-sources is set up.
7637
7638         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7639         strategy of splitting with parent.
7640         (gnus-registry-split-fancy-with-parent)
7641         (gnus-registry-post-process-groups): Use it and fix prior
7642         bug (returning a list as the split result).
7643
7644         * auth-source.el (auth-sources): Remove server parameter.
7645         (auth-source-pick, auth-source-user-or-password)
7646         (auth-source-user-or-password-imap)
7647         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7648         (auth-source-user-or-password-sftp)
7649         (auth-source-user-or-password-smtp): Remove server parameter.
7650
7651 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7652
7653         * smime.el (smime-sign-region, smime-encrypt-region)
7654         (smime-decrypt-region):
7655         Remove redundant calls to `generate-new-buffer-name'.
7656
7657 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7658
7659         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7660         Don't use QP for message/rfc822.
7661         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7662
7663 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7664
7665         * sieve-manage.el (sieve-string-bytes): Remove.
7666         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7667         correct byte-length only if the process's coding-system is the same as
7668         the one used internally by Emacs to represent strings.
7669
7670 2008-04-22  Juri Linkov  <juri@jurta.org>
7671
7672         * mailcap.el (mailcap-file-default-commands): New function.
7673
7674 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7675
7676         * message.el (message-signature-separator, message-cite-function):
7677         Change custom version.
7678
7679 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7680
7681         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7682         commands.
7683         (tls-checktrust): Ditto.
7684
7685 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * mm-decode.el (mm-display-external): Make temp file read-only.
7688
7689 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7692         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7693         `C-c C-f d'.
7694
7695 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7696
7697         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7698
7699 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * gnus.el: Bump version to 0.9.
7702
7703 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * gnus.el: No Gnus v0.8 is released.
7706
7707 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7708
7709         * mail-source.el (mail-source-value):
7710         Prefer fboundp to functionp so it works with macros as well.
7711
7712 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7713
7714         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7715         Fix last change in case the element is not even a symbol.
7716
7717 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7718
7719         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7720         Prefer fboundp to functionp so it works with macros as well.
7721
7722 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7723
7724         * auth-source.el: Add docs.
7725         (auth-sources): Modify format to support server.
7726         (auth-source-pick, auth-source-user-or-password)
7727         (auth-source-user-or-password-imap)
7728         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7729         (auth-source-user-or-password-sftp)
7730         (auth-source-user-or-password-smtp): Add server parameter.
7731
7732 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7733
7734         * gnus-registry.el: Initialize the registry when gnus-registry-install
7735         is t.
7736
7737 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * compface.el (uncompface): Make buffer unibyte.
7740
7741 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7742
7743         * mail-source.el (mail-source-value):
7744         Prefer fboundp to functionp so it works with macros as well.
7745
7746 2008-04-05  Glenn Morris  <rgm@gnu.org>
7747
7748         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7749
7750 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7751
7752         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7753         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7754
7755         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7756         multibyteness after rather than before erasing it.
7757
7758         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7759         mm-with-multibyte.
7760         (gnus-request-article-this-buffer): Make sure the proper decoding is
7761         used if gnus-original-article-buffer happens to be unibyte.
7762
7763         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7764         default-enable-multibyte-characters.
7765
7766         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7767         default-enable-multibyte-characters.
7768
7769         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7770
7771         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7772
7773 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7774
7775         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7776         Fix last change in case the element is not even a symbol.
7777
7778 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7779
7780         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7781         (imap-message-copyuid-1): Use it.
7782         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7783         J. Williams in
7784         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7785
7786         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7787         imap-enable-exchange-bug-workaround.
7788         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7789
7790 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7791
7792         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7793         a 100 byte status-checks into a 2-3MB transfer for each group.
7794         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7795         to enable bug workaround or not.
7796         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7797
7798 2008-03-31  Glenn Morris  <rgm@gnu.org>
7799
7800         * message.el (mml2015-use): Declare for compiler.
7801         (message-info): Require mml2015 when appropriate.
7802
7803 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7806         whitespace.
7807
7808 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7809
7810         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7811         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7812         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7813         (nntp-service-to-port): New function.
7814         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7815         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7816         (nntp-open-netcat-stream): New function.
7817         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7818
7819 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7820
7821         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7822
7823 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7824
7825         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7826
7827 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7828
7829         * dns.el (dns-write): Use set-buffer-multibyte.
7830
7831 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7832
7833         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7834
7835 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * message.el (message-signature-separator): Change default.
7838         Improve custom type.
7839         (message-cite-function): Change default to
7840         message-cite-original-without-signature.
7841
7842         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7843         toggle.
7844
7845         * message.el (message-check-news-body-syntax): Fix signature check.
7846         (message-setup-1): Mark buffer as unmodified _after_ running
7847         message-setup-hook and handling message-alternative-emails.
7848         (message-shorten-references): Be more strict when building list of
7849         valid references to comply with GNKSA.
7850
7851         * gnus-group.el (gnus-read-ephemeral-bug-group)
7852         (gnus-read-ephemeral-debian-bug-group)
7853         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7854
7855         * message.el (message-info): Don't use booleanp which isn't supported
7856         in Emacs 21 and XEmacs.
7857
7858 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7861         gnus-group-gmane-group-download-format.
7862         (gnus-group-read-ephemeral-gmane-group): Rename from
7863         gnus-group-read-ephemeral-gmane-group.
7864         (gnus-read-ephemeral-gmane-group-url): Rename from
7865         gnus-group-read-ephemeral-gmane-group-url.
7866         (gnus-bug-group-download-format-alist): New variable.
7867         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7868         (gnus-read-ephemeral-emacs-bug-group): New commands.
7869
7870 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7873         (gnus-visible-headers): Improve custom type.
7874
7875 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * mml.el (mml-menu): Add workarounds for XEmacs.
7878
7879         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7880         X-Boundary header.
7881
7882         * message.el (message-simplify-recipients): Fix previous commit.
7883
7884 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7885
7886         * mm-util.el (mm-set-buffer-multibyte): New function.
7887         * mm-decode.el (mm-copy-to-buffer): Use it.
7888
7889         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7890         Prefer fboundp to functionp so it works with macros as well.
7891
7892 2008-03-19  Glenn Morris  <rgm@gnu.org>
7893
7894         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7895         Accidentally removed in the sync process with Emacs.
7896
7897 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7898
7899         * message.el (message-alter-recipients-discard-bogus-full-name):
7900         New function.
7901         (message-alter-recipients-function): New variable.
7902         (message-get-reply-headers): Use it.
7903         (message-replace-header): New helper function.
7904         (message-recipients-without-full-name): New variable.
7905         (message-simplify-recipients): New command.
7906
7907         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7908
7909         * message.el (message-info): Handle EasyPG manual.
7910
7911         * mml.el (mml-menu): Add entry for EasyPG.
7912
7913 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7914
7915         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7916         parameter.
7917
7918         * message.el (message-disassociate-draft): Specify drafts group name
7919         fully.
7920
7921 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7922
7923         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7924         Eliminate unnecessary duplicates from the match list.
7925
7926 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7929
7930         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7931
7932         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7933         args of `how-many' of which the XEmacs version doesn't take; declare
7934         Info-index-next as function.
7935
7936 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7937
7938         * gnus-score.el (gnus-score-headers): Fix handling of
7939         gnus-inhibit-slow-scoring.
7940
7941         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7942         string.
7943         (gnus-button-url-regexp): Improve handling of parenthesis.
7944         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7945         (gnus-button-handle-info-keystrokes): Handle index entries.
7946
7947 2008-03-15  Glenn Morris  <rgm@gnu.org>
7948
7949         * parse-time.el (parse-time-string): Simplify.
7950
7951 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7954         Incoming* files.
7955
7956 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7957
7958         * auth-source.el (auth-sources): Rename from auth-source-choices.
7959         (auth-source-pick): Use it.
7960
7961 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7962
7963         * binhex.el (binhex-decode-region-internal):
7964         * uudecode.el (uudecode-decode-region-internal):
7965         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7966         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7967         setting default-enable-multibyte-characters.
7968
7969 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7970
7971         * auth-source.el (auth-source-protocols)
7972         (auth-source-protocols-customize, auth-source-choices): Add and
7973         modified variable customizations and defaults.
7974         (auth-source-pick, auth-source-user-or-password)
7975         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7976         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7977         (auth-source-user-or-password-sftp)
7978         (auth-source-user-or-password-smtp): Use new variables and provide an
7979         interface to netrc.el.
7980
7981 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7984         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7985         Make sure the nntp port to specify is a string.
7986
7987 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7988
7989         * nntp.el: Use with-current-buffer.
7990         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7991         dubious mm-with-unibyte-current-buffer.
7992         (nntp-with-open-group-function): New function extracted from
7993         nntp-with-open-group macro.
7994         (nntp-with-open-group): Use the function, so it's easier to debug.
7995         Add indentation and debugging info.
7996         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7997         Recommend the use of the netcat alternatives.
7998
7999         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8000         Avoid mm-string-as-multibyte as well.
8001
8002         * nnweb.el (nnweb-insert-html):
8003         Remove use of nnheader-string-as-multibyte.
8004
8005         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8006         (nnheader-string-as-multibyte): Remove.
8007
8008         * mm-view.el: Use inhibit-read-only.
8009         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8010         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8011         or unibyte-string.
8012
8013         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8014         (mm-uu-yenc-extract): Use with-current-buffer.
8015
8016         * gnus-soup.el (gnus-soup-send-packet): Don't use
8017         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8018
8019         * nnmh.el: Use with-current-buffer.
8020         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8021         mm-string-as-multibyte on the output of mm-encode-coding-string.
8022
8023         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8024         (nnimap-request-move-article): Use with-current-buffer.
8025
8026         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8027         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8028         conversion uses string-make-unibyte rather than string-as-unibyte.
8029
8030         * gnus-msg.el: Use with-current-buffer.
8031
8032         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8033
8034 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8035
8036         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8037         string for caching if it is 'PIN.
8038
8039 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * lpath.el: Consider the case without Emacs/W3.
8042
8043 2008-03-08  Glenn Morris  <rgm@gnu.org>
8044
8045         * time-date.el (date-to-time, time-subtract, time-add)
8046         (safe-date-to-time): Doc fixes.
8047
8048 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * mail-source.el (mail-source-delete-old-incoming-confirm):
8051         Change default to nil.
8052         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8053
8054 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * lpath.el: Rearrange.
8057
8058         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8059         (gnus-article-goto-prev-page): Work for articles having ^L's.
8060
8061         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8062
8063         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8064
8065 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8066
8067         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8068         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8069         (gnus-bookmark-jump): Adjust some variable names.
8070
8071 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8072
8073         * auth-source.el: New package.
8074         (auth-source-choices): Add customization entry point variable.
8075
8076         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8077         bug.
8078
8079 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8080
8081         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8082         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8083         (gnus-registry-install-shortcuts): Rename from
8084         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8085         the `gnus-registry-mark-map' keymap dynamically from
8086         `gnus-registry-marks'.  The generated functions update the summary line
8087         when a registry mark is added or deleted, and will call
8088         `gnus-registry-install-p' (see the comments in the code).
8089         (gnus-registry-user-format-function-M): Use concat intelligently.
8090
8091         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8092         the registry mark functions.
8093
8094 2008-03-05  Glenn Morris  <rgm@gnu.org>
8095
8096         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8097         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8098         gnus-art.
8099         (top-level): No need to load own source when compiling.
8100
8101 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8104         Suggested by <chris.anderton@zetnet.co.uk>.
8105
8106 2008-03-04  Glenn Morris  <rgm@gnu.org>
8107
8108         * gnus-sum.el (top-level): No need to require gnus when compiling,
8109         since unconditionally required near start of file.
8110         (gnus-summary-display-while-building): Move definition before use.
8111
8112 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8113
8114         * gnus-registry.el (gnus-registry-user-format-function-M):
8115         Add formatting function.
8116
8117 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8118
8119         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8120         with plists.
8121         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8122         Use new format.
8123
8124 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8127         `where-is-internal' that returns a range of key sequences.
8128
8129 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8130
8131         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8132
8133         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8134         (gnus-summary-jump-to-group): Consider windows on other displayed
8135         frames as well.  Similar changes might be needed elsewhere, but that's
8136         the one I've bumped into during my use.
8137
8138         * nndoc.el (nndoc-oe-dbx-type-p):
8139         * gnus-msg.el (gnus-debug):
8140         * gnus-group.el (gnus-update-group-mark-positions):
8141         Use mm-string-to-multibyte.
8142
8143 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8146         doesn't handle NotDashEscaped.
8147
8148         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8149         (mml-dnd-attach-options): Fix typo in custom choice.
8150
8151         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8152         Change nndoc-article-type to mbox.
8153         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8154
8155         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8156         to nil, instead of html2text.
8157
8158         * imap.el (imap-debug): Add `imap-ping-server'.
8159
8160         * gnus-bookmark.el: Add FIXMEs.
8161
8162         * message.el (message-form-letter-separator)
8163         (message-send-form-letter-delay): New variables.
8164         (message-send-form-letter): Use them.  New command to send form
8165         letters.  Requested by Uwe Siart.
8166         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8167
8168 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * Update copyright years.
8171
8172 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         Sync from EMACS_22_BASE.
8175
8176         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8177
8178 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8179
8180         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8181         empty author.
8182
8183 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8184
8185         * gnus-registry.el (gnus-registry-marks): Add variable for
8186         customization of marks and their appearance.
8187         (gnus-registry-read-mark): Use it.
8188         (gnus-registry-do-marks): Add utility function to loop through
8189         `gnus-registry-marks'.
8190         (gnus-registry-install-shortcuts-and-menus): Add function to install
8191         shortcuts and menus.
8192         (gnus-registry-initialize): Use it.
8193         (gnus-registry-default-mark): Clarify documentation.
8194
8195 2008-02-29  Glenn Morris  <rgm@gnu.org>
8196
8197         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8198         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8199         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8200         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8201         Change defcustom :version from 23.0 to 23.1.
8202
8203 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8204
8205         * gnus-registry.el (gnus-registry-follow-group-p)
8206         (gnus-registry-post-process-groups): Add functions to aid registry
8207         splitting and improve logging.  Clarify behavior in function
8208         documentation.
8209         (gnus-registry-split-fancy-with-parent): Use them.
8210
8211 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8212
8213         * gnus-art.el: Use with-current-buffer.
8214
8215 2008-02-27  David Engster  <dengste@eml.cc>
8216
8217         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8218         Express real group name in the response.
8219
8220 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8223         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8224         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8225         autoload gnus-registry-fetch-group when compiling.
8226         (nnmairix-request-group-with-article-number-correction):
8227         Remove unreferenced argument passed to nnmairix-call-backend.
8228
8229 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8232         (mm-uu-extract): Improve face for low color ttys.
8233         Reported by Sascha Wilde.
8234
8235 2008-02-27  Glenn Morris  <rgm@gnu.org>
8236
8237         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8238         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8239         variables to defconsts.  Convert comments to doc-strings.
8240         (nnmairix-last-server, nnmairix-current-server): Convert from free
8241         variables to defvars.  Convert comments to doc-strings.
8242         (gnus-registry-fetch-group): Autoload.
8243         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8244         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8245         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8246         caddr.
8247         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8248         nnmairix-request-group-with-article-number-correction call.
8249         (nnmairix-fast, nnmairix-group): New, less general names, for free
8250         variables passed from nnmairix-request-group to
8251         nnmairix-request-group-with-article-number-correction.  Declare.
8252         (nnmairix-request-group-with-article-number-correction):
8253         Use nnmairix-fast, nnmairix-group rather than fast, group.
8254
8255 2008-02-26  David Engster  <dengste@eml.cc>
8256
8257         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8258         version 0.5.
8259
8260 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8261
8262         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8263         instead of making an extra function call.  Don't add the current group
8264         to articles only when they have the group.  Use
8265         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8266         Reported by David <de_bb@arcor.de>.
8267
8268 2008-02-24  Miles Bader  <miles@gnu.org>
8269
8270         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8271         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8272         (mm-find-mime-charset-region):
8273         * mm-bodies.el (mm-encode-body):
8274         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8275
8276 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8279         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8280
8281 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8282
8283         * mail-source.el (mail-source-delete-incoming): Change default.
8284         Supplement doc string.
8285
8286         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8287
8288 2008-02-14  Glenn Morris  <rgm@gnu.org>
8289
8290         * time-date.el (format-seconds): New function.
8291
8292 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * nnmail.el (nnmail-message-id-cache-file): Derive from
8295         `gnus-home-directory'.
8296
8297 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8300         Document negative prefix.
8301
8302         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8303
8304 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8305
8306         * message.el (message-unsent-separator): Add the Exim bounce
8307         separator.
8308
8309 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8310
8311         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8312         list.
8313         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8314         recipient/signer list.
8315
8316 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * Makefile.in (datarootdir): Define.
8319         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8320         name that might contain whitespace.
8321
8322 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8323
8324         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8325         fbound (Emacs 23 unicode), signal an error.
8326
8327 2008-02-08  Glenn Morris  <rgm@gnu.org>
8328
8329         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8330
8331 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8332
8333         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8334         ports to the calls to `netrc-machine-user-or-password' in addition to
8335         "imap" and "imaps".
8336
8337 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8338
8339         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8340
8341         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8342
8343 2008-02-01  Kenichi Handa  <handa@m17n.org>
8344
8345         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8346         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8347         (rfc2104-hash): Convert the result of concat to unibyte string.
8348
8349 2008-02-01  Dave Love  <fx@gnu.org>
8350
8351         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8352         coding-system-for-read.
8353         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8354
8355 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8358         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8359         <hanche@math.ntnu.no>.
8360
8361 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8364
8365         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8366
8367 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8368
8369         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8370         * message.el (message-beginning-of-line): Use featurep instead of bound
8371         tests in order to resolve conditionals at compile time.
8372
8373 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8374
8375         * mail-source.el (mail-sources): Add `group' choice.
8376
8377         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8378         parameter `in-group' to control into which group the articles go.
8379         Add treatment of `group' mail-source.
8380
8381 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8384
8385         * mm-decode.el (mm-dissect-buffer): Decode description.
8386
8387         * mml.el (mml-to-mime): Encode message header first.
8388
8389 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8392         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8393
8394         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8395         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8396
8397 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8398
8399         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8400
8401 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8404         prefix keys.
8405         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8406         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8407         gnus-xmas.el.
8408
8409         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8410         (gnus-xmas-article-describe-bindings): New function.
8411         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8412         gnus-xmas-article-describe-bindings.
8413
8414         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8415
8416 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8417
8418         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8419         Add new variables for article mark management.
8420         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8421         list of extra data entries which, when present, will indicate that the
8422         article ID should not be trimmed from the registry.
8423         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8424         functions.
8425         (gnus-registry-read-mark): New function to read a mark name from the
8426         user.
8427         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8428         (gnus-registry-set-article-mark-internal): New functions to add and
8429         remove marks.
8430         (gnus-registry-get-article-marks): New function to show the marks for
8431         an article, or retrieve them for further use.
8432
8433 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8436         keys when no argument is given.
8437
8438 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8439
8440         * imap.el (imap-ping-server): New variable.
8441         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8442         (imap-ping-server): Minor doc string fixes.
8443
8444 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8445
8446         * imap.el (imap-ping-server): New function.
8447         (imap-opened): Call imap-ping-server.
8448
8449 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8450
8451         * gnus-sum.el (gnus-article-sort-by-random)
8452         (gnus-thread-sort-by-random): Fix doc strings.
8453         Reported by jidanni@jidanni.org.
8454
8455 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-art.el (gnus-article-describe-bindings): New function.
8458         (gnus-article-read-summary-keys): Use it.
8459         (gnus-article-mode-map): Bind `C-h b' to it.
8460
8461 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8464         XEmacs.
8465         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8466         Protect against non-character events.
8467
8468         * lpath.el: Fbind map-keymap for Emacs 21.
8469
8470 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8473         New command.
8474         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8475         instead of END.  Change name of the temp file.
8476         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8477         customizable.
8478
8479 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8482         bind `S W' to gnus-article-wide-reply-with-original; set default
8483         binding to gnus-article-read-summary-send-keys.
8484         (gnus-article-read-summary-keys): Fix the order of keys; display
8485         continuation keys correctly in the echo area; describe bindings
8486         correctly when keys end with `C-h'.
8487         (gnus-article-read-summary-send-keys): New function.
8488         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8489         Work for gnus-article-read-summary-send-keys; display continuation keys
8490         correctly in the echo area.
8491         (gnus-article-reply-with-original): Ignore prefix argument.
8492         (gnus-article-wide-reply-with-original): New function.
8493
8494         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8495         Emacs 21.
8496
8497 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8500         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8501
8502 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8505         (gnus-group-read-ephemeral-gmane-group): New command.
8506
8507 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8508
8509         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8510
8511 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * message.el (message-send-mail-function): Increase custom version.
8514
8515         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8516         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8517
8518 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8519
8520         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8521         for the cases where imap-authenticate is called with a nil buffer
8522         parameter.
8523
8524 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8527         html parts correctly; support forwarded messages.
8528         (gnus-article-browse-html-article): Remove work buffers.
8529
8530         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8531         compiling.
8532         (netrc-bound-and-true-p): New macro.
8533         (netrc-parse): Use it instead of bound-and-true-p that is not available
8534         in XEmacs 21.4.
8535
8536 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8537
8538         * gnus-registry.el (gnus-registry-mark-article)
8539         (gnus-registry-article-marks): Add functionality to mark articles
8540         through the Gnus registry.
8541
8542         * encrypt.el: Clarify documentation for the new pgg method.
8543         (encrypt-file-alist): Add PGG option.
8544         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8545         functionality.  Abstract password key and messaging to external
8546         functions.
8547         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8548         (encrypt-message-method-and-cipher): Add new convenience external
8549         functions.
8550         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8551         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8552
8553         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8554         (netrc-parse): Use encrypt-file-alist to determine if
8555         encrypt-find-model or encrypt-insert-file-contents should be used.
8556
8557         * encrypt.el: Clarify documentation.  Load password-cache or
8558         password, whichever one is found first, instead of autoloading.
8559
8560 2007-12-19  Glenn Morris  <rgm@gnu.org>
8561
8562         * mml.el (message-options-set, message-narrow-to-head)
8563         (message-in-body-p, message-mail-p, message-encode-message-body):
8564         Autoload.
8565         (message-remove-header, message-narrow-to-headers-or-head)
8566         (message-subscribed-p, message-make-mail-followup-to)
8567         (message-position-on-field, message-news-p)
8568         (message-options-set-recipient, message-generate-headers)
8569         (message-sort-headers): Declare as functions.
8570
8571 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8574         convention in doc string.
8575
8576 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8579         title to html parts.
8580         (gnus-article-browse-html-article): Pass message header to it.
8581
8582         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8583
8584 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8587         or password compatible with XEmacs.
8588
8589 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8592         format document.
8593         (gnus-mime-delete-part): Don't write description line if empty.
8594         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8595
8596 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8597
8598         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8599         (gnus-summary-mark-read-and-unread-as-read)
8600         (gnus-summary-mark-current-read-and-unread-as-read)
8601         (gnus-summary-mark-unread-as-ticked): Doc fix.
8602         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8603
8604 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8607         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8608
8609 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8612         yes-or-no-p.
8613
8614 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * mm-decode.el (mm-add-meta-html-tag): New function.
8617         (mm-save-part-to-file, mm-pipe-part): Use it.
8618
8619         * gnus-art.el (gnus-article-browse-delete-temp-files):
8620         Use gnus-y-or-n-p instead of y-or-n-p.
8621         (gnus-article-browse-html-parts): Work with message/external-body; use
8622         mm-add-meta-html-tag.
8623
8624 2007-12-11  Glenn Morris  <rgm@gnu.org>
8625
8626         * gnus-cache.el: Require gnus-sum not just when compiling.
8627
8628         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8629
8630         * gnus-int.el (gnus-server-opened, gnus-status-message):
8631         Move definitions before use.
8632
8633         * mm-decode.el: Require gnus-util.
8634         (mm-remove-part): Only call delete-annotation on XEmacs.
8635
8636         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8637
8638         * nnmail.el: Require gnus-int.
8639
8640         * spam.el: Move `require's before `eval-when-compile's.
8641
8642         * gnus-ems.el (gnus-alive-p):
8643         * gnus-fun.el (message-goto-eoh):
8644         * gnus-util.el (gnus-group-name-decode):
8645         * mail-source.el (gnus-compress-sequence):
8646         * message.el (Info-goto-node, format-spec):
8647         * mm-bodies.el (message-options-get):
8648         * mm-decode.el (mm-view-pkcs7):
8649         * mm-util.el (gmm-write-region):
8650         * mml-smime.el (mml-compute-boundary)
8651         (gnus-completing-read-with-default):
8652         * mml.el (widget-button-press, gnus-make-hashtable):
8653         * mml1991.el (mm-decode-content-transfer-encoding)
8654         (mm-encode-content-transfer-encoding)
8655         (message-options-get, message-options-set):
8656         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8657         * nnfolder.el (gnus-request-group):
8658         * nnheader.el (ietf-drums-unfold-fws):
8659         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8660         * smime.el (gnus-run-mode-hooks):
8661         * spam-stat.el (gnus-message): Autoload.
8662
8663         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8664         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8665         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8666         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8667         Add declare-function compatibility definition.
8668
8669         * gnus-cache.el (nnvirtual-find-group-art):
8670         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8671         (gnus-add-image, gnus-add-wash-type):
8672         * gnus-group.el (nnkiboze-score-file):
8673         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8674         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8675         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8676         (message-tokenize-header, gnus-get-buffer-create)
8677         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8678         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8679         * gnus.el (gnus-group-decoded-name):
8680         * mail-source.el (imap-capability):
8681         * mm-bodies.el (message-options-set):
8682         * mm-decode.el (gnus-configure-windows):
8683         * mm-extern.el (message-goto-body):
8684         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8685         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8686         (epg-sub-key-validity, message-options-set):
8687         * mml.el (widget-event-point, gnus-configure-windows):
8688         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8689         * mml2015.el (epg-check-configuration, epg-configuration)
8690         (message-options-set):
8691         * nndb.el (nndb-request-article):
8692         * nnfolder.el (gnus-request-create-group):
8693         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8694         * nnmaildir.el (gnus-group-mark-article-read):
8695         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8696         * rfc1843.el (message-fetch-field):
8697         * spam.el (gnus-extract-address-components):
8698         Declare as functions.
8699
8700 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8703
8704         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8705
8706         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8707         bind show-trailing-whitespace for XEmacs.
8708
8709 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8712         new no-op macro for backward compatibility.
8713
8714         * imap.el (imap-string-to-integer): New function.
8715
8716 2007-12-09  Glenn Morris  <rgm@gnu.org>
8717
8718         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8719
8720         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8721         * message.el, mm-view.el, sieve-manage.el, smime.el:
8722         Add declare-function compatibility definition.
8723
8724         * gnus-art.el (w3-region, w3m-region, Info-menu):
8725         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8726         * gnus-sum.el (gnus-get-predicate):
8727         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8728         * message.el (mail-abbrev-in-expansion-header-p):
8729         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8730         (w3m-detect-meta-charset, w3m-region):
8731         * sieve-manage.el (password-read, password-cache-add)
8732         (password-cache-remove):
8733         * smime.el (password-read-and-add): Declare as functions.
8734
8735 2007-12-08  David Kastrup  <dak@gnu.org>
8736
8737         * gnus-sum.el (gnus-summary-simplify-subject-query):
8738         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8739         `message'.
8740
8741 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8744         it to bind idna-program, installation-directory, defined-colors, and
8745         face-attribute for XEmacs of the version that compiles defcustom forms.
8746
8747 2007-12-07  Glenn Morris  <rgm@gnu.org>
8748
8749         * gnus-art.el (article-make-date-line): Revert previous change.
8750
8751 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8754
8755 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8756
8757         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8758         Call gnus-add-to-range ranges only once with a prepared article-list.
8759
8760 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8761
8762         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8763         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8764         group names with backslashes.
8765         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8766
8767 2007-12-06  Deepak Goel  <deego3@gmail.com>
8768
8769         * gnus-art.el (article-make-date-line):
8770         * gnus-start.el (gnus-load):
8771         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8772
8773 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-art.el (gnus-use-idna)
8776         * gnus-start.el (gnus-site-init-file)
8777         * message.el (message-use-idna)
8778         * mm-uu.el (mm-uu-hide-markers)
8779         * smiley.el (smiley-style): Revert changes that suppress warnings.
8780
8781 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8784         specify charset to html source.
8785         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8786
8787 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8790         idna-program in order to suppress byte compile warning issued by XEmacs
8791         that came to byte compile the default value section of defcustom forms
8792         recently.
8793
8794         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8795         value of installation-directory.
8796
8797         * message.el (message-use-idna): Don't directly refer to the value of
8798         idna-program.
8799
8800         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8801
8802         * smiley.el (smiley-style): Don't directly call face-attribute.
8803
8804 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8805
8806         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8807
8808         * gnus-dired.el: Reduce Gnus dependencies.
8809         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8810         Don't require.  Use autoloads instead.
8811         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8812         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8813         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8814         (gnus-dired-mode): Adjust doc string.
8815         (gnus-dired-mail-mode): New variable.
8816         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8817         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8818         (gnus-dired-mail-buffers): New function.  Return mail or message
8819         composition buffers.
8820         (gnus-dired-attach): Use it.
8821         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8822         NO-DECODE.
8823         (gnus-dired-print): Use `gnus-print-buffer' depending on
8824         `gnus-dired-mail-mode'.
8825
8826 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * rfc2047.el (rfc2047-encoded-word-regexp)
8829         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8830         explaining what regexp patterns are for.
8831
8832 2007-12-04  Glenn Morris  <rgm@gnu.org>
8833
8834         * password.el: Move to password-cache.el.
8835
8836         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8837         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8838         * mml-smime.el (password-read, password-cache-add)
8839         (password-cache-remove):
8840         No need to autoload, since mml-sec requires password.
8841
8842         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8843         * message.el (gnus-extract-address-components):
8844         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8845
8846         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8847         password.
8848
8849 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * mailcap.el: Reduce dependencies.
8852         (mail-header-parse-content-type): Autoload.
8853         (mailcap-delete-duplicates): New alias.
8854         (mailcap-mime-info): Add optional argument NO-DECODE.
8855         (mailcap-mime-types): Use mailcap-delete-duplicates.
8856
8857         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8858
8859 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8860
8861         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8862         (imap-parse-status): Upcase status-att for servers that sends them
8863         lower-case (e.g., MS Exchange 2007).
8864
8865 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8868         function.
8869
8870         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8871         (gnus-uu-yenc-article): New function.
8872
8873         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8874
8875         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8876
8877 2007-12-02  Glenn Morris  <rgm@gnu.org>
8878
8879         * binhex.el (binhex): New custom group.
8880         (binhex-decoder-program, binhex-decoder-switches)
8881         (binhex-use-external): Move to the binhex custom group.
8882
8883         * uudecode.el (uudecode): New custom group.
8884         (uudecode-decoder-program, uudecode-decoder-switches)
8885         (uudecode-use-external): Move to the uudecode custom group.
8886
8887         * netrc.el (top-level): Don't load `encrypt' features.
8888         (netrc-parse): Don't use encrypt.
8889         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8890
8891         * encrypt.el: Remove file.
8892
8893 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8896         matches on patches.
8897
8898         * gnus-art.el (gnus-article-browse-html-article):
8899         Mention `mm-text-html-renderer' in the doc string.
8900
8901         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8902         string.  Add comments.
8903
8904         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8905         if rhs is ASCII.
8906
8907 2007-12-01  Glenn Morris  <rgm@gnu.org>
8908
8909         * mail-source.el (top-level): Require format-spec before
8910         eval-when-compile.
8911
8912 2007-11-30  Glenn Morris  <rgm@gnu.org>
8913
8914         * encrypt.el: Require password, rather than autoloading password-read.
8915
8916 2007-11-29  Glenn Morris  <rgm@gnu.org>
8917
8918         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8919         (sasl-make-client, sasl-next-step, sasl-step-data)
8920         (sasl-step-set-data): Declare as functions.
8921
8922 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8923
8924         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8925
8926 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8927
8928         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8929         certs should be verified and what is to be done in the event of a
8930         verification failure.
8931
8932         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8933         caller can indicate whether the cache should be disregarded for this
8934         call.  This way the result of the call is reproducible at all times and
8935         can be considered a canonical server name for the supplied method.
8936         (gnus-agent-method-p): Canonicalize server names by pushing their
8937         method through `gnus-method-to-server' using the no-cache argument.
8938
8939         * gnus-srvr.el (gnus-server-insert-server-line):
8940         Call `gnus-method-to-server' with `no-cache' argument.
8941
8942         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8943         gnus-agent-possibly-synchronize-flags as this should be called when the
8944         server is actually being opened.
8945         (gnus-agent-possibly-synchronize-flags)
8946         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8947         flags file of an agentized server to the latter function.
8948
8949         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8950         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8951         after a connection has been established successfully.
8952
8953 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus-art.el (article-display-face): Force to display face if called
8956         interactively; check if gnus-article-x-face-too-ugly matches author.
8957         (article-display-x-face): Display face even if From header is missing
8958         as article-display-face does.
8959
8960 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8961
8962         * hashcash.el (message-narrow-to-headers-or-head)
8963         (message-fetch-field, message-goto-eoh)
8964         (message-narrow-to-headers): Declare as functions.
8965
8966 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * mail-source.el (mail-sources): Default to fetch from file for
8969         compatibility with default of nnmail-spool-file.
8970
8971 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8974         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8975         to look for encoded word that should be encoded again.
8976         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8977         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8978         encoding pattern.
8979         (rfc2047-decode-region): Switch strict regexp and loose one according
8980         to rfc2047-allow-irregular-q-encoded-words.
8981
8982 2007-11-25  Romain Francoise  <romain@orebokech.com>
8983
8984         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8985
8986 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * tls.el (tls-program): Provide more custom choices from
8989         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8990         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8991
8992 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8995         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8996
8997         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8998         `nnmail-spool-file'.
8999
9000         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9001         `nnmail-spool-file'.
9002
9003         * gnus-move.el (gnus-change-server): Ditto.
9004
9005         * gnus-kill.el (gnus-batch-score): Ditto.
9006
9007         * gnus-cache.el (gnus-jog-cache): Ditto.
9008
9009         * gnus-msg.el (gnus-summary-reply):
9010         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9011
9012 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9015         version.  Minor improvement to doc strings.
9016         (tls-program): Add comment.
9017
9018 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9019
9020         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9021         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9022         mismatch between the hostname provided in the certificate and the name
9023         of the host connnecting to.
9024         (open-tls-stream): Use them.  Check certificates against trusted root
9025         certificates.
9026
9027 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gnus-cache.el (gnus-cache-generate-nov-databases):
9030         Use nnml-generate-nov-databases-directory instead of
9031         nnml-generate-nov-databases-1.
9032
9033 2007-11-24  Glenn Morris  <rgm@gnu.org>
9034
9035         * message.el (message-tool-bar-retro): Update for rename
9036         mail_send.xpm->mail-send.xpm.
9037
9038 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9041         `smime-ldap-search' for Emacs 22 and up.
9042
9043 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9044
9045         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9046
9047         * message.el (message-send-mail-function): Fix error convention.
9048         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9049         (message-widen-reply, message-send-mail, message-talkative-question)
9050         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9051         (message-clone-locals, message-send-news): Use with-current-buffer.
9052         (message-insert-or-toggle-importance): Remove unused var `valid'.
9053         (message-make-references): Remove unused var `new-references'.
9054         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9055
9056 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9057
9058         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9059         (spam-split-symbolic-return-positive): Reflow docstring.
9060         (spam-backends, spam-summary-exit-behavior)
9061         (spam-mark-ham-unread-before-move-from-spam-group)
9062         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9063         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9064         (spam-clear-cache, spam-backend-check, spam-install-backend)
9065         (spam-install-statistical-backend, spam-list-of-processors)
9066         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9067         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9068         (spam-check-crm114, spam-initialize, spam-unload-hook):
9069         Fix typos in docstrings.
9070
9071 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9074         been checked if they have never been read and those group levels are
9075         higher than the one that a user specified.
9076
9077 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9080         foreign groups unless a group level is specified by a user.
9081         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9082
9083 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9084
9085         * message.el (message-send-mail-function): Require sendmail.
9086
9087 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * message.el (message-send-mail-function): Check for smtpmail too.
9090
9091         * utf7.el (utf7-encode, utf7-decode): Use coding system
9092         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9093
9094         * message.el (message-send-mail-function): New function.
9095         (message-send-mail-function): Set default using
9096         message-send-mail-function.  Adjust doc string.
9097         (message-send-mail-with-mailclient): New function.
9098
9099 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9100
9101         * smime.el (from):
9102         * rfc2047.el (message-posting-charset):
9103         * qp.el (mm-use-ultra-safe-encoding):
9104         * pop3.el (parse-time-months):
9105         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9106         * nnml.el (files):
9107         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9108         (jka-compr-compression-info-list, ange-ftp-path-format)
9109         (efs-path-regexp):
9110         * nndiary.el (files):
9111         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9112         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9113         (epg-digest-algorithm-alist, inhibit-redisplay)
9114         (password-cache-expiry):
9115         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9116         (pgg-output-buffer, password-cache-expiry):
9117         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9118         (efs-path-regexp):
9119         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9120         (inhibit-redisplay):
9121         * mm-uu.el (file-name, start-point, end-point, entry)
9122         (gnus-newsgroup-name, gnus-newsgroup-charset):
9123         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9124         (latin-unity-ucs-list):
9125         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9126         (mm-uu-binhex-decode-function):
9127         * message.el (gnus-message-group-art, gnus-list-identifiers)
9128         (rmail-enable-mime-composing, gnus-local-organization)
9129         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9130         (gnus-read-active-file, facemenu-add-face-function)
9131         (facemenu-remove-face-function, gnus-article-decoded-p)
9132         (tool-bar-mode):
9133         * mail-source.el (display-time-mail-function):
9134         * gnus-util.el (nnmail-pathname-coding-system)
9135         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9136         (gnus-original-article-buffer, gnus-user-agent)
9137         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9138         (xemacs-codename, sxemacs-codename, emacs-program-version):
9139         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9140         * gnus-start.el (gnus-agent-covered-methods)
9141         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9142         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9143         (gnus-newsgroup-headers, gnus-group-list-mode)
9144         (gnus-group-mark-positions, gnus-newsgroup-data)
9145         (gnus-newsgroup-unreads, nnoo-state-alist)
9146         (gnus-current-select-method, mail-sources)
9147         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9148         (nnmail-spool-file, gnus-cache-active-hashtb):
9149         * gnus-mh.el (mh-lib-progs):
9150         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9151         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9152         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9153         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9154         (gnus-group-buffer):
9155         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9156         (font-lock-set-defaults):
9157         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9158         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9159         (gnus-summary-post-menu, total-parts, type, condition, length):
9160         * gnus-agent.el (gnus-agent-read-agentview):
9161         * flow-fill.el (show-trailing-whitespace):
9162         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9163         eval-and-compile wrappers for byte compiler pacifiers.
9164
9165         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9166         (mm-display-inline-fontify): Check for featurep 'xemacs not
9167         extent-list.
9168
9169         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9170         itimer-list.
9171         (mm-create-image-xemacs): Only do something for XEmacs.
9172         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9173
9174         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9175
9176         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9177         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9178
9179 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9180
9181         * nnimap.el (nnimap-split-download-body):
9182         * gnus-demon.el (gnus-demon):
9183         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9184
9185 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9188         New macros.
9189         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9190         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9191         copy data from unibyte buffer to multibyte current buffer.
9192         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9193         to copy data from unibyte current buffer to multibyte buffer.
9194         (nntp-make-process-buffer): Make process buffer unibyte.
9195
9196         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9197
9198 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9199
9200         * pop3.el (pop3-open-server): Accept and process data more robustly at
9201         connexion start to avoid spurious "POP SSL connexion failed" errors.
9202
9203 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9206         read group names.
9207
9208 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9211
9212 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9215         (nnmail-save-active): Use a unibyte buffer when saving active file,
9216         which may contain non-ASCII group names.
9217
9218         * nnml.el (nnml-request-group): Decode group names in messages.
9219
9220 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * message.el (message-citation-line-function)
9223         (message-insert-formatted-citation-line): Fix spelling of
9224         `message-insert-formated-citation-line'.
9225
9226 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9229
9230 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9233         nnmail-pathname-coding-system.
9234
9235         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9236         that a user enters; decode group names in messages.
9237
9238         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9239
9240 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9243
9244         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9245
9246         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9247         risky local variable.
9248
9249         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9250
9251 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9252
9253         * encrypt.el: Improve documentation to fix function name typo.
9254         Reported by Daiki Ueno <ueno@unixuser.org>.
9255
9256 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9259         even if the point is not in the last page of an article.
9260         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9261         back to the previous page.
9262
9263 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9266
9267 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9270
9271 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9272
9273         * message.el (message-check-news-body-syntax):
9274         Avoid mm-string-as-multibyte.
9275         (message-hide-headers): Don't assume (point-min)==1.
9276
9277 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * message.el (message-remove-blank-cited-lines): Fix if remove is
9280         given.
9281         (message-bogus-address-regexp): New variable.
9282         (message-bogus-recipient-p): New function.
9283         (message-check-recipients): New command.
9284         (message-syntax-checks): Add `bogus-recipient'.
9285         (message-fix-before-sending): Add `bogus-recipient'.
9286
9287         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9288         (gnus-treat-body-boundary): Don't test window-system.
9289
9290 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9291
9292         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9293
9294 2007-10-28  Miles Bader  <miles@gnu.org>
9295
9296         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9297         at compile-time too.
9298
9299 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * gnus-msg.el (gnus-message-setup-hook):
9302         Add `message-remove-blank-cited-lines' to options.
9303
9304 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * message.el (message-remove-blank-cited-lines): New function.
9307         Suggested by Karl Plästerer.
9308
9309 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9312         mapc.
9313
9314         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9315         (top-level): Use mapc to set functions to be traced for debugging.
9316
9317         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9318         called for effect with while loop.
9319
9320         * message.el (message-talkative-question): Replace mapcar called for
9321         effect with mapc.
9322
9323         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9324         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9325         called for effect with dolist.
9326
9327         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9328
9329         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9330         gnus-extra-headers and nnmail-extra-headers.
9331
9332         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9333         called for effect with dolist.
9334         (top-level): Use mapc to set functions to be traced for debugging.
9335
9336         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9337         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9338         dolist.
9339
9340         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9341         Replace mapcar called for effect with mapc.
9342         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9343         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9344         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9345         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9346
9347         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9348         remove-if that's a cl function.
9349
9350         * webmail.el (webmail-debug): Replace mapcar called for effect with
9351         dolist.
9352
9353         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9354         with mapc.
9355
9356 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9359         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9360         with while loop.
9361
9362         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9363         functions from article-* functions.
9364         (gnus-multi-decode-header): Replace mapcar called for effect with
9365         dolist.
9366
9367         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9368         (gnus-bookmark-show-details): Replace mapcar called for effect with
9369         while loop.
9370
9371         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9372         called for effect with while loop.
9373
9374         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9375         with dolist.
9376
9377         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9378         Replace mapcar called for effect with dolist.
9379
9380         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9381
9382         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9383         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9384         Replace mapcar called for effect with dolist.
9385         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9386         mapc.
9387
9388         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9389         Replace mapcar called for effect with dolist.
9390         (gnus-topic-list): Replace mapcar called for effect with mapc.
9391
9392         * gnus.el: Use mapc instead of mapcar to add autoloads.
9393
9394 2007-10-23  Richard Stallman  <rms@gnu.org>
9395
9396         * gnus-group.el (gnus-group-highlight): Mark as risky.
9397
9398 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus.el (gnus-server-to-method): Return method found first in
9401         gnus-newsrc-alist.
9402
9403         * gnus-art.el (gnus-article-highlight-signature)
9404         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9405         button overlay without the front stickiness.
9406
9407 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9408
9409         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9410         overview buffer needed a catch to receive its throw.
9411         (gnus-agent-flush-cache): Declare as interactive to make this function
9412         easier to use.
9413
9414 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9417         `next-line'.
9418
9419 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9422         exclude address matching message-dont-reply-to-names.
9423
9424 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9425
9426         * gnus-util.el (gnus-string<): New function.
9427
9428         * gnus-sum.el (gnus-article-sort-by-author)
9429         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9430
9431 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9434         the frame-focus tag is set in gnus-buffer-configuration.
9435
9436 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9439         the front stickiness.
9440
9441 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9444         url pattern; remove duplicate one.
9445         (gnus-article-extend-url-button): New function.
9446         (gnus-article-add-buttons): Use it.
9447         (gnus-button-push): Use concatenated url that it makes.
9448
9449 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9450
9451         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9452
9453 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9454
9455         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9456         Don't hardcode point-min==1.
9457
9458 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9461         Fix comment about "iso8859-1".
9462
9463 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9464
9465         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9466         ones returned from the verify-function.
9467
9468         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9469         Call mml2015-extract-cleartext-signature if extraction failed.
9470
9471 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9472
9473         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9474         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9475         failed.
9476
9477 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9480
9481 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9484         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9485         recommends to use EasyPG instead of PGG.
9486
9487         * pgg.el: Revert to revision 6.23.2.16.
9488
9489         * pgg-def.el: Revert to revision 6.6.2.14.
9490
9491         * pgg-gpg.el: Revert to revision 6.23.2.34.
9492
9493 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9494
9495         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9496         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9497         thread for both the null and zero (kill/expire thread) universal prefix
9498         cases.
9499         (gnus-summary-expire-thread): Add new function to expire a thread,
9500         using gnus-summary-kill-thread.
9501         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9502         shortcuts for gnus-summary-expire-thread.
9503         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9504         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9505
9506 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9507
9508         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9509         extras value, so an extras entry can be deleted.
9510         (gnus-registry-delete-extra-entry): Use it.
9511         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9512         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9513         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9514         storage through the gnus-registry, and provide an appropriate API for
9515         it.
9516
9517 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9520         Suggested by Leo <sdl.web@gmail.com>.
9521
9522         * gnus.el: Do.
9523
9524 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9527         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9528
9529         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9530
9531         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9532         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9533
9534 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9537         newline.
9538         (nnmbox-request-accept-article): Don't change article in source buffer;
9539         narrow to header to use message-fetch-field rather than
9540         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9541         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9542         as delimiters; make sure article ends with newline.
9543         (nnmbox-delete-mail): Correct last position of article to be deleted;
9544         ignore X-Gnus-Newsgroup header in article body.
9545         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9546         positions; make sure article ends with newline.
9547
9548         * message.el (message-display-abbrev): Don't infloop when a user
9549         inserts SPC in the beginning of header.
9550
9551         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9552         coding-system-for-read and coding-system-for-write for XEmacs having no
9553         file-coding feature.
9554
9555         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9556
9557 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9558
9559         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9560         list of groups not followed by default.  Fix type to be regexp.
9561         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9562
9563 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9564
9565         * hmac-def.el (define-hmac-function): Switch from old-style to
9566         new-style backquotes.
9567
9568         * md4.el (md4-make-step): Likewise.
9569
9570 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9573         raw-text coding system when saving .newsrc file, which may contain
9574         non-ASCII group names.
9575
9576 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-cus.el (gnus-score-extra): New widget.
9579         (gnus-score-extra-convert): New function.
9580         (gnus-score-customize): Use it for Extra.
9581
9582 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9583
9584         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9585         (mml2015-mailcrypt-clear-verify): Use it.
9586         (mml2015-gpg-clear-verify): Use it.
9587         (mml2015-pgg-clear-verify): Use it.
9588         (mml2015-epg-clear-verify): Replace the current part with the output
9589         from GnuPG; don't extract the plaintext by itself.
9590
9591         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9592         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9593         mml2015-clear-verify-function; don't touch the armor headers or
9594         dash-escaped text here.
9595
9596 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9599         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9600         parts, or application/octet-stream as a last resort.
9601         (gnus-mime-view-part-as-type): Don't toggle display.
9602         (gnus-mime-view-part-as-charset): Don't turn off display before
9603         querying charset.
9604
9605         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9606         stuff to undisplayer function in Emacs.
9607         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9608
9609         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9610         text/calendar parts.
9611
9612 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9615         decoding text/calendar parts.
9616
9617         * message.el (message-forward-make-body-mime): Always mark body as
9618         having no illegible text; remove signed-or-encrypted argument.
9619         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9620
9621         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9622         (mml-generate-mime-1): Don't encode body if it is specified to be in
9623         raw form; don't make buffer be unibyte when inserting multibyte string.
9624
9625 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9626
9627         * sha1.el: Fix up comment style.
9628         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9629         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9630
9631         * hex-util.el: Fix up comment style.
9632         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9633
9634         * gnus-salt.el: Use with-current-buffer.
9635         (gnus-pick-setup-message): Fix long-standing typo.
9636
9637 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * imap.el (imap-logout-timeout): New variable.
9640         (imap-logout, imap-logout-wait): New functions.
9641         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9642
9643         * nnimap.el (nnimap-logout-timeout): New server variable.
9644         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9645         nnimap-logout-timeout.
9646
9647         * gnus-art.el (gnus-article-summary-command-nosave)
9648         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9649
9650 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus.el (gnus-maximum-newsgroup): New variable.
9653
9654         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9655         according to gnus-maximum-newsgroup.
9656
9657         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9658         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9659         Limit the range of articles according to gnus-maximum-newsgroup.
9660
9661 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9662
9663         * gnus-art.el (gnus-sticky-article): Fix problems described in
9664         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9665         Don't perform gnus-configure-windows here; reuse existing sticky
9666         article buffer.
9667
9668         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9669         it doesn't exist in gnus-article-mode.
9670
9671 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9674         (gnus-agent-decoded-group-name): New function.
9675         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9676         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9677
9678 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9679
9680         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9681         Add binding for gnus-sticky-article.
9682         (gnus-summary-exit): Don't kill sticky article buffers.
9683
9684         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9685         article buffer.
9686         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9687         (gnus-kill-sticky-article-buffers): New commands.
9688
9689 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * nntp.el (nntp-xref-number-is-evil): New server variable.
9692         (nntp-find-group-and-number): If it is non-nil, don't trust article
9693         numbers in the Xref header.
9694
9695 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-agent.el (gnus-agent-read-group): New function.
9698         (gnus-agent-flush-group, gnus-agent-expire-group)
9699         (gnus-agent-regenerate-group): Use it.
9700         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9701         nnmail-pathname-coding-system.
9702
9703 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9706
9707         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9708         that are unread as unread, and also as selected so that information of
9709         marks having been changed by a user may be updated when exiting group.
9710
9711 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9714
9715 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9718         calculated ignoring signature parts to gnus-treat-article.
9719
9720 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9723         a point here in order to keep the window start.
9724         (gnus-insert-mime-security-button): Make a button overlay without the
9725         front stickiness.
9726         (gnus-mime-display-security): Goto the end of a button.
9727
9728         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9729
9730 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9733         group-name-at-point.
9734         (gnus-group-completing-read): New function that offers decoded
9735         non-ASCII group names for completion.
9736         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9737         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9738         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9739         (gnus-group-fetch-control): Use it.
9740         (gnus-fetch-group): Use group-name-at-point for the initial value
9741         rather than the default value; use gnus-alive-p.
9742
9743         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9744         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9745         (gnus-summary-post-news): Use gnus-group-completing-read.
9746
9747         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9748         (gnus-read-move-group-name): Decode group name for completion.
9749
9750 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9751
9752         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9753         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9754         Yamaoka slightly modified the code).
9755
9756 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9759         (nnmail-split-incoming): Bind it.
9760
9761         * nnml.el (nnml-group-name-charset): New function.
9762         (nnml-decoded-group-name): Use it; don't decode group name if
9763         nnmail-group-names-not-encoded-p is non-nil.
9764         (nnml-encoded-group-name): New function.
9765         (nnml-group-pathname): Inline nnml-decoded-group-name.
9766         (nnml-request-expire-articles): Decode group name in message.
9767         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9768         nnmail-pathname-coding-system.
9769         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9770         not decoded ones according to nnmail-group-names-not-encoded-p.
9771         (nnml-generate-active-info): Use nnml-encoded-group-name.
9772
9773 2007-08-08  Glenn Morris  <rgm@gnu.org>
9774
9775         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9776         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9777         doc-strings and comments.
9778
9779 2007-07-25  Glenn Morris  <rgm@gnu.org>
9780
9781         * Relicense all FSF files to GPLv3 or later.
9782
9783 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-sum.el (gnus-summary-move-article):
9786         Make gnus-summary-respool-article work.
9787
9788 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9789
9790         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9791         string.
9792
9793 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9794
9795         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9796         that should be ignored when comparing distant RSS articles with local
9797         ones.
9798         (nnrss-make-hash-index): New function.  Create a hash index according
9799         to the ignored fields.
9800         (nnrss-check-group): Use it.
9801
9802 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9805
9806         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9807
9808         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9809         the new optional argument ENCODED is non-nil.
9810         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9811         coding system for encoding group name.
9812         (gnus-group-make-rss-group): Pass un-encoded group name to
9813         gnus-group-make-group.
9814         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9815         encoded.
9816
9817         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9818         Encode group name to which articles are moved or copied.
9819         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9820         coding system for encoding Newsgroup, Followup-To and Xref headers.
9821
9822         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9823         marks; use nnheader-file-coding-system to write a file.
9824         (nnagent-retrieve-headers): Bind file-name-coding-system to
9825         nnmail-pathname-coding-system.
9826
9827         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9828
9829         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9830         (nnml-request-article, nnml-request-create-group)
9831         (nnml-request-rename-group, nnml-find-id)
9832         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9833         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9834         (nnml-save-marks): Use nnml-group-pathname instead of
9835         nnmail-group-pathname.
9836
9837         (nnml-request-create-group, nnml-request-expire-articles)
9838         (nnml-request-move-article, nnml-request-delete-group)
9839         (nnml-deletable-article-p, nnml-possibly-create-directory)
9840         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9841         (nnml-open-marks): Bind file-name-coding-system to
9842         nnmail-pathname-coding-system.
9843
9844         (nnml-request-article): Pass server argument to nnml-find-group-number.
9845         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9846         Pass server argument to nnml-possibly-create-directory.
9847         (nnml-request-accept-article): Pass server argument to
9848         nnml-active-number and nnml-save-mail.
9849         (nnml-find-group-number): Pass server argument to nnml-find-id.
9850         (nnml-request-update-info): Pass server argument to
9851         nnml-marks-changed-p.
9852
9853         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9854         (nnml-save-mail, nnml-active-number): Add server argument.
9855
9856         (nnml-request-delete-group): Warn if group is missing.
9857         (nnml-get-nov-buffer): Decode group name.
9858         (nnml-generate-active-info): Encode group name.
9859         (nnml-open-marks): Decode group name in messages.
9860
9861 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9864         if it is not specified.
9865         (gnus-article-pipe-part, gnus-article-save-part)
9866         (gnus-article-interactively-view-part, gnus-article-copy-part)
9867         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9868         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9869         (gnus-article-replace-part, gnus-article-delete-part)
9870         (gnus-article-view-part-as-type): Pass raw prefix argument to
9871         gnus-article-part-wrapper.
9872
9873 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-agent.el (gnus-agent-save-active):
9876         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9877
9878         * gnus-cache.el (gnus-cache-save-buffers)
9879         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9880         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9881         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9882         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9883         (gnus-cache-generate-active, gnus-cache-rename-group)
9884         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9885         (gnus-cache-update-overview-total-fetched-for):
9886         Bind file-name-coding-system to nnmail-pathname-coding-system.
9887         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9888         New variables.
9889         (gnus-cache-decoded-group-name): New function.
9890         (gnus-cache-file-name): Use it.
9891         (gnus-cache-generate-active): Use non-decoded group name for active.
9892
9893         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9894         right place.
9895         (gnus-write-active-file): Don't break non-ASCII group names.
9896
9897         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9898         nnmail-pathname-coding-system.
9899
9900         * lpath.el: Bind default-file-name-coding-system,
9901         file-name-coding-system and language-info-alist for XEmacs.
9902
9903         * gnus-uu.el (gnus-uu-decode-save): Typo.
9904
9905 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9908
9909 2007-07-14  David Kastrup  <dak@gnu.org>
9910
9911         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9912         finishing actions if we did not edit the article.
9913
9914 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9917         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9918         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9919         (gnus-agent-flush-group, gnus-agent-flush-cache)
9920         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9921         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9922         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9923         (gnus-agent-regenerate-group)
9924         (gnus-agent-update-files-total-fetched-for)
9925         (gnus-agent-update-view-total-fetched-for):
9926         Bind file-name-coding-system to nnmail-pathname-coding-system.
9927         (gnus-agent-group-pathname): Don't encode file names by
9928         nnmail-pathname-coding-system.
9929         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9930         coding-system-for-write instead of buffer-file-coding-system to
9931         gnus-agent-file-coding-system.
9932
9933         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9934         Decode group name.
9935
9936         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9937
9938         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9939         (gnus-read-newsrc-el-file): Make group names unibyte.
9940
9941         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9942         nnmail-pathname-coding-system.
9943
9944         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9945         (nnrss-request-delete-group): Bind file-name-coding-system to
9946         nnmail-pathname-coding-system.
9947         (nnrss-read-server-data, nnrss-read-group-data):
9948         Bind file-name-coding-system correctly.
9949         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9950
9951         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9952         (nntp-server-to-method-cache): New variable.
9953         (nntp-group-pathname): New function that decodes non-ASCII group names.
9954         (nntp-possibly-create-directory, nntp-marks-changed-p)
9955         (nntp-save-marks, nntp-open-marks): Use it.
9956         (nntp-possibly-create-directory, nntp-open-marks):
9957         Bind file-name-coding-system to nnmail-pathname-coding-system.
9958         (nntp-open-marks): Decode group names when bootstrapping marks.
9959
9960         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9961         Newsgroups and Folowup-To headers.
9962
9963 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9966         (gnus-server-closed-face, gnus-server-denied-face)
9967         (gnus-server-offline-face): Remove variable.
9968         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9969
9970         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9971         of modifying message-stack directly for XEmacs.
9972
9973         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9974         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9975         if the coding-system argument is nil for XEmacs.
9976
9977         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9978         mm-charset-override-alist.
9979
9980         * rfc2047.el: Don't require base64; require rfc2045 for the function
9981         rfc2045-encode-string.
9982         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9983         to quote the parameter value.
9984
9985 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9988         form in gnus-group-name-charset-method-alist.
9989
9990         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9991         overrides the default layout edit-form.
9992
9993         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9994
9995         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9996
9997 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10000         as unfetched articles.
10001
10002 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10003
10004         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10005
10006 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10009         original back end that keeps marks in the local system.
10010
10011 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10014         arg of pop-to-buffer for XEmacs.
10015         (gnus-article-read-summary-keys): Ditto; don't restore window
10016         configuration if summary command ends up with neither article buffer
10017         nor summary buffer; describe bindings if summary keys end with C-h.
10018
10019 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * message.el (message-fix-before-sending): Skip raw message part to be
10022         forwarded while checking illegible text.
10023         (message-forward-make-body-mime, message-forward-make-body):
10024         Mark signed or encrypted raw message as having no illegible text.
10025
10026 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10029         (gnus-message-with-timestamp-1): New macro.
10030         (gnus-message-with-timestamp): New function.
10031         (gnus-message): Use them.
10032
10033         * nnheader.el (nnheader-message): Use them.
10034
10035 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10038         .newsrc.eld file.
10039
10040 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * gnus-agent.el (gnus-agent-fetch-headers)
10043         (gnus-agent-retrieve-headers):
10044         Bind gnus-decode-encoded-address-function to identity.
10045
10046         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10047         available also when the server returns simply a dot.
10048
10049         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10050
10051 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10054
10055 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-ems.el (gnus-x-splash): Make it work.
10058
10059         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10060         from being used.
10061
10062         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10063
10064 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10067         4th and the 5th arguments.
10068
10069         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10070         the front stickiness.
10071         (gnus-article-summary-command-nosave): Correct the order of the
10072         arguments passed to pop-to-buffer.
10073         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10074         summary command ends up with the article buffer.
10075
10076         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10077         the same faces.
10078
10079 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10080
10081         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10082
10083 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10084
10085         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10086         * gnus-sum.el (gnus-summary-highlight):
10087         * pgg.el (pgg-sign-region, pgg-sign):
10088         * mail-source.el (mail-source-delete-old-incoming-confirm):
10089         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10090
10091 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-art.el (gnus-mime-view-part-externally)
10094         (gnus-mime-view-part-internally): Fix predicate function passed to
10095         completing-read.
10096
10097         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10098
10099         * gnus.el (gnus-update-message-archive-method): Add :version.
10100
10101 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus.el (gnus-update-message-archive-method): New variable.
10104
10105         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10106         according to gnus-message-archive-method if
10107         gnus-update-message-archive-method is non-nil.
10108
10109 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10112         Suggested by Loic Dachary <loic@dachary.org>.
10113         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10114
10115 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * message.el (message-pop-to-buffer): Add switch-function argument.
10118         (message-mail): Pass switch-function argument to it.
10119
10120 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10121
10122         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10123         Improve doc string.
10124
10125 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10128         (gnus-header-content)
10129         * gnus-cite.el (gnus-cite-10)
10130         * gnus-srvr.el (gnus-server-closed)
10131         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10132         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10133         (gnus-group-mail-3-empty, gnus-group-mail-low)
10134         (gnus-group-mail-low-empty, gnus-splash)
10135         * message.el (message-header-to, message-header-cc)
10136         (message-header-subject, message-header-other, message-header-name)
10137         (message-header-xheader, message-separator, message-cited-text)
10138         (message-mml): Lighten colors of faces used for dark background.
10139
10140 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10141
10142         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10143         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10144
10145 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * message.el (message-narrow-to-headers-or-head):
10148         Ignore mail-header-separator in the body.
10149
10150 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10153         same as window size.
10154
10155 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10156
10157         * message.el (message-font-lock-keywords): Use message-header-xheader
10158         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10159         ahead of the anything pattern, to get it recognised.
10160
10161 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10164         spam.el loads uses it in the compiled defadvice form.
10165
10166 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10167
10168         * gnus-sum.el (gnus-articles-to-read)
10169         (gnus-summary-insert-old-articles): Don't truncate group name for
10170         `read-string'.
10171
10172         * gnus-util.el (gnus-limit-string): Delete this function.
10173
10174         * gnus-sum.el (gnus-simplify-subject-fully):
10175         Use `truncate-string-to-width' instead.
10176
10177 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10178
10179         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10180         Tell if, on summary exit, the next group has to be selected.
10181         (gnus-summary-exit): Use it.
10182
10183 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10184
10185         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10186         non-break space.
10187
10188 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10191         Check if group is not a directory.
10192         (nnfolder-request-expire-articles): Don't delete articles if the target
10193         group is not available.
10194
10195         * nnml.el (nnml-request-create-group): Properly check if group is not a
10196         file.
10197         (nnml-request-expire-articles): Don't delete articles if the target
10198         group is not available.
10199
10200         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10201         Don't quote characters that are within parentheses.
10202
10203 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10206         (gnus-handle-ephemeral-exit): Select article according to it.
10207
10208 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * message.el (message-insert-formated-citation-line): Remove newline.
10211         (message-citation-line-format): Add final \n here so that the user can
10212         avoid a blank line.
10213
10214 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10215
10216         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10217         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10218         Update lanl/arXiv support.
10219
10220 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * gnus.el: Bump version number.
10223
10224 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10225
10226         * gnus.el (gnus-version-number): Bump version.
10227
10228 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10229
10230         * gnus.el: No Gnus v0.6 is released.
10231
10232 2007-04-27  Didier Verna  <didier@xemacs.org>
10233
10234         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10235         * gmm-utils.el (gmm-regexp-concat): ... here.
10236         * message.el: Don't require 'gnus-util.
10237         (message-dont-reply-to-names): Handle name change above.
10238         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10239
10240 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10243         since the initial value varies according to the system.
10244
10245 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10248
10249 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10250
10251         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10252
10253 2007-04-24  Didier Verna  <didier@xemacs.org>
10254
10255         Improve the type of gnus-ignored-from-addresses.
10256         * gnus-util.el (gnus-orify-regexp): New function.
10257         * message.el (gnus-util): Require it.
10258         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10259         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10260         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10261
10262 2007-04-24  Didier Verna  <didier@xemacs.org>
10263
10264         * gnus-sum.el:
10265         * gnus-utils.el: Fix some trailing whitespaces.
10266
10267 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10270         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10271         article's Message-ID; refer parent article in summary buffer.
10272
10273         * message.el (message-bounce): Call mime-to-mml.
10274
10275         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10276         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10277         optimize and/or forms properly.
10278
10279 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10280
10281         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10282         URL.
10283
10284 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10287
10288 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10291         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10292         displayed of multipart/alternative part if it is invoked from summary
10293         buffer.
10294
10295         * mm-view.el (mm-inline-text-html-render-with-w3m)
10296         (mm-inline-text-html-render-with-w3m-standalone)
10297         (mm-inline-render-with-function): Use mail-parse-charset by default.
10298
10299 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10300
10301         * parse-time.el (parse-time-string-chars): Check if CHAR
10302         is less than the length of parse-time-syntax.
10303
10304 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10307         from gnus-newsgroup-processable.
10308
10309 2007-04-16  Didier Verna  <didier@xemacs.org>
10310
10311         * gnus-msg.el (gnus-configure-posting-styles):
10312         Handle message-signature-directory properly with :file syntax.
10313         Reported by "Leo".
10314
10315 2007-04-11  Didier Verna  <didier@xemacs.org>
10316
10317         New user option: message-signature-directory.
10318         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10319         * message.el (message-insert-signature): Ditto.
10320         * message.el (message-signature-file): Doc update.
10321         * message.el (message-signature-directory): New.
10322
10323 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-msg.el (gnus-inews-yank-articles):
10326         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10327
10328 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * message.el (message-yank-original): Make sure cited text ends with
10331         newline; don't exchange point and mark.
10332
10333 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10334
10335         * tls.el (open-tls-stream): Properly handle case where there
10336         is no associated buffer.
10337
10338 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10339
10340         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10341         message-yank-original, make sure (< mark TEXT point).
10342
10343 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * message.el (message-fill-column): New variable.
10346         (message-mode): Use it.  Add comment on a possible new hook.
10347
10348         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10349         (nnmail-get-new-mail): Reformat.
10350
10351         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10352
10353         * gmm-utils.el: Fix Commentary.
10354         (gmm-tool-bar-from-list): Fix typo in doc string.
10355
10356 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10357
10358         * message.el (message-yank-original): Don't switch point and mark
10359         unnecessarily to put point and mark as documented.
10360
10361 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10362
10363         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10364         from the message heads.
10365
10366 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10367
10368         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10369         article buffer does not have a window.  This may not be the best
10370         solution but is certainly better than setting the start of the null,
10371         that is the current, window.
10372
10373 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10376         (gnus-draft-setup): Run it.
10377
10378         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10379         gnus-score-fast-scoring.  Allow regexp.
10380         (gnus-score-headers): Use it.
10381
10382         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10383         XEmacs.
10384
10385         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10386         string.
10387         (gnus-button-alist): Also catch `<f1> k ...'.
10388         (gnus-treat-display-x-face): Fix doc string.
10389
10390 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10391
10392         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10393         evaluation of gnus-extended-version to ensure correct generation of the
10394         User-Agent header when message-generate-headers-first is used.
10395
10396 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10397
10398         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10399         hashcash-path is nil.  Don't call callback with incorrect number of
10400         parameters if val is 0.
10401
10402 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10403
10404         * message.el (message-required-news-headers):
10405         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10406
10407 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10408
10409         * tls.el (open-tls-stream): In handshake-waiting loop,
10410         don't wait more if there is output available to process.
10411
10412 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10413
10414         * tls.el (tls-program): Doc fix.
10415
10416 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * message.el (message-generate-new-buffers): Change the meaning of the
10419         nil value; add `standard' to the choices; treat t as `unique'; improve
10420         doc string.
10421         (gnus-select-frame-set-input-focus): Autoload.
10422         (message-buffer-name): Search for the existing message buffer if
10423         message-generate-new-buffers is nil or `standard'; treat the value t of
10424         message-generate-new-buffers as `unique'.
10425         (message-pop-to-buffer): Raise the frame already displaying the message
10426         buffer; clear the echo area after querying.
10427         (message-setup): Pass the `continue' argument to compose-mail.
10428         (message-mail): Prefer `switch-function' if it is given; search for the
10429         existing message buffer if the `continue' argument is non-nil; pass
10430         continue and switch-function arguments to compose-mail by way of
10431         message-setup.
10432         (message-mail-other-window): Adjust argument of message-setup.
10433         (message-mail-other-frame): Ditto.
10434
10435 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10438         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10439         to turn font-lock on when turning gnus-message-citation-mode on.
10440
10441 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10442
10443         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10444         (mml-smime-function-alist): New variable; add epg as the backend.
10445         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10446         mml-smime- functions instead.
10447         * mm-view.el: Require smime.
10448
10449 2007-03-05  Didier Verna  <didier@xemacs.org>
10450
10451         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10452         instead of just inheritance for posting styles.
10453         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10454
10455 2007-02-24  Chris Moore  <dooglus@gmail.com>
10456
10457         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10458         * pgg-pgp.el (pgg-pgp-encrypt-region):
10459         * pgg-gpg.el (pgg-gpg-encrypt-region):
10460         Check pgg-encrypt-for-me if no other recipients.
10461
10462 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10463
10464         * tls.el (tls-certtool-program): Fix custom type.
10465
10466 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10469         and point-at-eol instead of line-(beginning|end)-position.
10470
10471         * assistant.el (assistant-parse-buffer): Ditto.
10472
10473         * netrc.el (netrc-parse-services): Ditto.
10474
10475 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10476
10477         * mml2015.el (mml2015-epg-find-usable-key): New function.
10478         (mml2015-epg-sign): Use it.
10479         (mml2015-epg-encrypt): Use it.
10480
10481 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * message.el (message-make-in-reply-to): Quote name containing
10484         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10485         if there are special characters.  Reported by NAKAJI Hiroyuki
10486         <nakaji@jp.freebsd.org>.
10487
10488 2007-02-27  Didier Verna  <didier@xemacs.org>
10489
10490         Include the group parameters as well as the topic ones in the
10491         inheritance filter process.
10492         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10493         argument GROUP-PARAMS-LIST.
10494         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10495
10496 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * nntp.el (nntp-never-echoes-commands)
10499         (nntp-open-connection-functions-never-echo-commands): New variables.
10500         (nntp-send-command): Use them.
10501
10502 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10503
10504         * mml2015.el (mml2015-epg-verify): Simplify.
10505
10506 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * mml.el (mml-content-disposition-alist): New user option.
10509         (mml-content-disposition): New function.
10510         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10511         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10512
10513 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10514
10515         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10516         verification.
10517
10518 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10519
10520         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10521         articles posted in the last 24 hours.
10522
10523 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10524
10525         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10526
10527 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10528
10529         * nntp.el (nntp-send-command): Don't wait for echoes when
10530         nntp-open-ssl-stream is used.
10531
10532 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10535         (gnus-message-add-citation-keywords)
10536         (gnus-message-remove-citation-keywords): Remove.
10537         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10538         directly, make the variables in font-lock-defaults buffer-local, add
10539         gnus-message-citation-keywords to them and then update the value of
10540         font-lock-keywords.
10541
10542 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * message.el (message-cite-original-1): Don't call
10545         gnus-article-highlight-citation.
10546
10547         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10548         citations; fix line count.
10549
10550 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10553         (gnus-message-add-citation-keywords)
10554         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10555         versions of font-lock-add-keywords and font-lock-remove-keywords to
10556         work with XEmacs correctly.
10557
10558 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-cite.el (gnus-cite-face-list): Set the values of
10561         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10562         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10563         (gnus-message-cite-prefix-regexp): New variable.
10564         (gnus-message-search-citation-line): Use it; protect against long
10565         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10566         the 0th match data for Emacs.
10567         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10568         (gnus-message-add-citation-keywords): Append keywords rather than
10569         prepending; emulate font-lock-add-keywords if it is not available.
10570         (gnus-message-remove-citation-keywords):
10571         Emulate font-lock-remove-keywords if it is not available.
10572
10573         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10574
10575         * message.el (message-cite-prefix-regexp): Set the value of
10576         gnus-message-cite-prefix-regexp.
10577
10578 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10579
10580         * nnweb.el (nnweb-google-parse-1): Update parser.
10581
10582 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10583
10584         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10585
10586 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10587
10588         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10589         regexp.
10590
10591 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10594         string-to-multibyte.
10595         (uudecode-decode-region-internal): Use it.
10596
10597         * lpath.el: Fbind string-as-multibyte for XEmacs.
10598
10599 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10600
10601         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10602         Fix custom choice.
10603
10604         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10605
10606 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10607
10608         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10609
10610         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10611         `write-region' to respect `mm-inhibit-file-name-handlers'.
10612
10613 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10616         Use gnus-home-directory instead of "~/" or "$HOME".
10617
10618 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10619
10620         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10621         to mention filename.
10622         Add comments at beginning regarding usage.
10623         (encrypt-write-file-contents): Change interactive so a string is
10624         acceptable.  If the file has no associated model, show an error instead
10625         of a nonsense prompt.
10626
10627 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10628
10629         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10630         Thanks to Yoshihiko Yamada for kind notification of this typo.
10631
10632 2007-01-12  Kenichi Handa  <handa@m17n.org>
10633
10634         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10635         multibyte buffer.
10636
10637 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * gnus-score.el (gnus-score-fast-scoring): New variable.
10640         (gnus-score-headers): Use it.
10641
10642         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10643
10644         * message.el (message-cite-original-1):
10645         Call gnus-article-highlight-citation if requested.
10646         (message-make-from): Allow name and address as optional arguments.
10647
10648         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10649
10650         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10651         bugs to doc string.
10652         (gnus-button-alist): Add mid\\|message-id.
10653         (gnus-button-fetch-group): Extend for use in
10654         `browse-url-browser-function'.
10655         (gnus-button-url-regexp): Try to catch paired parentheses like in
10656         Wikipedia URLs.
10657
10658         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10659         Suggested by Simon Krahnke <overlord@gmx.li>.
10660
10661 2007-01-13  Romain Francoise  <romain@orebokech.com>
10662
10663         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10664         Update copyright.
10665
10666 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10667
10668         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10669
10670 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10671
10672         * gnus-registry.el (gnus-registry-unfollowed-groups)
10673         (gnus-registry-split-fancy-with-parent): Fix documentation.
10674
10675 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10676
10677         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10678         from nnweb groups.
10679
10680 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681
10682         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10683         Xref urls.  Erase buffer before requesting head.
10684
10685         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10686
10687 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10690         customizable.
10691
10692 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10693
10694         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10695         no signing key is found.
10696         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10697         no encrypting and/or signing key is found.
10698
10699 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10702
10703 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10704
10705         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10706         headers read from disk with the ones newly found in the current search.
10707         This should no longer cause problems, because the article numbers in
10708         Gmane's `nov.php' output are ignored since the previous change.
10709
10710 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10711
10712         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10713
10714 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10717         replace-regexp-in-string; bind url-version; fbind display-images-p and
10718         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10719         find-face and set-itimer-function for Emacs; bind itimer-list for
10720         Emacs.
10721
10722         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10723
10724 2007-01-01  Romain Francoise  <romain@orebokech.com>
10725
10726         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10727
10728 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10729
10730         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10731         `define-minor-mode' macro definition expanded properly.
10732         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10733         exclude it there.
10734
10735         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10736         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10737         `fboundp' test.
10738         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10739         This is OK to autoload in (S)XEmacs now.
10740
10741 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10744         keystroke.
10745         (gnus-summary-limit-to-singletons): Fix typo.
10746
10747         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10748         else fails.
10749
10750 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10751
10752         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10753         docstring.
10754
10755         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10756         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10757         (gnus-summary-insert-dormant-articles): Fix typo in message.
10758
10759 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10762         nil for XEmacs.
10763         (gnus-message-citation-mode): Don't autoload in XEmacs.
10764
10765         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10766
10767 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10768
10769         * nnimap.el (nnimap-expunge-search-string):
10770         Mention nnimap-search-uids-not-since-is-evil in docstring.
10771
10772 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10773
10774         * spam.el: Revert to make-obsolete-variable because
10775         define-obsolete-variable-alias is not supported in Emacs 21.
10776
10777         * spam.el (spam-ifile-path, spam-ifile-database-path)
10778         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10779         make-obsolete-variable.
10780         (spam-bsfilter-path, spam-bsfilter-program)
10781         (spam-spamassassin-path, spam-spamassassin-program)
10782         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10783         Don't use "path" inappropriately.
10784         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10785         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10786         variable names.
10787
10788 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10789
10790         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10791         summary buffer.
10792
10793         * password.el (password-cache-remove): Use clear-string to burn
10794         password, if available.
10795
10796 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10799
10800         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10801
10802         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10803         (gnus-message-highlight-citation): Move defcustom here from
10804         gnus-cite.el.
10805         (gnus-message-citation-mode): Autoload.
10806
10807         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10808         checks to make it compile with XEmacs.
10809         (gnus-message-citation-mode): New minor mode.
10810         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10811         (gnus-message-highlight-citation): New variables.
10812         (gnus-message-search-citation-line)
10813         (gnus-message-add-citation-keywords)
10814         (gnus-message-remove-citation-keywords)
10815         (turn-on-gnus-message-citation-mode)
10816         (turn-off-gnus-message-citation-mode): New functions.
10817
10818 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10819
10820         * gnus-cite.el: Enable highlighting of different citation levels in
10821         message-mode.
10822
10823 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10824
10825         * message.el (message-make-fqdn): Fix comment.
10826         (message-bogus-system-names): Add ".local".
10827
10828         * spam.el (spam-ifile-path, spam-ifile-program)
10829         (spam-ifile-database-path, spam-ifile-database)
10830         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10831         Don't use "path" inappropriately.
10832         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10833         strings.
10834         (spam-check-ifile, spam-ifile-register-with-ifile)
10835         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10836         Use new variable names.
10837
10838         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10839         (gnus-treat-display-smileys): Simplify using
10840         gnus-image-type-available-p.
10841
10842         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10843         available.
10844
10845         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10846         Use `display-images-p' if available.
10847
10848 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10851         one after turning on the buffer's multibyteness instead of decoding
10852         them directly in the unibyte buffer that causes unexpected conversion
10853         in Emacs 23 (unicode).
10854
10855 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10856
10857         * message.el (message-generate-hashcash): Fix custom type.
10858
10859 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10860
10861         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10862
10863 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10866         disconnect icons.  Add help text.
10867
10868 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10869
10870         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10871         negated to be consistent with the others we handle.
10872
10873 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10874
10875         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10876         version of gnus-summary-buffer to something, so that we can use two
10877         article buffers at the same time.
10878
10879 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10880
10881         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10882         trigger all the extra headers.
10883         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10884         sorting.
10885
10886 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10887
10888         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10889         solid groups.
10890
10891 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10892
10893         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10894
10895 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * legacy-gnus-agent.el: Add Copyright notice.
10898
10899 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10900
10901         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10902
10903 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10906
10907         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10908         to make it work reliably in CVS Emacs.
10909         (gnus-summary-limit-strange-charsets-predicate)
10910         (gnus-summary-limit-to-predicate): New functions.
10911
10912 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10913
10914         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10915         specifying array size.
10916         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10917         array if it is too small.
10918         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10919         (gnus-sort-threads-loop): New function.
10920
10921 2006-12-06  Chris Moore  <dooglus@gmail.com>
10922
10923         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10924         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10925
10926 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10927
10928         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10929         options.
10930
10931 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10932
10933         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10934         DOS-ing the recipient.
10935
10936         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10937         the headers when creating the mapping to avoid mismappings.
10938         (nnweb-gmane-create-mapping): Always nix out old mapping.
10939
10940 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10943         and mm-verify-option to never.
10944
10945 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * message.el (message-signed-or-encrypted-p): New function.
10948         (message-forward-make-body): Use it.
10949
10950         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10951         Replace encode-coding-string with mm-encode-coding-string.
10952
10953 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * nneething.el (nneething-decode-file-name):
10956         Replace decode-coding-string with mm-decode-coding-string.
10957
10958         * gnus-int.el (gnus-open-server): Say failed server's name.
10959
10960 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10961
10962         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10963         strings to a single string.  Quote `errors-file-name'.
10964         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10965         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10966         Adjust calls.  Use `shell-quote-argument'.
10967
10968 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10969
10970         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10971         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10972
10973         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10974         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10975         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10976         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10977         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10978         (gnus-subscribe-newsgroup, gnus-1):
10979         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10980         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10981         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10982         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10983
10984 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10987         keystroke.
10988         (gnus-summary-limit-to-bodies): Implement headersp.
10989
10990 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10991
10992         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10993
10994 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10997
10998 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * message.el (message-generate-hashcash): Expand range of values to
11001         include `opportunistic'.
11002         (message-send-mail): Use it.
11003
11004 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11005
11006         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11007         and comment it.
11008
11009         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11010
11011 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * gnus-util.el (gnus-extract-address-components): Improve comment.
11014
11015 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-util.el (gnus-extract-address-components): Work with address in
11018         which the name portion contains @.
11019
11020         * lpath.el: Fbind custom-autoload.
11021
11022 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus.el (gnus-start): Move custom group up.
11025         (gnus-select-method): Don't autoload, but make it available for
11026         `customize-variable'.
11027         (gnus-getenv-nntpserver): Don't autoload.
11028
11029 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11030
11031         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11032
11033 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11034
11035         * message.el (message-sendmail-extra-arguments): New variable.
11036         (message-send-mail-with-sendmail): Use it.
11037
11038 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11041         mm-with-unibyte-current-buffer to make string unibyte.
11042
11043         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11044         mm-string-as-multibyte.
11045
11046 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11047
11048         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11049         Reported by Werner Koch <wk@gnupg.org>.
11050
11051 2006-11-14  Daiki Ueno  <ueno@p360>
11052
11053         * mml2015.el: Autoload epa-select-keys when compiling.
11054
11055 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11056
11057         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11058         message-options.
11059         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11060
11061 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11062
11063         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11064         EasyPG (< 0.0.6).
11065         (mml2015-always-trust): New user option.
11066         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11067         prompt.
11068
11069 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * nntp.el (nntp-authinfo-force): New variable.
11072         (nntp-send-authinfo): Use it.
11073
11074 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11077         decode encoded words.  Improve prompt.  Add comment about forwarding.
11078         (message-replacement-char): Move up.
11079
11080 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11081
11082         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11083         instead of gnus-intersection because arguments of gnus-sorted-nunion
11084         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11085
11086 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11089         (message-simplify-subject-functions):
11090         Enable message-strip-subject-encoded-words by default.
11091
11092 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11093
11094         * message.el (message-strip-subject-encoded-words): New function.
11095         (message-simplify-subject-functions): New variable.
11096         (message-simplify-subject): Use it.  Fix typo in doc string.
11097         Support message-strip-subject-encoded-words.
11098
11099 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11100
11101         * gnus-diary.el (gnus-diary-delay-format-function):
11102         * nndiary.el (nndiary-reminders):
11103         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11104
11105 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * gnus-art.el (article-hide-boring-headers): Fetch date from
11108         gnus-original-article-buffer to avoid problems with localized date
11109         strings.
11110
11111 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11114
11115 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11118         New variables.
11119         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11120         (mm-charset-synonym-alist): Move some entries to
11121         mm-codepage-iso-8859-list.
11122         (mm-charset-synonym-alist, mm-charset-override-alist):
11123         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11124
11125 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11128
11129 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11132         with Emacs 21 and XEmacs.
11133
11134 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11135
11136         * spam.el (spam-parse-address): New function for better parsing,
11137         catching errors, etc.
11138         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11139
11140 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11141
11142         * mm-view.el: Add interactive arg to html2text autoload.
11143
11144 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11147
11148 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11151         New variables.
11152         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11153         (mm-charset-synonym-alist): Move some entries to
11154         mm-codepage-iso-8859-list.
11155
11156         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11157
11158 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * message.el (message-citation-line-format)
11161         (message-insert-formated-citation-line): Fix implementation of %E, %N
11162         and %n according to the doc string.
11163
11164 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11165
11166         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11167         Use car-safe to avoid bad parses.
11168
11169 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11172         names.
11173
11174         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11175
11176 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11179         header.
11180
11181         * message.el (message-draft-headers): Add Date.
11182         (message-headers-to-generate): Fix typo in docstring.
11183
11184         * nndraft.el (nndraft-required-headers): New variable.
11185         (nndraft-generate-headers): Use it.
11186
11187         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11188
11189 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11190
11191         * gnus-registry.el (gnus-registry-wash-for-keywords)
11192         (gnus-registry-find-keywords): New functions to allow easy searching of
11193         articles that are in the registry.
11194
11195 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11196
11197         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11198         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11199         Reported by Damien Elmes <damien@repose.cx>.
11200
11201 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * gnus.el (gnus-mime): Remove unused custom group.
11204
11205 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11206
11207         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11208         "blank line" when searching for end of armor headers.
11209
11210 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gmm-utils.el (gmm-write-region): Fix variable name.
11213
11214 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * gmm-utils.el (gmm-write-region): New function based on compatibility
11217         code from `mm-make-temp-file'.
11218
11219         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11220
11221         * nnmaildir.el (nnmaildir--update-nov)
11222         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11223         Use `gmm-write-region'.
11224
11225 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11228         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11229
11230         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11231
11232         * message.el (message-replacement-char): New variable.
11233         (message-fix-before-sending): Use it.
11234         (message-simplify-subject): New function to remove duplicate code.
11235         (message-reply, message-followup): Use it.
11236
11237         * gnus-sum.el (gnus-summary-make-menu-bar):
11238         Clarify gnus-summary-limit-to-articles.
11239
11240 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * gnus-util.el (gnus-with-local-quit): New macro.
11243
11244         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11245
11246 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11247
11248         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11249         ignore non-string data.
11250
11251 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11252
11253         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11254         non-string data (needs to be done in the registry too).
11255
11256 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11257
11258         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11259         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11260         (gnus-registry-split-fancy-with-parent)
11261         (gnus-registry-fetch-simplified-message-subject-fast)
11262         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11263         Remove text properties on ingress into the registry and when it's saved.
11264         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11265         registry from entries with no groups.
11266
11267 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11268
11269         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11270         function to remove string properties.
11271
11272 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * gmm-utils.el (gmm): Adjust custom version.
11275
11276         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11277         Adjust custom version.
11278
11279         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11280
11281 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gnus-art.el (gnus-insert-prev-page-button)
11284         (gnus-insert-next-page-button): Simplify.  Reformat.
11285
11286 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11287
11288         * gnus-art.el (gnus-insert-prev-page-button)
11289         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11290
11291 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11292
11293         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11294
11295 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11296
11297         * gnus-art.el (gnus-insert-mime-button)
11298         (gnus-insert-mime-security-button):
11299         Apply gnus-article-button-face to MIME and security buttons.
11300
11301 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11302
11303         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11304         readable.
11305
11306 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11309
11310 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11311
11312         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11313         `browse-url-of-file' instead of `browse-url'.
11314
11315 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11316
11317         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11318         regexp.  Articles containing quotation were cut prematurely.
11319
11320 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * message.el (message-cite-original-1): Use nobody by default for the
11323         value of From header.
11324         (message-reply): Ditto.
11325
11326 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11327
11328         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11329         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11330         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11331
11332 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11335         mails in the doc string.  Add some URLs in comment.
11336         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11337
11338 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11341         backslashes handling and the way to find boundaries of quoted strings.
11342
11343 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11344
11345         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11346         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11347         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11348         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11349
11350 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11353         doc string.
11354         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11355
11356 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11357
11358         * lpath.el: Fbind epg-check-configuration.
11359
11360 2006-09-06  Simon Josefsson  <jas@extundo.com>
11361
11362         * mml2015.el (mml2015-use): Doc fix, mention epg.
11363
11364 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11365
11366         * mml2015.el (mml2015-use): Default to epg, if available.
11367
11368 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11369
11370         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11371         message-sender.
11372         (mml1991-epg-encrypt): Ditto.
11373         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11374         message-sender.
11375         (mml2015-epg-encrypt): Ditto.
11376
11377 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11378
11379         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11380         several common directories.
11381
11382 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11383
11384         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11385         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11386
11387 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-art.el (article-decode-encoded-words): Make it fast.
11390
11391 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11394
11395         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11396         in quoted string into `\'.
11397
11398 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11401         Use standard-syntax-table.
11402
11403 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-art.el (gnus-decode-address-function): New variable.
11406         (article-decode-encoded-words): Use it to decode headers which are
11407         assumed to contain addresses.
11408         (gnus-mime-delete-part): Remove useless `or'.
11409
11410         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11411         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11412         (gnus-nov-parse-line): Use it to decode From header.
11413         (gnus-get-newsgroup-headers): Ditto.
11414         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11415
11416         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11417         (mail-decode-encoded-address-string): New alias.
11418
11419         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11420         New function.
11421         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11422         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11423         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11424         (rfc2047-decode-string): Ditto.
11425         (rfc2047-decode-address-region): New function.
11426         (rfc2047-decode-address-string): New function.
11427
11428 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * message.el (message-caesar-buffer-body): Allow rotating headers.
11431
11432         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11433
11434         * message.el (message-insert-formated-citation-line): Fix %f.
11435         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11436
11437 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11440         (gnus-bookmark-mouse-available-p): New macro.
11441         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11442         (gnus-bookmark-bmenu-show-infos): Use it.
11443         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11444         (gnus-bookmark-bmenu-hide-infos): Ditto.
11445         (gnus-bookmark-remove-properties): New function.
11446         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11447         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11448         (gnus-bookmark-write-file): Bind coding-system-for-write.
11449         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11450         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11451         group before selecting it.
11452         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11453         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11454         quit-window if it is not available; use gnus-mouse-2 and bind it to
11455         gnus-bookmark-bmenu-select-by-mouse.
11456         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11457         (gnus-bookmark-bmenu-select-by-mouse): New function.
11458
11459 2006-08-13  Romain Francoise  <romain@orebokech.com>
11460
11461         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11462         space.
11463
11464 2006-08-10  Romain Francoise  <romain@orebokech.com>
11465
11466         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11467         (dns-mode-soa-auto-increment-serial): New user option.
11468         (dns-mode-soa-maybe-increment-serial): New function.
11469         (dns-mode): Add the latter to `write-contents-functions'.
11470
11471 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * compface.el (uncompface): Use binary rather than raw-text-unix.
11474
11475 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * compface.el (uncompface): Make sure the eol conversion doesn't take
11478         place when communicating with the external programs.
11479         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11480
11481 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11484
11485 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11486
11487         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11488         Make it more robust by parsing author and date independently.
11489
11490 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11493
11494 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11495
11496         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11497         first matching secret key.
11498         (mml2015-epg-encrypt): Ditto.
11499
11500         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11501         first matching secret key.
11502         (mml1991-epg-encrypt): Ditto.
11503
11504         * mml2015.el (mml2015-encrypt-to-self): New user option.
11505         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11506         mml2015-epg-encrypt-to-self is set.
11507
11508         * mml1991.el (mml1991-encrypt-to-self): New variable.
11509         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11510         mml1991-epg-encrypt-to-self is set.
11511
11512         * mml2015.el (mml2015-signers): New user option.
11513         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11514         (mml2015-epg-encrypt): Allow to select signing keys.
11515
11516         * mml1991.el (mml1991-signers): New variable.
11517         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11518         (mml1991-epg-encrypt): Allow to select signing keys.
11519
11520 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * nnheader.el (nnheader-insert-head): Make it work even if the file
11523         uses CRLF for the line-break code.
11524
11525 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11526
11527         * mml2015.el: Require mml-sec instead of password.
11528         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11529         (mml2015-cache-passphrase): Inherit the default value from
11530         mml-secure-cache-passphrase.
11531         (mml2015-passphrase-cache-expiry): Inherit the default value from
11532         mml-secure-passphrase-cache-expiry.
11533
11534         * mml1991.el: Require mml-sec instead of password.
11535         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11536         (mml1991-cache-passphrase): Inherit the default value from
11537         mml-secure-cache-passphrase.
11538         (mml1991-passphrase-cache-expiry): Inherit the default value from
11539         mml-secure-passphrase-cache-expiry.
11540
11541         * mml-sec.el: Require password.
11542         (mml-secure-verbose): New user option.
11543         (mml-secure-cache-passphrase): New user option.
11544         (mml-secure-passphrase-cache-expiry): New user option.
11545
11546 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11547
11548         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11549         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11550         andreas@altroot.de (Andreas Vögele).
11551
11552         FIXME: Use `tiny change'?
11553
11554 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11555
11556         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11557         workaround for the url package included with Emacs.
11558
11559         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11560
11561 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11564         correctly.  This fixes a bug caused by the 2006-05-12 change.
11565
11566 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11567
11568         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11569         some information about the error when saying that the `bogus' mail
11570         group will be used.
11571
11572 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11575         string.
11576
11577 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11578
11579         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11580
11581 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11582
11583         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11584
11585 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11586
11587         * mml1991.el (mml1991-function-alist): Add epg.
11588         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11589         (mml1991-epg-encrypt): New functions.
11590
11591 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11592
11593         * mml2015.el (mml2015-verbose): New variable.
11594         (mml2015-cache-passphrase): Ditto.
11595         (mml2015-passphrase-cache-expiry): Ditto.
11596         (mml2015-function-alist): Add epg.
11597         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11598         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11599         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11600         New functions.
11601
11602 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11603
11604         * message.el (message-cite-original-1): Preserve region when removing
11605         quoted text due to X-No-Archive in order to avoid bogus attribution
11606         when citing multiple messages.
11607
11608 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11609
11610         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11611         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11612
11613 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11614
11615         * gnus-diary.el (gnus-user-format-function-d)
11616         (gnus-user-format-function-D): Autoload.
11617
11618         * imap.el (Commentary): Fix typo.
11619
11620         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11621         2006-04-22 contribution.
11622
11623 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11624
11625         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11626         It didn't really fix the bogosity I'm seeing with solid web groups.
11627
11628 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11629
11630         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11631         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11632         created using server names.  If we use the feature without declaring
11633         it, Gnus does not properly manage server and group state.
11634
11635         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11636         bound.
11637
11638 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11639
11640         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11641         looking up the method using GROUP's prefix before inventing a new one.
11642         It is used on killed/unknown groups in various places where returning
11643         an all-new method isn't expected by the caller.
11644
11645         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11646         and match semantics of gnus-group-real-prefix.
11647
11648 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * nnmail.el (nnmail-broken-references-mailers): New variable.
11651         (nnmail-ignore-broken-references): New function generalizing
11652         nnmail-fix-eudora-headers.
11653         (nnmail-fix-eudora-headers): Now obsolete.
11654
11655         * gnus-art.el (gnus-button-handle-custom):
11656         Support `customize-apropos*'.
11657
11658 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11661
11662         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11663         articles.
11664
11665 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * message.el (message-cite-reply-above): New variable.
11668         (message-yank-original): Use it.
11669
11670 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11673
11674 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11677         as read.
11678
11679         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11680
11681 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11682
11683         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11684         (gnus-bookmark-default-file): Use gnus-directory.
11685         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11686         Remove "*" in doc string.
11687         (gnus-bookmark-write-file): Simplify.
11688         (gnus-bookmark-maybe-sort-alist): Use `when'.
11689         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11690         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11691         Add FIXME about Emacs 21 and XEmacs compatibility.
11692         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11693         compatibility.
11694         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11695         compatibility.
11696         (gnus-bookmark-menu-heading): Fix version.
11697
11698 2006-06-19  Bastien Guerry  <bzg@altern.org>
11699
11700         * gnus-bookmark.el: New file.
11701
11702 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * message.el (message-syntax-checks): Doc fix.
11705
11706 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11707
11708         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11709         unsubscribed groups as if they were killed ones.  It causes duplicate
11710         entries in gnus-newsrc-alist.
11711
11712 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * message.el (message-syntax-checks): Doc fix.
11715         (message-send-mail): Add check for continuation headers.
11716         (message-check-news-header-syntax): Fix regexp used to check for
11717         continuation headers.
11718
11719 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11722
11723 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11726
11727 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11730         default-truncate-lines.
11731
11732 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11735         to fill the utf-8 entry.
11736
11737         * lpath.el: Fbind unicode-precedence-list.
11738
11739 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11740
11741         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11742
11743 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11744
11745         * gnus-agent.el (directory-files-and-attributes): Move all the way
11746         forward (the third and final move).
11747         (gnus-agent-read-agentview): Trap reconstruction errors due to
11748         nonexistent directory.  Handle by returning nil.
11749
11750 2006-05-30  Didier Verna  <didier@xemacs.org>
11751
11752         * message.el (message-dont-reply-to-names): Update the custom type.
11753         * message.el (message-dont-reply-to-names): New defsubst: potentially
11754         convert a list of regexps into a single one.
11755         * message.el (message-get-reply-headers): Use it.
11756         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11757
11758 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus-agent.el (directory-files-and-attributes): Move forward.
11761
11762 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * gnus-ml.el (gnus-mailing-list-subscribe)
11765         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11766         (gnus-mailing-list-message): Fix doc strings.
11767
11768 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11769
11770         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11771         of doing it manually.
11772
11773 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11776         comment.
11777
11778 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11779
11780         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11781         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11782         (gnus-agent-read-local): All symbols allocated in my-obarray.
11783         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11784         (gnus-agent-regenerate-group): Check numeric names to see if they are
11785         messages or groups.
11786         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11787         better way of do this...)
11788
11789         * gnus-cache.el (gnus-agent-total-fetched-for):
11790         Ignore 'dummy.group' (there should be a better way of do this...)
11791
11792 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11795         (gnus-saved-headers): Ditto.
11796         (gnus-default-article-saver): Mention functions may have properties.
11797         (gnus-article-save): Override gnus-save-all-headers and
11798         gnus-saved-headers by :headers property which saver function may have.
11799         (gnus-summary-save-in-file): Add :headers property.
11800         (gnus-summary-write-to-file): Ditto.
11801
11802         * gnus-sum.el (gnus-summary-save-article): Bind
11803         gnus-prompt-before-saving to t when saving many articles in a file;
11804         always show all headers.
11805
11806         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11807
11808 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11811         marks.
11812
11813         * message.el (message-indent-citation): Add optional arguments to allow
11814         using it outside of message buffers.
11815
11816         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11817         (gnus-article-treat-unfold-headers): Use it.
11818         (gnus-article-truncate-lines): New variable.
11819         (gnus-article-mode): Use it.
11820         (gnus-article-toggle-truncate-lines): New function.
11821
11822         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11823         Add gnus-article-toggle-truncate-lines.
11824
11825         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11826         coding system in XEmacs, use binary.
11827
11828 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11831         after-load-alist.
11832
11833         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11834         this function should save decoded articles.
11835         (gnus-summary-write-to-file): Use property to specify this function
11836         should save decoded articles and specify gnus-summary-save-in-file
11837         should be used to save articles other than the first one when saving
11838         many articles.
11839         (gnus-summary-save-body-in-file): Use property to specify this
11840         function should save decoded articles.
11841         (gnus-summary-write-body-to-file): Use property to specify this
11842         function should save decoded articles and specify
11843         gnus-summary-save-body-in-file should be used to save articles other
11844         than the first one when saving many articles.
11845
11846         * gnus-sum.el (gnus-summary-save-article): Simplify.
11847
11848 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * gnus-art.el (gnus-default-article-saver):
11851         Add gnus-summary-write-body-to-file.
11852         (gnus-article-save-coding-system): Don't use coding system object
11853         in XEmacs.
11854         (gnus-read-save-file-name): Add optional `dir-var' argument which
11855         specifies directory in which files are saved; work even if optional
11856         `variable' argument is not specified.
11857         (gnus-summary-write-to-file): Read file name.
11858         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11859         (gnus-summary-write-body-to-file): New function.
11860
11861         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11862         (gnus-summary-local-variables): Add it.
11863         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11864         (gnus-summary-save-article): Remove optional `decode' argument;
11865         determine whether to decode articles by the value of
11866         gnus-default-article-saver; when saving many files using
11867         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11868         it first and use gnus-summary-save-in-file or
11869         gnus-summary-save-body-in-file thereafter unless
11870         gnus-prompt-before-saving is always; move point to article which
11871         will be saved.
11872         (gnus-summary-save-article-file): Revert.
11873         (gnus-summary-write-article-file): Revert.
11874         (gnus-summary-save-article-body-file): Revert.
11875         (gnus-summary-write-article-body-file): New function.
11876
11877 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * gnus-art.el (gnus-default-article-saver): Doc fix.
11880         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11881         from gnus-summary-save-article-coding-system, and default to a
11882         certain coding system.
11883         (gnus-output-to-file): Add coding cookie and encode text according
11884         to gnus-article-save-coding-system; don't use mm-append-to-file.
11885
11886         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11887         gnus-art.el and rename to gnus-article-save-coding-system.
11888         (gnus-summary-save-article): Require gnus-art; don't show all
11889         headers if it decodes articles; don't add coding cookie here;
11890         don't bind mm-text-coding-system-for-write.
11891         (gnus-summary-save-article-file): Save decoded articles.
11892         (gnus-summary-write-article-file): When saving many files, use
11893         gnus-summary-write-to-file first and gnus-summary-save-in-file
11894         thereafter unless gnus-prompt-before-saving is always.
11895         (gnus-summary-save-article-body-file): Save decoded articles.
11896
11897         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11898
11899 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * nnrss.el (nnrss-check-group): Bind hash-index.
11902
11903 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11904
11905         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11906         its hash index.  Store this hash in `nnrss-group-data'.
11907         (nnrss-read-group-data): Update accordingly.
11908
11909 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11912         entry.
11913
11914         * gnus-sum.el (gnus-summary-make-menu-bar):
11915         Add gnus-article-browse-html-article.
11916
11917 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11918
11919         * gnus-sum.el (gnus-summary-mime-map):
11920         Add gnus-article-browse-html-article.
11921
11922         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11923
11924 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11927         suitable coding systems in customize.
11928
11929 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * mail-source.el (mail-sources): Fix custom type.
11932
11933 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11936         (gnus-summary-expire-articles-now): Shorten prompt.
11937
11938         * gmm-utils.el (wid-edit): Require.
11939         (defun-gmm): Rename from `gmm-defun-compat'.
11940         (gmm-image-search-load-path): Use it.
11941         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11942
11943 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-sum.el (gnus-summary-save-article-coding-system):
11946         New variable.
11947         (gnus-summary-save-article): Add optional `decode' argument.
11948         If it is set and gnus-summary-save-article-coding-system is non-nil,
11949         save decoded article.
11950         (gnus-summary-write-article-file): Save decoded article if
11951         gnus-summary-save-article-coding-system is non-nil.
11952
11953         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11954         type.
11955
11956 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11959
11960 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11963         first to test gnus-single-article-buffer which may be buffer-local.
11964
11965         * gnus-sum.el (gnus-summary-setup-buffer):
11966         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11967         group; make gnus-article-buffer, gnus-article-current, and
11968         gnus-original-article-buffer always buffer-local.
11969         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11970         group.
11971         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11972
11973 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11974
11975         * nnml.el (nnml-request-compact-group): Compressed files might not
11976         have .gz extension.
11977
11978 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11979
11980         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11981         (mm-copy-to-buffer): Use with-current-buffer.
11982         (mm-display-part): Simplify.
11983         (mm-inlinable-p): Add optional arg `type'.
11984
11985 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11986
11987         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11988         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11989         Try harder to show the attachment internally or externally using
11990         gnus-mime-view-part-as-type.
11991
11992 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * message.el (message-from-style, message-signature-separator)
11995         (message-user-organization-file, message-send-mail-function)
11996         (message-citation-line-function, message-yank-prefix)
11997         (message-indent-citation-function, message-signature)
11998         (message-signature-file, message-signature-insert-empty-line):
11999         Remove autoloads.
12000
12001         * gnus-art.el (gnus-buttonized-mime-types):
12002         Remove "multipart/signed".  Revert 2006-04-26 change.
12003
12004 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12005
12006         * gnus.el (gnus-version-number): Bump version.
12007
12008 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12009
12010         * gnus.el: No Gnus v0.5 is released.
12011
12012 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12013
12014         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12015         fetching articles by message-id.
12016
12017 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12018
12019         * message.el (hashcash): Require hashcash as normal.
12020
12021         * ecomplete.el (ecomplete-highlight-match-line):
12022         Use point-at-eol.
12023         (ecomplete-highlight-match-line): Use `highlight', because that
12024         face exists in both Emacs and XEmacs.
12025
12026         * message.el (message-display-abbrev): Use point-at-bol.
12027
12028         * mail-source.el: Don't require timer/timer-funcs.
12029
12030         * gnus-async.el: Ditto.
12031
12032         * password.el: Ditto.
12033
12034         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12035
12036         * mm-url.el: Ditto.
12037
12038         * gnus-xmas.el: Don't require timer-funcs.
12039
12040         * mm-util.el: Require timer/timer-funcs.
12041
12042 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12043
12044         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12045         Close.
12046
12047 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12050         unibyte after clear-decrypt function runs.
12051
12052         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12053         returns as a unibyte string.
12054
12055 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * lpath.el: Revert.
12058
12059         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12060         (pgg-gpg-process-sentinel): Revert.
12061
12062         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12063         (pgg-pgp-lookup-key): Revert.
12064
12065         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12066         (pgg-pgp5-lookup-key): Revert.
12067
12068         * pgg.el (pgg-fetch-key): Revert.
12069
12070 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * lpath.el: Fbind string-as-multibyte for XEmacs.
12073
12074         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12075         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12076         (mml1991-pgg-encrypt): Ditto.
12077
12078         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12079         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12080         a multibyte buffer.
12081
12082         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12083         (pgg-pgp-lookup-key): Ditto.
12084
12085         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12086         (pgg-pgp5-lookup-key): Ditto.
12087
12088         * pgg.el (pgg-fetch-key): Ditto.
12089
12090 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * message.el (message-user-organization-file): Check several
12093         locations of the organization file.
12094
12095         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12096         Add gnus-article-view-part-as-type.
12097
12098         * gnus-art.el (gnus-article-view-part-as-type): New function.
12099
12100         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12101         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12102
12103         * mml.el: Simplify autoload.
12104         (mml-mode): defvar dnd-protocol-alist instead of using
12105         symbol-value.
12106         (mml-default-directory): New variable.
12107         (mml-minibuffer-read-file): Use it.
12108         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12109
12110         * message.el (message-citation-line-format): New variable.
12111         (message-insert-formated-citation-line): New function.
12112         (message-citation-line-function):
12113         Add `message-insert-formated-citation-line' to custom type.
12114
12115         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12116         to doc string.
12117
12118         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12119         depending on mm-verify-option.
12120
12121 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12124         binding pgg-* variables; reimplement the section which prevents
12125         MIME header from being signed.
12126         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12127         pgg-text-mode; remove a blank line at the top of body.
12128
12129         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12130         lines at the top of body; use gnus-newsgroup-charset if there's no
12131         Charset header.
12132
12133 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * message.el (message-self-insert-commands): Doc fix.
12136
12137         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12138         (mm-uu-pgp-encrypted-test): Ditto.
12139         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12140         between header and body; return application/pgp-encrypted handle
12141         if decryption failed; decode decrypted body by charset.
12142
12143         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12144         element match to application/pgp-*.
12145
12146 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12147
12148         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12149         HTML.
12150
12151 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12152
12153         * mail-source.el (mail-source-call-script): Message the error
12154         string.
12155
12156 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12157
12158         * gnus-util.el (gnus-byte-compile): Use it.
12159
12160 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12161
12162         * gnus-util.el (kill-empty-logs): New function.
12163
12164 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12165
12166         * message.el (message-mail-alias-type): Doc fix.
12167         (message-mail-alias-type-p): New function.
12168         (message-send): Use it.
12169         (message-mode): Ditto.
12170         (message-strip-forbidden-properties): Ditto.
12171
12172         * ecomplete.el (ecomplete-database-file-coding-system):
12173         New variable.
12174         (ecomplete-save): Use it.
12175         (ecomplete-setup): Use it.
12176
12177 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * message.el (message-self-insert-commands): New variable.
12180         (message-strip-forbidden-properties): Use it.
12181
12182 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12183
12184         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12185         that doesn't make XEmacs choke.
12186
12187 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * gnus-util.el (gnus-replace-in-string):
12190         Prefer replace-regexp-in-string over of replace-in-string.
12191
12192 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * gnus-util.el (gnus-select-frame-set-input-focus):
12195         Use select-frame-set-input-focus if it is available in XEmacs; use
12196         definition defined in Emacs 22 for old Emacsen.
12197
12198         * dgnushack.el: Autoload unmorse-region for XEmacs.
12199
12200         * lpath.el: Bind cursor-in-non-selected-windows and
12201         select-frame-set-input-focus for XEmacs.
12202
12203 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12206
12207 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12208
12209         * gnus-registry.el (gnus-registry-cache-save): Remove text
12210         properties when saving via the temp buffer.
12211
12212 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * message.el (message-generate-hashcash): Honor custom type.
12215
12216 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * message.el (message-generate-hashcash): Default to non-nil when
12219         hashcash is found.
12220
12221         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12222         (gnus-refer-thread-limit): Increase default to 500.
12223
12224         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12225
12226         * flow-fill.el (fill-flowed): Allow delete-space.
12227
12228 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12231         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12232         Remove autoloads.
12233
12234 2006-04-18  Simon Josefsson  <jas@extundo.com>
12235
12236         * message.el (message-generate-hashcash): Default to.
12237
12238 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12241         concatenating segments rather than before concatenating them.
12242
12243 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12246
12247 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12248
12249         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12250
12251         * message.el (message-forward-make-body-plain):
12252         Allow message-forward-ignored-headers to be a list.
12253         (message-remove-ignored-headers): Factor out into function.
12254         (message-forward-make-body-mml): Use it.
12255
12256         * imap.el (imap-quote-specials): New function.
12257         (imap-login-auth): Quote specials.
12258
12259         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12260         (rfc2231-parse-string): Allow concatanation of parameters that
12261         aren't contiguous.  The test case is
12262           (mail-header-parse-content-type "message/external-body;
12263             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12264             access-type=LOCAL-FILE;
12265             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12266
12267 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12268
12269         * nntp.el (nntp-accept-process-output): Return the value of
12270         `nnheader-accept-process-output'.
12271
12272 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12273
12274         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12275         (gnus-button-alist): Recognize more diff formats.
12276         (gnus-button-patch): Strip directory.
12277
12278 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12279
12280         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12281         Emacs 22 when setting focus.
12282
12283 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12284
12285         * gnus-art.el (gnus-article-treat-types): Do treatment of
12286         text/x-verbatim parts.
12287         (gnus-button-patch): New command.
12288
12289         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12290         addresses that contain invalid characters.
12291
12292 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12293
12294         * message.el (message-put-addresses-in-ecomplete):
12295         Use gnus-replace-in-string.
12296         (message-is-yours-p): Use the more correct
12297         mail-header-parse-address instead of
12298         mail-extract-address-components.
12299         (message-put-addresses-in-ecomplete): Fix typo.
12300
12301         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12302         keystroke.
12303
12304         * gnus-art.el (gnus-treatment-function-alist): Change order of
12305         newsgroups/generic header folding to avoid double-folding.
12306
12307         * message.el (message-hidden-headers): Add X-Draft-From.
12308
12309         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12310         New command.
12311         (gnus-summary-repeat-search-article-backward): New command.
12312
12313         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12314         groups in the parent topic.
12315
12316 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12317
12318         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12319         (spam-extra-header-to-number): Return the CRM114 number as a
12320         number instead of a string.
12321
12322 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12323
12324         * gnus-art.el (gnus-face-properties-alist): Move here from
12325         gnus-fun.
12326
12327         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12328
12329 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12330
12331         * message.el (message-strip-forbidden-properties): Only display on
12332         self-insert-command.
12333
12334         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12335         reindent.
12336         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12337
12338 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12339
12340         * smiley.el (smiley-style): Fix typo.
12341
12342 2006-03-23  Kenichi Handa  <handa@m17n.org>
12343
12344         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12345         instead of set-buffer-multibyte.
12346
12347 2006-03-23  Kenichi Handa  <handa@m17n.org>
12348
12349         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12350         buffer and then decode the buffer text if necessary.
12351         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12352         first, and after mm-encode-body, change the buffer to unibyte.
12353
12354 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12355
12356         * hashcash.el (hashcash-insert-payment-async-2):
12357         Use message-goto-eoh instead of doing it manually.
12358         (mail-add-payment): Use message-narrow-to-header instead of trying
12359         to do the same itself.
12360
12361         * message.el (message-hidden-headers): Add Face.
12362
12363         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12364         reparenting code.
12365         (gnus-summary-reparent-children): Refactored out code.
12366         (gnus-summary-thread-map): New keystroke.
12367         (gnus-summary-reparent-children): Make into command.
12368
12369         * smiley.el (smiley-style): Default to `medium' if using a large
12370         font.
12371
12372         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12373         does it itself.
12374
12375         * message.el (message-point-in-header-p): Simplify definition.
12376
12377 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12378
12379         * nnagent.el (nnagent-request-set-mark): Silence log file
12380         writing.
12381         (nnagent-request-set-mark): Use write-region instead of
12382         append-to-file.
12383
12384         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12385         strange select method.
12386
12387         * ecomplete.el (ecomplete-display-matches): Get highlightling
12388         right.
12389         (ecomplete-display-matches): Use literals.
12390         (ecomplete-display-matches): Disable message logging.
12391
12392         * message.el (message-display-abbrev): Small optimization.
12393
12394         * ecomplete.el (ecomplete-display-matches): Allow automatic
12395         display.
12396
12397         * message.el (message-strip-forbidden-properties):
12398         Display abbrevs.
12399         (message-display-abbrev): Get automatic display right.
12400
12401         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12402         keystrokes.
12403
12404 2006-04-13  Romain Francoise  <romain@orebokech.com>
12405
12406         TODO: Backport to v5-10!
12407
12408         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12409         Move here (and rename) from gnus-registry.el.
12410
12411         * gnus-registry.el: Require gnus-util.
12412         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12413
12414 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * gnus-group.el (gnus-group-catchup-current):
12417         Change if-then-else-if-then-else into cond.
12418         (gnus-group-catchup): Indent.
12419         (group-name-at-point): New function.
12420         (gnus-fetch-group): Provide default from thing at point.
12421
12422 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12423
12424         * message.el (message-display-abbrev): Fix regexp.
12425
12426         * ecomplete.el (ecomplete-highlight-match-line):
12427         Reimplement choosing.
12428         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12429         dead variables.
12430
12431         * message.el (message-newline-and-indent): Remove debugging.
12432         (message-display-abbrev): Use new implementation.
12433
12434 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * gnus-art.el (gnus-article-mode):
12437         Set cursor-in-non-selected-windows to nil.
12438
12439         * smiley.el: Revert previous change.
12440         (smiley-data-directory): defvar it before using it in the
12441         defcustom of `smiley-style'.
12442
12443 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12444
12445         * message.el (message-newline-and-indent): New function.
12446
12447         * ecomplete.el: Implement more bits.
12448
12449         * message.el (message-put-addresses-in-ecomplete): Clean up the
12450         string.
12451
12452         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12453
12454         * gnus-sum.el (gnus-summary-save-parts):
12455         Bind gnus-summary-save-parts-counter and use it to make unique file
12456         names.
12457
12458         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12459
12460         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12461         parameter to say whether to actually parse the individual
12462         addresses.
12463
12464         * message.el (message-put-addresses-in-ecomplete): New function.
12465         (ecomplete): Require.
12466         (message-mail-alias-type): Add ecomplete as an option.
12467
12468 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12469
12470         * flow-fill.el (fill-flowed): Remove trailing space from blank
12471         quoted lines.
12472
12473 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12474
12475         * smiley.el (smiley-style): Move definition later to avoid a
12476         compilation warning.
12477
12478 2006-04-12  Kenichi Handa  <handa@m17n.org>
12479
12480         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12481         buffer and then decode the buffer text if necessary.
12482         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12483         first, and after mm-encode-body, change the buffer to unibyte.
12484         Use mm-disable-multibyte instead of set-buffer-multibyte.
12485
12486 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12489         Content-Type header instead of Content-Disposition header.
12490         (gnus-mime-inline-part): Ditto.
12491         (gnus-mime-view-part-as-charset): Ignore charset that the part
12492         specifies.
12493
12494         * mm-decode.el (mm-display-part): Work with external parts and
12495         usual parts similarly.
12496
12497         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12498         instead of gnus-display-mime.
12499
12500         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12501         instead of with-temp-buffer.
12502
12503         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12504         tag to summarized topics part in order to encode non-ASCII text.
12505
12506 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * smiley.el (smiley-style): New variable.
12509         (smiley-directory): New function.
12510         (smiley-data-directory): Derive from `smiley-style' using
12511         `smiley-directory'.
12512         (smiley-regexp-alist): Add new entries.
12513
12514         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12515         (gnus-article-browse-delete-temp): Add :version.
12516
12517 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12518
12519         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12520         the sieve region.
12521
12522 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12523
12524         * gnus.el (gnus-version-number): Bump version.
12525
12526 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * gnus.el: No Gnus v0.4 is released.
12529
12530 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12531
12532         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12533         layout.
12534
12535         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12536         unknown charset.
12537
12538         * message.el (message-header-synonyms): Add Original-To to the
12539         default.
12540
12541         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12542         optional parameter.
12543
12544 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * gnus-fun.el (gnus): Require it for gnus-directory.
12547
12548 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12551
12552 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12553
12554         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12555
12556 2006-04-05  Simon Josefsson  <jas@extundo.com>
12557
12558         * password.el (password-reset): New function.
12559
12560 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12561
12562         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12563         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12564
12565 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12566
12567         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12568         Some whitespace was matched into the url, which broke browsing hits
12569         > 100 when mm-url-use-external was nil.
12570
12571 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12574         Check gnus-extra-headers for 'Newsgroups.
12575
12576         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12577         bound.
12578
12579 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12580
12581         * pgg-gpg.el: Clean up process buffers every time gpg processes
12582         complete.
12583
12584 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12587         doc string.
12588
12589 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12590
12591         * pgg-gpg.el (pgg-gpg-process-filter)
12592         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12593
12594         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12595         lines, temporary fix.
12596
12597 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12600
12601 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12602
12603         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12604         default-enable-multibyte-characters.  This reverts the change from
12605         revision 6.17 which is no longer necessary because the passphrase
12606         is sent separately now.  GnuPG messages are unreadable under
12607         multibyte locales with default-enable-multibyte-characters set to
12608         nil.
12609
12610 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12611
12612         * message.el (message-tool-bar-gnome): Move "spell".
12613
12614 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12617         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12618         instead.
12619
12620 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12621
12622         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12623         Improve newsgroups handling for NNTP overviews which don't include
12624         Newsgroups.
12625
12626 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12627
12628         * message.el (message-resend): Bind message-generate-hashcash to nil.
12629
12630 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12631
12632         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12633         when searching for already-paid recipients.
12634
12635 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12636
12637         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12638         passphrases when it is not needed.
12639         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12640         passphrase stuff from gpg, should only be necessary when you use
12641         gpg with a smartcard.
12642
12643 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * mml.el (mml-insert-mime): Ignore cached contents of
12646         message/external-body part.
12647
12648         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12649         (mm-insert-part): Ditto.
12650
12651 2006-03-23  Simon Josefsson  <jas@extundo.com>
12652
12653         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12654         Reiner.
12655         (pgg-gpg-use-agent-p): Use it again.
12656
12657 2006-03-23  Simon Josefsson  <jas@extundo.com>
12658
12659         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12660         older emacsen.
12661         (pgg-gpg-use-agent-p): Don't use it.
12662
12663 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12664
12665         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12666         if we can.
12667
12668 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12669
12670         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12671         (pgg-gpg-update-agent): New function.
12672         (pgg-gpg-use-agent-p): New function.
12673         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12674         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12675         (pgg-gpg-sign-region): Use it.
12676
12677 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12680         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12681
12682 2006-03-21  Simon Josefsson  <jas@extundo.com>
12683
12684         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12685         <wilde@sha-bang.de>.
12686         (pgg-gpg-use-agent): New variable.
12687         (pgg-gpg-process-region): Use it.
12688         (pgg-gpg-encrypt-region): Likewise.
12689         (pgg-gpg-encrypt-symmetric-region): Likewise.
12690         (pgg-gpg-decrypt-region): Likewise.
12691         (pgg-gpg-sign-region): Likewise.
12692         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12693
12694 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12697
12698         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12699         Add comment on version.
12700
12701 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * smiley.el: Add missing test smiley.
12704
12705 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * mm-decode.el (mm-with-part): New macro.
12708         (mm-get-part): Use it; work with message/external-body as well.
12709         (mm-save-part): Treat name and filename equally.
12710
12711         * mm-extern.el (mm-extern-cache-contents): New function.
12712         (mm-inline-external-body): Use it; force the part to be displayed;
12713         move undisplayer added to the cached handle to the parent.
12714
12715         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12716         (gnus-mime-view-part-as-type): Work with message/external-body.
12717
12718         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12719
12720 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12723         images in image-load-path.  [Sync with image.el, revision 1.60, in
12724         Emacs.]
12725
12726 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12727
12728         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12729         path rather than symbol.  Always return list of directories.
12730         Guarantee that image directory comes first.  [Sync with image.el,
12731         revision 1.59, in Emacs.]
12732
12733         * message.el (message-make-tool-bar): Adjust to new API of
12734         `gmm-image-load-path-for-library'.
12735
12736         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12737
12738         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12739
12740 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12741
12742         * gnus-art.el (gnus-article-only-boring-p):
12743         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12744         intangible text.
12745         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12746
12747 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12750         Use `defun' instead of `gmm-defun-compat'.
12751
12752 2006-03-14  Simon Josefsson  <jas@extundo.com>
12753
12754         * message.el (message-unique-id): Don't use message-number-base36
12755         if (user-uid) is a float.
12756         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12757
12758 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12761
12762         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12763         empty line between a part and a message part.
12764
12765 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12766
12767         * smiley.el: Add more test smileys.
12768         (smiley-data-directory, smiley-regexp-alist)
12769         (gnus-smiley-file-types): Fix doc strings.
12770         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12771         adding new elements.
12772         (smiley-mouse-map): Unused code.  Make it a comment.
12773
12774 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12777         scan latest NoCeM messages instead of old ones.
12778         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12779         delimiters that are recently used.
12780         (gnus-nocem-load-cache): Add autoload cookie.
12781
12782         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12783
12784         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12785         level which is larger than gnus-use-nocem is specified.
12786
12787         * gnus-group.el (gnus-group-get-new-news): Ditto.
12788
12789 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * gnus-util.el (gnus-tool-bar-update): New function.
12792
12793         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12794         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12795
12796         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12797
12798         * gnus-group.el (gnus-group-redraw-when-idle)
12799         (gnus-group-redraw-check): Remove.
12800         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12801
12802 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12805         if optional last element is specified in splits (FIELD VALUE...).
12806
12807 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12810         to gmm-image-load-path-for-library.  Call with no-error argument.
12811         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12812
12813         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12814
12815         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12816
12817         * gmm-utils.el (gmm-image-load-path): Remove alias.
12818
12819 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gmm-utils.el (gmm-image-load-path): Add alias.
12822
12823         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12824         nnml-generate-nov-databases-1.
12825         (nnml-generate-nov-databases): Use it.
12826         (nnml-generate-nov-databases-directory): Document no-active
12827         argument.
12828
12829         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12830         directory if path is t.  Add no-error.
12831
12832         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12833         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12834
12835         * gnus-art.el (gnus-article-browse-delete-temp-files):
12836         Simplify resetting gnus-article-browse-html-temp-list.
12837
12838         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12839         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12840         Add example to docstring.  Rename local variables.  Move error
12841         checks to default case in cond and simplify.
12842
12843 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12846         handle is multipart when calling it recursively.
12847         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12848
12849 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12850
12851         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12852         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12853
12854 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12857         is loaded.
12858
12859         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12860         loaded.
12861
12862 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12865         to "Emacs 23 (unicode)" in doc string.
12866
12867         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12868         "Emacs 23 (unicode)" in comment.
12869
12870 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12873
12874         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12875         characters 160 through 255 in Emacs 23.
12876
12877 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12880         gnus-article-browse-html-temp.
12881         (gnus-article-browse-delete-temp): Make it customizable.
12882         Add `file'.  Adjust doc string.
12883         (gnus-article-browse-delete-temp-files): Add argument.
12884         Allow query for each file.  Adjust doc string.
12885         (gnus-article-browse-html-parts):
12886         Add `gnus-article-browse-delete-temp-files' to
12887         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12888
12889 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12890
12891         * gnus-art.el (gnus-article-browse-html-temp)
12892         (gnus-article-browse-delete-temp): New variables.
12893         (gnus-article-browse-delete-temp-files): New function.
12894         (gnus-article-browse-html-parts): Use it.
12895
12896 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12897
12898         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12899
12900         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12901         string.
12902
12903         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12904         gnus-summary-insert-new-articles when unplugged.
12905         Remove gnus-summary-search-article-forward.
12906
12907         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12908         display-visual-class instead of display-color-cells.
12909
12910 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * dgnushack.el: Autoload customize-group for XEmacs.
12913
12914         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12915         message/* containing non-ASCII text properly.
12916
12917 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * message.el: Require gmm-utils, remove autoloads.
12920         (message-tool-bar): Set default based on
12921         gmm-tool-bar-style.
12922         (message-tool-bar-gnome): Add gmm-customize-mode.
12923
12924         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12925         gmm-tool-bar-style.
12926         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12927
12928         * gnus-group.el (gnus-group-tool-bar): Set default based on
12929         gmm-tool-bar-style.
12930         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12931
12932         * gmm-utils.el (gmm-image-directory): Rename variable from
12933         gmm-image-load-path.
12934         (gmm-image-load-path): Use gmm-image-directory.
12935         (gmm-customize-mode): New function.
12936         (gmm-tool-bar-style): New variable.
12937
12938         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12939         gnus-group-redraw-line-number.
12940         (gnus-group-redraw-check): Simplify.
12941         (gnus-group-tool-bar-update): Remove redraw check.
12942         (gnus-group-make-tool-bar): Add redraw check.
12943
12944 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12945
12946         * gnus-art.el (gnus-button): Add missing parentheses.
12947
12948 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * lpath.el: Fbind line-number-at-pos.
12951
12952 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12955
12956 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * gnus-art.el (gnus-button): New face.
12959         (gnus-article-button-face): Use it.
12960
12961         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12962         Add gnus-summary-next-page.  Re-order.
12963
12964         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12965         next-node are now included.
12966         (gnus-group-redraw-line-number): New internal variable.
12967         (gnus-group-redraw-check): Helper function for updating the tool
12968         bar.
12969         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12970
12971         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12972
12973         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12974         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12975         Use it to match format of Spamassassin 3.0 and later.
12976         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12977         (spam-check-bogofilter)
12978         (spam-bogofilter-register-with-bogofilter): Fix args of
12979         `gnus-error' calls.
12980
12981 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12984         unnecessary interaction when sending queued mails.
12985         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12986
12987 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12990         first or last are nil.
12991
12992 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12993
12994         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12995
12996 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12997
12998         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12999
13000 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13001
13002         * dns.el (query-dns): Protect more against buggy tcp output.
13003
13004 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13007         nov.php.
13008
13009 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13010
13011         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13012         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13013         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13014         output on the server side.
13015         (nnweb-google-create-mapping): Update regexps and add some
13016         progress indication.
13017
13018 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * gnus-group.el (gnus-group-tool-bar-gnome):
13021         Fix gnus-agent-toggle-plugged.  Re-order icons.
13022         (gnus-group-tool-bar-gnome):
13023         Add gnus-group-{prev,next}-unread-group.
13024         (gnus-group-tool-bar-gnome): Re-order icons.
13025
13026         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13027         Move gnus-summary-insert-new-articles.
13028
13029         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13030         Fix comments.
13031
13032         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13033         also available in Emacs 21.3.
13034
13035         * message.el (message-fix-before-sending): Change "Emacs 22" to
13036         "Emacs 23 (unicode)" in comment.
13037
13038         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13039         "Emacs 23 (unicode)" in comment.
13040
13041         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13042         comment.
13043         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13044
13045         * mm-view.el (mm-fill-flowed): Add :version.
13046
13047 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13050         and load-path.
13051
13052 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13053
13054         * message.el: Autoload gmm-image-load-path.
13055         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13056         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13057         consitency.
13058
13059         * gmm-utils.el (gmm-image-load-path): Also search in
13060         "../etc/images".  Don't set gmm-image-load-path if we don't find
13061         the image.
13062
13063 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * gmm-utils.el (gmm-image-load-path): Don't make
13066         `gmm-image-load-path' include subdirectories which the second arg
13067         `image' might specify.
13068
13069         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13070         subdirectory to icon file names.
13071
13072         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13073
13074 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13077         gmm-image-load-path calls.
13078
13079         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13080
13081         * message.el (message-make-tool-bar): Ditto.
13082
13083         * mml.el (mml-preview): Add comment concerning tool bar icons.
13084
13085         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13086         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13087
13088         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13089         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13090
13091         * message.el (message-tool-bar-gnome): Use new icon names.
13092         (message-make-tool-bar): Use `gmm-image-load-path'.
13093
13094         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13095         New functions from MH-E.
13096         (gmm-image-load-path): New variable from MH-E.
13097         (gmm-image-load-path): New function from MH-E.  Add arguments
13098         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13099         *-image-load-path-called-flag.
13100
13101 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13102
13103         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13104
13105 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13106
13107         * nnimap.el (nnimap-request-move-article): Change folder back to
13108         source group before deleting.
13109
13110 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13113
13114         * gnus-art.el (mm-url-insert-file-contents-external):
13115         Autoload mm-url.
13116
13117         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13118
13119 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13122         coding system which mm-charset-to-coding-system returns for a
13123         given charset is valid.
13124
13125 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13126
13127         * html2text.el (html2text-remove-tag-list):
13128         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13129
13130 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13131
13132         * gnus-cus.el: Revert 2005-10-17 change.
13133
13134 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-art.el (article-strip-banner):
13137         Call article-really-strip-banner only when the regexp match is made.
13138
13139 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * gnus-art.el (article-strip-banner):
13142         Use gnus-extract-address-components instead of
13143         mail-header-parse-addresses to make it work with non-ASCII text;
13144         remove mail-encode-encoded-word-string.
13145
13146         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13147         values which are surrounded with \"...\"; make it never cause a
13148         Lisp error; give up parsing of parameters if it failed in
13149         extracting type.
13150
13151 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13152
13153         * smime.el (smime-cert-by-ldap-1): Fix bug where
13154         `smime-ldap-search' returns results without userCertificates.
13155
13156 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13159
13160 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * spam.el (spam-check-spamassassin-headers): Adapt format for
13163         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13164         <ari@mbf.ocn.ne.jp>.
13165         (spam-list-of-processors): Add spam-use-gmane.
13166
13167 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13170         make-temp-file; make it work with XEmacs as well.
13171
13172         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13173         mm-make-temp-file.
13174
13175         * mm-decode.el (mm-display-external): Use the 3rd arg of
13176         mm-make-temp-file.
13177         (mm-create-image-xemacs): Ditto.
13178
13179 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13182         with message-narrow-to-headers.
13183         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13184         (gnus-draft-check-draft-articles): New function.
13185         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13186
13187 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * gnus-art.el (gnus-article-browse-html-parts):
13190         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13191         Don't use suffix argument for mm-make-temp-file for Emacs 21
13192         compatibility.  Remove useless `format'.
13193
13194 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13195
13196         * nnweb.el (nnweb-google-wash-article): Update regexps.
13197         (nnweb-group-alist): Use defvoo instead of defvar.
13198
13199 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13202         re-loading nn* modules.
13203
13204 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13205
13206         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13207         for `tool-bar-mode' and don't check it's default-value.
13208
13209         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13210
13211         * message.el (message-make-tool-bar): Ditto.
13212
13213         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13214         `substring'.  Shorten tmp-file name.
13215
13216         * gnus.el: Remove bogus comment.
13217
13218 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13219
13220         * gnus-art.el (gnus-article-browse-html-parts): New function.
13221         (gnus-article-browse-html-article): New function for viewing html
13222         articles with a browser.
13223
13224 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13225
13226         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13227         in elisp.
13228         (pgg-gpg-encrypt-symmetric-region): Ditto.
13229         (pgg-gpg-sign-region): Ditto.
13230
13231         * pgg-def.el (pgg-text-mode): New variable.
13232
13233         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13234         (mml2015-pgg-encrypt): Ditto.
13235
13236         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13237         (mml1991-pgg-encrypt): Ditto.
13238
13239 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * nnfolder.el (nnfolder-insert-newsgroup-line):
13242         Use message-make-date instead of current-time-string.
13243
13244         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13245         to gnus-decoded which mm-uu might set.
13246
13247 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13250         don't decode quoted parameters; remove misimported Emacs code.
13251         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13252         (rfc2231-decode-encoded-string): Don't use split-string which
13253         behaves differently according to Emacs version; use
13254         mm-decode-coding-region to convert charset to coding-system.
13255         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13256         (rfc2231-encode-string): Remove misimported Emacs code.
13257
13258 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13261         when calling mail-header-parse-content-type.
13262         (article-de-quoted-unreadable): Ditto.
13263         (article-de-base64-unreadable): Ditto.
13264         (article-wash-html): Ditto.
13265
13266         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13267         calling mail-header-parse-content-type and
13268         mail-header-parse-content-disposition.
13269         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13270         mail-header-parse-content-type.
13271
13272         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13273         insert charset and format parameters; encode description after
13274         inserting it to buffer.
13275         (mml-insert-parameter): Fold lines properly even if a parameter is
13276         segmented into two or more lines; change the max column to 76.
13277
13278         * rfc1843.el (rfc1843-decode-article-body): Don't use
13279         ignore-errors when calling mail-header-parse-content-type.
13280
13281         * rfc2231.el (rfc2231-parse-string): Return at least type if
13282         possible; don't cause an error even if it fails in parsing of
13283         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13284         (rfc2231-encode-string): Don't break lines at the beginning, leave
13285         it to mml-insert-parameter.
13286
13287         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13288         calling mail-header-parse-content-type.
13289
13290 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * spam-report.el (spam-report-gmane-use-article-number):
13293         Improve doc string.
13294         (spam-report-gmane-internal): Check if a suitable header was found
13295         in the article.
13296
13297 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13300         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13301
13302 2006-02-05  Romain Francoise  <romain@orebokech.com>
13303
13304         Update copyright notices of all files in the gnus directory.
13305
13306 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13307
13308         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13309
13310 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13313         segmented lines of parameter value to cope with Thunderbird 1.5
13314         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13315         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13316         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13317
13318 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13319
13320         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13321         parts.
13322
13323 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13324
13325         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13326         there's only one active file for all servers.
13327         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13328         solid groups.  Gnus might have used a FAST request to select the group.
13329         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13330         and nnweb-search redundantly in the active file.
13331         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13332         (nnweb-request-create-group): Don't use ARGS.
13333         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13334         initialisations.  Let nnoo do the work.
13335
13336 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13339         Say the part has been decoded.
13340
13341         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13342
13343 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13344
13345         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13346         mailcap-viewer-test-cache when there's no 'test clause, since that
13347         will invert the meaning of a "nil" test previously determined by
13348         mailcap-mailcap-entry-passes-test.
13349
13350 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13353         compiling.
13354
13355         * gnus-sum.el: Ditto.
13356
13357         * message.el: Don't bind tool-bar-map when compiling.
13358
13359 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13362
13363 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13364
13365         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13366         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13367         current Google Groups.
13368
13369 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13372         and tool-bar-mode.
13373
13374         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13375         and tool-bar-mode.
13376
13377         * message.el (message-tool-bar-update): Simplify.
13378         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13379
13380         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13381         gnus-summary-buffer.
13382         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13383         gnus-summary-reply.
13384
13385         * gmm-utils.el (gmm): Add :version.
13386
13387 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * Makefile.in (clean): New rule.
13390         (distclean): Use it.
13391
13392 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13393
13394         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13395         Don't autoload.
13396
13397 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * gmm-utils.el (gmm-verbose): Add :group.
13400
13401 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * message.el: Change some comments WRT tool-bars.
13404
13405         * gnus-sum.el (gnus-summary-tool-bar)
13406         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13407         (gnus-summary-tool-bar-zap-list): New variables.
13408         (gnus-summary-make-tool-bar): Complete rewrite using
13409         `gmm-tool-bar-from-list'.
13410
13411         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13412         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13413         New variables.
13414         (gnus-group-make-tool-bar): Complete rewrite using
13415         `gmm-tool-bar-from-list'.
13416         (gnus-group-tool-bar-update): New function.
13417
13418         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13419
13420 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13423         is dissected into a single part of which the type is the same as
13424         the given one; decode charset.
13425
13426 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13427
13428         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13429         into alists as symbol not string, since that's what
13430         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13431         look for.
13432
13433 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13436         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13437
13438         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13439
13440 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13443         (gnus-xmas-mime-security-button-menu): New function.
13444
13445         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13446         (gnus-mime-security-button-menu): New definition.
13447         (gnus-mime-security-button-map): Use them.
13448         (gnus-mime-security-button-menu): New function.
13449         (gnus-insert-mime-security-button): Addition to help echo.
13450         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13451         (gnus-mime-security-pipe-part): New functions.
13452
13453         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13454         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13455
13456         * mm-decode.el (mm-handle-set-disposition): Remove.
13457         (mm-handle-set-description): Remove.
13458
13459 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13462         (mm-w3m-standalone-supports-m17n-p): New function.
13463         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13464         w3m usage.
13465
13466         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13467         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13468
13469 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13470
13471         * message.el (message-tool-bar-zap-list):
13472         Use gmm-tool-bar-zap-list as custom type.
13473         (message-tool-bar-update): New function.
13474         (message-tool-bar, message-tool-bar-gnome)
13475         (message-tool-bar-retro): Add message-tool-bar-update.
13476         (message-tool-bar-gnome): Add flyspell-buffer.
13477
13478         * gnus-util.el (gnus-error): Describe `args'.
13479
13480         * gmm-utils.el (gmm-error): Describe `args'.
13481         (gmm-tool-bar-zap-list): New widget.
13482         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13483
13484 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13487         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13488         the number of recursive calls.
13489
13490         * mm-decode.el (mm-handle-set-disposition): New macro.
13491         (mm-handle-set-description): New macro.
13492
13493 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13496         encoding.
13497
13498 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * message.el (message-tool-bar-zap-list, message-tool-bar)
13501         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13502         (message-tool-bar-local-item-from-menu): Remove.
13503         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13504         (message-make-tool-bar): New function.
13505         (message-mode): Use `message-make-tool-bar'.
13506
13507         * gmm-utils.el: New file.
13508         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13509         (gmm-lazy): New widget copied from `nnmail.el'.
13510         (gmm-tool-bar-from-list): New function for creating customizable
13511         tool bars.
13512         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13513         output.
13514         (gmm): Add :prefix to defgroup.
13515
13516 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13517
13518         * gmm-utils.el (gmm-widget-p): New function.
13519
13520 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13521
13522         * mml.el (mml-attach-file): Describe `description' in doc string.
13523         (mml-menu): Add Emacs MIME manual and PGG manual.
13524
13525 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13526
13527         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13528
13529 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13530
13531         * nntp.el (nntp-end-of-line): Doc fix.
13532
13533 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13534
13535         * imap.el (imap-open): Handle case where buffer is a buffer
13536         object.
13537
13538 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13539
13540         * gnus-delay.el (gnus-delay): Don't autoload.
13541         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13542         to be re-loaded when customizing the `gnus-delay' group.
13543
13544 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13545
13546         * message.el (message-insert-citation-line): Use newlines.
13547
13548 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13549
13550         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13551         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13552         these routines, so the passphrase can be managed externally and
13553         passed in to the system.
13554         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13555         pgg-add-passphrase-to-cache function.
13556
13557         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13558         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13559         these routines, so the passphrase can be managed externally and
13560         passed in to the system.
13561         (pgg-pgp5-sign-region): Use new name of
13562         pgg-add-passphrase-to-cache function.
13563
13564 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13565
13566         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13567         part of the decoded armor to find the key-identifier.
13568         (pgg-gpg-lookup-key-owner): New function to return the
13569         human-readable identifier of a key owner.
13570         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13571         itself.
13572         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13573         the key value) if we have a key and can match it against a secret
13574         key.  Also, added a note pointing out fact that the prompt only
13575         indicates the first matching key.
13576
13577         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13578         pgg-decrypt-region.
13579         (pgg-add-passphrase-to-cache): Rename from
13580         `pgg-add-passphrase-cache' to reduce confusion (all callers
13581         changed).
13582         (pgg-remove-passphrase-from-cache): Rename from
13583         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13584         changed).
13585         (pgg-read-passphrase, pgg-add-passphrase-cache)
13586         (pgg-remove-passphrase-cache): Add informative docstrings.
13587         (pgg-decrypt): Convey provided passphrase in subordinate call to
13588         pgg-decrypt-region.
13589
13590 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13591
13592         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13593         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13594         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13595         'passphrase' argument, so the passphrase can be managed externally
13596         and then passed in to the system.
13597
13598         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13599         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13600         so the passphrase cache can be used reliably with identifiers
13601         besides a pgp packet's key id.
13602
13603         * pgg-gpg.el (pgg-gpg-encrypt-region)
13604         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13605         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13606         these routines, so the passphrase can be managed externally and
13607         passed in to the system.
13608
13609         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13610         'notruncate' argument, so the passphrase cache can be used
13611         reliably with identifiers besides a pgp packet's key id.
13612
13613 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13614
13615         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13616         symmetric encryption.
13617         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13618         encrypted session key.
13619         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13620         message ask for the passphrase in a proper way.
13621
13622         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13623         New user commands for symmetric encryption.
13624
13625 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13628
13629         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13630
13631 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13632
13633         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13634
13635 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * mm-decode.el (mm-inlined-types): Add application/pgp.
13638         (mm-automatic-display): Ditto.
13639
13640         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13641         part as text.
13642
13643 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * nnrss.el: Update copyright.
13646         (nnrss-opml-import): Query whether to subscribe to each entry.
13647
13648         * gnus-art.el:
13649         * gnus-sum.el:
13650         * gnus-xmas.el:
13651         * messagexmas.el:
13652         * mm-uu.el:
13653         * mm-view.el: Update copyright.
13654
13655 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13656
13657         * message.el (message-info): New function.
13658         (message-mode-menu): Add it.
13659         Update copyright.
13660
13661         * ChangeLog: Fix and update copyright.
13662
13663 2006-01-13  Romain Francoise  <romain@orebokech.com>
13664
13665         * message.el (message-forward-subject-name-subject): Prefer the
13666         address to 'nowhere' if the sender has no name.
13667         Fix typo.  Update copyright year.
13668
13669 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-art.el (article-wash-html):
13672         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13673         (gnus-article-wash-html-with-w3m-standalone): New function.
13674
13675         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13676         mm-inline-text-html-render-with-w3m-standalone.
13677         (mm-text-html-washer-alist): Map w3m-standalone to
13678         gnus-article-wash-html-with-w3m-standalone.
13679         (mm-inline-text-html-render-with-w3m-standalone): New function.
13680
13681 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13684         Improve LaTeX.
13685
13686 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13689         (nnrss-request-article): Render text/plain parts as HTML.
13690
13691         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13692         the buffer.
13693
13694 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13697         custom definition of `gnus-posting-styles'.
13698
13699         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13700         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13701
13702 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13705         Use nntp for bug archive.
13706
13707 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13710         parts.
13711         (nnrss-normalize-date): New function converts ISO 8601 date into
13712         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13713         (nnrss-check-group): Use it.
13714
13715 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13718
13719         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13720         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13721         (nnrss-insert-w3): Ditto.
13722
13723 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13726         the articles to be forwarded including the case where neither a
13727         number of articles nor a region is specified.
13728
13729 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * nnrss.el (nnrss-request-article): Fix last change; fill
13732         text/plain parts.
13733
13734 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13737         in text/plain part.
13738         (nnrss-check-group): Don't add excessive newline to dc:subject.
13739
13740 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13741
13742         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13743         article.
13744
13745 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13746
13747         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13748         (nnml-use-compressed-files, nnml-save-mail): Support other
13749         comression programs such as bzip2.
13750
13751 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13752
13753         * dns.el (query-dns): Make sure we check the buffer size before
13754         removing tcp headers.
13755
13756 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13759         remove MIME buttons associated with multipart/alternative parts.
13760         (gnus-mime-display-alternative): Tag buttons using `article-type'
13761         text property.
13762
13763         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13764         associated with multipart/alternative parts.
13765
13766         * gnus-art.el (gnus-signature-separator): Fix custom type.
13767
13768         * mm-decode.el (mm-inlined-types): Fix custom type.
13769         (mm-keep-viewer-alive-types): Ditto.
13770         (mm-automatic-display): Ditto.
13771         (mm-attachment-override-types): Ditto.
13772         (mm-inline-override-types): Ditto.
13773         (mm-automatic-external-display): Ditto.
13774
13775 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13776
13777         * spam-report.el (spam-report-user-mail-address)
13778         (spam-report-user-agent): New variables.
13779         (spam-report-url-ping-plain): Use spam-report-user-agent.
13780
13781 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13782
13783         * gnus-art.el (gnus-button-handle-custom): Do not just use
13784         `customize-apropos' for any "M-x customize-*" button but the
13785         function called for.  Accept both the function name and its
13786         argument in order to achieve this.
13787         (gnus-button-alist): Remove support for "custom:" URL's.
13788         Pass function name to `gnus-button-handle-custom' in case of "M-x
13789         customize-*" buttons.
13790
13791 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13794         multipart/alternative and add xref to mm-discouraged-alternatives
13795         in doc string.
13796
13797         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13798         gnus-buttonized-mime-types in doc string.
13799
13800 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13801
13802         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13803         Suggest image/.* in the doc string.
13804
13805 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13806
13807         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13808         message-marks (Debian bug #342521).
13809
13810 2005-12-12  Simon Josefsson  <jas@extundo.com>
13811
13812         * password.el (password-read-from-cache): Add.
13813         (password-read): Use it.
13814
13815 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * rfc2047.el (rfc2047-charset-to-coding-system):
13818         Recognize us-ascii as a MIME charset.
13819
13820         * mm-bodies.el (mm-decode-content-transfer-encoding):
13821         Protect against the case where the 2nd arg TYPE is nil.
13822
13823 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * pop3.el (pop3-stream-type): Fix custom version.
13826
13827         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13828
13829 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13830
13831         * mm-decode.el (mm-display-external): Add missing cdr.
13832
13833 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13836         RFC1524) if it is in mailcap or add a suffix according to
13837         mailcap-mime-extensions when generating a temp filename; postpone
13838         deleting a temp file for 2 seconds for some wrappers, shell
13839         scripts, and so on, which might exit right after having started a
13840         viewer command as a background job.
13841
13842 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * nntp.el (nntp-marks-directory): Fix custom group.
13845
13846         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13847         steps when < 10.
13848
13849         * gnus-start.el (gnus-no-server-1):
13850         Mention `gnus-level-default-subscribed' in doc string.
13851
13852 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13853
13854         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13855         parens.
13856
13857 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * gnus-xmas.el (gnus-use-toolbar): Revert.
13860         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13861         gnus-use-toolbar is default.
13862
13863         * messagexmas.el (message-use-toolbar): Revert.
13864         (message-setup-toolbar): Use global default-toolbar if
13865         message-use-toolbar is default.
13866
13867 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13870         according to default-toolbar-visible-p.
13871
13872         * messagexmas.el (message-use-toolbar): Ditto.
13873
13874 2005-11-26  Dave Love  <fx@gnu.org>
13875
13876         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13877         (tls-program, tls-success): Provide openssl alternative.
13878
13879         * starttls.el: Doc fixes.
13880         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13881         SERVICE to PORT.
13882
13883         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13884         port null or service name.
13885         (starttls-negotiate): Autoload.
13886
13887 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * message.el (message-kill-to-signature): Fix interactive spec.
13890
13891 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * pop3.el (pop3-open-server): Recognize a string as a service name.
13894
13895 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13896
13897         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13898
13899 2005-11-23  Dave Love  <fx@gnu.org>
13900
13901         Add pop3s, pop3/starttls.
13902
13903         * pop3.el (pop3-authentication-scheme): Clarify doc.
13904         (open-tls-stream, starttls-open-stream): Autoload.
13905         (pop3-stream-type): New.
13906         (pop3-open-server): Use it.
13907
13908         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13909         for POP.
13910         (mail-source-keyword-map): Add :stream for POP.
13911         (mail-source-fetch-pop): Use pop3-stream-type.
13912
13913 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13916         of current-time-string.
13917
13918 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13919
13920         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13921         date header.
13922
13923 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13924
13925         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13926         it can seriously impact performance as it bypasses the agent's
13927         local caches.
13928
13929 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13930
13931         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13932         must be explicitly online rather than "not explicitly offline" for
13933         its flags to be synchronized.
13934
13935         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13936         that gnus-uu-unmark-thread will function correctly.
13937
13938         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13939         1024K is instead displayed as 1M.
13940
13941 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13942
13943         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13944
13945 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13946
13947         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13948
13949 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13950
13951         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13952         error message to display actual error condition.
13953         (gnus-agent-save-local): Avoid saving symbols that are bound to
13954         nil as they simply result in a warning message in
13955         gnus-agent-read-local.
13956
13957 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13960         rather than make-variable-buffer-local for file-precious-flag.
13961
13962 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13963
13964         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13965         for duplicates which are removed.  The invalid sort check then
13966         triggers a rescan after the sort as sorting may have moved
13967         duplicate entries such that they can be cheaply detected.
13968
13969 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13972
13973 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13974
13975         * gnus-agent.el (gnus-agent-article-alist-save-format):
13976         Change internal variable to a custom variable.  Change default value
13977         from compressed(2) to uncompressed(1).
13978         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13979         support for uncompressed agentview files.  Taken together, reading
13980         the agentview file should now be 6-7 times faster.
13981
13982 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13983
13984         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13985         as a buffer-local variable.  This avoids creating truncated
13986         dribble files as a result of a hang up, eg.
13987
13988 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13989
13990         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13991         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13992         XEmacs.
13993
13994 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * gnus-start.el (gnus-start-draft-setup):
13997         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13998
13999         * gnus.el (gnus-splash): Change custom group.
14000         (gnus-group-get-parameter, gnus-group-parameter-value):
14001         Describe allow-list argument.
14002
14003         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14004         string.
14005
14006 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * gnus-art.el (gnus-default-article-saver): Add user-defined
14009         `function' to custom type.
14010
14011 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14012
14013         * imap.el (imap-open): Handle case where buffer is a buffer
14014         object.
14015
14016 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14019         long lines.
14020         (gnus-cache-delete-group): Wrap doc strings.
14021
14022         * gnus-agent.el (gnus-agent-rename-group)
14023         (gnus-agent-delete-group): Wrap doc strings.
14024
14025 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * messagexmas.el (message-use-toolbar): Change the valid values
14028         into default, top, bottom, left, and right.
14029         (message-toolbar-thickness): New variable.
14030         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14031         well.
14032         (message-setup-toolbar): Make it work.
14033
14034         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14035         (gnus-use-toolbar): Change the valid values into default, top,
14036         bottom, left, and right.
14037         (gnus-toolbar-thickness): New variable.
14038         (gnus-xmas-setup-toolbar): New function.
14039         (gnus-xmas-setup-group-toolbar): Use it.
14040         (gnus-xmas-setup-summary-toolbar): Use it.
14041
14042 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14043
14044         * gnus-start.el (gnus-1): Add "native" to
14045         gnus-predefined-server-alist.
14046
14047         * gnus.el (gnus-method-to-server): Don't add "native" to the
14048         lists here, because that leads to problems when
14049         gnus-select-method is bound.
14050
14051 2005-11-09  Simon Josefsson  <jas@extundo.com>
14052
14053         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14054         use (not sort-by-date) instead.
14055
14056 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14057
14058         * gnus-delay.el (gnus-delay-group): Don't autoload.
14059         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14060         to be re-loaded when customizing the `gnus-delay' group.
14061
14062 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14063
14064         * message.el: Revert last changes.
14065         (message-insert-citation-line): Use newlines.
14066
14067 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14068
14069         * message.el (message-courtesy-message)
14070         (message-mark-insert-begin, message-mark-insert-end)
14071         (message-elide-ellipsis, message-cancel-message)
14072         (message-add-header, message-change-subject)
14073         (message-cross-post-followup-to-header)
14074         (message-cross-post-insert-note, message-reduce-to-to-cc)
14075         (message-widen-reply, message-delete-not-region)
14076         (message-kill-to-signature, message-insert-signature)
14077         (message-insert-importance-high, message-insert-importance-low)
14078         (message-insert-or-toggle-importance)
14079         (message-insert-disposition-notification-to)
14080         (message-indent-citation, message-yank-original)
14081         (message-cite-original-without-signature, message-cite-original)
14082         (message-insert-citation-line, message-position-on-field)
14083         (message-fix-before-sending, message-send-mail-partially)
14084         (message-send-mail, message-send-mail-with-sendmail)
14085         (message-send-mail-with-qmail, message-send-news)
14086         (message-check-news-header-syntax, message-generate-headers)
14087         (message-insert-courtesy-copy, message-fill-address)
14088         (message-fill-header, message-shorten-references)
14089         (message-setup-1, message-cancel-news)
14090         (message-forward-make-body-plain, message-forward-make-body-mime)
14091         (message-forward-make-body-mml, message-encode-message-body)
14092         (message-forward-make-body-digest-plain)
14093         (message-forward-make-body-digest-mime)
14094         (message-use-alternative-email-as-from): Insert `hard-newline'
14095         instead of ordinary newlines.
14096
14097 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * message.el (message-generate-headers): Downcase the argument
14100         given to message-check-element.
14101
14102 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14103
14104         * nntp.el (nntp-authinfo-rejected): New error condition.
14105         (nntp-wait-for): Use new error condition to signal authentication
14106         error.
14107         (nntp-retrieve-data): Rethrow new error condition to break out of
14108         recursive call to nntp-send-authinfo.
14109
14110 2005-11-08  Romain Francoise  <romain@orebokech.com>
14111
14112         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14113         (gnus-summary-exit-map): Bind to `Z p'.
14114         (gnus-summary-make-menu-bar): Add menu item.
14115
14116 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14117
14118         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14119         (gnus-treat-*): Add `first' in all doc strings.
14120
14121         * gnus-group.el (gnus-group-compact-group): Fix typo.
14122
14123 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * gnus.el (gnus-parameters-case-fold-search): New variable.
14126         (gnus-parameters-get-parameter): Use it.
14127
14128         * gnus-score.el (gnus-home-score-file): Doc fix.
14129
14130 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14131
14132         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14133
14134 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * mm-util.el (mm-special-display-p): New function.
14137
14138         * mml.el (mml-preview): Use it; doc fix.
14139
14140 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14141
14142         * imap.el (imap-open): Handle case where buffer is a buffer object.
14143
14144 2005-10-29  Romain Francoise  <romain@orebokech.com>
14145
14146         * message.el (message-fix-before-sending): Fix comment.
14147
14148 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14149
14150         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14151
14152 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14153
14154         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14155         Used in gnus-score.el.
14156
14157 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14158
14159         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14160
14161 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14164         whitespace removed in revision 7.8.  Use concatenated string to
14165         protect trailing whitespace.
14166
14167 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14168
14169         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14170         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14171         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14172         Courier IMAP ("some version from 2004").  Mostly based on similar
14173         code in the same function.
14174
14175 2005-10-26  Didier Verna  <didier@xemacs.org>
14176
14177         * gnus-group.el (gnus-group-compact-group): Invalidate original
14178         article buffer.
14179         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14180         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14181         NOV database and in article itself.
14182         Invalidate article backlog.
14183
14184 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14185
14186         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14187
14188 2005-10-26  Simon Josefsson  <jas@extundo.com>
14189
14190         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14191         part of 2004-07-25 change.
14192
14193 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * message.el (message-display-completion-list): New function.
14196         (message-expand-group): Use it; make sure the Completions buffer
14197         is modifiable.
14198 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14199
14200         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14201         user-mail-name is an empty string.
14202
14203 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14204
14205         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14206         depending on gnus-score-decay-constant.
14207
14208         * encrypt.el (encrypt-insert-file-contents)
14209         (encrypt-write-file-contents): Don't use `gnus-message'.
14210
14211         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14212         arguments.
14213         (mm-uu-type-alist): Add message-marks and insert-marks.
14214         Pass arguments to mm-uu-verbatim-marks-extract.
14215         (mm-uu-hide-markers): New variable.
14216         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14217
14218         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14219         (gnus-convert-image-to-face-command): Use "convert" by default to
14220         allow other input image formats.
14221         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14222         accordingly.
14223
14224 2005-10-23  Simon Josefsson  <jas@extundo.com>
14225
14226         * imap.el (imap-gssapi-program): Align command line parameters
14227         with latest GNU SASL.
14228         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14229
14230 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14231
14232         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14233         HTML.
14234         (nnslashdot-request-article): Ditto.
14235
14236         * lpath.el (featurep): Add nobreak-char-display.
14237
14238 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14239
14240         * mail-source.el (mail-source-fetch-pop): Require pop3.
14241         (mail-source-check-pop): Ditto.
14242
14243 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14246         errors.
14247
14248 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14251         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14252
14253         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14254
14255         * mm-bodies.el (mm-decode-string):
14256         Call `mm-charset-to-coding-system' with allow-override argument.
14257
14258 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14261         (rfc2047-charset-to-coding-system): New function.
14262         (rfc2047-decode-encoded-words): New function.
14263         (rfc2047-decode-region): Use them.
14264         (rfc2047-decode-cte): Remove.
14265         (rfc2047-parse-and-decode): Remove.
14266         (rfc2047-decode): Remove.
14267
14268 2005-10-15  Kenichi Handa  <handa@m17n.org>
14269
14270         * rfc2047.el (rfc2047-decode-cte): New function.
14271         (rfc2047-decode-region): Change the way to decode successive
14272         encoded-words: decode B- or Q-encoding in each encoded-word,
14273         concatenate them, and decode it as charset.
14274
14275 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * lpath.el: Fbind codepage-setup for XEmacs.
14278
14279 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14280
14281         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14282         widget-move-and-invoke.
14283         (gnus-custom-mode): Use gnus-custom-map.
14284
14285 2005-10-15  Bill Wohler  <wohler@newt.com>
14286
14287         * message.el (message-tool-bar-map): Rename image file from
14288         mail_send to mail/send.
14289
14290 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14291
14292         * message.el (message-expand-group): Pass the common
14293         prefix substring of completion to `display-completion-list'.
14294
14295 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * mml-sec.el (mml-secure-method): New internal variable.
14298         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14299         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14300         New functions using mml-secure-method.
14301
14302         * mml.el (mml-mode-map): Add key bindings for those functions.
14303         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14304         Harder <harder@myrealbox.com>.
14305         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14306         Goto end of message if point is the headers of the message.
14307
14308         * message.el (message-in-body-p): New function.
14309
14310         * assistant.el: Autoload gnus-util and netrc.
14311
14312         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14313         Use `mm-charset-override-alist' only when decoding.
14314
14315         * mm-bodies.el (mm-decode-body):
14316         Call `mm-charset-to-coding-system' with allow-override argument.
14317
14318         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14319         `filename' from Content-Disposition if Content-Type doesn't
14320         provide `name'.
14321         (gnus-mime-view-part-as-type): Set default instead of
14322         initial-input.
14323
14324 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14325
14326         * format-spec.el (format-spec): Propagate text properties of % spec.
14327
14328 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * gnus-art.el (gnus-treat-predicate): Add `first'.
14331
14332 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14335         (mm-charset-override-alist): New variable.
14336         (mm-charset-to-coding-system): Use it.
14337         (mm-codepage-setup): New helper function.
14338         (mm-charset-eval-alist): New variable.
14339         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14340         Warn about unknown charsets.
14341
14342         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14343
14344 2005-10-04  David Hansen  <david.hansen@gmx.net>
14345
14346         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14347         (nnrss-check-group): Ditto.
14348
14349 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14352         Rename x-gnus-verbatim to x-verbatim.
14353         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14354
14355         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14356         x-verbatim.
14357
14358         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14359
14360         * gnus-util.el (gnus-remove-duplicates): Remove.
14361
14362         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14363         instead of gnus-remove-duplicates.
14364
14365         * message.el (message-remove-duplicates): Remove.
14366         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14367         message-remove-duplicates.
14368
14369         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14370         available, else use implementation from `delete-dups'.
14371
14372         * message.el (message-insert-expires): New function.
14373         (message-mode-map): Add key binding.
14374         (message-mode-field-menu): Add menu entry.
14375         (message-mode): Document it.
14376         (message-make-expires-date): Use `message-make-date'.
14377
14378 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14379
14380         * message.el (message-make-expires-date): New function.
14381
14382 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * Makefile.in (list-installed-shadows): New entry.
14385         (install): Use it.
14386         (remove-installed-shadows): New entry.
14387
14388         * dgnushack.el (dgnushack-default-load-path): New variable.
14389         (dgnushack-find-lisp-shadows): New function.
14390         (dgnushack-remove-lisp-shadows): New function.
14391
14392 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * Makefile.in (install-el-elc): New entry.
14395         (install): Use it so that .el files are necessarily installed.
14396
14397 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14400
14401 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14402
14403         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14404         function rather than the diff-mode.el package.
14405         (mm-display-external): Use with-current-buffer.
14406         (mm-viewer-completion-map, mm-viewer-completion-map):
14407         Move initialization inside declaration.
14408
14409 2005-09-29  Simon Josefsson  <jas@extundo.com>
14410
14411         * spam.el: Load hashcash when compiling, to avoid warnings.
14412         Don't autoload mail-check-payment.
14413         (spam-check-hashcash): Define unconditionally, since hashcash.el
14414         is part of Gnus now.  Ignore errors from payment checking.
14415
14416 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * message.el (message-bold-region, message-unbold-region):
14419         Rename from `bold-region' and `unbold-region'.
14420
14421         * message.el: Remove useless autoloads.
14422
14423 2005-09-28  Simon Josefsson  <jas@extundo.com>
14424
14425         * message.el (message-use-idna): Default to t.
14426         (message-use-idna): Test whether encoding works too.  Doc fix.
14427
14428 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * nntp.el (nntp-warn-about-losing-connection): Remove.
14431
14432 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14433
14434         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14435         customizable.  Change default value.
14436         (mm-uu-diff-groups-regexp): Change default value.
14437         (mm-uu-type-alist): Add doc string.
14438         (mm-uu-configure): Add doc string.  Make it interactive.
14439         (mm-uu-tex-groups-regexp): New variable.
14440         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14441         (mm-uu-type-alist): Add LaTeX documents.
14442         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14443         of "text/verbatim".
14444         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14445
14446         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14447         instead of "text/verbatim".
14448
14449         * message.el (message-mark-inserted-region)
14450         (message-mark-insert-file): Use slrn style marks when called with
14451         prefix argument.
14452
14453 2005-09-27  Simon Josefsson  <jas@extundo.com>
14454
14455         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14456
14457 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14458
14459         * message.el (message-remove-duplicates): New function.
14460         Implementation borrowed from `gnus-remove-duplicates'.
14461         (message-idna-to-ascii-rhs): Also encode idna addresses in
14462         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14463         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14464         only ask about the same idna domain once per header and also tell
14465         in what header to replace the idna domain.
14466
14467         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14468         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14469         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14470         a header is decoded and not just the last one.
14471
14472 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14475         has been decoded.
14476
14477         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14478         (mm-insert-part): Don't modify text if it has been decoded.
14479
14480         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14481         decoded.
14482
14483         * mm-view.el (mm-inline-text): Don't strip text props unless
14484         decoding enriched or richtext parts.
14485
14486 2005-09-25  Romain Francoise  <romain@orebokech.com>
14487
14488         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14489         * gnus-start.el (gnus-subscribe-interactively):
14490         * gnus-uu.el (gnus-uu-grab-articles):
14491         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14492         space.
14493
14494 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14495
14496         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14497         * mm-view.el (mm-view-pkcs7-decrypt):
14498         * gnus-sum.el (gnus-summary-limit-to-extra)
14499         (gnus-summary-respool-article, gnus-read-move-group-name):
14500         * gnus-score.el (gnus-summary-increase-score):
14501         * gnus-util.el (gnus-completing-read-with-default):
14502         * gnus-art.el (gnus-read-save-file-name)
14503         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14504         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14505         * message.el (message-check-news-header-syntax):
14506         Follow convention for reading with the minibuffer.
14507
14508 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * spam-report.el (spam-report-url-ping-plain):
14511         Use gnus-extended-version as User-Agent.
14512
14513         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14514         default value is nil.
14515
14516         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14517         (mm-uu-verbatim-marks-extract): New function.
14518         (mm-uu-extract): New face.
14519         (mm-uu-copy-to-buffer): Use it.
14520
14521         * spam-report.el (spam-report-gmane-ham): Rename from
14522         `spam-report-gmane-unspam'.
14523         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14524         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14525
14526         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14527         Autoload.
14528         (spam-report-gmane-unregister-routine):
14529         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14530
14531 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14532
14533         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14534         (spam-report-gmane-unregister-routine): Add support for gmane
14535         unregistration.
14536
14537         * spam-report.el (spam-report-gmane-unspam)
14538         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14539         (spam-report-gmane): Change to take a single article and do unspam
14540         registration.
14541
14542 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * mm-url.el (mm-url-decode-entities): Fix regexp.
14545
14546 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14547
14548         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14549         default to nil, to be able to use Gnus at all.  If the default
14550         switches to something else, then the function should be fixed not
14551         be exceedingly slow.
14552
14553 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14554
14555         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14556         fail hard.
14557
14558         * spam-report.el: Add better Keywords line.
14559
14560         * spam.el: Add Maintainer and better Keywords line.
14561
14562 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14563
14564         * gnus-art.el (gnus-article-replace-part)
14565         (gnus-mime-replace-part): New functions.
14566         (gnus-mime-action-alist, gnus-mime-button-commands)
14567         (gnus-mime-save-part-and-strip): Add file argument.
14568         (gnus-article-part-wrapper): Add interactive argument.
14569
14570         * gnus-sum.el (gnus-summary-mime-map):
14571         Add `gnus-article-replace-part'.
14572
14573 2005-09-19  Didier Verna  <didier@xemacs.org>
14574
14575         The nnml compaction feature:
14576         * nnml.el (nnml-request-compact-group): New function.
14577         * nnml.el (nnml-request-compact): New function.
14578         * gnus-int.el (gnus-request-compact-group): New function.
14579         * gnus-int.el (gnus-request-compact): New function.
14580         * gnus-group.el (gnus-group-compact-group): New function.
14581         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14582         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14583         * gnus-srvr.el (gnus-server-compact-server): New function.
14584         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14585         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14586
14587 2005-09-18  Deepak Goel  <deego@gnufans.org>
14588
14589         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14590         format spec.
14591
14592 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14595
14596 2005-09-15  Romain Francoise  <romain@orebokech.com>
14597
14598         * message.el (message-fill-paragraph): Clarify docstring.
14599
14600 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * gnus-art.el (gnus-mime-display-part): Protect against broken
14603         MIME messages.
14604
14605 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14608         before parsing header.
14609
14610 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14611
14612         * html2text.el (html2text-replace-list): Add new entities.
14613
14614 2005-09-11  Romain Francoise  <romain@orebokech.com>
14615
14616         * message.el (message-alternative-emails): Improve docstring.
14617         (message-setup-1): Call `message-use-alternative-email-as-from'
14618         after `message-setup-hook' to give it precedence over posting
14619         styles, etc.
14620         (message-use-alternative-email-as-from): Add docstring.
14621         Remove the original From header if present.
14622
14623         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14624         (nnml-save-mail): Use it.
14625
14626         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14627         articles.  Add new argument `silent'.
14628         (gnus-uu-mark-all): Report the total number of marked articles.
14629
14630 2005-09-10  Romain Francoise  <romain@orebokech.com>
14631
14632         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14633         (gnus-uu-mark-series): Likewise.
14634
14635 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14636
14637         * spam-report.el (spam-report-gmane): Fix generation of spam
14638         report URL.
14639
14640 2005-09-10  Simon Josefsson  <jas@extundo.com>
14641
14642         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14643         t, based on discussion on the ding list with Robert Epprecht
14644         <epprecht@solnet.ch>.
14645
14646 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * spam-report.el (spam-report-gmane): Make it work without
14649         X-Report-Spam header.  Gmane now only provides Archived-At.
14650         This is only used if `spam-report-gmane-use-article-number' is nil.
14651         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14652
14653         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14654         make `gnus-summary-sort-by-recipient' work with threading.
14655
14656         * nnweb.el (nnweb-google-wash-article): Print a message if article
14657         is not available.
14658
14659 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14660
14661         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14662         change.  Decode text/* parts content before displaying.
14663
14664 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14665
14666         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14667
14668 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14671
14672         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14673         url-package-name, url-package-version,
14674         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14675         w3m-display-inline-images, and w3m-minor-mode-map.
14676
14677 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14678
14679         * message.el (message-tab-body-function): Fix mismatched custom type.
14680
14681         * gnus.el (gnus-group-change-level-function): Ditto.
14682
14683         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14684
14685         * gnus-art.el (gnus-signature-limit)
14686         (gnus-article-mime-part-function): Ditto.
14687
14688 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * mml.el (mml-mode): Silence the byte compiler.
14691
14692         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14693         using `(sit-for 0)' before moving the point to the specified part;
14694         skip unbuttonized parts.
14695         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14696         return to the summary window if gnus-auto-select-part is non-nil.
14697
14698 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14701         New variables.
14702         (mml-dnd-attach-file, mml-mode): Use them.
14703
14704         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14705         Make fetching article by MID work again for Google Groups.
14706         Add FIXME concerning gnus-group-make-web-group.
14707
14708         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14709         Don't depend on Gnus by using mail-extract-address-components if
14710         gnus-extract-address-components is not bound.
14711
14712 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14713
14714         * gnus-art.el (gnus-mime-display-security): Don't display the
14715         signature, but only the signed part.
14716
14717 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14720
14721         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14722         list, not listp.
14723
14724 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14725
14726         * mm-encode.el (mm-encode-content-transfer-encoding):
14727         Likewise when encoding.
14728
14729         * mm-bodies.el (mm-decode-content-transfer-encoding):
14730         De-canonicalize CRLF for all text content types, not just
14731         text/plain.
14732
14733 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14736         valid article; point arrow and cursor at the MIME button.
14737
14738 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14741         Suggested by Dan Christensen <jdc@uwo.ca>.
14742
14743         * mm-decode.el (mm-save-part): Enable change of prompt.
14744
14745 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14746
14747         * gnus-msg.el (gnus-inews-add-send-actions):
14748         Make `message-post-method' lambda parameter ARG `&optional'.
14749
14750 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * gnus-sum.el (gnus-summary-mime-map):
14753         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14754         gnus-article-jump-to-part.
14755
14756         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14757         (gnus-article-edit-part): Use it.
14758         (gnus-article-part-wrapper): Add no-handle argument.
14759         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14760         New functions.
14761
14762 2005-08-29  Romain Francoise  <romain@orebokech.com>
14763
14764         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14765         docstring.
14766         (gnus-face-from-file): Likewise.
14767
14768 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14771         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14772         non-nil.
14773         (gnus-auto-select-part): New variable.
14774         (gnus-article-jump-to-part): New function.
14775         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14776         (gnus-mime-delete-part): Allow selecting specified part after
14777         deleting or stripping parts.
14778         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14779         part if argument is bogus.
14780
14781 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14782
14783         * gnus-art.el (w3m-minor-mode-map):
14784         * gnus-spec.el (gnus-newsrc-file-version):
14785         * gnus-util.el (nnmail-active-file-coding-system)
14786         (gnus-original-article-buffer, gnus-user-agent):
14787         * gnus.el (gnus-ham-process-destinations)
14788         (gnus-parameter-ham-marks-alist)
14789         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14790         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14791         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14792         * mm-decode.el (gnus-current-window-configuration):
14793         * mm-extern.el (gnus-article-mime-handles):
14794         * mm-url.el (url-current-object, url-package-name)
14795         (url-package-version):
14796         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14797         (smime-keys, w3m-cid-retrieve-function-alist)
14798         (w3m-current-buffer, w3m-display-inline-images)
14799         (w3m-minor-mode-map):
14800         * mml-smime.el (gnus-extract-address-components):
14801         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14802         (gnus-newsrc-hashtb, message-default-charset)
14803         (message-deletable-headers, message-options)
14804         (message-posting-charset, message-required-mail-headers)
14805         (message-required-news-headers):
14806         * mml1991.el (mc-pgp-always-sign):
14807         * mml2015.el (mc-pgp-always-sign):
14808         * nnheader.el (nnmail-extra-headers):
14809         * rfc1843.el (gnus-decode-encoded-word-function)
14810         (gnus-decode-header-function, gnus-newsgroup-name):
14811         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14812
14813 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14814
14815         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14816         the end of the date treatments.
14817
14818 2005-08-15  Simon Josefsson  <jas@extundo.com>
14819
14820         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14821         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14822         Capello and Romain Francoise.
14823         (pgg-fetch-key-function): Remove, not used?
14824         (pgg-insert-url-with-w3): Require url, to get
14825         url-insert-file-contents regardless of where it is defined.
14826
14827 2005-08-13  Romain Francoise  <romain@orebokech.com>
14828
14829         * message.el (message-cite-original-1): New function.
14830         (message-cite-original): Use it.
14831         (message-cite-original-without-signature): Ditto.
14832
14833 2005-08-08  Romain Francoise  <romain@orebokech.com>
14834
14835         * message.el (message-yank-empty-prefix): New variable.
14836         (message-indent-citation): Use it.
14837         (message-cite-original-without-signature): Respect X-No-Archive.
14838
14839 2005-08-08  Simon Josefsson  <jas@extundo.com>
14840
14841         * pgg.el: Autoload url-insert-file-contents instead of loading
14842         w3/url.
14843         (pgg-insert-url-with-w3): Don't load url here.
14844
14845 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14846
14847         * message.el (message-kill-to-signature): Don't insert newline at
14848         bol.
14849         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14850
14851 2005-08-06  Romain Francoise  <romain@orebokech.com>
14852
14853         * message.el (message-user-fqdn): Fix typo in docstring.
14854
14855 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14856
14857         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14858
14859         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14860
14861 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * mm-bodies.el (mm-encode-body): Use coding system rather than
14864         charset to encode text.
14865
14866         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14867         number of charsets if utf-8 is available (XEmacs).
14868
14869 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14872         taken from `gnus-button-mid-or-mail-regexp'.
14873         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14874         (gnus-button-alist): Improve regexp for domain part of the MIDs
14875         for news:localpart@domain buttons.
14876         (gnus-button-ctan-directory-regexp): Update.
14877
14878 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * sieve-manage.el (sieve-manage-interactive-login):
14881         Use make-local-variable rather than make-variable-buffer-local.
14882         (sieve-manage-open): Ditto.
14883         (sieve-manage-authenticate): Ditto.
14884
14885         * mml.el (mml-generate-mime-1): Make the content type default to
14886         text/plain if the filename is not specified.
14887
14888 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14891         instead of insert-buffer.
14892
14893         * message.el (message-yank-original): Ditto; set the mark at the
14894         end of the yanked message.
14895
14896 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14899         lines to scroll rather than to stop it.
14900
14901         * mml.el (mml-generate-default-type): Add doc string.
14902         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14903         default to application/octet-stream when determining the content
14904         type if it is not specified for the part or the mml contents; add
14905         a comment about mml-generate-default-type.
14906
14907 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14908
14909         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14910         make it default to application/octet-stream when determining the
14911         content type if it is not specified for the external contents.
14912
14913 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14916         segmented parameter but also other parameters might be there.
14917
14918 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * mm-decode.el (mm-display-external): Delete temp file, directory
14921         and buffer immediately if the external process is exited.
14922
14923 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14926         fewer lines than that of scroll-margin.
14927         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14928
14929 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * gnus-art.el (gnus-article-next-page): Revert.
14932         (gnus-article-beginning-of-window): New macro.
14933         (gnus-article-next-page-1): Use it.
14934         (gnus-article-prev-page): Ditto.
14935         (gnus-article-edit-part): Use insert-buffer-substring instead of
14936         insert-buffer.
14937         (gnus-article-edit-exit): Ditto.
14938
14939         * gnus-util.el (gnus-beginning-of-window): Remove.
14940         (gnus-end-of-window): Remove.
14941
14942         * lpath.el: Don't bind header-line-format and scroll-margin.
14943
14944 2005-07-25  Simon Josefsson  <jas@extundo.com>
14945
14946         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14947         to have the url package without w3.  Reported by Daiki Ueno
14948         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14949
14950 2005-07-20  Didier Verna  <didier@xemacs.org>
14951
14952         * gnus-diary.el: Remove the description comment (nndiary is now
14953         properly documented in the Gnus manual).
14954         Fix the spelling of "Back End".
14955         * nndiary.el: Ditto.
14956         Fix the copyright notice.
14957
14958 2005-07-18  Romain Francoise  <romain@orebokech.com>
14959
14960         * gnus-sum.el (gnus-summary-to-prefix)
14961         (gnus-summary-newsgroup-prefix): New variables.
14962         (gnus-summary-from-or-to-or-newsgroups): Use them.
14963
14964 2005-07-17  Romain Francoise  <romain@orebokech.com>
14965
14966         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14967         space as it's generally not especially interesting to the user.
14968
14969 2005-07-16  Romain Francoise  <romain@orebokech.com>
14970
14971         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14972         nil to avoid prompting and file modification if one of the
14973         messages at the top of the nnfolder file contains a copyright
14974         notice.
14975         Update copyright notice.
14976
14977         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14978         instead of `current-time-string' as the latter creates a time
14979         string that is not RFC 2822 compliant (it lacks the zone).
14980         Update copyright notice.
14981
14982 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14983
14984         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14985         for text/rtf.  Display default in prompt.  Pass default for M-n.
14986
14987         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14988
14989 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14990
14991         * gnus-msg.el (gnus-button-mailto):
14992         Remove save-selected-window-window hackery because it relies on
14993         save-selected-window internals.
14994
14995 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14998         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14999         (gnus-article-prev-page): Ditto.
15000
15001         * gnus-util.el (gnus-beginning-of-window): New function.
15002         (gnus-end-of-window): New function.
15003
15004         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15005
15006 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15007
15008         * gnus-score.el (gnus-score-edit-all-score):
15009         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15010         gnus-message.
15011
15012 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15013
15014         * gnus-msg.el (gnus-button-mailto):
15015         Remove save-selected-window-window hackery because it relies on
15016         save-selected-window internals.
15017
15018 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15021         add-minor-mode.
15022         (gnus-binary-mode): Ditto.
15023
15024         * gnus-topic.el (gnus-topic-mode): Ditto.
15025
15026 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15027
15028         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15029         (gnus-article-prev-page): Take scroll-margin into consideration.
15030
15031 2005-07-04  Lute Kamstra  <lute@gnu.org>
15032
15033         Update FSF's address in GPL notices.
15034
15035 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15036
15037         * gnus.el (gnus-exit):
15038         * gnus-group.el (gnus-group-icons):
15039         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15040
15041         * gnus-nocem.el (gnus-nocem):
15042         * message.el (message-various, message-buffers, message-sending)
15043         (message-interface, message-forwarding, message-insertion)
15044         (message-headers, message-news, message-mail):
15045         * pgg-gpg.el (pgg-gpg):
15046         * pgg-parse.el (pgg-parse):
15047         * pgg-pgp.el (pgg-pgp):
15048         * pgg-pgp5.el (pgg-pgp5):
15049         * pop3.el (pop3): Finish `defgroup' description with period.
15050
15051 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-art.el (article-display-face): Improve the efficiency.
15054         (article-display-x-face): Ditto; remove grey x-face stuff.
15055
15056 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * gnus-art.el (article-display-face): Correct the position in
15059         which Faces are inserted.
15060
15061 2005-06-29  Didier Verna  <didier@xemacs.org>
15062
15063         * gnus-art.el (article-display-face): Display faces in correct
15064         order.
15065
15066 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15069         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15070         (gnus-nocem-check-article): Fetch the Type header.
15071         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15072         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15073         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15074         make sure gnus-nocem-hashtb is initialized.
15075         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15076         (gnus-nocem-unwanted-article-p): Ditto.
15077
15078         * pgg.el (pgg-verify): Return the verification result.
15079
15080 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15081
15082         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15083         is ascii.
15084
15085 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15086
15087         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15088         `show-nonbreak-escape'.
15089
15090 2005-06-23  Lute Kamstra  <lute@gnu.org>
15091
15092         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15093
15094         * dig.el (dig-mode):
15095         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15096
15097 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15098
15099         * nnimap.el (nnimap-split-download-body): Fix spellings.
15100
15101 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15102
15103         * gnus-art.el (gnus-article-encrypt-body):
15104         * gnus-cus.el (gnus-score-customize):
15105         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15106         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15107
15108 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15109
15110         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15111         header by looking for magic "MII" at the beginnig.
15112
15113 2005-06-16  Miles Bader  <miles@gnu.org>
15114
15115         * gnus-xmas.el (gnus-xmas-group-startup-message):
15116         Use renamed gnus-splash face.
15117
15118         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15119         (assistant-field-face): New backward-compatibility alias for renamed
15120         face.
15121         (assistant-render-text): Use renamed assistant-field face.
15122
15123         * spam.el (spam): Remove "-face" suffix from face name.
15124         (spam-face): New backward-compatibility alias for renamed face.
15125         (spam-face, spam-initialize): Use renamed spam face.
15126
15127         * message.el (message-header-to, message-header-cc)
15128         (message-header-subject, message-header-newsgroups)
15129         (message-header-other, message-header-name)
15130         (message-header-xheader, message-separator, message-cited-text)
15131         (message-mml): Remove "-face" suffix from face names.
15132         (message-header-to-face, message-header-cc-face)
15133         (message-header-subject-face, message-header-newsgroups-face)
15134         (message-header-other-face, message-header-name-face)
15135         (message-header-xheader-face, message-separator-face)
15136         (message-cited-text-face, message-mml-face):
15137         New backward-compatibility aliases for renamed faces.
15138         (message-font-lock-keywords): Use renamed message faces.
15139
15140         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15141         (sieve-test-commands, sieve-tagged-arguments):
15142         Remove "-face" suffix from face names.
15143         (sieve-control-commands-face, sieve-action-commands-face)
15144         (sieve-test-commands-face, sieve-tagged-arguments-face):
15145         New backward-compatibility aliases for renamed faces.
15146         (sieve-control-commands-face, sieve-action-commands-face)
15147         (sieve-test-commands-face, sieve-tagged-arguments-face):
15148         Use renamed sieve faces.
15149
15150         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15151         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15152         (gnus-group-news-3-empty, gnus-group-news-4)
15153         (gnus-group-news-4-empty, gnus-group-news-5)
15154         (gnus-group-news-5-empty, gnus-group-news-6)
15155         (gnus-group-news-6-empty, gnus-group-news-low)
15156         (gnus-group-news-low-empty, gnus-group-mail-1)
15157         (gnus-group-mail-1-empty, gnus-group-mail-2)
15158         (gnus-group-mail-2-empty, gnus-group-mail-3)
15159         (gnus-group-mail-3-empty, gnus-group-mail-low)
15160         (gnus-group-mail-low-empty, gnus-summary-selected)
15161         (gnus-summary-cancelled, gnus-summary-high-ticked)
15162         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15163         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15164         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15165         (gnus-summary-low-undownloaded)
15166         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15167         (gnus-summary-low-unread, gnus-summary-normal-unread)
15168         (gnus-summary-high-read, gnus-summary-low-read)
15169         (gnus-summary-normal-read, gnus-splash):
15170         Remove "-face" suffix from face names.
15171         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15172         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15173         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15174         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15175         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15176         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15177         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15178         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15179         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15180         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15181         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15182         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15183         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15184         (gnus-summary-normal-ticked-face)
15185         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15186         (gnus-summary-normal-ancient-face)
15187         (gnus-summary-high-undownloaded-face)
15188         (gnus-summary-low-undownloaded-face)
15189         (gnus-summary-normal-undownloaded-face)
15190         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15191         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15192         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15193         (gnus-splash-face):
15194         New backward-compatibility aliases for renamed faces.
15195         (gnus-group-startup-message): Use renamed gnus faces.
15196
15197         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15198         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15199         (gnus-server-agent): Remove "-face" suffix from face names.
15200         (gnus-server-agent-face, gnus-server-opened-face)
15201         (gnus-server-closed-face, gnus-server-denied-face)
15202         (gnus-server-offline-face):
15203         New backward-compatibility aliases for renamed faces.
15204         (gnus-server-agent-face, gnus-server-opened-face)
15205         (gnus-server-closed-face, gnus-server-denied-face)
15206         (gnus-server-offline-face): Use renamed gnus faces.
15207
15208         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15209         Remove "-face" suffix from face names.
15210         (gnus-picon-xbm-face, gnus-picon-face):
15211         New backward-compatibility aliases for renamed faces.
15212
15213         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15214         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15215         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15216         (gnus-cite-11): Remove "-face" suffix from face names.
15217         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15218         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15219         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15220         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15221         New backward-compatibility aliases for renamed faces.
15222         (gnus-cite-attribution-face, gnus-cite-face-list)
15223         (gnus-article-boring-faces): Use renamed gnus faces.
15224
15225         * gnus-art.el (gnus-signature, gnus-header-from)
15226         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15227         (gnus-header-content): Remove "-face" suffix from face names.
15228         (gnus-signature-face, gnus-header-from-face)
15229         (gnus-header-subject-face, gnus-header-newsgroups-face)
15230         (gnus-header-name-face, gnus-header-content-face):
15231         New backward-compatibility aliases for renamed faces.
15232         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15233
15234         * gnus-sum.el (gnus-summary-selected-face)
15235         (gnus-summary-highlight): Use renamed gnus faces.
15236         * gnus-group.el (gnus-group-highlight): Likewise.
15237
15238 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15239
15240         * gnus-sieve.el (gnus-sieve-article-add-rule):
15241         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15242         * spam-stat.el (spam-stat-buffer-change-to-spam)
15243         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15244
15245         * message.el (message-is-yours-p):
15246         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15247
15248 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * mm-view.el (mm-inline-text): Withdraw the last change.
15251
15252 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15255         executing enriched-decode.
15256
15257 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15260         charset of tar files.
15261
15262 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15263
15264         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15265
15266 2005-06-04  Lute Kamstra  <lute@gnu.org>
15267
15268         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15269         information is never recorded.
15270
15271 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15272
15273         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15274
15275 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * pop3.el (pop3-apop): Run md5 in the binary mode.
15278
15279         * starttls.el (starttls-set-process-query-on-exit-flag):
15280         Use eval-and-compile.
15281
15282 2005-05-31  Simon Josefsson  <jas@extundo.com>
15283
15284         * smime.el (smime-replace-in-string): Define.
15285         (smime-cert-by-ldap-1): Use it.
15286
15287 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * gnus-art.el (article-display-x-face): Replace
15290         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15291
15292         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15293         set-process-query-on-exit-flag or process-kill-without-query.
15294
15295         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15296         loop instead of replace-regexp.
15297
15298         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15299         instead of process-kill-without-query if it is available.
15300
15301         * lpath.el: Fbind ldap-search-entries.
15302
15303         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15304         instead of find-file-hooks if it is available.
15305
15306         * mml1991.el: Bind pgg-default-user-id when compiling.
15307
15308         * mml2015.el: Bind pgg-default-user-id when compiling.
15309
15310         * nndraft.el (nndraft-request-associate-buffer):
15311         Use write-contents-functions instead of write-contents-hooks if it is
15312         available.
15313
15314         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15315         instead of find-file-hooks if it is available.
15316
15317         * nntp.el (nntp-open-connection): Replace
15318         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15319         (nntp-open-ssl-stream): Ditto.
15320         (nntp-open-tls-stream): Ditto.
15321
15322         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15323         set-process-query-on-exit-flag or process-kill-without-query.
15324         (starttls-open-stream-gnutls): Use it instead of
15325         process-kill-without-query.
15326         (starttls-open-stream): Ditto.
15327
15328 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15329
15330         * smime.el (smime-cert-by-ldap-1): Don't use
15331         replace-regexp-in-string.
15332
15333 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15334
15335         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15336
15337         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15338         in PEM format.  Adjust to the XEmacs compability.
15339
15340 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15341
15342         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15343         by `string-to-number'.
15344         * gnus-agent.el (gnus-agent-regenerate-group)
15345         (gnus-agent-fetch-articles): Ditto.
15346         * gnus-art.el (gnus-button-fetch-group): Ditto.
15347         * gnus-cache.el (gnus-cache-generate-active)
15348         (gnus-cache-articles-in-group): Ditto.
15349         * gnus-group.el (gnus-group-set-current-level)
15350         (gnus-group-insert-group-line): Ditto.
15351         * gnus-score.el (gnus-score-set-expunge-below)
15352         (gnus-score-set-mark-below, gnus-summary-score-effect)
15353         (gnus-summary-score-entry): Ditto.
15354         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15355         (gnus-soup-pack): Ditto.
15356         * gnus-spec.el (gnus-xmas-format): Ditto.
15357         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15358         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15359         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15360         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15361         * nndb.el (nndb-get-remote-expire-response): Ditto.
15362         * nndiary.el (nndiary-parse-schedule-value)
15363         (nndiary-string-to-number, nndiary-request-replace-article)
15364         (nndiary-request-article): Ditto.
15365         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15366         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15367         * nneething.el (nneething-make-head): Ditto.
15368         * nnfolder.el (nnfolder-request-article)
15369         (nnfolder-retrieve-headers): Ditto.
15370         * nnheader.el (nnheader-file-to-number): Ditto.
15371         * nnkiboze.el (nnkiboze-request-article): Ditto.
15372         * nnmail.el (nnmail-process-unix-mail-format)
15373         (nnmail-process-babyl-mail-format): Ditto.
15374         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15375         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15376         (nnmh-request-create-group, nnmh-request-list-1)
15377         (nnmh-request-group, nnmh-request-article): Ditto.
15378         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15379         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15380         * nnsoup.el (nnsoup-make-active): Ditto.
15381         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15382         * nntp.el (nntp-find-group-and-number)
15383         (nntp-retrieve-headers-with-xover): Ditto.
15384         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15385         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15386         (pgg-format-key-identifier): Ditto.
15387         * pop3.el (pop3-last, pop3-stat): Ditto.
15388         * qp.el (quoted-printable-decode-region): Ditto.
15389
15390         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15391         of concat.
15392
15393 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15396
15397         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15398
15399         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15400
15401         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15402
15403         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15404
15405         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15406
15407         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15408         (gnus-carpal-mode): Ditto.
15409
15410         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15411         (gnus-browse-mode): Ditto.
15412
15413         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15414
15415         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15416
15417 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15418
15419         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15420
15421 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * gnus-util.el (gnus-run-mode-hooks): New function.
15424
15425         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15426
15427         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15428         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15429
15430 2005-05-27  Lute Kamstra  <lute@gnu.org>
15431
15432         * dns-mode.el (dns-mode): Specify customization group.
15433
15434 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15435
15436         * gnus-agent.el (gnus-agent-make-mode-line-string):
15437         Use mode-line-highlight as mouse-face.
15438
15439 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * canlock.el (canlock): Change the parent group to news.
15442
15443         * deuglify.el (gnus-outlook-deuglify): Add :group.
15444
15445         * dig.el (dig): Add :group.
15446
15447         * dns-mode.el (dns-mode): Add :group.
15448
15449         * encrypt.el (encrypt): Add :group.
15450
15451         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15452         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15453         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15454         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15455         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15456
15457         * gnus-diary.el (gnus-diary): Add :group.
15458
15459         * gnus.el (gnus-group-news-1-face): Add :group.
15460         (gnus-group-news-1-empty-face): Ditto.
15461         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15462         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15463         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15464         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15465         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15466         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15467         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15468         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15469         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15470         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15471         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15472         (gnus-summary-high-ticked-face): Ditto.
15473         (gnus-summary-low-ticked-face): Ditto.
15474         (gnus-summary-normal-ticked-face): Ditto.
15475         (gnus-summary-high-ancient-face): Ditto.
15476         (gnus-summary-low-ancient-face): Ditto.
15477         (gnus-summary-normal-ancient-face): Ditto.
15478         (gnus-summary-high-undownloaded-face): Ditto.
15479         (gnus-summary-low-undownloaded-face): Ditto.
15480         (gnus-summary-normal-undownloaded-face): Ditto.
15481         (gnus-summary-high-unread-face): Ditto.
15482         (gnus-summary-low-unread-face): Ditto.
15483         (gnus-summary-normal-unread-face): Ditto.
15484         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15485         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15486
15487         * hashcash.el (hashcash): New custom group.
15488         (hashcash-default-payment): Add :group.
15489         (hashcash-payment-alist): Ditto.
15490         (hashcash-default-accept-payment): Ditto.
15491         (hashcash-accept-resources): Ditto.
15492         (hashcash-path): Ditto.
15493         (hashcash-extra-generate-parameters): Ditto.
15494         (hashcash-double-spend-database): Ditto.
15495         (hashcash-in-news): Ditto.
15496
15497         * message.el (message-minibuffer-local-map): Add :group.
15498
15499         * netrc.el (netrc): Add :group.
15500
15501         * sieve-manage.el (sieve-manage-log): Add :group.
15502         (sieve-manage-default-user): Diito.
15503         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15504         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15505         (sieve-manage-authenticators): Ditto.
15506         (sieve-manage-authenticator-alist): Ditto.
15507         (sieve-manage-default-port): Ditto.
15508
15509         * sieve-mode.el (sieve-control-commands-face): Add :group.
15510         (sieve-action-commands-face): Ditto.
15511         (sieve-test-commands-face): Ditto.
15512         (sieve-tagged-arguments-face): Ditto.
15513
15514         * smime.el (smime): Add :group.
15515
15516         * spam-report.el (spam-report): Add :group.
15517
15518         * spam.el (spam, spam-face): Add :group.
15519
15520 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15521
15522         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15523         return \n.\n.\n at the end of articles.  Protect against that.
15524         (nntp-with-open-group): Allow debugging.
15525
15526         * nnheader.el (mail-header-set-extra): Make into a function
15527         because I just could't understand how to quote the list properly.
15528
15529         * dns.el (query-dns-cached): New function.
15530
15531 2005-05-26  Lute Kamstra  <lute@gnu.org>
15532
15533         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15534
15535 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15538
15539         * gnus-art.el: Don't autoload mail-extract-address-components.
15540
15541         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15542         eval-and-compile to evaluate it.
15543
15544         * hashcash.el: Don't autoload executable-find.
15545
15546         * nndb.el: Don't declare the nndb back end two or more times; don't
15547         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15548
15549         * nntp.el: Autoload format-spec instead of format; use
15550         eval-and-compile to evaluate autoload forms.
15551
15552 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15553
15554         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15555
15556 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15557
15558         * gnus.el (gnus-version-number): Bump version.
15559
15560 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15561
15562         * gnus.el: No Gnus v0.3 is released.
15563
15564 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15565
15566         * lpath.el (featurep): Bind show-nonbreak-escape.
15567
15568 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * gnus-art.el (gnus-article-edit-part): Disable undo.
15571
15572 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15575         gnus-article-date-lapsed-new-header is t if date timer is active;
15576         skip headers in which the original date value is empty.
15577         (gnus-article-save-original-date): Redefine it as a macro.
15578         (gnus-display-mime): Use it.
15579
15580 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-art.el (article-date-ut): Support converting date in
15583         forwarded parts as well.
15584         (gnus-article-save-original-date): New function.
15585         (gnus-display-mime): Use it.
15586
15587 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15588
15589         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15590         enclosure element of <item>.
15591
15592 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15593
15594         * message.el (message-kill-buffer-query): Rename from
15595         `message-kill-buffer-query-if-modified'.  Add :version.
15596
15597 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15600         window layout.
15601
15602 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * mml.el: Autoload dnd when compiling.
15605
15606 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15607
15608         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15609         x-dnd-*.
15610
15611 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * qp.el (quoted-printable-encode-region): Save excursion.
15614
15615 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15616
15617         * message.el (message-kill-buffer-query-if-modified): Add new variable
15618         so the user can kill a modified message buffer quickly.
15619         (message-kill-buffer): Use it.
15620
15621 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * lpath.el: Fbind display-time-event-handler; don't fbind
15624         string-to-multibyte.
15625
15626         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15627
15628 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15631         contained in text because xml.el decodes entities) with LFs.
15632
15633 2005-04-11  Lute Kamstra  <lute@gnu.org>
15634
15635         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15636         differently.
15637
15638 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15639
15640         * mm-util.el (mm-detect-coding-region): Typo.
15641
15642 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15643
15644         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15645
15646 2005-04-06  Deepak Goel  <deego@gnufans.org>
15647
15648         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15649         user-function allow user modifications of the scores.
15650         (spam-stat-score-buffer-user): New function, to allow
15651         user-computed modifications to the score.
15652         (spam-stat-score-buffer-user-functions): List of additional
15653         scoring functions.
15654         (spam-stat-error-holder): Global temporary error holder.
15655         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15656         variable.
15657
15658 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15659
15660         * gnus-registry.el (gnus-registry-clean-empty-function)
15661         (gnus-registry-trim, gnus-registry-fetch-groups)
15662         (gnus-registry-delete-group): Groups that match
15663         `gnus-registry-ignored-groups' are removed from the registry
15664         entries, not just ignored for splitting.  This helps clean up the
15665         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15666         to get all the groups a message ID is in.
15667
15668         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15669         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15670         (spam-stat-score-buffer-user-functions): Add :number custom type.
15671
15672 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15675         argument in XEmacs.
15676
15677         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15678         (nnrss-request-group): Decode group name first.
15679         (nnrss-request-article): Make a text/plain article if mml-to-mime
15680         failed.
15681         (nnrss-get-encoding): Return a compatible encoding according to
15682         nnrss-compatible-encoding-alist.
15683         (nnrss-find-el): Use consp instead of listp.
15684         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15685
15686 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15689         which Emacs 20 doesn't support.
15690         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15691
15692 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15693
15694         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15695         silence the byte compiler inside the defun.
15696
15697         * gnus-demon.el (parse-time-string): Add autoload.
15698
15699         * gnus-delay.el (parse-time-string): Add autoload.
15700
15701         * gnus-art.el (parse-time-string): Add autoload.
15702
15703         * nnultimate.el (parse-time): Require for `parse-time-string'.
15704
15705 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15708
15709         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15710
15711         * smime.el (smime-ldap-host-list): Add :version.
15712
15713 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15716         pass it to `gnus-browse-read-group'.
15717         (gnus-browse-read-group): Add NUMBER argument and pass it to
15718         `gnus-group-read-ephemeral-group'.
15719
15720         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15721         argument and pass it to `gnus-group-read-group'.
15722
15723 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15724
15725         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15726         mm-xemacs-find-mime-charset-1 if we have the mule feature
15727         available at runtime.
15728
15729 2005-03-25  Werner Lemberg  <wl@gnu.org>
15730
15731         * nnmaildir.el: Replace `illegal' with `invalid'.
15732
15733 2005-03-23  Lute Kamstra  <lute@gnu.org>
15734
15735         * time-date.el: Add comment on time value formats.
15736         Don't require parse-time.
15737         (with-decoded-time-value): New macro.
15738         (encode-time-value): New function.
15739         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15740         (days-to-time): Return a valid time value when arg is huge.
15741         (time-since): Use time-subtract.
15742         (time-to-number-of-days): Use time-to-seconds.
15743
15744 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15745
15746         * gnus-start.el (gnus-display-time-event-handler):
15747         Check display-time-timer at runtime rather than only at load time
15748         in case display-time-mode is turned off in the mean time.
15749
15750 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15751
15752         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15753         used.
15754
15755         * nneething.el (nneething-map-file-directory): Derive from
15756         `gnus-directory'.
15757
15758         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15759         the To/Cc button.
15760
15761 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15762
15763         * nnmaildir.el (nnmaildir-request-accept-article):
15764         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15765
15766 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15767
15768         * gnus-async.el: Require timer-funcs at compile time when in
15769         XEmacs for `run-with-idle-timer'.
15770
15771 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15772
15773         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15774         autoloaded function.
15775
15776 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15777
15778         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15779
15780 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15781
15782         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15783
15784 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15785
15786         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15787         Add gnus-expert-user to default.
15788
15789 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15790
15791         * nnimap.el (nnimap-open-server): Ditto.
15792
15793         * imap.el (imap-authenticate): Fix typo.
15794
15795 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15796
15797         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15798         buffer (since IMAP server might return FETCH response out of
15799         order, and the nntp buffer must be sorted).
15800
15801 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15802
15803         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15804         comparison on string.
15805
15806         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15807         (gnus-agent-score): Rename category keywords to match gnus-cus.
15808         (gnus-agent-summary-fetch-series): Modify to protect against
15809         gnus-agent-summary-fetch-group clearing processable flags.
15810         (gnus-agent-synchronize-group-flags): Update live group buffer as
15811         synchronization may occur due to the user toggle the plugged
15812         status.
15813         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15814         successfully downloaded.
15815         (gnus-agent-expire-group-1): Avoid using markers when the overview
15816         is in ascending order; greatly improves performance.
15817         (gnus-agent-regenerate-group):
15818         Use gnus-agent-synchronize-group-flags to reset read status in both
15819         gnus and server.
15820         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15821
15822 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15823
15824         * message.el: Don't autoload former message-utils variables.
15825         (message-strip-subject-trailing-was): Change doc string.
15826
15827         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15828         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15829         (nnweb-google-search): Add "hl=en" here.
15830         (nnweb-google-parse-1, nnweb-google-create-mapping):
15831         Don't hardcode URL.
15832
15833 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * message.el (message-get-reply-headers, message-followup):
15836         Mention related variables `message-use-followup-to' and
15837         `message-use-mail-followup-to', in the information buffer.
15838
15839         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15840         of broken groups(-beta).google.com.
15841
15842 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15843
15844         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15845         parameter to invoked gnus-request-move-article; remove the
15846         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15847         all at once instead of once per article.
15848         (gnus-summary-remove-process-mark): Accept a list of articles as
15849         well as a single article for processing.
15850
15851         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15852         parameter.
15853
15854         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15855
15856         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15857
15858         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15859         parameter.
15860
15861         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15862         parameter.
15863
15864         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15865         parameter and remove the gnus-sum-hint-move-is-internal variable.
15866
15867         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15868         parameter.
15869
15870         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15871         parameter.
15872
15873         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15874         parameter.
15875
15876         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15877
15878         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15879         parameter.
15880
15881         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15882         parameter.
15883
15884 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15885
15886         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15887         a more conservative way.
15888
15889 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15890
15891         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15892         buffer, so it moves the window's cursor.
15893
15894 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15895
15896         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15897         `mm-dissect-multipart' and receive the from field as an (optional)
15898         argument from `mm-dissect-multipart'.
15899         (mm-dissect-multipart): Receive the from field as an argument and
15900         pass it on when we call `mm-dissect-buffer' on MIME parts.
15901         Fixes verification/decryption of signed/encrypted MIME parts.
15902
15903 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         * gnus-sum.el (gnus-summary-move-article):
15906         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15907         whatever it calls (right now, only nnimap-request-move article
15908         respects it).
15909
15910         * nnimap.el (nnimap-request-move-article):
15911         When gnus-sum-hint-move-is-internal is set, don't do the extra
15912         nnimap-request-article.
15913
15914 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15915
15916         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15917
15918         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15919         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15920
15921         * gnus-sum.el (gnus-summary-caesar-message):
15922         Apply `gnus-treat-article' after rotation.
15923
15924         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15925         doc string.
15926
15927 2005-02-22  Simon Josefsson  <jas@extundo.com>
15928
15929         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15930         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15931         <arne@arnested.dk>.
15932         (encrypt): Add password-cache and password-cache-expiry as group
15933         members.
15934
15935 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15936
15937         * smime.el (smime-ldap-host-list): Doc fix.
15938         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15939         cache) password.
15940         (smime-sign-region): Use it.
15941         (smime-decrypt-region): Use it.
15942         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15943         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15944         fails.
15945         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15946         certificate from DER to PEM format rather than calling openssl.
15947
15948         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15949
15950         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15951         for signing/encryption.
15952
15953         * mml.el (mml-parse-1): Use them.
15954
15955 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15956
15957         * nnrss.el (nnrss-verbose): Remove.
15958         (nnrss-request-group): Use `nnheader-message' instead.
15959
15960 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15961
15962         * nnrss.el (nnrss-verbose): New variable.
15963         (nnrss-request-group): Make it say nnrss is requesting a group.
15964
15965 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15968         Handle news URL with given port correctly.
15969
15970 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15973         containing special characters.
15974
15975         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15976
15977         * mml.el (mime-to-mml): Ditto.
15978
15979         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15980         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15981         (rfc2047-decode-region): Quote decoded words containing special
15982         characters when rfc2047-quote-decoded-words-containing-tspecials
15983         is non-nil.
15984
15985 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15986
15987         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15988
15989         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15990
15991 2005-02-15  Simon Josefsson  <jas@extundo.com>
15992
15993         * nnimap.el (nnimap-debug): Doc fix.
15994
15995         * imap.el (imap-debug): Doc fix.
15996
15997 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16000
16001 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16002
16003         * gnus.el (spam-contents): Improve docs for spam-contents
16004         parameter in its variable incarnation.
16005
16006 2005-02-14  Simon Josefsson  <jas@extundo.com>
16007
16008         * smime-ldap.el: Use require instead of load-library for ldap.
16009         (smime-ldap-search): Indent.
16010         (smime-ldap-search-internal): Shorten line.
16011
16012         * smime.el (smime-cert-by-dns): Add doc-string.
16013         (smime-cert-by-ldap-1): Indent.
16014
16015         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16016         mml-smime-get-dns-ldap.
16017         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16018
16019 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16020
16021         * smime.el: Require smime-ldap.
16022         (smime-ldap-host-list): New variable.
16023         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16024
16025         * mml-smime.el (mml-smime-encrypt-query): New function.
16026         (mml-smime-encrypt-query): Use it.
16027
16028         * smime-ldap.el: New file.
16029
16030 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16033
16034 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16035
16036         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16037         argument in doc string.  Make query for type more clear.
16038
16039 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16040
16041         * gnus.el (gnus-group-startup-message): Search for gnus images in
16042         etc/images/gnus.
16043         * mm-util.el (mm-image-load-path): Likewise.
16044         * smiley.el (smiley-data-directory): Search for smilies in
16045         etc/images/smilies.
16046
16047 2005-02-09  Kim F. Storm  <storm@cua.dk>
16048
16049         Change Emacs release version from 21.4 to 22.1 throughout.
16050         Change Emacs development version from 21.3.50 to 22.0.50.
16051
16052 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16055
16056         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16057         non-Mule XEmacs as well.
16058         (mm-decompress-buffer): Signal an error intentionally if it does
16059         not decompress compressed data because auto-compression-mode is
16060         disabled.
16061
16062 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16063
16064         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16065         an ID in the registry even if it has no groups.
16066
16067 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16070         merge it into mm-decompress-buffer.
16071         (gnus-mime-copy-part): Use the MIME part charset, the value which
16072         a user specified or gnus-newsgroup-charset for decoding, like
16073         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16074         save-buffer what was used.  Suggested by Kevin Ryde
16075         <user42@zip.com.au>.
16076         (gnus-mime-inline-part): Allow the name parameter as well as the
16077         filename parameter; force decompressing of compressed data; always
16078         display contents being not decoded as unibyte.
16079
16080         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16081         as well as the filename parameter.
16082
16083         * mm-util.el (mm-decompress-buffer):
16084         Merge gnus-mime-jka-compr-maybe-uncompress.
16085         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16086         of compressed data.
16087
16088 2005-02-08  Simon Josefsson  <jas@extundo.com>
16089
16090         * imap.el (imap-log): Doc fix.
16091
16092 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16095         the coding cookies; decompress compressed parts.
16096
16097         * mml.el (mml-generate-mime-1): Add the charset parameter according
16098         to the value which a user specified manually or the coding cookie.
16099
16100         * mm-util.el (mm-string-to-multibyte): New function.
16101         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16102         (mm-coding-system-to-mime-charset): New function.
16103         (mm-decompress-buffer): New function.
16104         (mm-find-buffer-file-coding-system): New function.
16105
16106         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16107         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16108         parts.
16109
16110 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16111
16112         * mm-view.el (mm-display-inline-fontify): Decode a part according
16113         to the charset parameter.
16114
16115 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16118         prefix arg is neither nil nor a number, as info specifies.
16119
16120 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16123         timestamps.
16124
16125 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16126
16127         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16128         groups error checking and notify user.
16129
16130 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16131
16132         * message.el (message-send-mail-function): Check existence of
16133         sendmail-program first before using default value
16134         `message-send-mail-with-sendmail'.  Otherwise use more generic
16135         `smtpmail-send-it'.
16136
16137 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * nntp.el (nntp-request-update-info): Always return nil.
16140
16141 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16142
16143         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16144
16145 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16146
16147         * message.el (message-beginning-of-line): Change the behavior when
16148         invoked between BOL and : so that it first moves backward.
16149
16150 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16153         article buffer when editing of the article is discarded.
16154         (gnus-article-prepare): Revert.
16155
16156 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * gnus-art.el (gnus-article-prepare):
16159         Remove message-strip-forbidden-properties from the local hook.
16160
16161 2005-01-27  Simon Josefsson  <jas@extundo.com>
16162
16163         * password.el (password-cache-add): Only start one timer per key.
16164         Reported by Derek Atkins <warlord@MIT.EDU>.
16165
16166 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16167
16168         * run-at-time.el: Remove.  It is no longer needed as
16169         timer-funcs.el in the xemacs-base package has a working version of
16170         `run-at-time'.
16171
16172         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16173
16174         * password.el: Require timer-funcs instead of run-at-time in
16175         XEmacs.
16176         Remove `password-run-at-time' macro.
16177         (password-cache-add): Use `run-at-time' instead of
16178         `password-run-at-time'.
16179
16180         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16181         Remove `nnheader-cancel-function-timers' alias,
16182         `cancel-function-timers' exists in XEmacs in timer-funcs.
16183
16184         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16185         for `run-with-idle-timer'.
16186
16187         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16188         for `run-at-time'.
16189
16190         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16191         for `with-timeout'.
16192
16193         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16194         the same as for XEmacs 21.4.
16195         No need to ignore `run-with-idle-timer', this function exists in
16196         XEmacs now in timer-funcs.el in the xemacs-base package.
16197         (dgnushack-compile): No need to delete
16198         run-at-time.el from the list of files to compile because it
16199         doesn't exist anymore.
16200
16201 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16204         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16205
16206 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16207
16208         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16209         sensitively.
16210
16211 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16212
16213         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16214
16215 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16218         which will be inserted according to the multibyteness of a buffer
16219         rather than the type of contents.  Suggested by ARISAWA Akihiro
16220         <ari@mbf.ocn.ne.jp>.
16221
16222         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16223         of string which old xml.el may return rather than a string.
16224
16225 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16228
16229 2005-01-16  Simon Josefsson  <jas@extundo.com>
16230
16231         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16232         idn/idna.el isn't available.
16233         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16234         <michael@waxrat.com>.
16235
16236         * hashcash.el: Remove non-FSF copyright header.
16237
16238         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16239         (hashcash-generate-payment): Use it.
16240         (hashcash-generate-payment-async): Use it.
16241
16242 2005-01-15  Simon Josefsson  <jas@extundo.com>
16243
16244         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16245         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16246
16247         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16248         gnus-summary-idna-message.
16249         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16250         (gnus-summary-idna-message): New function.
16251
16252 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16255         gnus-novice-user.
16256
16257 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * nnrss.el (nnrss-request-delete-group): Delete entries in
16260         nnrss-group-alist as well.
16261         (nnrss-save-server-data): Insert newline.
16262
16263 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16264
16265         * gnus.el (gnus-user-agent): Use list of symbols instead of
16266         symbols.  Display full version number for (S)XEmacs.
16267         Optionally display (S)XEmacs codename.
16268
16269         * gnus-util.el (gnus-emacs-version): Update for new
16270         `gnus-user-agent'.
16271
16272         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16273         Gnus version.
16274
16275 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16276
16277         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16278         which is unreadable in some setups.
16279
16280 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * gnus-spec.el (gnus-update-format-specifications): Flush the
16283         group format spec cache if it doesn't support decoded group names.
16284
16285 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16286
16287         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16288         Allow to apply decay on score files matching a regexp.
16289
16290 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16293         compatibility in %g and %c.
16294
16295 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16298         name for only %g and %c.
16299         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16300         of gnus-tmp-group to decoded group name.
16301         (gnus-group-make-rss-group): Exclude `/'s from group names.
16302
16303 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * nnrss.el (nnrss-get-encoding): Fix regexp.
16306
16307 2004-12-27  Simon Josefsson  <jas@extundo.com>
16308
16309         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16310         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16311         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16312
16313 2004-12-17  Kim F. Storm  <storm@cua.dk>
16314
16315         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16316
16317         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16318
16319 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16320
16321         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16322
16323 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * nnrss.el: Require rfc2047 and mml.
16326         (nnrss-file-coding-system): New variable.
16327         (nnrss-format-string): Redefine it as an inline function.
16328         (nnrss-decode-group-name): New function.
16329         (nnrss-string-as-multibyte): Remove.
16330         (nnrss-retrieve-headers): Decode group name; don't use
16331         nnrss-format-string.
16332         (nnrss-request-group): Decode group name.
16333         (nnrss-request-article): Decode group name; allow a Message-ID as
16334         well as an article number; don't use nnrss-format-string; encode a
16335         Message-ID string which may contain non-ASCII characters; use
16336         mml-to-mime to compose a MIME article.
16337         (nnrss-request-expire-articles): Decode group name.
16338         (nnrss-request-delete-group): Decode group name.
16339         (nnrss-fetch): Clarify error message.
16340         (nnrss-read-server-data): Use insert-file-contents instead of load;
16341         bind file-name-coding-system; use multibyte buffer.
16342         (nnrss-save-server-data): Bind coding-system-for-write to the
16343         value of nnrss-file-coding-system; bind file-name-coding-system;
16344         add coding cookie.
16345         (nnrss-read-group-data): Use insert-file-contents instead of load;
16346         bind file-name-coding-system; use multibyte buffer.
16347         (nnrss-save-group-data): Bind coding-system-for-write to the
16348         value of nnrss-file-coding-system; bind file-name-coding-system.
16349         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16350         make it work with non-ASCII text.
16351         (nnrss-find-el): Make it work with old xml.el as well.
16352
16353 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16354
16355         * nnrss.el (nnrss-get-encoding): New function.
16356         (nnrss-fetch): Use unibyte buffer initially; bind
16357         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16358         decode contents according to the encoding attribute.
16359         (nnrss-save-group-data): Add coding cookie.
16360         (nnrss-mime-encode-string): New function.
16361         (nnrss-check-group): Use it to encode subject and author.
16362
16363 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16364
16365         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16366         imaginary variable.
16367
16368 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16371         correctly even if there are wide characters.
16372
16373 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16374
16375         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16376         downcased symbol names; make a new cache instead of reusing
16377         bbdb-hashtable.
16378
16379 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16382         concatenating segments rather than before concatenating them.
16383         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16384
16385         * message.el (message-get-reply-headers): Bind `extra'.
16386
16387 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16388
16389         * message.el (message-extra-wide-headers): New variable.
16390         (message-get-reply-headers): Use it.
16391
16392 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16395         (gnus-agent-group-pathname): Ditto.
16396
16397         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16398
16399         * gnus-group.el (gnus-group-make-group): Decode group name.
16400         (gnus-group-make-rss-group): Register the group data after opening
16401         the nnrss group.
16402
16403 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16404
16405         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16406         by expiry now get marked as read.
16407
16408 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16411
16412 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16413
16414         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16415         unify Latin characters in XEmacs.
16416         (mm-find-mime-charset-region): Use it.
16417
16418 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * gnus-util.el (gnus-delete-directory): New function.
16421
16422         * gnus-agent.el (gnus-agent-delete-group): Use it.
16423
16424         * gnus-cache.el (gnus-cache-delete-group): Use it.
16425
16426 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16429         names.
16430
16431 2004-12-16  Simon Josefsson  <jas@extundo.com>
16432
16433         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16434
16435 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16438
16439         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16440         (gnus-group-set-current-level): Decode group name.
16441
16442 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16443
16444         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16445         failed.
16446
16447 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16448
16449         * gnus-group.el (gnus-group-delete-group): Decode group name.
16450         (gnus-group-make-rss-group): Encode group name.
16451         (gnus-group-catchup-current): Decode group name.
16452         (gnus-group-kill-group): Decode group name.
16453
16454 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16455
16456         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16457
16458 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-group.el (gnus-group-make-rss-group):
16461         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16462
16463         * gnus-start.el (gnus-setup-news): Honor user's setting to
16464         gnus-message-archive-method.  Suggested by Lute Kamstra
16465         <lute@gnu.org>.
16466
16467 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16468
16469         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16470         global counterparts of the buffer-local variables.
16471
16472 2004-11-16  Romain Francoise  <romain@orebokech.com>
16473
16474         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16475         counterparts of the buffer-local variables.
16476
16477 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * message.el (message-forbidden-properties): Fix typo in doc
16480         string.
16481
16482 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16483
16484         * gnus-util.el (gnus-replace-in-string): Add doc string.
16485
16486         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16487         to avoid problems when splitting mails with many recipients.
16488
16489 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16490
16491         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16492         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16493
16494 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16495
16496         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16497         if there is no hashtable in memory or file modification time is
16498         newer than cached timestamp.
16499
16500 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * gnus-sum.el (gnus-summary-limit-to-recipient):
16503         Implement not-matching option.
16504
16505 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16506
16507         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16508         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16509         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16510         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16511         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16512         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16513
16514 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * message.el (message-forward-make-body-mml): Remove headers
16517         according to message-forward-ignored-headers if a message is decoded.
16518
16519 2004-12-02  Romain Francoise  <romain@orebokech.com>
16520
16521         * message.el (message-forward-make-body-plain): Always remove
16522         headers according to message-forward-ignored-headers.
16523
16524 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16525
16526         * spam.el (spam-summary-prepare-exit): Remove the
16527         gnus-summary-limit pop for now, it has problems with ham marks for
16528         me.
16529
16530 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16531
16532         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16533         correctly.
16534
16535 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16536
16537         * format-spec.el (format-spec): Message the char.
16538
16539 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16540
16541         * gnus-art.el (gnus-split-methods): Reformat comments.
16542
16543         * spam.el (spam-summary-prepare-exit): Remove article limits
16544         before exiting the summary buffer.
16545
16546 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16549         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16550
16551         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16552         order to silence the byte compiler.
16553
16554         * spam.el: Fix the way to silence the byte compiler, which
16555         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16556         bbdb-search-simple, spam-BBDB-register-routine,
16557         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16558         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16559         spam-stat-buffer-is-spam, spam-stat-load,
16560         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16561         spam-stat-save and spam-stat-split-fancy.
16562
16563 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16566         which may confuse users.
16567         (canlock-password-for-verify): Ditto.
16568
16569         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16570
16571         * gnus-art.el (gnus-emphasis-alist): Ditto.
16572
16573         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16574
16575         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16576
16577         * gnus-start.el (gnus-save-killed-list): Ditto.
16578
16579         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16580         (gnus-sum-thread-tree-root): Ditto.
16581         (gnus-sum-thread-tree-false-root): Ditto.
16582         (gnus-sum-thread-tree-single-indent): Ditto.
16583
16584         * message.el (message-courtesy-message): Ditto.
16585         (message-archive-note): Ditto.
16586         (message-subscribed-address-file): Ditto.
16587         (message-user-fqdn): Ditto.
16588
16589         * spam-report.el (spam-report-gmane-regex): Ditto.
16590
16591         * spam.el (spam-blackhole-good-server-regex): Ditto.
16592
16593 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * mml.el (mml-preview): Widen the message buffer before copying
16596         the contents to the preview buffer; sort headers before previewing.
16597
16598         * message.el (message-hidden-headers): Fix the way to avoid a bug
16599         in the `repeat' widget in Emacs 21.3 or earlier.
16600
16601 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * message.el (message-hidden-headers): Default to "^References:".
16604         Improve customization type.  Suggested by Reiner Steib
16605         <Reiner.Steib@gmx.de>.
16606
16607 2004-11-25  Romain Francoise  <romain@orebokech.com>
16608
16609         * message.el (message-strip-forbidden-properties): Remove check for
16610         obsolete `message-hidden' text property, hidden headers are not
16611         accessible in the buffer anymore.
16612
16613 2004-11-22  Romain Francoise  <romain@orebokech.com>
16614
16615         * message.el (message-header-format-alist): Add `From' in list
16616         so that it can be sorted.
16617         (message-fix-before-sending): Widen and sort headers before
16618         sending.
16619         (message-hide-headers): Use narrowing to hide headers by moving
16620         them to the top of the buffer and narrowing to the region
16621         underneath.
16622
16623 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16624
16625         * message.el (message-strip-forbidden-properties):
16626         Bind buffer-read-only (etc) to nil.
16627
16628 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16631         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16632
16633 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16634
16635         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16636
16637 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16638
16639         * dns.el (query-dns): Use sit-for to time instead of
16640         accept-process-output, since that doesn't seem to work on udp
16641         sockets.
16642
16643 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16646
16647 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16648
16649         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16650         doc string.  Improve doc string.
16651
16652 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16653
16654         * nntp.el (nntp-request-update-info): Return nil if
16655         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16656         may not call gnus-activate-group which uselessly issues the GROUP
16657         commands for all nntp groups and wastes time.  Reported by Romain
16658         Francoise <romain@orebokech.com>.
16659
16660         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16661
16662 2004-11-15  Simon Josefsson  <jas@extundo.com>
16663
16664         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16665         headers separately.
16666         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16667         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16668
16669 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16670
16671         * gnus-start.el (gnus-convert-old-newsrc):
16672         Assign legacy-gnus-agent to 5.10.7.
16673
16674 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16675
16676         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16677         start of the lines.
16678
16679 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16680
16681         * hashcash.el (hashcash-default-payment): Change default to 20.
16682         (hashcash-default-accept-payment): Change default to 20.
16683         (hashcash-process-alist): New variable.
16684         (hashcash-generate-payment-async): Add.
16685         (hashcash-already-paid-p): Add.
16686         (hashcash-insert-payment): Don't generate payments twice.
16687         (hashcash-insert-payment-async): Add.
16688         (hashcash-insert-payment-async-2): Add.
16689         (hashcash-cancel-async): Add.
16690         (hashcash-wait-async): Add.
16691         (hashcash-processes-running-p): Add.
16692         (hashcash-wait-or-cancel): Add.
16693         (mail-add-payment): New optional argument.  Conditionally start
16694         asynchronous calculation.
16695         (mail-add-payment-async): Add.
16696
16697         * message.el (message-send-mail): Wait for asynchronous hashcash
16698         results.  Don't clobber existing X-Hashcash headers.
16699         (message-setup-1): Call mail-add-payment-async when
16700         message-generate-hashcash is non-nil.
16701
16702 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16703
16704         * message.el (message-use-alternative-email-as-from): Examine the
16705         From header as well; use message-make-from in order to include a
16706         user's full name.
16707
16708 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16711         default; improve customization type.
16712         (gnus-emphasis-custom-with-format): New macro.
16713         (gnus-emphasis-custom-value-to-external): New function.
16714         (gnus-emphasis-custom-value-to-internal): New function.
16715
16716 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16717
16718         * dns.el (query-dns): Resolve reverse addresses.
16719
16720 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16721
16722         * gnus-group.el (gnus-group-get-new-news): Use it.
16723
16724         * gnus-start.el (gnus-check-reasonable-setup): New function.
16725
16726 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16729         "Args out of range" error.  Reported by Arnaud Giersch
16730         <arnaud.giersch@free.fr>.
16731
16732 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16733
16734         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16735
16736 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16737
16738         * spam.el (spam group): Add :version.
16739
16740         * pgg-def.el (pgg group): Add :version.
16741
16742 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-art.el (gnus-article-edit-article): Don't associate the
16745         article buffer with a draft file.  This is a temporary measure
16746         against the 2004-08-22 change to gnus-article-edit-mode.
16747
16748 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16751         (html2text-format-tags): Remove unused variable `attr'.
16752
16753 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16754
16755         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16756
16757         * tls.el (tls-process-connection-type, tls-success)
16758         (tls-certtool-program): Add :version.
16759
16760         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16761         (starttls-extra-arguments, starttls-process-connection-type)
16762         (starttls-connect, starttls-failure, starttls-success): Add :version.
16763
16764         * spam-stat.el (spam-stat): Add :version.
16765
16766         * sieve.el (sieve): Add :version.
16767
16768         * sha1.el (sha1): Add :version.
16769         (sha1-use-external): Remove redundant version.
16770
16771         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16772         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16773         (nnmail-split-fancy-match-partial-words)
16774         (nnmail-split-lowercase-expanded): Add :version.
16775
16776         * nndiary.el (nndiary): Add :version.
16777
16778         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16779
16780         * mml-sec.el (mml-default-sign-method)
16781         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16782         Add :version.
16783
16784         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16785
16786         * mm-url.el (mm-url-use-external, mm-url-program)
16787         (mm-url-arguments): Add :version.
16788
16789         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16790         (mm-attachment-file-modes, mm-decrypt-option)
16791         (mm-w3m-safe-url-regexp): Add :version.
16792
16793         * message.el (message-cite-prefix-regexp)
16794         (message-sendmail-envelope-from, message-minibuffer-local-map)
16795         (message-user-fqdn, message-completion-alist): Add :version.
16796
16797         * gnus-win.el (gnus-configure-windows-hook)
16798         (gnus-use-frames-on-any-display): Add :version.
16799
16800         * gnus-art.el (gnus-article-address-banner-alist)
16801         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16802         (gnus-treat-from-picon, gnus-treat-mail-picon)
16803         (gnus-treat-x-pgp-sig): Add :version.
16804
16805         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16806         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16807         (gnus-summary-article-delete-hook)
16808         (gnus-summary-display-while-building): Add :version.
16809
16810         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16811         (gnus-get-top-new-news-hook): Add :version.
16812
16813         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16814         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16815
16816         * gnus-registry.el (gnus-registry): Add :version.
16817
16818         * gnus-spec.el (gnus-use-correct-string-widths)
16819         (gnus-make-format-preserve-properties): Add :version.
16820
16821         * gnus.el (gnus-group-charter-alist)
16822         (gnus-group-fetch-control-use-browse-url)
16823         (gnus-install-group-spam-parameters): Add :version.
16824
16825         * gnus-diary.el (gnus-diary): Add :version.
16826
16827         * gnus-delay.el (gnus-delay): Add :version.
16828
16829         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16830         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16831         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16832         Add :version.
16833
16834         * gnus-agent.el (gnus-agent-max-fetch-size)
16835         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16836         (gnus-agent-prompt-send-queue): Add :version.
16837
16838         * deuglify.el (gnus-outlook-deuglify): Add :version.
16839
16840         * html2text.el: Beautify code.  Improve doc strings.
16841         Some checkdoc cleanup.
16842         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16843
16844 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16845
16846         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16847
16848 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16849
16850         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16851         when package is loaded.
16852
16853         * spam.el (spam-summary-score-preferred-header): Add global preference
16854         for people who want to override the default SpamAssassin over
16855         Bogofilter preference (when both are set).
16856         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16857         (spam-user-format-function-S):
16858         Check spam-summary-score-preferred-header.
16859         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16860         (spam-user-format-function-S): Format the score correctly.
16861
16862 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16865         signature file.  Suggested by Manoj Srivastava
16866         <srivasta@golden-gryphon.com>.
16867
16868         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16869         iso-2022-jp even in the Japanese language environment.
16870         Suggested by Jason Rumney <jasonr@gnu.org>.
16871
16872 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16875         use the same characters as the dummy marks; make it free from
16876         getting affected by the language environment.
16877         (gnus-summary-read-group-1): Update mark positions only when the
16878         format spec is updated.
16879
16880         * gnus-spec.el (gnus-update-format-specifications): Return a list
16881         of updated types.
16882
16883 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16886         of boundp to check if display-warning is available.
16887
16888 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16889
16890         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16891
16892 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * nnspool.el (nnspool-spool-directory): Use news-path if the
16895         news-directory variable is not bound.
16896
16897         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16898         function instead of display-warning if it is not available.
16899
16900 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16901
16902         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16903         v5-10: Use `point-at-bol'.
16904
16905 2004-10-26  Simon Josefsson  <jas@extundo.com>
16906
16907         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16908         <chenggao@gmail.com>.
16909
16910 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16911
16912         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16913         instead.
16914
16915 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16916
16917         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16918         to remove a server from the nnimap-server-buffer-alist.
16919         (nnimap-open-connection, nnimap-close-server): Use it.
16920
16921         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16922
16923 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16926         running the major-mode function.
16927
16928 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16931         dummy marks in the right way.
16932
16933 2004-10-18  David Edmondson  <dme@dme.org>
16934
16935         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16936         excessively.
16937
16938 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16939
16940         * gnus-util.el (gnus-split-references): Accept a nil references
16941         string and go on blissfully.
16942
16943         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16944         cases where the references string is non-nil but has no references.
16945
16946         * encrypt.el: Add autoload tags.
16947
16948         * spam.el (spam-resolve-registrations-routine): Remove article
16949         from unregistration list too.  Reported by David Hanak
16950         <dhanak@isis.vanderbilt.edu>
16951
16952 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16955         nil.  Change custom type.
16956
16957 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16958
16959         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16960
16961         * gnus-sum.el (gnus-summary-move-article): Use it.
16962
16963 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16964
16965         * encrypt.el: Add autoload cookies.
16966
16967         * spam.el (spam-backend-article-list-property)
16968         (spam-backend-get-article-todo-list)
16969         (spam-backend-put-article-todo-list)
16970         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16971         Resolve registrations separately.
16972         (spam-register-routine): Format comments.
16973         (spam-unregister-routine, spam-register-routine): Always call with
16974         specific-articles, no default list.
16975         (spam-summary-prepare-exit): Use the spam-classifications function.
16976
16977         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16978         gnus-encrypt.el.
16979
16980         * encrypt.el: Copied from gnus-encrypt.el.
16981
16982         * gnus-encrypt.el: Commented that it's obsolete.
16983
16984 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16985
16986         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16987         (gnus-score-save): Use it.
16988
16989         * message.el (message-bury): Use `window-dedicated-p'.
16990
16991 2004-10-15  Simon Josefsson  <jas@extundo.com>
16992
16993         * pop3.el (top-level): Don't require nnheader.
16994         (pop3-read-timeout): Add.
16995         (pop3-accept-process-output): Add.
16996         (pop3-read-response, pop3-retr): Use it.
16997
16998 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16999
17000         * spam.el (spam-register-routine): Move comment.
17001         (spam-verify-bogofilter): Use 'unknown for the initial
17002         spam-bogofilter-valid state, not 'never.
17003
17004         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17005         for netrc-machine.
17006
17007         * nnimap.el (nnimap-open-connection):
17008         Use netrc-machine-user-or-password.
17009
17010 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17011
17012         * gnus-registry.el (gnus-registry-unload-hook):
17013         Set as a variable with add-hook.
17014
17015         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17016         of news-path.
17017
17018         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17019
17020         * spam.el: Delete duplicate `provide'.
17021         (spam-unload-hook): Set as a variable with add-hook.
17022
17023 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17024
17025         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17026         in the doc string.
17027
17028         * message.el (message-ignored-news-headers)
17029         (message-ignored-supersedes-headers)
17030         (message-ignored-resent-headers)
17031         (message-forward-ignored-headers): Improve custom type.
17032
17033 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * message.el (message-tokenize-header): Fix 2004-09-06 change
17036         which used point-min in the wrong place.
17037
17038 2004-10-12  Simon Josefsson  <jas@extundo.com>
17039
17040         * tls.el (tls-certtool-program): New variable.
17041         (tls-certificate-information): New function, based on
17042         ssl-certificate-information.
17043
17044 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * compface.el: Move the version of ELisp-based uncompface program
17047         to the contrib directory because of the copyright problem.
17048
17049 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * message.el (message-kill-buffer): Raise the current frame.
17052
17053 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17054
17055         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17056
17057         * gnus.el (message-y-or-n-p): Autoload.
17058
17059         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17060         (pop3-password-required, pop3-authentication-scheme)
17061         (pop3-leave-mail-on-server): Make customizable.
17062         (pop3): New custom group.
17063         (pop3-retr): Remove `sleep-for' statements.
17064         Suggested by Dave Love <fx@gnu.org>.
17065
17066         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17067         Windows/DOS.
17068
17069         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17070         (imap-parse-body): Fix incorrect use of `assert'.
17071         Suggested by Dave Love <fx@gnu.org>.
17072
17073         * mml.el (mml-minibuffer-read-disposition): Require match.
17074         Suggested by Dave Love <fx@gnu.org>.
17075
17076 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17077
17078         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17079         doc string.
17080
17081 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17084
17085 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17086
17087         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17088         instead of calling `mm-insert-inline', to decode text/* parts
17089         before displaying them.
17090
17091 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * mm-uu.el (mm-uu-text-plain-type): New variable.
17094         (mm-uu-pgp-signed-extract-1): Use it.
17095         (mm-uu-pgp-encrypted-extract-1): Use it.
17096         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17097         bind mm-uu-text-plain-type with that value.
17098         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17099         mm-uu-dissect.
17100
17101 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * gnus-group.el (gnus-update-group-mark-positions):
17104         * gnus-sum.el (gnus-update-summary-mark-positions):
17105         * message.el (message-check-news-body-syntax):
17106         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17107         of string-as-multibyte.
17108
17109 2004-10-05  Juri Linkov  <juri@jurta.org>
17110
17111         * gnus-group.el (gnus-update-group-mark-positions):
17112         * gnus-sum.el (gnus-update-summary-mark-positions):
17113         * message.el (message-check-news-body-syntax):
17114         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17115         8-bit unibyte values to a multibyte string for search functions.
17116
17117 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17120         (mm-uu-dissect-text-parts): New function.
17121
17122         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17123         dissect text parts.
17124
17125         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17126         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17127
17128         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17129
17130         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17131         Use gnus-current-topics instead of gnus-current-topic.
17132
17133 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17134
17135         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17136
17137 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17138
17139         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17140         where approriate.
17141
17142         * nnml.el (nnml-generate-active-info): do.
17143
17144         * nndiary.el (nndiary-generate-active-info): do.
17145
17146         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17147         (gnus-topic-move): do.
17148
17149         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17150         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17151
17152         * gnus-srvr.el (gnus-server-prepare)
17153         (gnus-server-open-all-servers): do.
17154
17155         * gnus-msg.el (gnus-summary-cancel-article)
17156         (gnus-summary-resend-message)
17157         (gnus-summary-mail-crosspost-complaint): do.
17158
17159         * gnus-move.el (gnus-change-server): do.
17160
17161         * gnus-group.el (gnus-group-unmark-all-groups)
17162         (gnus-group-set-current-level): do.
17163
17164 2004-10-04  Simon Josefsson  <jas@extundo.com>
17165
17166         * message.el (message-generate-hashcash): Doc fix.
17167
17168 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17169
17170         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17171         avoid infinite recursion via gnus-get-function.
17172
17173 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17174
17175         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17176
17177         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17178
17179         * nnmail.el (nnmail-split-history): do.
17180
17181         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17182         (nnml-request-delete-group): do.
17183
17184         * nnslashdot.el (nnslashdot-read-groups): do.
17185
17186         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17187         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17188
17189         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17190         (nnspool-sift-nov-with-sed): Use last.
17191         (nnspool-retrieve-headers-with-nov): Use mapc.
17192         (nnspool-request-newgroups): Use dolist.
17193         (nnspool-request-group): Use last.
17194
17195         * nntp.el (nntp-read-server-type): Use dolist.
17196
17197         * nnvirtual.el (nnvirtual-create-mapping)
17198         (nnvirtual-update-read-and-marked): Use dolist.
17199         (nnvirtual-convert-headers): Simplify.
17200
17201 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17202
17203         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17204         Add support for sync'ing tick marks.
17205
17206 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17209         there's no visible header.
17210
17211 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17212
17213         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17214         When necessary, pass full group name to gnus-request-set-marks.
17215
17216 2004-10-01  Simon Josefsson  <jas@extundo.com>
17217
17218         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17219         acroread.
17220
17221 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17222
17223         * spam-report.el (spam-report-gmane): Fix interactive.
17224
17225         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17226
17227         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17228         when writing file.
17229         (gnus-agent-synchronize-flags): Don't default to being
17230         interactive.
17231
17232 2004-09-30  Simon Josefsson  <jas@extundo.com>
17233
17234         * message.el (message-generate-hashcash): Add.
17235         (message-send-mail): Use it, call mail-add-payment.
17236
17237 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17238
17239         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17240
17241 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17242
17243         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17244         gnus-requst-update-info with explicit code to sync the in-memory
17245         info read flags with the marks being sync'd to the backend.
17246
17247         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17248
17249 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17250
17251         * spam.el (spam-verify-bogofilter): Add new function.
17252         (spam-check-bogofilter)
17253         (spam-bogofilter-register-with-bogofilter): Use it.
17254         (spam-verify-bogofilter): Add small fixes.
17255
17256 2004-09-28  Simon Josefsson  <jas@extundo.com>
17257
17258         * hashcash.el (hashcash-generate-payment): Revert.
17259
17260 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17261
17262         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17263         Use gnus-extract-references instead of gnus-split-references.
17264
17265         * gnus-util.el (gnus-extract-references): Add new function, analogous
17266         to gnus-split-references but extracts only the message-ID without
17267         anything extra.
17268
17269         * hashcash.el (hashcash-generate-payment)
17270         (hashcash-check-payment): Do the right thing if hashcash-path is
17271         nil (because the hashcash program could not be found).
17272
17273         * spam.el (spam-use-hashcash): Remove comment.
17274
17275 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17276
17277         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17278         (gnus-cache-enter-article, gnus-cache-remove-article)
17279         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17280
17281         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17282
17283         * gnus-art.el (article-hide-boring-headers)
17284         (article-translate-strings, article-display-face)
17285         (gnus-article-mime-match-handle-first)
17286         (gnus-article-highlight-headers)
17287         (gnus-article-add-buttons-to-head): do.
17288
17289 2004-09-27  Simon Josefsson  <jas@extundo.com>
17290
17291         * hashcash.el: New version, from
17292         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17293         ../contrib/.
17294
17295 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17298
17299 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17300
17301         * gnus-dup.el (gnus-dup-open): Use mapc.
17302         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17303
17304         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17305         Reported by Stefan Wiens <s.wi@gmx.net>.
17306
17307         * gnus.el (gnus-shutdown): Use dolist.
17308
17309         * gnus-undo.el (gnus-undo): Use mapc.
17310
17311         * nnrss.el (nnrss-generate-active): do.
17312
17313         * message.el (message-cite-original-without-signature)
17314         (message-cite-original): Use mapc.
17315         (message-do-actions, message-make-forward-subject): Use dolist.
17316
17317 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17318
17319         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17320         deletion to remove entire duplicate line.  Fixes merged article
17321         number bug.
17322
17323 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17324
17325         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17326         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17327         first ask if you want to open a server and then, even when you
17328         responded with no, asking if you want to synchronize the server's
17329         flags.
17330         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17331         multi-line expressions.
17332         (gnus-agent-synchronize-group-flags): New internal function.
17333         Updates marks in memory (in the info structure) AND in the
17334         backend.
17335
17336         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17337
17338         * nnagent.el (nnagent-request-set-mark):
17339         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17340         method, to ensure that synchronization updates marks in the
17341         backend and in the info (in memory) structure.
17342
17343 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17346         convention fully; don't miss the root article of a thread; make
17347         the X-Draft-From header with correct article numbers.
17348
17349 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17350
17351         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17352         unless plugged.  Disable the agent so that an open failure causes
17353         an error.
17354
17355         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17356         Revert 2004-09-21 change.  The backend must be opened while
17357         synchronizing flags even when the backend stores the flags
17358         locally.
17359
17360 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17361
17362         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17363         in `header' match.  Reported by Svend Tollak Munkejord.
17364
17365         * message.el (message-cite-original): Fix use of
17366         `message-cite-articles-with-x-no-archive'.
17367
17368 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17371         (gnus-window-to-buffer): Ditto.
17372
17373         * mml.el (mml-preview-buffer): New variable.
17374         (mml-preview): Manage window layout with gnus-buffer-configuration.
17375
17376         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17377         X-Draft-From header even if those articles aren't quoted.
17378
17379 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17380
17381         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17382         (gnus-request-set-mark, gnus-request-update-mark): Use new
17383         g-s-t-u-l-m to decide to use backend even when unplugged.
17384
17385 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17388         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17389
17390 2004-09-20  Simon Josefsson  <jas@extundo.com>
17391
17392         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17393         "utf-16-le".
17394
17395 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17396
17397         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17398
17399 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17400
17401         * uudecode.el (uudecode-use-external): Add :version.
17402
17403         * smime.el (smime-CA-file, smime-encrypt-cipher)
17404         (smime-dns-server): Add :version.
17405
17406         * smiley.el (gnus-smiley-file-types): Add :version.
17407
17408         * sha1.el (sha1-use-external): Add :version.
17409
17410         * pgg-def.el (pgg-query-keyserver): Add :version.
17411
17412         * nnmail.el (nnmail-fancy-expiry-targets)
17413         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17414         Add :version.
17415
17416         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17417         (nnimap-retrieve-groups-asynchronous): Add :version.
17418         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17419
17420         * mml.el (mml-content-disposition-parameters)
17421         (mml-insert-mime-headers-always): Add :version.
17422
17423         * mm-util.el (mm-coding-system-priorities): Add :version.
17424
17425         * mm-decode.el (mm-inline-text-html-with-images)
17426         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17427         (mm-verify-option): Add :version.
17428         (mm-text-html-renderer): Change :version.
17429
17430         * message.el (message-fcc-externalize-attachments)
17431         (message-required-headers, message-draft-headers)
17432         (message-subject-trailing-was-query)
17433         (message-subject-trailing-was-ask-regexp)
17434         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17435         (message-mark-insert-end, message-archive-header)
17436         (message-archive-note, message-cross-post-default)
17437         (message-cross-post-note, message-followup-to-note)
17438         (message-cross-post-note-function, message-use-mail-followup-to)
17439         (message-subscribed-address-functions)
17440         (message-subscribed-address-file, message-subscribed-addresses)
17441         (message-subscribed-regexps, message-allow-no-recipients)
17442         (message-yank-cited-prefix, message-signature-insert-empty-line)
17443         (message-hidden-headers, message-hierarchical-addresses)
17444         (message-mail-user-agent, message-use-idna)
17445         (message-valid-fqdn-regexp)
17446         (message-strip-special-text-properties, message-header-synonyms)
17447         (message-beginning-of-line, message-tab-body-function): Add :version.
17448         (message-insert-canlock, message-wide-reply-confirm-recipients):
17449         Change :version.
17450
17451         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17452         and :version.
17453         (mail-source-delete-old-incoming-confirm)
17454         (mail-source-movemail-program): Add :version.
17455
17456         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17457         (gnus-agent-cache, gnus-agent): Change :version.
17458
17459         * gnus-util.el (gnus-use-byte-compile): Change :version.
17460
17461         * gnus-sum.el (gnus-summary-make-false-root-always)
17462         (gnus-summary-default-high-score)
17463         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17464         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17465         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17466         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17467         (gnus-sum-thread-tree-single-indent)
17468         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17469         (gnus-sum-thread-tree-leaf-with-other)
17470         (gnus-sum-thread-tree-single-leaf): Add :version.
17471         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17472         (gnus-article-loose-mime): Change :version.
17473
17474         * gnus-start.el (gnus-backup-startup-file)
17475         (gnus-save-startup-file-via-temp-buffer): Add :version.
17476
17477         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17478         (gnus-server-offline-face): Add :version.
17479
17480         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17481
17482         * gnus-msg.el (gnus-gcc-externalize-attachments)
17483         (gnus-debug-files, gnus-debug-exclude-variables)
17484         (gnus-discouraged-post-methods): Change :version.
17485         (gnus-confirm-mail-reply-to-news)
17486         (gnus-confirm-treat-mail-like-news): Add :version.
17487
17488         * gnus-int.el (gnus-server-unopen-status): Add :version.
17489
17490         * gnus-group.el (gnus-group-jump-to-group-prompt)
17491         (gnus-large-ephemeral-newsgroup)
17492         (gnus-fetch-old-ephemeral-headers): Add :version.
17493
17494         * gnus-fun.el (gnus-x-face-directory)
17495         (gnus-convert-pbm-to-x-face-command)
17496         (gnus-convert-image-to-x-face-command)
17497         (gnus-convert-image-to-face-command): Add :version.
17498
17499         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17500
17501         * gnus-cite.el (gnus-cite-blank-line-after-header)
17502         (gnus-article-boring-faces): Add :version.
17503
17504         * gnus-art.el (gnus-buttonized-mime-types)
17505         (gnus-inhibit-mime-unbuttonizing)
17506         (gnus-treat-display-face)
17507         (gnus-treat-body-boundary): Change :version.
17508         (gnus-body-boundary-delimiter, gnus-picon-databases)
17509         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17510         (gnus-treat-date-english, gnus-treat-fold-headers)
17511         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17512         (gnus-treat-mail-picon, gnus-treat-wash-html)
17513         (gnus-article-encrypt-protocol)
17514         (gnus-use-idna, gnus-article-over-scroll)
17515         (gnus-mime-display-multipart-alternative-as-mixed)
17516         (gnus-mime-display-multipart-related-as-mixed)
17517         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17518         (gnus-ctan-url, gnus-button-ctan-handler)
17519         (gnus-button-handle-ctan-bogus-regexp)
17520         (gnus-button-ctan-directory-regexp)
17521         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17522         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17523         (gnus-button-man-level, gnus-button-emacs-level)
17524         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17525
17526         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17527         (gnus-agent-go-online): Change :version.
17528         (gnus-agent-expire-unagentized-dirs)
17529         (gnus-agent-auto-agentize-methods): Add :version.
17530
17531         * flow-fill.el (fill-flowed-display-column)
17532         (fill-flowed-encode-column): Add :version.
17533
17534         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17535         (gnus-outlook-deuglify-unwrap-max)
17536         (gnus-outlook-deuglify-cite-marks)
17537         (gnus-outlook-deuglify-unwrap-stop-chars)
17538         (gnus-outlook-deuglify-no-wrap-chars)
17539         (gnus-outlook-deuglify-attrib-cut-regexp)
17540         (gnus-outlook-deuglify-attrib-verb-regexp)
17541         (gnus-outlook-deuglify-attrib-end-regexp)
17542         (gnus-outlook-display-hook): Add :version.
17543
17544         * binhex.el (binhex-use-external): Add :version.
17545
17546 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17547
17548         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17549         and `invisible'.
17550
17551 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17552
17553         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17554         in gnus-registry-trim.
17555
17556 2004-09-13  Simon Josefsson  <jas@extundo.com>
17557
17558         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17559
17560         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17561
17562         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17563         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17564         <yamaoka@jpl.org>.
17565         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17566         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17567         <yamaoka@jpl.org>.
17568
17569         * sieve.el (sieve-manage-mode): Ditto.
17570
17571 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17572
17573         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17574
17575 2004-09-11  Simon Josefsson  <jas@extundo.com>
17576
17577         * dns-mode.el: Add.
17578
17579         * mm-view.el (mm-display-dns-inline): Add.
17580
17581         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17582         (mm-automatic-display): Ditto.
17583
17584         * mailcap.el (mailcap-mime-data): Add text/dns.
17585         (mailcap-mime-extensions): Map .soa to text/dns.
17586
17587 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17588
17589         * gnus-art.el (article-decode-mime-words, article-babel)
17590         (gnus-article-highlight-signature, gnus-article-add-buttons)
17591         (gnus-signature-toggle): Remove unnecessary bindings of
17592         `inhibit-read-only' inherited from v5.10 merge.
17593
17594 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17595
17596         * nntp.el (nntp): New customization group.
17597         (nntp-authinfo-file): Add customization group.
17598
17599         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17600
17601         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17602
17603         * gnus.el (to-address, to-list, subscribed)
17604         (large-newsgroup-initial): Ditto.
17605
17606         * flow-fill.el (fill-flowed-display-column)
17607         (fill-flowed-encode-column): Ditto.
17608
17609 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17610
17611         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17612         Use point-min rather than 1.
17613         (message-send-mail): Use buffer-size rather than point-max.
17614
17615         * gnus-sum.el (gnus-summary-search-article-forward):
17616         Signal a specific `search-failed' rather than a generic `error'.
17617
17618         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17619         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17620         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17621
17622 2004-09-10  Simon Josefsson  <jas@extundo.com>
17623
17624         * nndb.el (require): Remove tcp and duplicate cl.
17625
17626 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gnus-agent.el (directory-files-and-attributes): Move forward.
17629
17630 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17631
17632         * gnus-agent.el (directory-files-and-attributes):
17633         Optionally defined to support XEmacs.
17634
17635 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17636
17637         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17638         to avoid run-time CL dependencies.
17639         (gnus-agent-unfetch-articles): New function.
17640         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17641         article numbers even when local .overview file is missing.
17642         (gnus-agent-read-article-number): New function.  Only accepts
17643         27-bit article numbers.
17644         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17645         Use gnus-agent-read-article-number.
17646         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17647         from backend while recognizing that article numbers in .overview
17648         must be valid.
17649         (gnus-agent-update-files-total-fetched-for):
17650         Use directory-files-and-attributes to improve performance.
17651         * gnus-int.el (gnus-request-move-article):
17652         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17653         improve performance.
17654
17655         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17656         some users confused by references to .newsrc when they only have a
17657         .newsrc.eld file.
17658         (gnus-convert-mark-converter-prompt)
17659         (gnus-convert-converter-needs-prompt): Fix use of property list.
17660         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17661         New function.  Used internally to only display 'gnus converting
17662         files' message when actually necessary.
17663
17664         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17665         methods now autoloaded.
17666
17667 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17670         identifiers.
17671
17672 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17673
17674         * gnus-picon.el: Fix indentation and closing parenthesis.
17675
17676 2004-09-01  Simon Josefsson  <jas@extundo.com>
17677
17678         * message.el (message-canlock-generate): Require sha1, not
17679         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17680         to require within a function.  Sadly, if sha1.el isn't loaded, the
17681         let binding in m-c-g will hide the defcustom definition, which is
17682         bad.)
17683
17684         * canlock.el: Require sha1, not sha1-el.
17685
17686         * message.el: Don't autoload sha1 (there is a autoload cookie in
17687         sha1.el).
17688
17689         * sha1-el.el: Rename to sha1.el.
17690
17691 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17692
17693         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17694
17695 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17696
17697         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17698
17699 2004-08-30  Kim F. Storm  <storm@cua.dk>
17700
17701         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17702
17703         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17704         Add :group 'nnimap.
17705
17706 2004-08-30  Andreas Schwab  <schwab@suse.de>
17707
17708         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17709         ?* and ?\;.
17710
17711         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17712         and ?\' to symbol instead of whitespace.
17713
17714 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17717
17718         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17719         instead of re-search-forward.
17720
17721         * gnus-uu.el (gnus-uu-save-article): Ditto.
17722         (gnus-uu-post-encode-uuencode): Ditto.
17723
17724         * html2text.el (html2text-clean-list-items): Ditto.
17725         (html2text-clean-dtdd): Ditto.
17726         (html2text-format-tags): Ditto.
17727
17728         * message.el (message-send-mail-with-sendmail): Fix regexp.
17729         (message-fill-field-general): Use search-forward instead of
17730         re-search-forward.
17731         (unbold-region): Ditto.
17732
17733         * nnrss.el (nnrss-request-article): Ditto.
17734
17735         * nnslashdot.el (nnslashdot-request-article): Ditto.
17736
17737         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17738
17739         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17740         "Unrecognized menu descriptor" error in XEmacs.
17741
17742 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17743
17744         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17745         parent article of a sparse article in the thread hashtb.
17746
17747 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17748
17749         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17750         (nnmail-expand-newtext): Lowercase expanded entries if
17751         nnmail-split-lowercase-expanded is non-nil.
17752
17753 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17756
17757         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17758         of gnus-tmp-news-method into string under XEmacs.  It will be
17759         passed to gnus-correct-length which takes only a string argument.
17760
17761 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * gnus-util.el (gnus-bind-print-variables): New macro.
17764         (gnus-prin1): Use it.
17765         (gnus-prin1-to-string): Use it.
17766         (gnus-pp): New function.
17767         (gnus-pp-to-string): New function.
17768
17769         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17770         Replace pp-to-string with gnus-pp-to-string.
17771         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17772         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17773         * gnus-msg.el (gnus-debug): Ditto.
17774         * gnus-score.el (gnus-score-save): Ditto.
17775         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17776         gnus-pp-to-string.
17777         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17778         with gnus-pp.
17779         * score-mode.el (gnus-score-pretty-print): Ditto.
17780         * webmail.el (webmail-debug): Ditto.
17781
17782 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17783
17784         * gnus-art.el (article-display-face, article-display-x-face):
17785         Use buffer-read-only.
17786
17787 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-art.el (article-hide-list-identifiers):
17790         Bind inhibit-read-only as t.
17791
17792 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17795
17796 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17797
17798         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17799         (gnus-narrow-to-page): Don't assume point-min == 1.
17800         (gnus-article-edit-mode): Derive from message-mode.
17801
17802         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17803         point-min == 1.
17804
17805         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17806         Disable incorrect use of `assert'.
17807
17808         * message.el (message-mode): Set comment-start-skip.
17809
17810
17811 2004-08-22  Sam Steingold  <sds@gnu.org>
17812
17813         * pop3.el (pop3-leave-mail-on-server): New user variable.
17814         (pop3-movemail): Delete mail only when it is nil.
17815
17816 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17817
17818         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17819
17820         * mml.el (mml-preview): Use `pop-to-buffer'.
17821
17822         * message.el (message-goto-mail-followup-to): Insert after "To".
17823         (message-carefully-insert-headers): Add comment.
17824
17825         * gnus.el: Remove unused variable `gnus-article-check-size'.
17826
17827         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17828
17829         * gnus-art.el (gnus-button-alist):
17830         Improve `gnus-button-handle-library' entry.
17831
17832 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17833
17834         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17835         Use downcase, since XEmacs capitalizes error messages differently.
17836
17837 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17838
17839         * nntp.el: Add (require 'gnus) due to reference to
17840         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17841
17842 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17843
17844         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17845         Bind `mm-fill-flowed'.
17846
17847         * mm-decode.el (mm-dissect-singlepart): Check it.
17848
17849 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17850
17851         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17852         'imap' for netrc parsing.
17853
17854 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17855
17856         * mailcap.el (mailcap-mime-data): Mark as risky.
17857
17858 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17861         may be included in the encoded word.
17862         (rfc2047-encode): Don't append a space if the encoded word
17863         includes close parenthesis.
17864
17865 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17866
17867         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17868         of text within parentheses.
17869
17870 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17871
17872         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17873         (gnus-encrypt-write-file-contents): Make the password key the file
17874         name PLUS the cipher, not just the cipher.  Also remove failed
17875         passwords from the cache.
17876
17877 2004-08-06  Simon Josefsson  <jas@extundo.com>
17878
17879         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17880         Doc fix.
17881
17882 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17883
17884         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17885         LWSP.
17886
17887 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17888
17889         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17890         Try to append in-reply-to: data to the references: header.
17891
17892         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17893         (netrc-parse): Use gnus-encrypt.el functions.
17894
17895         * gnus-encrypt.el: Add new file for encryption support; currently
17896         does only a few GPG ciphers and an internal XOR cipher.
17897
17898         * password.el: Add comments on using password-read-and-add.
17899         (password-read-and-add): Add function to read and add the
17900         password to the cache at once.
17901
17902 2004-07-28  Simon Josefsson  <jas@extundo.com>
17903
17904         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17905         parameter (but don't use it, for now).
17906
17907         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17908         instead of hard coding to nil.
17909
17910 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17913         as mm-inline-image-xemacs does.
17914
17915 2004-07-26  Simon Josefsson  <jas@extundo.com>
17916
17917         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17918         Revert part of 2004-07-17 change below.
17919
17920 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17923         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17924
17925 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17926
17927         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17928         quotes that actually start with ">" at the beginning of the
17929         lines.
17930
17931 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17932
17933         * rfc2047.el (rfc2047-encode-region): Fix last change.
17934         (rfc2047-encode-parameter): Remove useless concat.
17935
17936 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17939         encode special characters; fix some kind of misconfigured headers;
17940         signal a real error if debug-on-quit or debug-on-error is non-nil.
17941         (rfc2047-encode-max-chars): New variable.
17942         (rfc2047-encode-1): Use it.
17943         (rfc2047-encode-parameter): New function.
17944
17945         * mml.el (mml-insert-parameter): Remove an excessive space.
17946
17947 2004-07-17  Simon Josefsson  <jas@extundo.com>
17948
17949         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17950         Kai Grossjohann <kai@emptydomain.de>.
17951         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17952         (gnus-group-make-menu-bar): Ditto.
17953
17954         * gnus-util.el (gnus-group-server): Add.
17955
17956 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17957
17958         * message.el (message-clone-locals): Clone sendmail and smtp
17959         variables.
17960
17961 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * rfc2047.el (rfc2047-encode-region): Fix last change.
17964
17965 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17968         characters as non-special.
17969
17970 2004-07-09  Simon Josefsson  <jas@extundo.com>
17971
17972         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17973         Users will lose all flag changes made while unplugged with
17974         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17975         good default.  See numerous reports on ding mailing list.
17976
17977 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17980         add generate-head-function and generate-article-function to the
17981         rfc822-forward entry.
17982         (nndoc-rfc822-forward-generate-article): New function.
17983         (nndoc-rfc822-forward-generate-head): New function.
17984
17985         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17986
17987 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17988
17989         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17990         respect display group parameter and gnus-summary-expunge-below.
17991         (gnus-articles-to-read): Remove unused reference to display group
17992         parameter.
17993
17994 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17995
17996         * nnheader.el (nnheader-uniquify-message-id): New experimental
17997         variable.
17998         (nnheader-nov-read-message-id): Use it.
17999
18000         * spam-report.el (spam-report-gmane): Add interactive.
18001
18002 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * mm-encode.el (mm-content-transfer-encoding-defaults):
18005         Use qp-or-base64 for the application/* types.
18006
18007 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18008
18009         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18010
18011 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18012
18013         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18014         trim value.
18015
18016 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18017
18018         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18019         New macro and function.
18020         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18021
18022 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18025         after-load-alist.
18026
18027 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18028
18029         * gnus-group.el (gnus-group-get-new-news-this-group):
18030         Don't update info that isn't there.
18031
18032 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18033
18034         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18035         entry.
18036
18037 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18038
18039         * mm-view.el (mm-inline-render-with-function): Use multibyte
18040         buffer; decode html source by charset.
18041
18042         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18043
18044         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18045         Mule-UCS is loaded under XEmacs.
18046         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18047
18048 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18049
18050         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18051
18052 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * mm-util.el (mm-coding-system-p): Return a coding-system.
18055         (mm-mime-mule-charset-alist): Use shift_jis instead of
18056         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18057         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18058         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18059         instead of japanese-shift-jis and iso-latin-1 respectively in
18060         order to share the default value with both Emacs and XEmacs-mule.
18061         (mm-mule-charset-to-mime-charset):
18062         Make mm-coding-system-priorities effective.
18063         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18064         while predicating of candidates upon the priorities.
18065
18066 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18067
18068         * gnus-sum.el (gnus-summary-make-menu-bar):
18069         Add gnus-uu-invert-processable.
18070
18071         * gnus.el: Autoload gnus-uu-invert-processable.
18072
18073 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18074
18075         * mm-util.el (mm-with-multibyte-buffer): New macro.
18076
18077         * rfc2047.el (rfc2047-encode-string): Use it.
18078         (rfc2047-encode-region): Move point to the end of the region after
18079         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18080
18081 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18084         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18085
18086 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18089         (gnus-cite-parse): Ignore quoted envelope From_.
18090         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18091
18092 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18093
18094         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18095         invalid addresses.
18096
18097 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18098
18099         * spam.el: Change section markers, revise TODO list.
18100         (spam-backends): Make new master list of all installed backends.
18101         (spam-summary-exit-behavior): Add new variable to determine how
18102         messages moves are done at summary exit.
18103         (spam-move-spam-nonspam-groups-only)
18104         (spam-process-ham-in-nonham-groups)
18105         (spam-process-ham-in-spam-groups): Remove variables, the
18106         spam-summary-exit-behavior variable should be used to manage this
18107         behavior.
18108         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18109         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18110         and spam-old-spam-articles.
18111         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18112         Add empty variables, placeholders for the backends they represent.
18113         (spam-set-difference): Move, unchanged.
18114         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18115         unless the user has a processor variable.
18116         (spam-classifications, spam-classification-valid-p)
18117         (spam-backend-properties, spam-backend-property-valid-p)
18118         (spam-backend-function-type-valid-p)
18119         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18120         (spam-report-articles-gmane, spam-report-articles-resend):
18121         Remove functions, they are not needed.
18122         (spam-install-backend-super, spam-backend-list)
18123         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18124         (spam-backend-function, spam-backend-ham-registration-function)
18125         (spam-backend-spam-registration-function)
18126         (spam-backend-ham-unregistration-function)
18127         (spam-backend-spam-unregistration-function)
18128         (spam-backend-statistical-p, spam-backend-mover-p)
18129         (spam-install-backend-alias, spam-install-checkonly-backend)
18130         (spam-install-mover-backend, spam-install-nocheck-backend)
18131         (spam-install-backend, spam-install-statistical-backend)
18132         (spam-install-statistical-checkonly-backend): Add backend installation
18133         support.
18134         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18135         (spam-group-processor-p): Use the new backend code and respect the
18136         summary exit behavior.
18137         (spam-mark-spam-as-expired-and-move-routine): Remove.
18138         (spam-summary-prepare): Change to use the new spam-old-articles
18139         variable.
18140         (spam-copy-or-move-routine, spam-copy-spam-routine)
18141         (spam-move-spam-routine, spam-copy-ham-routine)
18142         (spam-move-ham-routine): Add code to copy/move ham or spam.
18143         (spam-fetch-field-fast): Improve doc and code, plus allow the
18144         'number request.
18145         (spam-list-of-checks, spam-list-of-statistical-checks):
18146         Remove variables.
18147         (spam-split, spam-find-spam): Use the new backend code.
18148         (spam-registration-functions): Remove variable.
18149         (spam-unregister-routine): Add convenience wrapper.
18150         (spam-log-undo-registration, spam-register-routine)
18151         (spam-log-processing-to-registry)
18152         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18153         where possible.
18154         (spam-check-gmane-xref, spam-check-regex-headers)
18155         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18156         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18157         (spam-check-bogofilter-headers, spam-check-spamoracle)
18158         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18159         (spam-check-crm114-headers): Use the spam-split-group that
18160         spam-split prepares, no need to determine it every time.
18161
18162         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18163         to the nnheader-parse-naked-head call.
18164
18165         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18166
18167         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18168         the nnheader-nov-read-message-id call.
18169
18170 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18173         gnus-activate-group twice.  Suggested by Markus Peter
18174         <warp@spin.de>.
18175
18176 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * gnus-art.el (gnus-article-time-format): Exchange the order of
18179         day and month in the default value; fix customization type.
18180         (article-date-ut): Use add-text-properties.
18181         (article-make-date-line): Use message-make-date instead of
18182         current-time-string.
18183
18184         * message.el (message-fetch-field): Don't use set-text-properties.
18185         (message-make-date): Simplify.
18186
18187         * messagexmas.el (message-xmas-make-date): New function.
18188         (message-xmas-redefine): Defalias message-make-date to it.
18189
18190 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18193         (rfc2047-encode-region): Treat text within parentheses as special;
18194         show the original text when error has occurred.
18195
18196         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18197         already-computed method to gnus-activate-group.
18198
18199         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18200         same select-methods identical Lisp objects.
18201
18202         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18203         object when modifying the info.
18204
18205 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18206
18207         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18208         gnus-opened-servers since it has never been opened with the new
18209         configuration yet.
18210
18211 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18214         arg to nnheader-generate-fake-message-id.
18215
18216 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18217
18218         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18219         number and build a fake message ID localized to a group and
18220         article number (so it's repeatable from that point on).
18221         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18222         ID format.
18223
18224         * gnus-sum.el (gnus-get-newsgroup-headers):
18225         Call nnheader-generate-fake-message-id with the article number.
18226
18227 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18228
18229         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18230         end-of-buffer.
18231
18232 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18233
18234         * message.el (message-ignored-supersedes-headers): Add Approved.
18235
18236 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18239         goto-char.
18240         (rfc2047-encode): Fold the line before encoding.
18241
18242 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18243
18244         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18245         folding -- not all headers can be folded, and this should be done
18246         by the message composition mode.  Probably.  I think.
18247
18248 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18251         fast.
18252
18253         * gnus-ems.el (gnus-remove-image): Don't use
18254         message-text-with-property; remove only the image found first.
18255
18256         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18257         found first.
18258
18259 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18260
18261         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18262
18263 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * message.el (message-text-with-property): Make it fast and accept
18266         optional arguments.
18267         (message-strip-forbidden-properties): Use it.
18268         (message-fix-before-sending): Follow the m-t-w-p change.
18269
18270         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18271
18272 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * gnus-art.el (article-hide-headers): Don't change the buffer
18275         mistakenly when performing mml-preview even if
18276         gnus-single-article-buffer is nil.
18277
18278 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18279
18280         * message.el (message-expand-name-databases): New user option.
18281         (message-expand-name): Use it.
18282
18283 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18284
18285         * spam.el (spam-report-articles-resend)
18286         (spam-report-resend-register-routine): Allow ham reporting.
18287         (spam-report-resend-register-ham-routine): Add wrapper.
18288         (spam-registration-functions): Add ham resending functions.
18289         (spam-list-of-processors): Add ham resend processor.
18290
18291         * gnus.el (ham-resend-to): Add new group parameter.
18292         (spam-process): Add ham resend option.
18293
18294         * spam-report.el (spam-report-resend): Allow reporting ham.
18295         (spam-report-resend-ham): Add wrapper.
18296
18297 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18298
18299         * message.el (message-cite-articles-with-x-no-archive):
18300         New variable.
18301         (message-cite-original): Use it.
18302
18303 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18304
18305         * message.el (message-cite-original): Respect X-No-Archive.
18306
18307 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18308
18309         * gnus-art.el (article-hide-headers): Refer to the values for
18310         gnus-ignored-headers and gnus-visible-headers in the summary
18311         buffer since a user may have set them as group parameters.
18312
18313 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18314
18315         * assistant.el (assistant-node-name): Add convenience function.
18316         (assistant-render-text, assistant-render-node): Add error handling,
18317         plus handle multiple next nodes.
18318         (assistant-find-next-node): Comment out for now.
18319         (assistant-find-next-nodes): Add function, returns list of next
18320         nodes.
18321
18322 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18323
18324         * mail-source.el (mail-source-directory): Fix doc-string.
18325
18326 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18327
18328         * assistant.el (assistant-render-text, assistant-eval): Add :set
18329         widget type, which is different because it takes and returns a
18330         list.  Much hilarity ensues.
18331
18332 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18333
18334         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18335
18336         * gnus-group.el (gnus-group-get-new-news-this-group):
18337         Add doc-string.
18338
18339         * gnus-start.el (gnus-activate-group): Add doc-string.
18340
18341 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18344
18345 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18346
18347         * assistant.el (assistant-render-text): Try to add a :set
18348         widget, more to come.
18349
18350         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18351         strings.
18352         (spam-report-articles-resend)
18353         (spam-register-routine): Do registration iff any articles warrant
18354         it.
18355         (spam-summary-prepare-exit): Change log message for nil group
18356         destinations.
18357
18358 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18359
18360         * spam.el (spam-report-resend-register-routine):
18361         Allow spam-report-resend-to to be a group parameter or a global value.
18362
18363 2004-05-26  Simon Josefsson  <jas@extundo.com>
18364
18365         * starttls.el: Merge with my GNUTLS based starttls.el.
18366         (starttls-gnutls-program, starttls-use-gnutls)
18367         (starttls-extra-arguments, starttls-process-connection-type)
18368         (starttls-connect, starttls-failure, starttls-success):
18369         New variables.
18370         (starttls-program, starttls-extra-args): Doc fix.
18371         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18372         New functions.
18373         (starttls-negotiate, starttls-open-stream):
18374         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18375         function if it is set.
18376
18377 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18380         structured fields.
18381
18382 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18383
18384         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18385
18386 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18387
18388         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18389         Add variable.
18390         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18391         assigning the spam-mark to new messages.
18392
18393 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18394
18395         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18396
18397 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18400
18401         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18402         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18403         default.
18404
18405 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18406
18407         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18408         correct data.
18409
18410 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18411
18412         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18413         (spam-group-processor-p): Fix function.
18414         (spam-group-processor-multiple-p)
18415         (spam-group-spam-processor-report-gmane-p)
18416         (spam-group-spam-processor-report-resend-p)
18417         (spam-group-spam-processor-bogofilter-p)
18418         (spam-group-spam-processor-blacklist-p)
18419         (spam-group-spam-processor-ifile-p)
18420         (spam-group-ham-processor-ifile-p)
18421         (spam-group-spam-processor-spamoracle-p)
18422         (spam-group-spam-processor-crm114-p)
18423         (spam-group-ham-processor-bogofilter-p)
18424         (spam-group-spam-processor-stat-p)
18425         (spam-group-ham-processor-stat-p)
18426         (spam-group-ham-processor-whitelist-p)
18427         (spam-group-ham-processor-BBDB-p)
18428         (spam-group-ham-processor-spamoracle-p)
18429         (spam-group-ham-processor-copy-p): Remove functions with some
18430         prejudice against unneeded code.
18431         (spam-report-articles-resend)
18432         (spam-report-resend-register-routine): Allow the group/topic
18433         spam-resend-to value to override spam-report-resend-to.
18434         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18435         properly now.
18436
18437         * gnus.el (spam-resend-to): Add group/topic parameter.
18438         (spam-process): Move the OBSOLETE processors to the end of the
18439         choices.
18440
18441 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18442
18443         * spam-report.el (spam-report-resend-to, spam-report-resend):
18444         Start with resend-to set to nil, and then ask the user if necessary.
18445         (spam-report-resend): spam-report-resend takes a list of articles, not
18446         separate article numbers.
18447
18448 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18449
18450         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18451         addition to emacs-w3m.
18452
18453 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18454
18455         * assistant.el (assistant-authinfo-data): New function.
18456         (assistant-eval): Eval for entire assistant.
18457
18458         * netrc.el (netrc-services-file): New variable.
18459         (netrc-parse-services): New function.
18460         (netrc-find-service-name): New function.
18461         (netrc-find-service-number): New function.
18462         (netrc-port-equal): New function.
18463         (netrc-machine): Use it.
18464
18465         * nnimap.el (nnimap-open-connection): Use netrc.
18466
18467         * gnus-util.el (gnus-netrc-get): Remove aliases.
18468
18469         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18470
18471         * assistant.el (wid-edit): Fix compilation.
18472
18473         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18474
18475 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18476
18477         * gnus-util.el (gnus-set-file-modes): New function.  (small
18478         patch).
18479
18480 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18481
18482         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18483
18484         * assistant.el (assistant-render-node): Fix up rendering and
18485         read-only text.
18486         (assistant-render-node): Reset.
18487         (assistant-make-read-only): Not sticky.
18488
18489 2004-05-20  Danny Siu  <dsiu@adobe.com>
18490
18491         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18492         centered even when gnus-auto-center-summary is t.
18493
18494 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18495
18496         * dns.el (dns-get-txt-answer): New function.
18497         (dns-read-txt): Ditto.
18498         (query-dns): Use it.
18499
18500 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18501
18502         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18503         active for foreign groups even if the group level is higher than
18504         the specified value.
18505
18506 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18507
18508         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18509         non-active groups.
18510
18511         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18512
18513 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18514
18515         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18516
18517 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18518
18519         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18520         (spam-crm114-header, spam-crm114-spam-switch)
18521         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18522         (spam-crm114-positive-spam-header)
18523         (spam-crm114-database-directory, spam-list-of-processors)
18524         (spam-group-spam-processor-crm114-p)
18525         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18526         (spam-generic-score, spam-list-of-checks)
18527         (spam-list-of-statistical-checks, spam-registration-functions)
18528         (spam-check-crm114-headers, spam-crm114-score)
18529         (spam-check-crm114, spam-crm114-register-with-crm114)
18530         (spam-crm114-register-spam-routine)
18531         (spam-crm114-unregister-spam-routine)
18532         (spam-crm114-register-ham-routine)
18533         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18534         From asjo@koldfront.dk (Adam Sjøgren).
18535
18536         * gnus.el: Add spam-use-crm114.
18537
18538         * spam.el (spam-list-of-processors, spam-registration-functions):
18539         Add spam-use-resend.
18540         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18541         (spam-report-articles-gmane): Add doc fix.
18542         (spam-report-articles-resend, spam-report-resend-register-routine):
18543         Add wrappers around spam-report-resend-to.
18544
18545         * spam-report.el (spam-report-resend-to, spam-report-resend):
18546         Add support for resending spam.
18547         (spam-report-gmane): Fix line length >80.
18548
18549         * gnus.el (spam-process): Add spam-use-resend.
18550
18551 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18552
18553         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18554         number of processed spam messages.
18555         (spam-ham-copy-or-move-routine): Return the number of processed
18556         ham messages.
18557         (spam-summary-prepare-exit): Use the above values to decide
18558         whether status messages shouled be displayed.
18559
18560 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18561
18562         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18563         `rfc2047-encoding-function-alist' in order to avoid conflicting
18564         with the old version.
18565         (rfc2047-encode-region): Concatenate words containing non-ASCII
18566         characters in structured fields; don't encode space-delimited
18567         ASCII words even in unstructured fields; don't break words at
18568         char-category boundaries.
18569         (rfc2047-encode-1): New function.
18570         (rfc2047-encode): Use it; encode text so that it occupies the
18571         maximum width within 76-column; work correctly on Q encoding for
18572         iso-2022-* charsets.
18573         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18574         sure not to break a line just after the header name.
18575         (rfc2047-b-encode-region): Remove.
18576         (rfc2047-b-encode-string): New function.
18577         (rfc2047-q-encode-region): Remove.
18578         (rfc2047-q-encode-string): New function.
18579
18580         * mm-util.el (mm-replace-in-string): New function.
18581
18582 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18583
18584         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18585         Really get it right.
18586         (gnus-inews-make-draft): Really.
18587
18588 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18589
18590         * nnmh.el (nnmh-request-list-1): Don't check the link count
18591         before descending.  (small patch)
18592
18593 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18594
18595         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18596         stuff.
18597
18598         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18599         Match on real group name.
18600
18601         * gnus-art.el (gnus-signature-limit): Doc fix.
18602
18603         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18604
18605         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18606
18607 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18608
18609         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18610         isn't a string.
18611
18612 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18613
18614         * gnus-draft.el (gnus-draft-send):
18615         Bind rfc2047-encode-encoded-words.
18616
18617         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18618         (rfc2047-encodable-p): Say that =? needs encoding.
18619         (rfc2047-encode-encoded-words): New variable.
18620
18621         * gnus-group.el (gnus-group-select-group): Doc fix.
18622
18623         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18624
18625         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18626         to nil.
18627
18628         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18629
18630         * nnheader.el (nnheader-get-lines-and-char): New function.
18631
18632 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18633
18634         * gnus-msg.el (gnus-summary-followup-with-original):
18635         Document yanking of region when active.
18636
18637 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18638
18639         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18640         groups if the group level is higher than the specified value.
18641
18642 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18643
18644         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18645         (gnus-group-jump-to-group): Add prefix argument using
18646         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18647         non-active group.
18648
18649         * compface.el (uncompface): Be verbose when changing
18650         `uncompface-use-external'.
18651
18652         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18653         handle manual section.
18654
18655 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18656
18657         * gnus-art.el (gnus-button-alist): Revert previous change.
18658
18659 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18660
18661         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18662
18663 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18664
18665         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18666         whether backend can accept message.
18667
18668         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18669
18670 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18671
18672         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18673         Avoid creating directory when nntp-marks-is-evil is true.
18674         Reported by Reiner Steib.
18675
18676 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18677
18678         * gnus-picon.el (gnus-picon-style): New variable.
18679         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18680         (gnus-picon-transform-address): Support `gnus-picon-style'.
18681         From Jesper Harder <harder@ifa.au.dk>.
18682
18683 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18684
18685         * message.el (message-fill-field): Return point.
18686         (message-generate-headers): Go to end of field.
18687
18688         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18689         stuff for non-living groups.
18690
18691 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18692
18693         * gnus-art.el (gnus-article-followup-with-original)
18694         (gnus-article-reply-with-original): gnus-mark-active-p ->
18695         gnus-region-active-p.
18696
18697 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18698
18699         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18700         only when there is spam or ham to be processed.
18701
18702 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18703
18704         * mail-source.el (mail-source-delete-crash-box): Refactor.
18705         (mail-source-fetch): Use it.
18706         (mail-source-fetch-file): Ditto.
18707         (mail-source-fetch-directory): Run postscript in loop.
18708         (mail-source-fetch-pop): Delete.
18709         (mail-source-fetch-maildir): Ditto.
18710         (mail-source-fetch-imap): Ditto.
18711
18712         * imap.el (imap-authenticators): Comment out sasl.
18713
18714         * message.el (message-skip-to-next-address): New function.
18715         (message-fill-header-address): Refactor.
18716         (message-fill-address): Use it.
18717         (message-delete-address): Use it.
18718         (message-fill-header-general): Refactor.
18719         (message-fill-field-address): Rename.
18720         (message-narrow-to-field): Find the start of the header.
18721         (message-header-format-alist): Don't pre-fill.
18722         (message-fill-header): Remove.
18723         (message-insert-header): New function.
18724         (message-shorten-references): Use it.
18725
18726         * rfc2047.el (rfc2047-field-value): Strip props.
18727
18728         * mail-parse.el (mail-header-make-address): New alias.
18729
18730         * ietf-drums.el (ietf-drums-make-address): New function.
18731
18732         * imap.el: Add compiler directives.
18733
18734         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18735
18736         * gnus-art.el (article-decode-idna-rhs): Don't use
18737         message-idna-inside-rhs-p.
18738
18739 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18740
18741         * message.el (message-idna-inside-rhs-p): Remove.
18742         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18743
18744         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18745         false positives.
18746
18747 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18748
18749         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18750
18751 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18752
18753         * nneething.el (nneething-file-name): Don't create spurious
18754         files.
18755
18756         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18757         (gnus-inews-do-gcc): Remove sleep.
18758
18759         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18760         part under point.
18761
18762         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18763         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18764
18765 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18766
18767         * spam.el (spam-summary-prepare-exit): Fix (length).
18768
18769 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18770
18771         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18772         as expired without moving it" message when there are spam
18773         messages left.
18774
18775 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18776
18777         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18778         header is not nil.
18779
18780 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18781
18782         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18783         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18784         (nntp-marks-changed-p): New arg SERVER.
18785         (nntp-request-update-info): Adjust caller.
18786
18787 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18788
18789         * nntp.el (nntp-save-marks): Pass missing arg.
18790
18791 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18792
18793         * nntp.el: Support marks.
18794         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18795         (nntp-marks-modtime, nntp-marks-directory): New variables.
18796         (nntp-request-set-mark, nntp-request-update-info)
18797         (nntp-possibly-create-directory, nntp-marks-changed-p)
18798         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18799         New functions.
18800
18801 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18802
18803         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18804         (gnus-xmas-redefine): Rename.
18805
18806         * gnus-score.el (gnus-score-insert-help):
18807         Use gnus-select-lowest-window.
18808
18809         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18810         appt-select-lowest-window and rename to gnus-select-lowest-window.
18811
18812         * gnus.el: do.
18813
18814 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18815
18816         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18817         encodings of MIME-encoded words, in order to improve
18818         interoperability with several broken MUAs.
18819
18820 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18821
18822         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18823         tags, only when charsets are not specified in headers.
18824         (mm-inline-text-html-render-with-w3m): Ditto.
18825
18826         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18827         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18828
18829 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18830
18831         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18832         instead of MIME-decoded from fields when checking
18833         `gnus-article-address-banner-alist'.
18834
18835 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18836
18837         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18838         description rather than subject.
18839
18840 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18841
18842         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18843
18844 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18845
18846         * gnus.el (gnus-version-number): Bump.
18847
18848 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18849
18850         * gnus.el: No Gnus v0.2 is released.
18851
18852 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18853
18854         * gnus-agent.el (gnus-agent-read-agentview):
18855         Inline gnus-uncompress-range.
18856
18857 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18858
18859         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18860         `exec-installed-p'.
18861
18862 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18863
18864         * gnus.el (spam-process, spam-autodetect-methods):
18865         Add bsfilter and bsfilter-headers.
18866
18867         * spam.el (spam-bsfilter): New customize group.
18868         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18869         (spam-bsfilter-header, spam-bsfilter-probability-header)
18870         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18871         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18872         (spam-bsfilter-database-directory): New options.
18873         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18874         (spam-list-of-statistical-checks, spam-registration-functions):
18875         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18876         (spam-bsfilter-score): New command.
18877         (spam-check-bsfilter-headers, spam-check-bsfilter)
18878         (spam-bsfilter-register-with-bsfilter)
18879         (spam-bsfilter-register-spam-routine)
18880         (spam-bsfilter-unregister-spam-routine)
18881         (spam-bsfilter-register-ham-routine)
18882         (spam-bsfilter-unregister-ham-routine): New functions.
18883         (spam-generic-score): Support bsfilter; Accept an optional argument
18884         to recalcurate spam score even if scoring header has already been
18885         added.
18886         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18887         optional argument to recalcurate spam score even if scoring header
18888         has already been added.
18889
18890 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18891
18892         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18893         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18894         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18895         link is missing.
18896
18897 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18898
18899         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18900         (html2text-get-attr): Rewrite.
18901
18902         * message.el (message-setup-1): Remove redundant put-text-property
18903         on mail-header-separator.
18904
18905 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18906
18907         * gnus-registry.el (gnus-registry-cache-whitespace)
18908         (gnus-registry-action, gnus-registry-spool-action)
18909         (gnus-registry-split-fancy-with-parent): Change message levels
18910         from 5 to 3 or 7, as needed.
18911
18912         * spam.el (spam-summary-prepare-exit)
18913         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18914         (spam-split, spam-find-spam, spam-log-undo-registration)
18915         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18916         level from 5 to 6.
18917
18918 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18919
18920         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18921         2004-03-04 change).
18922
18923 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18924
18925         * sieve-manage.el (sieve-manage-open):
18926         * nnweb.el (nnweb-insert-html):
18927         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18928         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18929         * nnspool.el (nnspool-request-group):
18930         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18931         * nnml.el (nnml-request-update-info):
18932         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18933         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18934         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18935         (nnimap-request-set-mark):
18936         * nnfolder.el (nnfolder-request-update-info):
18937         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18938         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18939         * gnus-uu.el (gnus-uu-find-articles-matching):
18940         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18941         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18942         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18943         * gnus-nocem.el (gnus-nocem-scan-groups):
18944         * gnus-int.el (gnus-start-news-server):
18945         * gnus-group.el (gnus-group-make-kiboze-group)
18946         (gnus-group-browse-foreign-server):
18947         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18948         Use mapc when appropriate.
18949
18950 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18951
18952         FIXME: Make separate entries for each person.
18953
18954         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18955         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18956         <shields@msrl.com>:
18957
18958         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18959         may need for spam sorting and scoring.
18960         (spam-user-format-function-S): Add user format function suitable for
18961         general use.
18962         (spam-article-sort-by-spam-status): Add sorting function for summary
18963         sorting.
18964         (spam-extra-header-to-number): Add function to get a score from a
18965         header.
18966         (spam-summary-score): Add function to get a numeric score from the
18967         headers.
18968         (spam-generic-score): Fix function doc, was in wrong place.
18969         (spam-initialize): Take symbols when it's run, and install the
18970         extra headers that spam-necessary-extra-headers thinks we need.
18971
18972 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18973
18974         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18975         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18976
18977 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18978
18979         * gnus-sum.el (gnus-set-global-variables)
18980         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18981         (gnus-article-get-xrefs, gnus-summary-best-group)
18982         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18983         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18984         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18985         Use with-current-buffer.
18986
18987 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18988
18989         * spam.el (spam-summary-prepare-exit): Simplify logic.
18990         (spam-fetch-article-header): Read the article header if it's not
18991         available.
18992         (spam-list-articles): Simplify logic.
18993         (spam-filelist-register-routine): Fix bug with unregister-list.
18994
18995         * gnus-registry.el: Fix comments at beginning.
18996
18997 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18998
18999         * message.el (message-cater-to-broken-inn): Remove.
19000         (message-shorten-references): Make sure the total folded length of
19001         References is shorter than 998 characters to cater to a bug in INN
19002         2.3.  Also, don't pretend that references aren't folded -- this
19003         hasn't worked for a while.
19004
19005 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19006
19007         * gnus-agent.el (gnus-agentize):
19008         gnus-agent-send-mail-real-function no longer set to current value
19009         of message-send-mail-function but rather a lambda that calls
19010         message-send-mail-function.  The change makes the agent real-time
19011         responsive to user changes to message-send-mail-function.
19012
19013 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19014
19015         * legacy-gnus-agent.el
19016         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19017         help from Florian Weimer <fw@deneb.enyo.de>
19018
19019 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * nnmail.el (nnmail-cache-insert): Revert last change.
19022
19023 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * nnmail.el (nnmail-cache-insert): Always check whether
19026         nnmail-cache-ignore-groups matches a group name.
19027
19028 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19029
19030         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19031         (spam-find-spam, spam-log-processing-to-registry)
19032         (spam-log-registered-p, spam-log-unregistration-needed-p)
19033         (spam-log-undo-registration): Use gnus-message instead of
19034         gnus-error, none of these errors are fatal.
19035
19036         * gnus-registry.el (gnus-registry-clean-empty-function)
19037         (gnus-registry-clean-empty): Remove only empty entries without
19038         extra data.
19039
19040 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19041
19042         * spam-stat.el (spam-stat-buffer-change-to-spam)
19043         (spam-stat-buffer-change-to-non-spam): Change (error) to
19044         (gnus-message 8) invocation.
19045
19046 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19047
19048         * nntp.el (nntp-via-netcat-command): New variable.
19049         (nntp-via-netcat-switches): New variable.
19050         (nntp-open-via-rlogin-and-netcat): New function.
19051         (nntp-open-connection-function): Doc fix.
19052         (nntp-telnet-command): Doc fix.
19053         (nntp-end-of-line): Doc fix.
19054         (nntp-via-rlogin-command): Doc fix.
19055         (nntp-via-user-name): Doc fix.
19056         (nntp-via-address): Doc fix.
19057
19058 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19059
19060         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19061         error in Emacs 21.1.
19062
19063 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19064
19065         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19066
19067 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19068
19069         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19070         (gnus-agent-with-refreshed-group): New macro.
19071         (gnus-agent-rename-group): New function.
19072         (gnus-agent-delete-group): New function.
19073         (gnus-agent-save-group-info): Use gnus-command-method when
19074         `method' parameter is nil.  Don't write nil entries into the
19075         active file.
19076         (gnus-agent-get-group-info): New function.
19077         (gnus-agent-fetch-articles):
19078         Use gnus-agent-update-files-total-fetched-for to increment disk space
19079         used.
19080         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19081         Use gnus-agent-update-view-total-fetched-for to increment disk space
19082         used.
19083         (gnus-agent-get-local): Add optional parameters to avoid calling
19084         gnus-group-real-name and gnus-find-method-for-group.
19085         (gnus-agent-set-local): Delete stored entry if either min, or max,
19086         are nil.
19087         (gnus-agent-fetch-session): Reworded error/quit messages.
19088         On quit, use gnus-agent-regenerate-group to record existance of any
19089         articles fetched to disk before the quit occurred.
19090         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19091         gnus-agent-update-view-total-fetched-for, and
19092         gnus-agent-update-files-total-fetched-for to decrement disk space
19093         used.
19094         (gnus-agent-retrieve-headers):
19095         Use gnus-agent-update-view-total-fetched-for to increment disk space
19096         used.
19097         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19098         with gnus-agent-update-files-total-fetched-for to decrement disk
19099         space and fresh group buffer.
19100         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19101         (gnus-agent-need-update-total-fetched-for): New variable.
19102         (gnus-agent-update-files-total-fetched-for): New function.
19103         (gnus-agent-update-view-total-fetched-for): New function.
19104         (gnus-agent-total-fetched-for): New function.
19105
19106         * gnus-cache.el (gnus-cache-save-buffers):
19107         Use gnus-cache-update-overview-total-fetched-for to change disk space
19108         used by this group.
19109         (gnus-cache-possibly-enter-article):
19110         Use gnus-cache-update-file-total-fetched-for to increment disk space
19111         used by this group.
19112         (gnus-cache-possibly-remove-article):
19113         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19114         used by this group.
19115         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19116         (gnus-cache-rename-group): New function.
19117         (gnus-cache-delete-group): New function.
19118         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19119         (gnus-cache-need-update-total-fetched-for): New variable.
19120         (gnus-cache-with-refreshed-group): New macro.
19121         (gnus-cache-update-file-total-fetched-for): New function.
19122         (gnus-cache-update-overview-total-fetched-for): New function.
19123         (gnus-cache-rename-group-total-fetched-for): New function.
19124         (gnus-cache-delete-group-total-fetched-for): New function.
19125         (gnus-cache-total-fetched-for): New function.
19126
19127         * gnus-group.el: Require gnus-sum and autoload functions to
19128         resolve warnings when gnus-group.el compiled alone.
19129         (gnus-group-line-format): Documented new %F.
19130         (size of Fetched data) group line format; identifies disk space
19131         used by agent and cache.
19132         (gnus-group-line-format-alist): Defined new F format.
19133         (gnus-total-fetched-for): New function.
19134         (gnus-group-delete-group): No longer update
19135         gnus-cache-active-altered as gnus-request-delete-group now keeps
19136         the cache in sync.
19137         (gnus-group-list-active): Let the agent store a server's active
19138         list if currently plugged.
19139
19140         * gnus-int.el (gnus-request-delete-group):
19141         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19142         local disk in sync with the server.
19143         (gnus-request-rename-group):
19144         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19145         local disk in sync with the server.
19146
19147         * gnus-start.el (gnus-get-unread-articles):
19148         Cosmetic simplification to logic.
19149
19150         * gnus-util.el (gnus-rename-file): New function.
19151
19152 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19153
19154         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19155
19156 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19157
19158         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19159         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19160
19161 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19162
19163         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19164         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19165
19166 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19167
19168         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19169
19170 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19171
19172         * spam.el (spam-set-difference): Add function to replace
19173         gnus-set-difference in spam.el.
19174         (spam-summary-prepare-exit): Use spam-set-difference.
19175
19176 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19177
19178         * gnus-registry.el (gnus-registry-cache-file): Update to use
19179         gnus-dribble-directory OR gnus-home-directory OR ~.
19180         (gnus-registry-split-fancy-with-parent): Fix doc.
19181
19182 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * message.el (message-exchange-point-and-mark):
19185         Use message-mark-active-p.  Suggested by Jesper Harder
19186         <harder@ifa.au.dk>.
19187
19188 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19189
19190         * message.el (message-exchange-point-and-mark): Don't activate
19191         region if it was inactive.  Suggested by Hiroshi Fujishima
19192         <pooh@nature.tsukuba.ac.jp>.
19193
19194 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19195
19196         * gnus-art.el (article-display-face): Display Faces in the same
19197         order as X-Faces.
19198
19199 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19202
19203 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19204
19205         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19206         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19207         (gnus-article-mime-hierarchy): Remove.
19208         (gnus-article-mime-hierarchy-next): Remove.
19209         (gnus-article-mode): Revert 2004-03-19 change.
19210         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19211         (gnus-insert-mime-button): Revert 2004-03-19 change.
19212         (gnus-mime-accumulate-hierarchy): Remove.
19213         (gnus-mime-enter-multipart): Remove.
19214         (gnus-mime-leave-multipart): Remove.
19215         (gnus-mime-display-part): Revert 2004-03-19 change.
19216         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19217
19218         * mml.el (mml-preview): Revert 2004-03-19 change.
19219
19220 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19221
19222         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19223
19224 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19225
19226         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19227         t while entering a file name using the mm-with-multibyte macro.
19228         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19229
19230         * mm-util.el (mm-with-multibyte): New macro.
19231
19232 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19233
19234         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19235         New user option.
19236         (gnus-mime-multipart-functions): Doc and customization fix.
19237         (gnus-article-mime-hierarchy): New variable.
19238         (gnus-article-mime-hierarchy-next): New variable.
19239         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19240         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19241         gnus-article-mime-hierarchy-next to nil.
19242         (gnus-insert-mime-button): Show hierarchy numbers.
19243         (gnus-mime-accumulate-hierarchy): New function.
19244         (gnus-mime-enter-multipart): New function.
19245         (gnus-mime-leave-multipart): New function.
19246         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19247         (gnus-mime-display-alternative): Show hierarchy numbers.
19248
19249         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19250         gnus-article-mime-hierarchy-next to nil.
19251
19252 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19253
19254         * dns.el: Don't require gnus-xmas.
19255
19256 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19257
19258         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19259         inline PGP.
19260         (mml-menu): Disable mml-quote-region if mark is inactive.
19261
19262 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19263
19264         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19265         when the group's active is not available.
19266
19267 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19270         error.
19271
19272 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19273
19274         * imap.el (imap-store-password): New variable.
19275         (imap-interactive-login): Use it.
19276         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19277
19278 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19279
19280         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19281         window-start and hscroll to summary window.
19282
19283 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19284
19285         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19286         conversion message to newsrc-dribble when an actual conversion is
19287         performed.
19288
19289 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19290
19291         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19292
19293 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19294
19295         * mm-decode.el (mm-complicated-handles): New function reviving
19296         former definition of mm-multiple-handles.
19297
19298         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19299         (gnus-mime-delete-part): Use it.
19300
19301 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19302
19303         * gnus-agent.el (gnus-agent-read-local):
19304         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19305         avoid the implicit assumption that they will always be equal.
19306         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19307         coding-system-for-write, as the with-temp-file macro first prints
19308         to a buffer then saves the buffer.
19309
19310 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19311
19312         * gnus-art.el (gnus-article-edit-part): New function.
19313         (gnus-mime-save-part-and-strip): Use it; do query instead of
19314         signaling an error; don't use mm-multiple-handles.
19315         (gnus-mime-delete-part): Ditto.
19316
19317 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19318
19319         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19320         old file versions.
19321         (gnus-group-prepare-hook): Remove function that converted list
19322         form of gnus-agent-expire-days to group properties.
19323
19324         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19325         (gnus-request-accept-article): Re-indented.
19326
19327         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19328         converters to handle old agent file formats.  Add logic for a
19329         "backup before upgrading warning".
19330         (gnus-convert-mark-converter-prompt): Developers can mark
19331         functions as needing (default), or not needing,
19332         gnus-convert-old-newsrc's "backup before upgrading warning".
19333         (gnus-convert-converter-needs-prompt): Tests whether the user
19334         should be protected from potentially irreversable changes by the
19335         function.
19336
19337         * legacy-gnus-agent.el: New.  Provides converters that are only
19338         loaded when gnus-convert-old-newsrc needs to call them.
19339
19340 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * mail-source.el (mail-source-touch-pop): Doc fix.
19343
19344         * message.el (message-smtpmail-send-it): Doc fix.
19345
19346 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19347
19348         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19349
19350         * nnmail.el (nnmail-split-fancy): do.
19351
19352         * gnus-kill.el (gnus-kill, gnus-execute): do.
19353
19354 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19355
19356         * gnus-sum.el (gnus-widget-reversible-match)
19357         (gnus-widget-reversible-to-internal)
19358         (gnus-widget-reversible-to-external): New functions.
19359         (gnus-widget-reversible): New widget.
19360         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19361
19362 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19363
19364         * gnus-sum.el (gnus-thread-sort-functions)
19365         (gnus-article-sort-functions): Document `(not F)' items.
19366
19367 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19368
19369         * spam.el (spam-use-gmane-xref): Add new backend.
19370         (spam-gmane-xref-spam-group): Add variable to control the name of the
19371         Gmane spam group.
19372         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19373         (spam-regex-headers-spam, spam-regex-headers-ham)
19374         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19375         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19376         backends and checks.
19377         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19378
19379         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19380         an autodetect method.
19381
19382 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19383
19384         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19385         articles are being added to a group.
19386         (gnus-request-replace-article): Inform the agent that articles
19387         need to be uncached as the cached contents are no longer valid.
19388
19389 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19390
19391         * binhex.el: Don't autoload executable-find.
19392
19393         * canlock.el: Don't autoload mail-fetch-field.
19394
19395         * dgnushack.el: Autoload c-mode for XEmacs.
19396
19397         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19398
19399         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19400         rmail-dont-reply-to and rmail-output.
19401
19402         * gnus-score.el: Don't autoload ffap-string-at-point.
19403
19404         * gnus-setup.el: Don't autoload sc-cite-original.
19405
19406         * imap.el: Don't autoload base64-decode-string,
19407         base64-encode-string and md5.
19408
19409         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19410         and rmail-msg-restore-non-pruned-header.
19411
19412         * mm-decode.el: Don't autoload executable-find.
19413
19414         * mm-url.el: Don't autoload executable-find.
19415
19416         * mm-view.el: Don't autoload diff-mode.
19417
19418         * nndb.el: Don't autoload news-reply-mode, news-setup,
19419         cancel-timer and telnet.
19420
19421         * password.el: Don't autoload run-at-time for Emacs.
19422
19423         * sha1-el.el: Don't autoload executable-find.
19424
19425         * sieve-mode.el: Don't autoload c-mode.
19426
19427         * uudecode.el: Don't autoload executable-find.
19428
19429 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19430
19431         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19432         (gnus-agent-possibly-alter-active): Avoid null in numeric
19433         comparison.
19434         (gnus-agent-set-local): Refuse to save null in local object table.
19435         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19436         list of articles that will be marked as unread.
19437
19438 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19441
19442 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19443
19444         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19445         language tags.
19446
19447 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19448
19449         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19450         Don't bind "obarray".
19451
19452         * gnus-sum.el (gnus-thread-sort-functions):
19453         Add `gnus-thread-sort-by-most-recent-number' and
19454         `gnus-thread-sort-by-most-recent-date'.
19455         Reported by Kai Grossjohann <kai@emptydomain.de>.
19456
19457 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19460
19461 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19462
19463         * gnus-cus.el (gnus-agent-customize-category):
19464         Remove ignore-errors macro reference that required cl to be loaded at
19465         run-time.
19466
19467         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19468         single-interval range of the form (min . max).  Previously the
19469         range had to look like ((min . max)).  Likewise, return
19470         (min . max) rather than ((min . max)).
19471         (gnus-range-map): Use gnus-range-normalize to accept
19472         single-interval range.
19473
19474         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19475         the cache, but not the agent, now appear with their usual face.
19476
19477         * dgnushack.el (loaddir): New variable that is bound to the
19478         directory containing the dgnushack.el file. Use loaddir, rather
19479         than srcdir, to update load-path. Change lets dgnushack compile
19480         code in directories other than GNUS/lisp.
19481
19482 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19483
19484         * lpath.el: Don't bind w3m-safe-url-regexp.
19485
19486         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19487         w3m-safe-url-regexp variable buffer-local.
19488
19489         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19490
19491 2004-02-27  Simon Josefsson  <jas@extundo.com>
19492
19493         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19494         gnus-group-real-prefix.
19495         (gnus-summary-move-article): Use it, instead of
19496         gnus-group-real-prefix.
19497
19498 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * lpath.el: Bind w3m-safe-url-regexp.
19501
19502         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19503         w3m-safe-url-regexp variable buffer-local and set it as the value
19504         of mm-w3m-safe-url-regexp.
19505
19506         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19507
19508         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19509         parsing gnus-posting-styles when the message is not for replying.
19510
19511         * dgnushack.el: Autoload sgml-mode for XEmacs.
19512
19513         * nnrss.el (nnrss-opml-export):
19514         Use mm-set-buffer-file-coding-system instead of
19515         set-buffer-file-coding-system.
19516
19517 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19518
19519         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19520         of checkdoc.el).
19521         * nnrss.el: do.
19522         * gnus-mlspl.el: do.
19523         * gnus-ml.el: do.
19524         * gnus-srvr.el: do.
19525
19526         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19527
19528 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19529
19530         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19531         Corrections to custom-manual links.
19532
19533         * gnus-art.el (gnus-article): Ditto.
19534
19535         * mm-decode.el (mime-display, mime-security): Ditto.
19536
19537 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19538
19539         * flow-fill.el: Typo.
19540
19541 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19542
19543         * spam-wash.el: New file.
19544
19545 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19546
19547         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19548
19549 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19550
19551         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19552         to be run with new-articles as LIST1, not LIST2.
19553         (spam-registration-functions): Add spam-use-ham-copy as a nil
19554         registration backend.
19555
19556 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19557
19558         * spam-stat.el (spam-stat-washing-hook): New option.
19559         (spam-stat-buffer-words): Use it.
19560         (spam-stat-process-directory, spam-stat-test-directory):
19561         Use insert-file-contents-literally.
19562         (spam-stat-coding-system): New variable.
19563         (spam-stat-load, spam-stat-save): Use it.
19564
19565 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19566
19567         * spam-report.el (spam-report-plug-agent):
19568         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19569
19570 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19571
19572         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19573         Allow / in mailto URLs.
19574
19575 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19576
19577         * spam-report.el (spam-report-process-queue): Fix interactive use.
19578         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19579         (spam-report-unplug-agent): Doc fixes.
19580         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19581         (spam-report-agentize, spam-report-deagentize): Autoload.
19582
19583 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19586
19587         * message.el (message-setup-fill-variables): Add mml tags to
19588         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19589         <ajk@iu.edu>.
19590         (message-mode): Don't modify paragraph-separate there.
19591
19592 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19593
19594         * compface.el (uncompface-use-external): Default to undecided.
19595         (uncompface-use-external-threshold): New variable.
19596         (uncompface-float-time): New macro.
19597         (uncompface): Determine whether to use the external decoder if
19598         uncompface-use-external is undecided.
19599
19600 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19601
19602         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19603         after images.
19604
19605         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19606
19607 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19608
19609         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19610
19611         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19612
19613         * gnus-sum.el (gnus-summary-limit-to-age)
19614         (gnus-summary-limit-children): do.
19615
19616         * gnus-int.el (gnus-request-scan): do.
19617
19618         * gnus-group.el (gnus-group-suspend): do.
19619
19620         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19621
19622         * gnus-cite.el (gnus-cite-parse-attributions): do.
19623
19624         * gnus-agent.el (gnus-summary-set-agent-mark)
19625         (gnus-agent-regenerate-group): do.
19626
19627         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19628
19629         * binhex.el (binhex-decode-region-internal): do.
19630
19631 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19632
19633         * gnus-fun.el (gnus-face-properties-alist): New user option.
19634         (gnus-display-x-face-in-from): Use it.
19635
19636         * gnus-art.el (article-display-face): Ditto.
19637
19638         * compface.el (uncompface-use-external): Default to nil.
19639
19640 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19641
19642         * nntp.el (nntp-erase-buffer): New function.
19643         (nntp-retrieve-data, nntp-send-command)
19644         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19645         (nntp-possibly-change-group): Use it.
19646
19647         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19648         Use with-current-buffer.
19649
19650 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19651
19652         * compface.el: Merge the ELisp-based uncompface program.
19653         (compface): New customization group.
19654         (uncompface-use-external): New user option.
19655         (uncompface): Call uncompface-internal if uncompface-use-external
19656         is nil.
19657         (uncompface-internal): New function.  Note that there are also
19658         some other functions and variables added for this function.
19659
19660 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19661
19662         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19663         if necessary.
19664
19665 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19666
19667         * spam-report.el (spam-report-unplug-agent)
19668         (spam-report-plug-agent, spam-report-deagentize)
19669         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19670         Add support for the Agent in spam-report: when unplugged, report to a
19671         file; when plugged, submit all the requests.
19672
19673         * spam.el (spam-register-routine): Fix message about
19674         registration.
19675
19676 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19677
19678         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19679         dependencies.
19680         (rfc2047-encode): Use it.
19681
19682         * gnus-art.el (gnus-button-marker-list): Move before first
19683         reference.
19684
19685         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19686         (imap-parse-body): Fix format string mismatch.
19687
19688         * gnus-score.el (gnus-summary-increase-score): do.
19689
19690         * nnrss.el (nnrss-close): New function.
19691
19692 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19693
19694         * nnrss.el (nnrss-make-filename): New function.
19695         (nnrss-request-delete-group, nnrss-read-server-data)
19696         (nnrss-save-server-data, nnrss-read-group-data)
19697         (nnrss-save-group-data): Use it.
19698         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19699         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19700         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19701
19702 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19703
19704         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19705
19706 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19707
19708         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19709         files.
19710
19711         * message.el (message-generate-headers-first): Don't quote nil
19712         and t in docstrings.
19713
19714         * imap.el (imap-id): do.
19715
19716         * gnus-agent.el (gnus-agent-consider-all-articles)
19717         (gnus-agent-queue-mail): do.
19718
19719 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19720
19721         * spam-report.el (spam-report-process-queue): New function.
19722         Process requests from `spam-report-requests-file'.
19723         (spam-report-process-queue): Doc fix.
19724
19725 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19726
19727         * spam.el (spam-register-routine)
19728         (spam-log-processing-to-registry, spam-log-registered-p)
19729         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19730         Change "check" to "spam-check" for semi-clarity.
19731
19732 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19733
19734         * pop3.el: Require nnheader.
19735
19736         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19737
19738         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19739
19740         * gnus-picon.el: Require cl.
19741
19742         * gnus-fun.el: Require gnus-ems and gnus-util.
19743
19744         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19745
19746         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19747
19748         * gnus-art.el (gnus-article-edit-mode): Define before first
19749         reference.
19750
19751 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19752
19753         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19754         (gnus-uu-post-encoded): Use point-at-bol.
19755
19756         * gnus-topic.el (gnus-group-active-topic-p): do.
19757
19758         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19759
19760         * gnus-group.el (gnus-group-kill-region): do.
19761
19762         * gnus-art.el (article-date-ut): do.
19763
19764         * message.el (message-fetch-field): Remove redundant
19765         case-fold-search binding.
19766         (message-narrow-to-field): Simplify.
19767
19768 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19769
19770         * spam.el (spam-directory): Derive from `gnus-directory'.
19771
19772         * spam-report.el (spam-report-url-to-file)
19773         (spam-report-requests-file): New function and variable for offline
19774         reporting.
19775         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19776         and user defined function.
19777         (spam-report-url-ping-mm-url): Remove doubled slash.
19778
19779 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19780
19781         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19782
19783 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19784
19785         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19786         Fix format string mismatch.
19787
19788         * sieve.el (sieve-deactivate-all): do.
19789
19790         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19791
19792         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19793
19794         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19795
19796         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19797
19798 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19799
19800         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19801         the list of checks.
19802
19803 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19804
19805         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19806         padding.
19807
19808 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19809
19810         * mm-view.el (mm-fill-flowed): New variable.
19811         (mm-inline-text): Use it.
19812
19813 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19814
19815         * spam.el (spam-spamassassin-register-ham-routine)
19816         (spam-spamassassin-register-spam-routine): Fix function names.
19817
19818 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19819
19820         * gnus.el (gnus-tmp-grouplens): Remove.
19821         (gnus-summary-line-format): Remove grouplens.
19822
19823         * gnus-group.el (gnus-group-line-format): Ditto.
19824
19825         * gnus-spec.el (gnus-format-specs): Ditto.
19826         (gnus-update-format-specifications): Flush the group format spec
19827         cache if there's the grouplens stuff.
19828         (gnus-parse-simple-format): Replace %l with the empty string.
19829
19830 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19831
19832         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19833         omission.
19834
19835 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19836
19837         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19838         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19839
19840 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19841
19842         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19843         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19844         New macros and functions.
19845         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19846         Handle > NLINK_MAX messages.
19847         * nnmaildir.el (nnmaildir-request-set-mark):
19848         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19849
19850 2004-01-25  Alex Schroeder  <alex@gnu.org>
19851
19852         * spam-stat.el (spam-stat-process-directory-age): New option.
19853         (spam-stat-process-directory): Use it.
19854
19855 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19856
19857         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19858         (spam-stat-save): Accept prefix argument.
19859
19860 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19861
19862         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19863         links" error.
19864
19865 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19868         the rest of the and/or forms.
19869
19870 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19871
19872         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19873         compatibility with old .newsrc.eld files.
19874
19875         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19876
19877         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19878
19879         * gnus-start.el (gnus-1): do.
19880
19881         * gnus-group.el (gnus-group-line-format-alist): do.
19882
19883         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19884
19885         * gnus-gl.el: Remove.
19886
19887 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19888
19889         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19890         marks consisting of a single range {for example, (3 . 5)} rather
19891         than a list of a single range { ((3 . 5)) }.
19892
19893 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19894
19895         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19896         Use with-current-buffer.
19897         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19898         avoid consing a string.
19899
19900         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19901         Remove obsolete entries for big5 and gb2312.
19902
19903 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19904
19905         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19906         uncompressed list.
19907
19908 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19909
19910         * spam-stat.el (spam-stat-strip-xref): New function.
19911         (spam-stat-process-directory): Use it.
19912
19913         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19914         here -- it's done in message-fetch-field.
19915
19916 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19917
19918         * gnus-agent.el (gnus-agent-queue-mail)
19919         (gnus-agent-prompt-send-queue): New variables.
19920         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19921         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19922         "nndraft:queue" along to gnus-draft-send.
19923         Use gnus-agent-prompt-send-queue.
19924         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19925         is "nndraft:queue".  Suggested by Gaute Strokkenes
19926         <gs234@srcf.ucam.org>
19927
19928         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19929         (agent-enable-undownloaded-faces): Add.
19930         (gnus-agent-cat-groups): Use eval-and-compile, not
19931         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19932         method of gnus-agent-cat-groups even when the buffer has been
19933         evaled.
19934         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19935         delete gnus-agent-save-active-1.
19936         (gnus-agent-save-groups): Delete.  Identical to
19937         gnus-agent-save-active.
19938         (gnus-agent-write-active): No longer adjust agent's copy of active
19939         file as agent's adjustments are now stored in their own
19940         file.  Remove optional parameter.
19941         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19942         servers.  Add use of min/max range limits from server's local
19943         file.
19944         (gnus-agent-save-alist): Remove unused optional argument.
19945         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19946         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19947         (gnus-agent-set-local): A per-server file that keeps min/max range
19948         limits for articles known to the agent.  Provides a fast mechanism
19949         for altering many active ranges.
19950         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19951         active file (local makes it unnecessary).
19952         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19953
19954         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19955         (agent-enable-undownloaded-faces): Add.
19956
19957         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19958         disable it when sending to "nndraft:queue".
19959         (gnus-group-send-queue): Add safety check to avoid sending queue
19960         when unplugged.
19961
19962         * gnus-group.el (gnus-group-catchup): Use new
19963         gnus-sequence-of-unread-articles, not
19964         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19965         numbers of articles.  Use gnus-range-map to avoid having to
19966         uncompress the unread list.
19967         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19968         Fix invalid ange-ftp reference.
19969
19970         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19971         (gnus-sorted-range-intersection): Intersection of two ranges
19972         without requiring that they first be uncompressed.
19973
19974         * gnus-start.el (gnus-activate-group): Unless blocked by the
19975         caller, possibly expand the active range to include both cached
19976         and agentized articles.
19977         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19978         multiple version-dependent converters.
19979         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19980         gnus-agent-save-active.
19981         (gnus-save-newsrc-file): Save dirty agent range limits.
19982
19983         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19984         gnus-agent-possibly-alter-active.
19985         (gnus-adjust-marked-articles): Faster handling of simple lists.
19986
19987 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19988
19989         * spam-stat.el (spam-stat-test-directory): New optional argument
19990         displays a list of files detected.  Suggested by Andrew Cohen
19991         <cohen@andy.bu.edu>.
19992         (spam-stat-buffer-words-with-scores): Don't narrow and change
19993         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19994
19995 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19996
19997         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19998         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19999         (spam-spamassassin-arguments)
20000         (spam-spamassassin-spam-flag-header)
20001         (spam-spamassassin-positive-spam-flag-header)
20002         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20003         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20004         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20005         (spam-list-of-processors, spam-list-of-checks)
20006         (spam-list-of-statistical-checks, spam-registration-functions)
20007         (spam-check-spamassassin-headers, spam-check-spamassassin)
20008         (spam-spamassassin-score)
20009         (spam-spamassassin-register-with-sa-learn)
20010         (spam-spamassassin-register-spam-routine)
20011         (spam-spamassassin-register-ham-routine)
20012         (spam-assassin-register-spam-routine)
20013         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20014         (spam-bogofilter-score): Fix to show article before scoring.
20015
20016 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20017
20018         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20019         default scoring function.
20020         (spam-generic-score): Call spam-spamassassin-score if
20021         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20022         spam-bogofilter-score otherwise.
20023
20024         * gnus.el (spam-process, spam-autodetect-methods):
20025         Add spamassassin and spamassassin-headers.
20026
20027 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20028
20029         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20030         Suppress unnecessary messages.
20031
20032 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20033
20034         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20035         make-hash-table.
20036
20037 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20038
20039         * canlock.el (base64-encode-string): Don't autoload it.
20040
20041 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20042
20043         * run-at-time.el: Remove useless (require 'itimer),
20044         eval-and-compile and (featurep 'xemacs).
20045
20046 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20047
20048         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20049         GROUP is a virtual group.
20050
20051 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20052
20053         * gnus.el: Autoload `message-y-or-n-p'.
20054
20055 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20056
20057         * pgg-parse.el: Remove unnecessary (require 'custom).
20058
20059         * pgg-def.el: do.
20060
20061         * nnmail.el: do.
20062
20063         * gnus-undo.el: do.
20064
20065         * gnus-picon.el: do.
20066
20067         * gnus-util.el: do.
20068
20069 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20070
20071         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20072
20073 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20074
20075         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20076         handle, as well as a list.
20077
20078         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20079         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20080         (mm-w3m-cid-retrieve): Simplify.
20081
20082 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20083
20084         * message.el (message-kill-to-signature): Allow prefix arg to
20085         specify number of lines to keep before signature.
20086
20087 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20088
20089         * message.el (message-kill-to-signature): Change docstring.
20090
20091 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * canlock.el: Always require sha1-el.
20094         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20095
20096         * message.el: Autoload sha1 only when compiling.
20097
20098         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20099         eudc-expand-inline for XEmacs.
20100
20101 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20102
20103         * message.el (message-canlock-generate): Require sha1-el.
20104
20105 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20106
20107         * message.el (message-expand-name): Silence the byte compiler.
20108
20109         * lpath.el: Add detect-coding-system.
20110
20111         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20112         cus-edit.
20113
20114 2004-01-13  Simon Josefsson  <jas@extundo.com>
20115
20116         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20117         Invoke gnus-score-mode.
20118         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20119
20120         * gnus-range.el (gnus-compress-sequence): Doc fix.
20121         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20122
20123 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20124
20125         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20126
20127 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20128
20129         * spam.el (spam-get-article-as-string): Update to use
20130         gnus-request-article-this-buffer, much simpler.
20131         (spam-get-article-as-buffer): Remove.
20132
20133 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20134
20135         * message.el (message-expand-name): Use EUDC if the user uses that.
20136
20137 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20138
20139         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20140         character for the encoding to avoid consing a string.
20141
20142         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20143         unnecessarily.
20144
20145         * mm-util.el (mm-replace-chars-in-string): Remove.
20146
20147         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20148         of mm-replace-chars-in-string.
20149
20150 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20151
20152         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20153
20154         * mm-util.el (mm-subst-char-in-string): Support inplace.
20155
20156         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20157         a new string in every iteration.  Use shy groups.
20158
20159 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20160
20161         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20162         * gnus-soup.el (gnus-soup-group-brew):
20163         * gnus-msg.el (gnus-put-message):
20164         * gnus-move.el (gnus-group-move-group-to-server):
20165         * gnus-kill.el (gnus-batch-score):
20166         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20167         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20168         (gnus-group-update-group, gnus-group-read-group)
20169         (gnus-group-make-group, gnus-group-make-help-group)
20170         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20171         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20172         (gnus-group-sort-by-unread, gnus-group-catchup)
20173         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20174         (gnus-group-yank-group, gnus-group-set-info)
20175         (gnus-group-list-groups):
20176         * gnus.el (gnus-generate-new-group-name):
20177         * gnus-delay.el (gnus-delay-send-queue):
20178         * nnvirtual.el (nnvirtual-catchup-group):
20179         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20180         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20181         (gnus-group-prepare-topics, gnus-topic-check-topology):
20182         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20183         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20184         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20185         (gnus-group-make-articles-read):
20186         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20187         (gnus-group-change-level, gnus-kill-newsgroup)
20188         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20189         (gnus-get-unread-articles, gnus-make-articles-unread)
20190         (gnus-make-ascending-articles-unread): Use accessor
20191         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20192         to get group information for improved readability.
20193
20194
20195 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20196
20197         * gnus-art.el (article-decode-mime-words, article-babel)
20198         (gnus-article-highlight-signature, gnus-article-add-buttons)
20199         (gnus-signature-toggle): Use gnus-with-article-buffer.
20200
20201         * gnus-art.el (gnus-article-highlight-headers)
20202         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20203
20204         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20205         (gnus-article-set-globals, gnus-request-article-this-buffer)
20206         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20207         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20208         (gnus-mime-display-alternative): Use with-current-buffer.
20209
20210 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20211
20212         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20213         also under 80 char limit, and call gnus-error if needed.
20214         (spam-fetch-article-header): Fix - it was a
20215         buffer-local variable (gnus-newsgroup-data).
20216         (spam-find-spam): Use spam-generate-fake-headers, forget about
20217         spam-insert-fake-headers.
20218         (spam-insert-fake-headers): Remove.
20219
20220 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20221
20222         * deuglify.el (gnus-article-outlook-unwrap-lines)
20223         (gnus-outlook-rearrange-article)
20224         (gnus-outlook-repair-attribution-outlook)
20225         (gnus-outlook-repair-attribution-block)
20226         (gnus-outlook-repair-attribution-other): Remove redundant
20227         save-excursion.
20228
20229 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20230
20231         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20232         (spam-fetch-field-subject-fast)
20233         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20234         (spam-fetch-article-header): Add functions to deal with Gnus
20235         internals for fast retrieval of article header data.
20236         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20237
20238 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20239
20240         * pop3.el (pop3-md5): Remove.
20241         (pop3-apop): Replace pop3-md5 with md5.
20242
20243         * mm-bodies.el: base64 is always built-in.
20244
20245         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20246         Use with-current-buffer.
20247
20248 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20249
20250         * canlock.el (canlock-insert-header): Remove excessive grouping in
20251         regexp.
20252
20253         * gnus-sum.el (gnus-summary-read-document): Ditto.
20254
20255         * gnus-uu.el (gnus-uu-part-number): Ditto.
20256
20257         * html2text.el (html2text-remove-tags): Ditto.
20258         (html2text-format-tags): Ditto.
20259         (html2text-format-single-elements): Ditto.
20260
20261         * mml.el (mml-parse-1): Ditto.
20262
20263 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20264
20265         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20266
20267         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20268
20269         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20270
20271         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20272
20273 2003-11-15  Simon Josefsson  <jas@extundo.com>
20274
20275         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20276         (pgg-gpg-lookup-key): Use regexp match instead of
20277         split-string (split-string is different between emacs 21.2 and
20278         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20279
20280 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20281
20282         * gnus-art.el (gnus-mime-view-all-parts)
20283         (gnus-article-part-wrapper, gnus-article-view-part):
20284         Use with-current-buffer.
20285
20286 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20287
20288         * spam.el (spam-disable-spam-split-during-ham-respool)
20289         (spam-spamoracle-database, spam-cache-lookups)
20290         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20291         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20292         (spam-group-ham-marks, spam-group-spam-marks)
20293         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20294         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20295         also add spam-use-blackholes to the statistical checks.
20296         (spam-fetch-field-fast): Add interface to fetching fields, may
20297         become a macro.
20298         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20299         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20300         (spam-insert-fake-headers): Fake an article when needed.
20301         (spam-find-spam): Fake article when possible.
20302         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20303         (spam-check-bogofilter-headers): Use message-fetch-field instead
20304         of nnmail-fetch-field.
20305
20306 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20307
20308         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20309
20310 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20311
20312         * spam.el (spam-split): Do not require spam-use-CHECK to be
20313         enabled if that check is passed to spam-split explicitly; also
20314         fix so 'spam doesn't get converted to spam-split-group when
20315         spam-split-symbolic-return is t.
20316         (spam-find-spam): Find registrations of the article and use those
20317         instead of re-running spam-split to find the spam/ham
20318         classification of the article.
20319         (spam-log-processing-to-registry, spam-log-registered-p)
20320         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20321         Use gnus-error instead of gnus-message.
20322         (spam-log-registration-type): Add function to determine the
20323         classification of a message based on registry entries; will
20324         return nil if both 'spam and 'ham are found.
20325         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20326         a reasonably fast local cache without the loading errors.
20327         (spam-cache-lookups): Set to t by default.
20328         (spam-find-spam): Don't try to guess spam-cache-lookups.
20329         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20330         spam-caches entry.
20331         (spam-filelist-build-cache, spam-filelist-check-cache):
20332         Fix caching of whitelist/blacklist entries.
20333         (spam-check-whitelist, spam-check-blacklist):
20334         Invoke spam-from-listed-p with a type, not a cache variable.
20335         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20336
20337 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20338
20339         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20340
20341         * nnmail.el (nnmail-split-fancy): do.
20342
20343         * mml.el (mml-parse): do.
20344
20345         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20346         (gnus-score-adaptive): do.
20347
20348 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20349
20350         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20351         (gnus-mime-button-map): Don't set keymap parent.
20352         (gnus-button-ctan-directory-regexp): Use shy grouping.
20353         (gnus-prev-page-map): Don't set keymap parent.
20354         (gnus-prev-page-map): Remove duplicated one.
20355         (gnus-next-page-map): Don't set keymap parent.
20356         (gnus-mime-security-button-map): Ditto.
20357
20358         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20359         version number.
20360
20361         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20362
20363 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20364
20365         * canlock.el (canlock-sha1-function): Remove.
20366         (canlock-sha1-function-for-verify): Remove.
20367         (canlock-openssl-program): Remove.
20368         (canlock-openssl-args): Remove.
20369         (canlock-ignore-errors): Remove.
20370         (canlock-sha1-with-openssl): Remove.
20371         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20372         (canlock-verify): Don't use canlock-ignore-errors.
20373
20374         * sha1-el.el (sha1-string-external): Make it can return a string
20375         in binary form.
20376         (sha1-region-external): Ditto.
20377         (sha1-string-internal): Ditto.
20378         (sha1-region-internal): Ditto.
20379         (sha1-region): Ditto.
20380         (sha1-string): Ditto.
20381         (sha1): Ditto.
20382
20383 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20384
20385         * spam.el (spam-report-articles-gmane): New command.
20386
20387 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20388
20389         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20390
20391         * run-at-time.el (run-at-time-saved): Remove.
20392         (run-at-time): Doc fix.
20393
20394 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20395
20396         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20397         (gnus-summary-limit-map): Add it.
20398         (gnus-summary-make-menu-bar): do.
20399
20400 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20401
20402         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20403         Make attempt at some caching support (done for BBDB only now).
20404         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20405         addresses to be checked.
20406         (spam-clear-cache-BBDB): Add function, to be invoked by
20407         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20408         (spam-check-BBDB): Check and use the caches, if
20409         spam-cache-lookups is on, remove superfluous (provide).
20410
20411 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20412
20413         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20414
20415 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20416
20417         * run-at-time.el (run-at-time-saved): Move to after the definition
20418         of `run-at-time'.
20419
20420         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20421
20422 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20423
20424         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20425         mm-w3m-local-map-property.
20426
20427         * mm-view.el (mm-w3m-mode-map): Remove.
20428         (mm-w3m-local-map-property): Remove.
20429         (mm-inline-text-html-render-with-w3m): Don't use
20430         mm-w3m-local-map-property.
20431
20432 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20433
20434         * run-at-time.el: New file.
20435
20436         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20437         under Emacs.
20438
20439         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20440         of gnus-set-text-properties.
20441
20442         * gnus-uu.el (gnus-uu-save-article): Ditto.
20443
20444         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20445
20446         * gnus-cite.el (gnus-cite-parse): Ditto.
20447
20448         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20449         of gnus-.
20450
20451         * gnus-xmas.el (run-at-time): Require run-at-time.
20452
20453         * gnus.el: Change calls to nnheader-run-at-time and
20454         password-run-at-time throughout to use run-at-time directly.
20455
20456         * password.el: Remove definition of run-at-time.
20457
20458         * nnheaderxm.el: Remove definition of run-at-time.
20459
20460 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20461
20462         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20463         in prompt.
20464
20465 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20466
20467         * messagexmas.el (message-xmas-redefine): Alias
20468         `message-make-caesar-translation-table' to
20469         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20470         version.
20471
20472         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20473         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20474         `gnus-xmas-set-text-properties'.
20475         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20476         `gnus-xmas-completing-read'.
20477         (gnus-xmas-completing-read): Removed.
20478         (gnus-xmas-open-network-stream): Removed.
20479
20480         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20481         XEmacs version.
20482
20483         * dns.el (dns-make-network-process): Use `open-network-stream'
20484         instead of `gnus-xmas-open-network-stream'.
20485
20486         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20487
20488         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20489
20490 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20491
20492         * gnus-art.el (gnus-mime-display-alternative)
20493         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20494         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20495         Don't use gnus-local-map-property.
20496
20497         * gnus-util.el (gnus-local-map-property): Remove.
20498
20499         * mm-view.el (mm-view-pkcs7-decrypt):
20500         Replace gnus-completing-read-maybe-default with completing-read.
20501
20502         * gnus-util.el (gnus-completing-read): do.
20503         (gnus-completing-read-maybe-default): Remove.
20504
20505 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20506
20507         * password.el: Only autoload `run-at-time' if not XEmacs.
20508         Only autoload the itimer functions if XEmacs.
20509
20510 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20511
20512         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20513         XEmacsen.
20514
20515         * dgnushack.el: Autoload executable-find for XEmacs.
20516
20517 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20518
20519         * gnus-art.el (gnus-read-string): Remove.
20520         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20521         read-string.
20522
20523 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20524
20525         * netrc.el: Autoload password-read.
20526         (netrc): Add configuration group.
20527         (netrc-encoding-method, netrc-openssl-path):
20528         Add variables for encoding and decoding of files with symmetric
20529         ciphers.
20530         (netrc-encode): Add assistant function to encode a file with
20531         netrc-encoding-method.
20532         (netrc-parse): Add interactive parameter, added optional
20533         decoding if netrc-encoding-method is non-nil but otherwise
20534         behavior is standard.
20535         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20536         Do s/encode/encrypt/ everywhere.
20537
20538         * spam.el: Remove executable-find autoload.
20539
20540 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20541
20542         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20543
20544         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20545
20546 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20547
20548         * gnus-art.el (gnus-treat-ansi-sequences)
20549         (article-treat-ansi-sequences): New variable and function.
20550         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20551
20552         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20553         Use it.
20554
20555 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20556
20557         * mm-util.el (mm-quote-arg): Remove.
20558
20559         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20560         shell-quote-argument.
20561
20562         * gnus-uu.el (gnus-uu-command): do.
20563
20564         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20565
20566         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20567         with make-char.
20568
20569         * mm-util.el (mm-make-char): Remove.
20570
20571         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20572         add-minor-mode.
20573
20574         * gnus-undo.el (gnus-undo-mode): do.
20575
20576         * gnus-topic.el (gnus-topic-mode): do.
20577
20578         * gnus-sum.el (gnus-dead-summary-mode): do.
20579
20580         * gnus-start.el (gnus-slave-mode): do.
20581
20582         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20583
20584         * gnus-ml.el (gnus-mailing-list-mode): do.
20585
20586         * gnus-gl.el (gnus-grouplens-mode): do.
20587
20588         * gnus-draft.el (gnus-draft-mode): do.
20589
20590         * gnus-dired.el (gnus-dired-mode): do.
20591
20592         * gnus-ems.el (gnus-add-minor-mode): Remove.
20593
20594         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20595         Replace gnus-char-width with char-width.
20596
20597         * gnus-ems.el (gnus-char-width): Remove.
20598
20599         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20600         Replace gnus-char-width with char-width.
20601
20602         * gnus-ems.el (gnus-char-width): Remove.
20603
20604         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20605         definition.
20606         Remove Emacs 20 hash table compatibility code.
20607
20608         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20609         20 compatibility code.
20610
20611         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20612
20613         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20614
20615         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20616         Replace with point-at-{eol,bol}.
20617
20618         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20619
20620         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20621
20622         * flow-fill.el (fill-flowed-point-at-bol)
20623         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20624
20625         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20626         Replace with point-at-{eol,bol} throughout all files.
20627
20628 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20629
20630         * ntlm.el (ntlm-string-as-unibyte): New macro.
20631         (ntlm-build-auth-response): Use it.
20632
20633         Remove Emacs 20 stuff:
20634         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20635         (butlast, mapc, remove): Remove the compiler macros.
20636         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20637         of delq and copy-sequence.
20638         * gnus-art.el (popup-menu): Remove the compiler macro.
20639         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20640         Emacs 20.
20641
20642 2004-01-05  Simon Josefsson  <jas@extundo.com>
20643
20644         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20645         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20646         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20647         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20648         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20649         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20650         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20651         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20652         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20653         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20654         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20655         string-xor into ntlm-string-xor.
20656         Suggested by Jesper Harder <harder@myrealbox.com>.
20657
20658         * ntlm.el: Don't include poem.
20659
20660         * md4.el (print-int32, print-string-hexa): Remove.
20661         Suggested by Jesper Harder <harder@myrealbox.com>.
20662
20663         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20664
20665         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20666         probably breaks emacs with DL patch, but do we care? Is anyone
20667         still using the DL stuff?)
20668
20669         * sieve-manage.el: Use the password package.
20670         (sieve-manage-read-passwd): Remove.
20671         (sieve-manage-interactive-login): Use password.  Re-add
20672         condition-case around loop.
20673
20674         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20675         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20676         Use the password package.
20677
20678 2003-02-19  Simon Josefsson  <jas@extundo.com>
20679
20680         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20681         token.
20682
20683 2002-08-07  Simon Josefsson  <jas@extundo.com>
20684
20685         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20686         (sieve-manage-authenticators):
20687         (sieve-manage-authenticator-alist): Add some SASL mechs.
20688         (sieve-sasl-auth): New function.
20689         (sieve-manage-cram-md5-auth):
20690         (sieve-manage-plain-auth): Rewrite using SASL library.
20691         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20692         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20693         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20694         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20695
20696 2004-01-05  Simon Josefsson  <jas@extundo.com>
20697
20698         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20699         New files.
20700
20701 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20702
20703         * gnus-group.el (gnus-no-groups-message): Update.
20704
20705         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20706
20707 2003-11-09  Simon Josefsson  <jas@extundo.com>
20708
20709         * imap.el: Support for ID IMAP extension (RFC 2971).
20710         (imap-local-variables): Add imap-id.
20711         (imap-id): New variable.
20712         (imap-id): New function.
20713         (imap-parse-response): Parse untagged ID response.
20714         * nnimap.el (nnimap-id): New variable.
20715         (nnimap-open-connection): Use it.
20716
20717 2003-12-28  Simon Josefsson  <jas@extundo.com>
20718
20719         * gnus-score.el (gnus-score-edit-all-score): New.
20720         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20721
20722 2004-01-04  Simon Josefsson  <jas@extundo.com>
20723
20724         * password.el: Add.
20725
20726 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20727
20728         * dns.el (dns-query-types): Fix typo.
20729         (dns-query-types): New function.
20730         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20731         PTR and SOA replies, see RFC 1035.
20732
20733 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20734
20735         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20736
20737         * Move to Changelog.2.
20738
20739 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20740
20741         * gnus.el (gnus-version-number): Bump version.
20742
20743 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20744
20745         * gnus.el: No Gnus v0.1 is released.
20746
20747 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20748
20749         * gnus.el: No Gnus v0.0 is released.
20750
20751 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20752
20753         * gnus.el (gnus-version-number): Bump.
20754         (gnus-version): No.
20755
20756 See ChangeLog.2 for earlier changes.
20757
20758   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20759
20760   This file is part of GNU Emacs.
20761
20762   GNU Emacs is free software: you can redistribute it and/or modify
20763   it under the terms of the GNU General Public License as published by
20764   the Free Software Foundation, either version 3 of the License, or
20765   (at your option) any later version.
20766
20767   GNU Emacs is distributed in the hope that it will be useful,
20768   but WITHOUT ANY WARRANTY; without even the implied warranty of
20769   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20770   GNU General Public License for more details.
20771
20772   You should have received a copy of the GNU General Public License
20773   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20774
20775 ;; Local Variables:
20776 ;; coding: utf-8
20777 ;; fill-column: 79
20778 ;; add-log-time-zone-rule: t
20779 ;; End: