Don't bug out when updating multiple headers.
[gnus] / lisp / ChangeLog
1 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
5         docstring.
6         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
8         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
9         Login collection is "Login" and not "login".
10
11 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
14         multiple headers.
15
16         * nnimap.el (nnimap-inhibit-logging): New variable.
17         (nnimap-log-command): Don't log login commands.
18
19         * auth-source.el (auth-source-netrc-search): The asserts seem to want
20         to have more parameters.
21
22         * nnimap.el (nnimap-send-command): Mark the command time for each
23         command, so that we don't get NOOPs stepping on our toes.
24
25         * gnus-art.el (article-date-ut): Get the date from the Date header on
26         `t'.
27
28 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * auth-source.el (auth-source-search): Use copy-sequence instead of
31         the cl.el copy-list.
32
33 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
34
35         * imap.el: Bring it back (revert
36         84d800cd31de3064f0ed39617d725709a2f8f42f).
37
38 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
39
40         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
41         Improve prompt.
42
43 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
44
45         * gnus-art.el (gnus-article-mode-line-format): Remove the article
46         washing status from the default format.  It isn't very informative.
47
48 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
49
50         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
51         Gcc processing on imap.
52
53 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
54
55         * imap.el: Remove file.  All the functionality is in nnimap.el.
56
57 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
58
59         * message.el (message-bury): Don't pop up a new window when selected
60         window is dedicated.
61
62 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
63
64         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
65
66 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
67
68         * sieve-manage.el: Autoload `auth-source-search'.
69         (sieve-sasl-auth): Use it.
70
71 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
72
73         * nnimap.el: Autoload `auth-source-forget+'.
74         (nnimap-open-connection-1): Use it if the connection fails.
75
76         * auth-source.el: Require `password-cache'.
77         (auth-source-hide-passwords, auth-source-cache): Remove and mark
78         obsolete.
79         (auth-source-magic): Marker for `password-cache' keys.
80         (auth-source-do-cache): Update docstring.
81         (auth-source-search): Use and check cache.
82         (auth-source-forget-all-cached, auth-source-remember)
83         (auth-source-recall, auth-source-forget, auth-source-forget+)
84         (auth-source-specmatchp): Caching support functions.
85         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
86         Remove and obsolete.
87         (auth-source-user-or-password): Remove caching to further discourage
88         using it.  Always hide passwords.
89
90         * password-cache.el (password-cache-remove): Accept secrets that are
91         not strings.
92
93 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
94
95         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
96         code for now, since it doesn't work for all users.
97
98 2011-02-09  Julien Danjou  <julien@danjou.info>
99
100         * message.el (message-options): Make message-options really buffer
101         local.
102
103 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
104
105         * mail-source.el: Autoload `auth-source-search'.
106         (mail-source-keyword-map): Note order matters.
107         (mail-source-set-1): Get all the mail-source source values and
108         defaults and search auth-source on those if needed.  This can all
109         probably be simplified.
110
111         * nnimap.el: Autoload `auth-source-search'.
112         (nnimap-credentials): Use it.
113         (nnimap-open-connection-1): Ask for the virtual server and physical
114         address in one shot.
115
116         * nntp.el: Autoload `auth-source-search'.
117         (nntp-send-authinfo): Use it.  Note TODO.
118
119 2011-02-08  Julien Danjou  <julien@danjou.info>
120
121         * shr.el (shr-tag-body): Add support for text attribute in body
122         markups.
123
124         * message.el (message-options): Make message-options a local variable.
125
126 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
127
128         * auth-source.el (auth-source-secrets-search)
129         (auth-source-user-or-password): Use `append' instead of `nconc'.
130         (auth-source-user-or-password): Build return list better and protect
131         against nil :secret.
132
133 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
134
135         * nnimap.el (nnimap-update-info): Refactor slightly.
136         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
137         (nnimap-update-info): Clean up slightly.
138         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
139         characters.
140         (nnimap-process-quirk): Rename function to avoid collision.
141         (nnimap-update-info): Fix macrology bug-out.
142         (nnimap-update-info): Simplify split history test.
143
144 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
145
146         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
147         `secrets-get-attributes' instead of `secrets-get-attribute'.
148         (auth-source-secrets-search): Limit search when `max' is greater than
149         number of results.
150
151 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
152
153         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
154         part not returning any data.
155
156         * proto-stream.el (open-protocol-stream): Document the return value.
157
158 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
159
160         * auth-source.el (auth-source-secrets-search): Add examples.
161
162 2011-02-06  Julien Danjou  <julien@danjou.info>
163
164         * message.el (message-setup-1): Handle message-generate-headers-first
165         set to t.
166
167 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
168
169         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
170         API with a string "secrets:collection-name" and with 'default.
171         (auth-source-backend-parse): Parse "secrets:collection-name" and
172         'default.  Recurse on parses instead of repeating code.  Use the
173         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
174         message when ignoring a source.
175         (auth-source-search): List ignored search keys at the top level.
176         (auth-source-netrc-create): Use `case' instead of `cond'.
177         (auth-source-secrets-search): Created with TODOs.
178         (auth-source-secrets-create): Created with TODOs.
179         (auth-source-retrieve, auth-source-create, auth-source-delete)
180         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
181         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
182         (auth-source-user-or-password-sftp)
183         (auth-source-user-or-password-smtp): Removed.
184         (auth-source-user-or-password): Deprecated and modified to be a wrapper
185         around `auth-source-search'.  Not tested thoroughly.
186
187 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
188
189         * auth-source.el: Bring in assoc and eioeio libraries.
190         (secrets-enabled): New variable to track the status of the Secrets API.
191         (auth-source-backend): New EIOEIO class to represent a backend.
192         (auth-source-creation-defaults): New variable to set prompt defaults
193         during token creation (see the `auth-source-search' docstring for
194         details).
195         (auth-sources): Simplify to allow a simple string as a netrc backend
196         spec.
197         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
198         (auth-source-backend-parse-parameters): Fill in the backend parameters.
199         (auth-source-search): Main auth-source API entry point.
200         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
201         (auth-source-search-collection): Helper function for searching.
202         (auth-source-netrc-parse, auth-source-netrc-normalize)
203         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
204         Supports search, create, and delete.
205         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
206         backend stubs.
207         (auth-source-user-or-password): Call `auth-source-search' but it's not
208         ready yet.
209
210 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
211
212         * message.el (message-setup-1): Remove the read-only stuff, since it
213         doesn't work under XEmacs, for some reason.
214
215         * gnus-sum.el (gnus-user-date): Rename back from
216         gnus-summary-user-date since user code refers to it.
217
218         * shr.el (shr-render-td): Store the actual background colour used.
219
220         * message.el (message-setup-1): Don't bind the constant
221         -forbidden-properties.
222         (message-setup-1): Revert previous change, since it needs to bind the
223         props to insert them.
224         (message-resend): Allow removing the read-only separator line.
225
226 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
227
228         * nnimap.el (nnimap-request-accept-article): Give an error message if
229         the APPEND wasn't successful.
230
231 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
232
233         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
234         that have no groups.
235
236 2011-02-03  Julien Danjou  <julien@danjou.info>
237
238         * gnus-draft.el: Remove progn around gnus-draft-setup.
239
240 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-start.el (gnus-read-active-for-groups): This function is never
243         called with a nil `infos', so clean that up.
244         (gnus-get-unread-articles): Request active files from primary/secondary
245         methods that have no groups (yet).
246
247 2011-02-03  Julien Danjou  <julien@danjou.info>
248
249         * message.el (message-setup-1): Always generate References first.
250         (message-mail): Return the return value of message-setup, not always t.
251         (message-setup-1): Insert mail-header-separator with read-only and
252         intangible properties set.
253
254         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
255         user-date in docstring.
256
257         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
258
259         * gnus.el (gnus-summary-line-format): Mention &user-date format in
260         docstring.
261
262         * gnus.el (gnus-user-date-format-alist): Change default value. Use
263         defcustom, with type and group. Move from gnus-util.el. Rename to
264         gnus-summary-user-date-format-alist.
265
266 2011-02-03  Glenn Morris  <rgm@gnu.org>
267
268         * nnimap.el (gnus-fetch-headers): Declare.
269
270         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
271
272 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
273
274         * message.el (message-forward-make-body-digest-plain)
275         (message-followup, message-reply): Clean up things noted by Stefan.
276
277         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
278         gnus-article-update-date-headers is nil.
279         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
280         it didn't really work with defcustom.
281         (article-update-date-lapsed): Make sure the window start doesn't move,
282         either.
283
284 2011-02-01  Julien Danjou  <julien@danjou.info>
285
286         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
287         format.
288
289         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
290         standard in Emacs nowadays.
291
292         * color.el (color-gradient): Add a color-gradient function.
293
294 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
295
296         * message.el (message-expand-name): Don't trust the return value of
297         bbdb-complete-name.
298         (message-check-news-header-syntax): Remove unused var `start'.
299         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
300         (message-inhibit-body-encoding): Move to before first use.
301         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
302         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
303         (Organization, Message-ID, Date, mh-previous-window-config):
304         Defvar the vars using dynamic scoping.
305
306 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
307
308         * shr.el (shr-render-td): Only do colours at the final rendering.
309         Should be slightly faster.
310         (shr-insert-table): Fix up TD background colours when doing the
311         vertical padding.
312
313         * gnus-art.el (article-date-ut): Protect against articles with no Date
314         header.
315         (article-update-date-lapsed): Don't use current-column to find the
316         horizontal position.  It's fragile in the presence of \003 characters.
317
318         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
319
320 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
321
322         * gnus-art.el (article-transform-date): Rewrite to still work when
323         there are several rfc2822 parts.
324         (article-transform-date): Fix infinite recursion.
325         (article-date-ut): Replace infinitely many Date headers with a single
326         one when called interactively.
327
328         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
329         secure manner.
330
331         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
332         move around by not using save-window-excursion.  It seems to work...
333
334 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * gnus-art.el (article-make-date-line): Work for user-defined format.
337
338 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
339
340         * nntp.el (nntp-retrieve-group-data-early)
341         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
342         fetching functions.
343
344         * gnus-start.el (gnus-read-active-for-groups): Read the active files
345         thoroughly for all backends that have no known groups.  This should
346         allow new nnml methods to retrieve mail.
347
348         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
349         that Gnus doesn't know exists again.
350
351         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
352         (gnus-treat-date-ut): Ditto.
353         (gnus-article-update-date-header): Renamed.
354         (gnus-treat-date-local): Removed.
355         (gnus-treat-date-english): Removed.
356         (gnus-treat-date-lapsed): Removed.
357         (gnus-treat-date-combined-lapsed): Removed.
358         (gnus-treat-date-original): Removed.
359         (gnus-treat-date-iso8601): Removed.
360         (gnus-treat-date-user-defined): Removed.
361         (gnus-article-date-headers): New variable to control all the date
362         header options.
363         (article-date-ut): Rewrite to allow using the new way to format date
364         headers(s).
365
366 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
367
368         * nnmail.el (nnmail-article-group): Check for a direct fancy split
369         method.
370         (nnmail-article-group): A better test for fanciness.
371
372         * nnimap.el (nnimap-request-head): Protect against not finding the
373         article by Message-ID.
374
375 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus-art.el (article-update-date-lapsed): Try a better way to really
378         keep point at the "same place".
379
380 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
383         data if the group is unactivated.
384
385 2011-01-28  Julien Danjou  <julien@danjou.info>
386
387         * gnus-win.el: Remove dead function gnus-window-configuration-element.
388         (gnus-all-windows-visible-p): Remove old compatibility code.
389         (gnus-window-top-edge): Add docstring.
390
391         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
392
393 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
396         older request-update-info.
397
398         * gnus-art.el (article-make-date-line): Limit the length a bit more.
399
400 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
401
402         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
403         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
404
405 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
406
407         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
408         groups.  This makes the nndraft:queue group pop up if it's not already
409         there.
410
411         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
412         messages" logic, which was reversed.
413
414         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
415         the "same place" even if point is on the line being replaced.
416         (article-update-date-lapsed): Allow updating both the combined lapsed
417         and the lapsed headers.
418         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
419         (article-make-date-line): Limit the number of segments dynamically to
420         avoid too-long lines.
421
422 2011-01-27  Julien Danjou  <julien@danjou.info>
423
424         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
425         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
426
427 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
430         Use plist-get instead of the cl function getf.
431
432 2011-01-27  Glenn Morris  <rgm@gnu.org>
433
434         * gnus-util.el (float-time): Get rid of compiler warning, again.
435
436 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
437
438         * shr.el (shr-put-color): Special-case background colours: Do put them
439         at the blank parts at the front of the lines.
440
441         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
442         exit hook to nix out all data on readedness on group exit.
443
444         * gnus-util.el (float-time): If float-time is bound, always use it on
445         all Emacsen.  It's unclear why the subrp check was there.
446         (time-date): Require to make some autoload issues on XEmacs go away.
447
448         * shr.el (shr-put-color): Don't do the box padding in tables, since
449         they're already padded.
450
451 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-art.el (gnus-article-next-page): When the last line of the
454         article is displayed, scroll down once more instead of going to the
455         next article at once.
456         (article-lapsed-string): Refactor out and allow specifying how many
457         segments you want.
458         (gnus-article-setup-buffer): Start updating the lapsed header directly.
459         (gnus-article-update-lapsed-header): New variable.
460
461         * shr.el: Revert change that made headings use different-sized faces.
462         The Emacs display engine isn't advanced enough that, for instance,
463         tables can comfortably use differntly-sized faces.
464
465 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
466
467         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
468         used.
469         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
470         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
471         we're using an encrypted connection.
472
473         * proto-stream.el: Alter the interface functions to also return the
474         actual stream type used: network or tls.
475
476 2011-01-25  Julien Danjou  <julien@danjou.info>
477
478         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
479         (mm-display-javascript-inline): New function.
480
481         * mm-decode.el (mm-inline-media-tests): Add application/javascript
482         viewing function.
483
484 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * shr.el (shr-expand-newlines): Fix variable name.
487
488 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
489
490         * shr.el (shr-expand-newlines): Make nested boxes work.
491
492 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
493
494         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
495         backgrounds.
496         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
497         in a more sensible manner.
498
499 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
500
501         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
502         if EPG is loaded.
503
504 2011-01-24  Julien Danjou  <julien@danjou.info>
505
506         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
507         tags.
508
509 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
510
511         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
512         commands.
513
514         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
515         in the article buffer.
516         (gnus-gravatar-insert): Use blank space from the current buffer to
517         avoid breaking text properties.  This makes X-Sent updating work again.
518
519         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
520
521 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
524         fix the bug in url-http.el instead.
525
526         * shr.el (shr-image-fetched): Ditto.
527
528         * shr.el (shr-image-fetched): Avoid having point move in the article
529         buffer.
530
531         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
532         buffer after being called.  It's apparently being killed by url.el, and
533         killing it made point move to end-of-buffer in a random buffer.
534
535         * shr.el (shr-image-fetched): Ditto.
536
537 2011-01-23  Julien Danjou  <julien@danjou.info>
538
539         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
540
541         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
542         text/x-org.
543
544 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
545
546         * gnus-sum.el (gnus-summary-move-article): Protect against backends
547         (i.e., nnimap) returning nil as the article number.
548
549 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
550
551         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
552         "DelSp" parameter in RFC3676.
553
554 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
555
556         * message.el (message-check-recipients): Display the encoded version of
557         the bogus address if they differ.
558
559         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
560         after sending.
561
562         * gnus-agent.el (gnus-agent-send-mail): Ditto.
563
564         * gnus-group.el (gnus-group-refresh-group): New convenience function.
565
566         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
567         group buffer after sending the queue.
568
569         * gnus-agent.el (gnus-agent-send-mail): Ditto.
570
571 2011-01-22  Julien Danjou  <julien@danjou.info>
572
573         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
574
575 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
576
577         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
578         nested related parts.
579
580         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
581         unexpired articles.  This fixes the regression that led expiry marks to
582         disappear from nnfolder groups.
583
584 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
585
586         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
587         Don't confuse the "ret" of "retrograde" with RET.
588
589 2011-01-21  Julien Danjou  <julien@danjou.info>
590
591         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
592         than mm-insert-inline.
593
594 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
597         Widen article buffer.
598
599 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
600
601         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
602         the temp buffer.
603         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
604
605 2011-01-20  Julien Danjou  <julien@danjou.info>
606
607         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
608
609         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
610         than mm-insert-inline to insert inline part: this respect
611         mm-inline-media-tests displayers.
612
613         * mm-view.el (mm-display-shell-script-inline): New function.
614
615         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
616
617         * mm-uu.el (mm-uu-type-alist): Add org block.
618         (mm-uu-org-src-code-block-extract): New function.
619
620         * mm-view.el (mm-display-org-inline): New function.
621
622         * mm-decode.el (mm-automatic-display): Add text/org.
623
624         * mailcap.el (mailcap-mime-extensions): Add .org.
625
626 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
627
628         * gnus-art.el (gnus-article-highlight): Remove argument passed to
629         gnus-article-add-buttons.
630
631 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
632
633         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
634         From header with a date and "nobody" as the sender.
635
636 2011-01-19  Julien Danjou  <julien@danjou.info>
637
638         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
639         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
640         if you have the same regexp several times.
641         (gnus-button-push): Fix matching when regexp is symbol.
642
643 2011-01-15  Glenn Morris  <rgm@gnu.org>
644
645         * message.el (message-mail): A compose-mail function should
646         accept headers as strings.
647
648 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
649
650         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
651         Add :vert-only tags.
652         (message-mail): New arg RETURN-ACTION.
653         (message-return-action): New var.
654         (message-bury): Use it.
655         (message-mode): Make it buffer-local.
656         (message-send-and-exit): Always call message-bury.
657
658         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
659         message-mail.
660
661 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * nnimap.el (nnimap-convert-partial-article): Protect against
664         zero-length body parts.
665
666         * mm-decode.el (mm-preferred-alternative-precedence):
667         Discourage showing empty parts.
668
669         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
670         and stuff if the backend didn't return the article number.  This fixes
671         an Exchange-related nnimap bug.
672
673         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
674         group window, because it does the wrong thing when a separate frame
675         displays the group buffer.
676
677         * proto-stream.el (open-protocol-stream): Protect against the low-level
678         transport functions returning nil.
679
680 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
681
682         * mml2015.el (epg-sub-key-fingerprint): Autoload.
683         (mml2015-epg-find-usable-secret-key): New function.
684         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
685         mml2015-epg-find-usable-key (Bug#7797).
686         (mml2015-epg-encrypt): Ditto.
687
688 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * dgnushack.el (rot13-string): Fix the way to get the argument.
691
692 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
695
696 2011-01-03  Glenn Morris  <rgm@gnu.org>
697
698         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
699
700         * sieve.el (sieve-open-server): Give a more explicit error if
701         sieve-manage-open returns nil.  (Bug#7720)
702
703 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
704
705         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
706
707 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
710         This avoids sending passwords in plain text over non-encrypted
711         channels.
712
713         * shr.el (shr-rescale-image): Display all GIF images as animated images.
714
715         * nnimap.el (nnimap-login): Refactored out into own function, and
716         implement CRAM-MD5.
717         (nnimap-wait-for-line): Refactored out.
718
719         * mm-view.el (mml-smime): Require.
720
721 2010-12-20  David Engster  <deng@eml.cc>
722
723         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
724         use EPG to decrypt S/MIME messages instead of openssl.
725
726 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
729
730         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
731         status is the group clearly is unreachable.
732
733         * auth-source.el (auth-source-create): Add the optional second
734         parameter to `local-variable-p' to be compatible with XEmacs.
735
736 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
737
738         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
739         work when using a compressed nnml folder.
740
741 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
744         backends after sanitising on entry, because this never makes sense:
745         If the articles have gone missing, then the data no longer exists on
746         the backend, and if they haven't, then Gnus is wrong, and shouldn't
747         overwrite anything anyway.
748
749         * shr.el (shr-insert-document): Bind shr-width dynamically to
750         window-width if it's nil.
751
752 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
753
754         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
755         with the meaning of using the full emacs window width for rendering.
756
757 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
758
759         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
760         case when sender is not given.
761
762 2010-12-23  Julien Danjou  <julien@danjou.info>
763
764         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
765         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
766         the addresses, otherwise we might misplaced the gravatar.
767
768 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
769
770         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
771         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
772         obsolete in Emacs.
773
774 2010-12-20  Julien Danjou  <julien@danjou.info>
775
776         * gnus-util.el (gnus-rescale-image): Revert last change.
777
778 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
779
780         * binhex.el: Improve commentary (Bug#7482).
781
782 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * gnus-group.el (gnus-group-delete-articles): New command.
785
786 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
787
788         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
789
790 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
793         here, since it's up to the backends to do CRLF removal if their
794         protocol has it.
795
796         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
797
798 2010-12-17  Julien Danjou  <julien@danjou.info>
799
800         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
801         they are from file. Can also scale up.
802
803 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
804
805         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
806         gnus-use-agent.
807         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
808
809         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
810
811 2010-12-17  Julien Danjou  <julien@danjou.info>
812
813         * gravatar.el (gravatar-retrieve-synchronously): New function.
814         (gravatar-get-data): Make more robust.
815
816 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
819
820 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
823         to really consider the last line.
824
825 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
826
827         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
828         list of recipient keys, or use symmetric encryption if not a list.
829         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
830         EPA override, replacing the call to `netrc-store-data'.
831
832 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
833
834         * gnus-srvr.el: Avoid passing nil regexp argument to
835         delete-matching-lines.
836
837 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
840         fetching stops when Gnus exits.
841
842         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
843         function.
844         (nnfolder-request-expire-articles): Save all the buffers after doing
845         expiry.
846
847         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
848         the last article", since that led to serious performance regressions
849         when expiring nnml groups.
850
851 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
852
853         * nnir.el: Improve customizations.
854
855 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
858
859         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
860         group has been killed.
861         (gnus-group-yank-group): Ditto.
862
863         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
864
865         * nnimap.el (nnimap-request-update-group-status): New function.
866
867         * gnus-int.el (gnus-request-update-group-status): New interface
868         function.
869
870         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
871         copying read-ness to the backends.
872
873         * nnimap.el (nnimap-quirk): New function.
874         (nnimap-retrieve-group-data-early): Use it.
875         (nnimap-quirks): New alist.
876
877 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * shr.el (shr-insert): Set shr-start after deleting trailing space;
880         don't delete it within indentation.
881
882 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
885         previous line.
886
887 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
890         QRESYNC command by deleting a superfluous space which broke Cyrus
891         servers.  This change will break other servers that are buggy the other
892         way around.
893
894 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
895
896         * spam.el: Reindent and fix long lines.
897         (spam-copy-or-move-routine): Exclude invalid move destinations.
898
899 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
900
901         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
902         installed the registry.
903
904 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
907
908 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
909
910         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
911         groupname doesn't contain "gmane".
912
913 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
916         and netrc-bound-and-true-p bindings.
917         (netrc-parse): Cache the netrc contents.
918
919         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
920         (gnus-1): Don't create the nndrafts group twice.
921         (gnus-setup-news): There's no need to read the active file here, since
922         that's done again later on a per-backend basis.
923         (gnus-start-draft-setup): Make sure that the new group is started out
924         empty.
925
926         * gnus-agent.el (gnus-agentize): Don't create the queue group
927         automatically on startup.  It'll be created later, if needed.
928
929         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
930         of automatically subscribed groups.
931         (gnus-auto-subscribed-categories): New variable.
932         (gnus-matches-options-n): Use it.
933         (gnus-default-subscribed-newsgroups): Remove unused variable.
934         (gnus-start-draft-setup): Message a bit less.
935
936 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
937
938         * nnir.el (nnir-run-imap): Return article list in order of increasing
939         UID.
940
941 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus-sum.el (gnus-summary-enter-digest-group):
944         Mention gnus-auto-select-on-ephemeral-exit.
945
946         * proto-stream.el (proto-stream-open-network-only): Fix the calling
947         convention of the network-only option.
948
949 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * proto-stream.el (proto-stream-open-network-only): New function to
952         have a way to specify non-STARTTLS upgrade connections.
953
954 2010-12-10  Julien Danjou  <julien@danjou.info>
955
956         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
957         email address is nil.
958
959         * message.el (message-bogus-recipient-p): Set address to "" if nil.
960
961 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
962
963         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
964         deletion.
965         (nnir-run-imap): Only need to parse list once.
966
967 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * shr.el (shr-tag-script): Ignore <script>.
970         (shr-tag-label): Add <label> support.
971
972 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
975
976         * shr.el (shr-image-displayer): Work for images lined side by side.
977
978 2010-12-08  Robert Pluim  <rpluim@gmail.com>
979
980         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
981         parameter, since XEmacs doesn't accept t as a parameter.
982
983 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
984
985         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
986         ids.
987         (nnir-run-gmane): Simplify groupspec formatting.
988         (nnir-request-expire-articles): New function.
989
990 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
993         overflow, possibly.
994
995         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
996         (shr-render-td): Handle td style="" better.
997         (shr-tag-table): Use the color from the style sheet.
998         (shr-render-td): Make sure we copy over all the overlays, too.
999
1000 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1001
1002         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1003         (nnir-request-article): Improve article retrieval.
1004
1005 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * mm-util.el (mm-extra-numeric-entities): New variable.
1008
1009         * mm-url.el (mm-url-decode-entities):
1010         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1011
1012         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1013
1014 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1015
1016         * message.el: Use completion-at-point.
1017         (message-completion-function): New fun, extracted from message-tab.
1018         (message-mode): Use it for completion-at-point-functions.
1019         (message-tab): Use it and completion-at-point.
1020
1021 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1024         character if a non-breakable character follows.
1025
1026 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1029         any stream.
1030
1031         * shr.el (shr-tag-font): Colorize the region.
1032         (shr-tag-body): Ditto.
1033         (shr-tag-font): Actually let the styles be inherited instead of
1034         overwriting them.
1035         (shr-tag-font): Get the background color right.
1036         (shr-tag-style): Ignore all <style> tags for the moment.
1037
1038         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1039         a Message-ID to avoid having nnimap depend on gnus-sum.
1040
1041         * shr.el (shr-descend): Only colorize something if we have a node that
1042         sets colors.
1043
1044 2010-12-06  Julien Danjou  <julien@danjou.info>
1045
1046         * shr.el (shr-render-td): Render td content with shr-descend, so style
1047         will be applied to <td> too.
1048         (shr-colorize-region): Colorize region even if we only have a background.
1049         (shr-tag-body): Fix color and background color inheritance.
1050         Do not recolorize after shr-generic.
1051         (shr-tag-font): Let shr-generic colorize via inheritance.
1052
1053 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1056
1057 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1058
1059         * nnir.el (nnir-request-move-article): Remove obsolete code.
1060
1061 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1064
1065 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-sum.el (gnus-summary-respool-article): The completion function
1068         expects a list instead of an alist.
1069
1070         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1071         string as the parameter.
1072
1073         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1074
1075         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1076         styles.
1077         (shr-colorize-region): New function.
1078         (shr-insert-background-overlay): Remove.
1079         (shr-render-td): Background setting should be taken care of on a higher
1080         level.
1081         (shr-tag-body): Use post-hoc colorizations.
1082         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1083         (shr-put-color-1): Don't overwrite old colors.
1084         (shr-colorize-region): When the background color isn't explicit, use
1085         a fixed background.
1086
1087         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1088         nnmail variables.
1089
1090 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1091
1092         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1093         unless necessary.
1094
1095 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1096
1097         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1098         server.
1099
1100 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1103         so that TAB works.
1104
1105         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1106         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1107
1108         * shr.el (shr-urlify): Show the URL before the title to avoid
1109         misleading URLs.
1110
1111 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1112
1113         * shr.el (shr-urlify): Display the title in <a> tags.
1114
1115 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1116
1117         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1118
1119 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1120
1121         * nnir.el: Rearrange code to allow macros to be autoloaded by
1122         gnus-sum.el.
1123         (nnir-retrieve-headers-override-function): Make this variable
1124         customizable.
1125         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1126
1127         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1128         from nnir.el.
1129
1130 2010-12-03  Julien Danjou  <julien@danjou.info>
1131
1132         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1133
1134 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1137         allow optional argument `environment'.
1138
1139 2010-12-03  Glenn Morris  <rgm@gnu.org>
1140
1141         * mm-extern.el (message-goto-body): Update declaration.
1142
1143 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1144
1145         * gnus-util.el (gnus-macroexpand-all): New function.
1146
1147         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1148         instead of macroexpand-all that is unavailable in XEmacs.
1149
1150 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1151
1152         * nnir.el (nnir-summary-line-format): New variable.
1153         (nnir-mode): Use it.
1154         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1155         (nnir-article-ids): Reimplement as defsubst.
1156         (nnir-retrieve-headers): Don't mangle the subject header.
1157         (nnir-run-imap): Use 100 as RSV score.
1158         (nnir-run-find-grep): Fix for full server searching.
1159         (nnir-run-gmane): Better restriction to gmane groups.
1160
1161         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1162         summary buffers.
1163
1164 2010-12-02  Julien Danjou  <julien@danjou.info>
1165
1166         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1167
1168         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1169
1170         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1171         support.
1172
1173 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1174
1175         * nnir.el: Update to handle the registry better.
1176         (autoload): Silence byte-compiler.
1177         (nnir-open-server): Add a hook for nnir groups.
1178         (nnir-request-move-article): Don't mangle the header. Better to use
1179         formating variables (which will be added in the future).
1180         (nnir-registry-action): Update the registry using the original article
1181         group name.
1182         (nnir-mode): Install nnir-specific hooks for updating the registry.
1183
1184         * gnus-sum.el
1185         (gnus-article-original-subject,gnus-newsgroup-original-name):
1186         Remove obsolete variables.
1187         (gnus-summary-move-article): Remove use of obsolete variables.
1188         (gnus-summary-local-variables): Make move and delete hooks local to
1189         summary buffers.
1190
1191 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * rtree.el: New file.
1194
1195 2010-12-01  Julien Danjou  <julien@danjou.info>
1196
1197         * message.el (message-user-organization): Do not use
1198         gnus-local-organization.
1199
1200         * gnus.el: Remove gnus-local-organization.
1201
1202         * gnus-msg.el: Remove nastygram thing.
1203
1204 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1207         funcall.
1208
1209 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1212         names.
1213
1214         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1215         characters.
1216
1217         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1218         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1219         Suggested by Štěpán Němec <stepnem@gmail.com>.
1220         (gnus-gravatar-transform-address): Use mail-extract-address-components
1221         that supports non-ASCII names rather than mail-header-parse-addresses.
1222
1223 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * proto-stream.el (open-protocol-stream): All starttls connections are
1226         handled by the network handler.
1227
1228 2010-11-30  Julien Danjou  <julien@danjou.info>
1229
1230         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1231         (nnimap-open-connection-1): Fix PREAUTH.
1232
1233         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1234
1235 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1238         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1239         (shr-insert): Use them.
1240         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1241
1242 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1243
1244         * nnir.el (nnir-request-move-article): Bail out if original group
1245         doesn't support article moves.
1246         (nnir-get-active): Improve active list retrieval.
1247
1248 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1251
1252 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1253
1254         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1255         seem to accept strings-with-numbers as port numbers,
1256
1257 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1258
1259         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1260         change the registry.
1261
1262 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1265         delete-dups that is not available in XEmacs 21.4.
1266
1267         * mm-util.el (mm-delete-duplicates): Add comment.
1268
1269 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1270
1271         * nnir.el (nnir-ignored-newsgroups): New variable.
1272         (nnir-get-active): Use it.
1273
1274 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * proto-stream.el (proto-stream-open-network): Add some comments.
1277
1278         * nntp.el (nntp-open-connection): Provide a :success condition.
1279
1280         * nnimap.el (nnimap-open-connection-1): Ditto.
1281
1282         * proto-stream.el (proto-stream-open-network): See what the response to
1283         the STARTTLS command is.
1284
1285         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1286         backwards compatibility).
1287         (nnimap-open-connection-1): Really respect nnimap-server-port.
1288
1289         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1290         TLS upgrades we don't really care about the identity of the peer.
1291         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1292         that what we've checked for.
1293         (proto-stream-always-use-starttls): Only default to t if
1294         open-gnutls-stream exists.
1295         (proto-stream-open-network): If STARTTLS failed, then just open a
1296         normal connection.
1297         (proto-stream-open-network): Wait until the greeting before doing
1298         STARTTLS.
1299
1300         * nntp.el (nntp-open-connection): Report what the connection error is.
1301
1302         * proto-stream.el (open-protocol-stream): Rename from
1303         open-proto-stream.
1304
1305 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * nnimap.el (nnimap-stream): Change default to `undecided'.
1308         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1309         first, and then network.
1310         (nnimap-open-connection-1): Respect nnimap-server-port.
1311         (nnimap-open-connection): Be more backwards-compatible.
1312
1313         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1314         (proto-stream-open-starttls): De-duplicate the starttls code.
1315         (proto-stream-open-starttls): Folded back into the main function.
1316         (proto-stream-open-network): Fix typo in the gnutls path.
1317         (proto-stream-command): Refactor out.
1318
1319         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1320
1321         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1322         starttls.el STARTTLS.
1323
1324         * color.el (color-lab->srgb): Fix function call name.
1325
1326         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1327         if we're using tls.el.
1328         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1329         built in, then don't try to establish a STARTTLS connection.
1330
1331         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1332         servers.
1333
1334         * proto-stream.el (open-proto-stream): Use network, not stream.
1335         (open-proto-stream): Add a way to specify what the end of a command is.
1336
1337         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1338         connections types.
1339         (nntp-open-network-stream): Remove.
1340         (nntp-open-ssl-stream): Remove.
1341         (nntp-open-tls-stream): Remove.
1342         (nntp-ssl-program): Remove.
1343
1344         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1345
1346 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1347
1348         * nnir.el: Fix typos.
1349         (nnir-retrieve-headers-override-function): Rename variable to reflect
1350         new semantics.
1351         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1352         macros.
1353         (nnir-request-article, nnir-request-move-article): Use them.
1354         (nnir-categorize): New function.
1355         (nnir-run-query): Use it.
1356         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1357         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1358         sorted.
1359         (nnir-group-full-name): Use gnus-group-full-name instead.
1360         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1361         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1362
1363 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1366
1367         * proto-stream.el: New library to provide protocol-specific
1368         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1369         protocols.
1370         (open-proto-stream): Complete the documentation.
1371         (proto-stream-open-network): Fix some typos.
1372
1373         * nnimap.el (nnimap-open-connection): Use it.
1374
1375 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1376
1377         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1378         negotiation.
1379
1380 2010-11-26  Julien Danjou  <julien@danjou.info>
1381
1382         * color.el: Rename various rgb functions to srgb.
1383
1384 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1387         names.
1388
1389 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * shr.el (shr-insert): Revert last change.
1392         (shr-find-fill-point): Never leave point being at bol;
1393         relax the kinsoku limitation when rendering tables.
1394
1395 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1398         results from -accept-article.
1399
1400         * shr-color.el: Require cl when compiling.
1401
1402         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1403         checkin.
1404
1405         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1406
1407         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1408
1409         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1410         'add and 'delete to set backend marks.
1411
1412         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1413
1414         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1415
1416         * nntp.el (nntp-request-set-mark): Use it.
1417
1418         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1419
1420         * nnml.el (nnml-request-set-mark): Ditto.
1421
1422         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1423         introduces regressions in article selection.
1424         (nnimap-find-uid-response): New function.
1425         (nnimap-request-accept-article): Use the UID returned, if any.
1426         (nnimap-request-move-article): Use the UID returned, if any.
1427         (nnimap-get-groups): Reimplement to work with folded lines.
1428         (nnimap-find-uid-response): The UID is the last element in the list.
1429         (nnimap-request-set-mark): Extend syntax with 'set.
1430
1431         * nnml.el (nnml-request-set-mark): Ditto.
1432
1433         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1434
1435         * nntp.el (nntp-request-set-mark): Ditto.
1436
1437 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * message.el (message-called-interactively-p): A temporary macro.
1440         (message-goto-body): Use it temporarily.
1441
1442 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1445         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1446         (nnimap-last-response-string): Fix last unfolding fix.
1447
1448 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * shr.el (shr-insert): Fix the way to fold lines.
1451
1452 2010-11-25  Julien Danjou  <julien@danjou.info>
1453
1454         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1455
1456         * color.el: Rename from color-lab.el
1457         (color-rgb->hex): Add.
1458         (color-complement): Add.
1459         (color-complement-hex): Add.
1460
1461         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1462
1463 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1466         don't exist.
1467
1468 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1471         assuming that article displaying or another mml-preview may be
1472         interrupted for an error or for the like.
1473
1474         * shr.el (shr-get-background): Fix argument name.
1475
1476 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1479
1480         * gnus-sum.el (gnus-summary-include-articles): New function.
1481
1482         * message.el (message-goto-body): called-interactively-p needs a
1483         parameter, so use `any'.
1484
1485         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1486         clear marks before moving, since they're synced from the Gnus side
1487         first.
1488
1489         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1490         (gnus-summary-move-article): Copy over all marks before moving, so that
1491         IMAP doesn't think a new article has arrived.
1492
1493 2010-11-24  Julien Danjou  <julien@danjou.info>
1494
1495         * shr.el (shr-insert-background-overlay): Fix typo.
1496         (shr-render-td): Copy the background before rendering.
1497
1498         * shr-color.el (shr-color-visible): Fix docstring.
1499
1500         * shr.el (shr-tag-table): Add bgcolor support.
1501         (shr-render-td): Add bgcolor support.
1502         (shr-get-background): Add.
1503         (shr-insert-foreground-overlay): Use shr-get-background.
1504
1505         * message.el (message-goto-body): Use called-interactively-p.
1506         (message-in-body-p): message-goto-body returns point.
1507
1508 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1511         Fixes something or other in Emacs 23, and is backwards compatible.
1512
1513         * message.el (message-goto-body): Remove the <#secure special-casing,
1514         which is too special.
1515
1516         * shr.el (shr-parse-style): Drop !important from styles.
1517
1518 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1519
1520         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1521         this function to return incorrect results when calling it with an
1522         explicit article argument different from
1523         (gnus-summary-article-number).
1524
1525 2010-11-24  Julien Danjou  <julien@danjou.info>
1526
1527         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1528         (shr-tag-body): Add background support.
1529         (shr-descend): Add background support.
1530         (shr-tag-title): Add.
1531
1532         * shr-color.el (shr-color-visible): Really return original background
1533         if fixed.
1534
1535 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * shr.el (shr-color-check): Protect against non-existant colour names.
1538
1539 2010-11-24  Julien Danjou  <julien@danjou.info>
1540
1541         * color-lab.el: Require 'cl when compiling.
1542
1543         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1544
1545         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1546         matched part.
1547
1548         * color-lab.el: Fix all expt calls to use float type.
1549
1550 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1553         expression to shr-color-check as is.
1554
1555         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1556
1557         * color-lab.el: Add coding cookie.
1558         (float-pi): Use eval-and-compile.
1559
1560         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1561         compiled for Emacsen having no `libxml-parse-html-region' support.
1562
1563 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * shr.el (shr-insert-color-overlay): Split stuff like
1566         "#444444 !important" to find the real colour.
1567         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1568         parse <font color="red"> entries.
1569
1570 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1571
1572         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1573         point when parsing headers.
1574
1575         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1576         is positioned properly when parsing headers.
1577
1578 2010-11-23  Julien Danjou  <julien@danjou.info>
1579
1580         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1581
1582         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1583
1584         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1585
1586         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1587         Use shr-color-hue-to-rgb.
1588         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1589
1590 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591
1592         * shr.el (shr-color->hexadecimal): Autoload.
1593         (shr-descend): Add color to all tags.
1594
1595 2010-11-22  Julien Danjou  <julien@danjou.info>
1596
1597         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1598         shr-color->hexadecimal.
1599
1600         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1601         RGB() or HSL() color representation.
1602
1603         * shr.el (shr-tag-font): Add.
1604         (shr-tag-color-check): New function to get better colors.
1605         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1606         tag-span.
1607
1608         * shr-color.el: New file.
1609
1610         * color-lab.el: New file.
1611
1612         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1613
1614 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1615
1616         * nnir.el: Fix typo in comments.
1617         (nnir-run-imap): Simplify code. No need to reverse artlist.
1618         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1619
1620 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1623
1624         * nnimap.el (nnimap-get-capabilities): Refactor out.
1625         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1626
1627 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1628
1629         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1630         appearing when `mm-uu-hide-markers' is nil.
1631
1632 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * nnimap.el (nnimap-unselect-group): Make into its own function.
1635         (nnimap-request-rename-group): Unselect group before renaming.
1636         This had gotten lost somewhere.
1637         (nnimap-request-accept-article): Keep track of examined groups, and
1638         unselect the group before APPENDing to read-only groups.
1639         (nnimap-request-move-article): Clear flags before moving so that they
1640         can be re-set later.
1641
1642 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1645         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1646
1647 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus-art.el (gnus-mime-display-single)
1650         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1651         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1652         parameter.
1653
1654 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1657         (shr-table-vertical-line): New variable.
1658         (shr-insert-table): Use it.
1659
1660 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-html.el (gnus-html-wash-images): Don't display images if
1663         gnus-inhibit-images is non-nil; register displayer for cid images.
1664         (gnus-html-display-image): Work for cid image.
1665         (gnus-html-insert-image): Allow arguments.
1666         (gnus-html-put-image): Inhibit read-only.
1667         (gnus-html-prefetch-images): Don't prefetch images if
1668         gnus-inhibit-images is non-nil.
1669
1670 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * shr.el (shr-put-image): Break lines when inserting big pictures.
1673
1674 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1675
1676         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1677         sender, thanks Katsumi Yamaoka.
1678
1679 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1680
1681         * nnir.el (nnir-run-imap): Reverse the article list for each group
1682         rather than the whole list.
1683
1684 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * shr.el (shr-image-displayer): Protect function against non-existent
1687         image source.
1688
1689         * gnus-art.el (gnus-inhibit-images): New user option.
1690         (gnus-mime-display-single): Don't display image if it is non-nil.
1691
1692         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1693         gnus-inhibit-images.
1694
1695         * shr.el (shr-image-displayer): New function.
1696         (shr-tag-img): Use it.
1697
1698 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1699
1700         * mml2015.el (mml2015-epg-sign): Use From header.
1701
1702 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1705
1706         * gnus-util.el (gnus-find-text-property-region): Return markers.
1707
1708         * shr.el (shr-tag-img): Put a displayer in the text property.
1709
1710         * gnus-util.el (gnus-find-text-property-region): New utility function.
1711
1712         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1713         (gnus-html-show-images): Remove.
1714
1715         * gnus-art.el (gnus-article-show-images): New, more general function.
1716
1717         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1718         image url text properties.
1719
1720         * shr.el: Ditto.
1721
1722         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1723         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1724
1725 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1728         work for two or more articles.
1729
1730 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1733         divide an image that's in an html article to two or more when washing
1734         non-ASCII characters in alt text of it.
1735
1736 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1739         smime-decrypt-region using function argument.
1740         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1741
1742         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1743
1744         * smime.el (smime-decrypt-region): Catch it.
1745
1746 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1747
1748         * smime.el (smime-mode-map): Move initialization into declaration.
1749         (gnus-run-mode-hooks): Don't autoload.
1750         (smime-mode): Use define-derived-mode.
1751
1752 2010-11-11  Glenn Morris  <rgm@gnu.org>
1753
1754         * smime.el (from): Restrict declaration to XEmacs.
1755
1756         * nnir.el (gnus-group-topic-name): Autoload.
1757
1758 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * shr.el (shr-insert): Don't break long line if it is because of
1761         kinsoku-bol characters in the line end.
1762
1763 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1764
1765         * nnir.el (nnir-request-move-article): Fix to provide original group
1766         and subject.
1767         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1768         been retrieved.
1769
1770         * gnus-sum.el (gnus-summary-move-article): Use original group and
1771         subject for virtual articles such as those in an nnir summary buffer.
1772
1773 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1776         least 21.5).
1777
1778         * smime.el (from): Declare it again for XEmacs.
1779
1780 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * message.el (message-resend): Don't disable encoding unless it's
1783         already encoded.
1784
1785         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1786         low-numbered articles.
1787
1788 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * rfc2047.el (rfc2047-syntax-table): Simplify.
1791
1792         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1793
1794         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1795         set-char-table-range for XEmacs.
1796
1797 2010-11-10  Glenn Morris  <rgm@gnu.org>
1798
1799         * time-date.el (time-to-seconds): Always an alias on Emacs,
1800         never a real function.
1801         (with-no-warnings): Remove compat stub, now unused.
1802         (time-less-p): Doc fix.
1803         (time-to-number-of-days): Simplify.
1804
1805         * smime.el (from): Remove unused declaration.
1806
1807         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1808         (gnus-float-time): On Emacs, always an alias.
1809
1810         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1811         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1812
1813 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * dgnushack.el: Don't use ignore-errors in the top level form since it
1816         is unavailable in XEmacs even if cl is loaded.
1817
1818         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1819
1820 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * shr.el (browse-url-mailto): Autoload.
1823
1824         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1825
1826         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1827         regexp doesn't need quoting.
1828
1829 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1830
1831         * message.el (message-subject-trailing-was-ask-regexp)
1832         (message-subject-trailing-was-regexp): Match was: in addition to was.
1833
1834 2010-11-09  Glenn Morris  <rgm@gnu.org>
1835
1836         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1837         (nnbabyl-check-mbox): Use point-at-bol.
1838
1839 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1842
1843         * message.el (message-mailto): New function.
1844         (message-mailto): Should accept other parameters.
1845         (message-mailto): Remove since it duplicates browse-url-mailto
1846         functionality.
1847
1848 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1851         methods.
1852         (gnus-read-active-file): Ditto.
1853
1854         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1855         ": " from the prompt.
1856         (gnus-group-make-group): Ditto.
1857
1858 2010-11-07  Glenn Morris  <rgm@gnu.org>
1859
1860         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1861         (gnus-bookmark-kill-line): Use point-at-eol.
1862
1863 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1866         asterisks in From header.
1867
1868 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1871         string to avoid making the From headers syntactically invalid.
1872
1873         * message.el (message-send-mail): Don't insert courtesy messages if the
1874         message already has List-Post and List-ID messages.
1875
1876 2010-11-06  Glenn Morris  <rgm@gnu.org>
1877
1878         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1879         `condition', `type', `length' a prefix.
1880         (gnus-treat-predicate): Update for above name changes.
1881
1882 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1883
1884         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1885         binding.  Handled by `gnus-summary-refer-thread' instead.
1886         (nnir-warp-to-article): New backend function.
1887
1888         * nnimap.el (nnimap-request-thread): Force dependency updating.
1889
1890         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1891         (gnus-summary-refer-thread): Rework to improve thread-referral.
1892
1893         * gnus-int.el (gnus-warp-to-article): New function.
1894
1895         * gnus-sum.el (gnus-summary-article-map): Bind it.
1896
1897 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1898
1899         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1900         gnus-summary-refer-thread.
1901
1902         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1903         headers.
1904         (gnus-summary-limit-include-thread): Prevent articles in thread from
1905         being cut in gnus-cut-threads.
1906         (gnus-summary-refer-thread): Limit retrieved headers to those in
1907         thread.
1908
1909 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * message.el (message-send-mail): Use the value of
1912         message-courtesy-message from the message buffer.
1913
1914         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1915
1916         * shr.el (shr-browse-url): Implement mailto: URLs.
1917
1918         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1919         "raw".
1920
1921         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1922         if it's already selected.
1923
1924         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1925
1926 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1929         to measure the length and truncate alt text.
1930
1931 2010-11-03  Glenn Morris  <rgm@gnu.org>
1932
1933         * nndiary.el (nndiary-generate-nov-databases-1)
1934         (nndiary-generate-active-info): Rename dynamic variable `files' to
1935         something less generic.
1936
1937 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1938
1939         * nnir.el (nnir-request-move-article): Call the underlying backend to
1940         move articles from nnir.
1941
1942 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1945
1946 2010-11-02  Julien Danjou  <julien@danjou.info>
1947
1948         * nnir.el: Remove wais support.
1949
1950 2010-11-02  Glenn Morris  <rgm@gnu.org>
1951
1952         * gnus-html.el: Reorder requirements to quieten compiler.
1953
1954 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1957         properly for XEmacs as well.
1958         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1959         (gnus-article-natural-long-line-p): Use window-width rather than
1960         frame-width.
1961
1962 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1963
1964         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1965         (nnir-read-parms): Don't modify query.
1966         (nnir-run-query): Add ability to search topic on current line.
1967         (nnir-get-active): Clean up.
1968
1969 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1972         degenerate articles.
1973
1974         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1975         (gnus-print-buffer): Just print the buffer as is, without any copying
1976         to a buffer and then re-highlighting.
1977
1978         * nnimap.el (nnimap-request-group): Store the new updated info.
1979         (nnimap-request-group): Select the group when we don't know whether it
1980         exists or not.
1981
1982         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1983         groups.
1984
1985         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1986         groups.
1987
1988         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1989         groups.
1990
1991         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1992         long-lines case by only filling the long lines.
1993
1994         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1995         (bug #7311).
1996
1997 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * shr.el: No need to declare `declare-function' since shr.el is for
2000         only Emacsen that provide `libxml-parse-html-region'.
2001
2002         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2003         effective only in a file it is referred to.
2004
2005 2010-11-01  Glenn Morris  <rgm@gnu.org>
2006
2007         * mm-util.el (gnus-completing-read): Autoload.
2008         (mm-read-coding-system): Simplify Emacs definition.
2009
2010         * nnmail.el (gnus-activate-group):
2011         * nnimap.el (gnutls-negotiate):
2012         * nntp.el (netrc-parse): Fix declarations.
2013
2014 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2017         string-match-p in Emacs >=23.
2018
2019         * gnus-msg.el (gnus-configure-posting-styles)
2020         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2021
2022 2010-11-01  Glenn Morris  <rgm@gnu.org>
2023
2024         * nnir.el (declare-function): Add compat stub.
2025         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2026         (nnir-run-gmane): Require 'mm-url.
2027
2028         * mm-util.el (mm-string-to-multibyte): Simplify.
2029
2030         * shr.el (declare-function): Add compat stub.
2031         (url-cache-create-filename): Declare.
2032         (mm-disable-multibyte, widget-convert-button): Autoload.
2033
2034         * smime.el (ldap-search): Declare.
2035         (smime-cert-by-ldap-1): Require ldap on Emacs.
2036
2037         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2038         (nnimap-keepalive): Use gnus-float-time.
2039
2040         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2041         (mail-source-delete-crash-box): Use gnus-float-time.
2042
2043         * gnus-dired.el (gnus-completing-read): Autoload.
2044
2045         * mm-view.el (gnus-rescale-image): Autoload.
2046
2047         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2048
2049         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2050
2051         * sieve-manage.el: Require 'cl when compiling.
2052
2053         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2054         (gnus-iswitchb-completing-read): Require iswitchb.
2055         (gnus-select-frame-set-input-focus): Silence compiler.
2056
2057 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * message.el (message-subject-trailing-was-query): Change default to t,
2060         since I think that's what most people want.
2061
2062         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2063         appending for easier debugging.
2064         (nnimap-wait-for-connection): Take a regexp.
2065         (nnimap-request-accept-article): Wait for the continuation line before
2066         sending anything unless we're streaming.
2067
2068         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2069         leave the header washing to take place.
2070
2071 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2072
2073         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2074         regular expression match and replace in posting styles.
2075
2076 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2077
2078         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2079         an entire server.
2080         (nnir-get-active): New function.
2081         (nnir-run-imap): Use it.
2082         (nnir-run-gmane): Who knew, gmane search returns an article score!
2083
2084         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2085         server on the current line with nnir.
2086
2087 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2090         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2091         left edge.
2092         (gnus-article-foldable-buffer): Skip past the prefix when determining
2093         raggedness.
2094
2095         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2096         the raw article, and change `C-u g' to show the article without doing
2097         treatments.
2098
2099         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2100         on to `gnus-treat-article'.
2101         (gnus-inhibit-article-treatments): New variable.
2102
2103         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2104
2105         * gnus-art.el (gnus-treatment-function-alist): Have
2106         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2107         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2108         sections.
2109
2110         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2111         parameter.
2112         (gnus-article-fill-cited-long-lines): New function.
2113         (gnus-article-fill-cited-article): Allow filling only long sections.
2114
2115         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2116         and non-punctuation (like after the apostrophe in "'We").
2117
2118         * gnus-sum.el (gnus-summary-select-article): Make sure
2119         gnus-original-article-buffer is alive.
2120
2121         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2122         reflect the order they're in in the digest.
2123
2124         * gnus.el (gnus-group-startup-message): Move point to the start of the
2125         buffer.
2126
2127         * nnimap.el (nnimap-capability): New function.
2128         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2129         is set.
2130
2131 2010-10-31  David Engster  <dengste@eml.cc>
2132
2133         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2134         conform with changes to gnus-completing-read.
2135
2136 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2139
2140 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2141
2142         * nnir.el: Move defvar, defcustom around to keep file organized
2143         and keep byte-compiler quiet.
2144         (nnir-read-parms): Accept search-engine as arg.
2145         (nnir-run-query): Pass search-engine as arg.
2146         (nnir-search-engine): Remove.
2147
2148 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * shr.el (shr-generic): The text nodes should be text, not :text.
2151
2152         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2153         later in the file.
2154
2155 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2156
2157         * nnir.el: General clean up.  Allow searching with multiple engines.
2158         Allow separate extra-parameters for each engine.
2159         Batch queries when possible.
2160         (nnir-imap-default-search-key,nnir-method-default-engines):
2161         Add customize interface.
2162         (nnir-run-gmane): New engine.
2163         (nnir-engines): Use it.  Qualify all prompts with engine name.
2164         (nnir-search-engine): Remove global variable.
2165         (nnir-run-hyrex): Restore for now.
2166         (nnir-extra-parms,nnir-search-history): New variables.
2167         (gnus-group-make-nnir-group): Use them.
2168         (nnir-group-server): Remove in favor of gnus-group-server.
2169         (nnir-request-group): Avoid searching twice.
2170         (nnir-sort-groups-by-server): New function.
2171
2172 2010-10-30  Julien Danjou  <julien@danjou.info>
2173
2174         * gnus-group.el: Remove gnus-group-fetch-control.
2175
2176         * gnus-start.el (gnus-find-new-newsgroups):
2177         Remove gnus-check-first-time-used.
2178
2179         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2180
2181 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2182
2183         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2184         set on groups that don't have \* permanentflags.
2185
2186 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2189         control the background color.
2190         (shr-tag-img): Ignore very small web bug type images.
2191         (shr-put-image): Add help-echo alt texts to the images.
2192         (shr-tag-video): Show the video poster image.
2193
2194 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * shr.el (shr-table-depth): New variable.
2197         (shr-tag-table-1): Only insert the images after the top-level table.
2198
2199         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2200
2201         * gnus-util.el (gnus-list-memq-of-list): New function.
2202
2203         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2204         selected.
2205         (nnimap-unsplittable-articles): New slot.
2206         (nnimap-new-articles): Use it.
2207
2208 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2209
2210         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2211         move to the previous line on `M-g'.
2212
2213 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2216         *-request-group, which seems unnecessary.
2217
2218         * nnimap.el (nnimap-quote-specials): Function copied over from
2219         imap.el.
2220         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2221         they support that.  Suggested by Tom Regner.
2222
2223 2010-10-29  Julien Danjou  <julien@danjou.info>
2224
2225         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2226         defalias.
2227         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2228
2229         * gnus.el: Remove `gnus-nntp-service' variable.
2230         (gnus-secondary-servers): Make obsolete.
2231         (gnus-nntp-server): Make obsolete.
2232
2233         * gnus-start.el (gnus-1): Remove x-splash calls.
2234
2235         * gnus-ems.el (gnus-x-splash): Remove.
2236
2237         * gnus.el (gnus-group-startup-message): Simplify/update code.
2238
2239         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2240         definition.
2241
2242         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2243         capability before doing anything.
2244         (gnus-group-insert-group-line): Remove useless
2245         gnus-group-remove-excess-properties.
2246
2247 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2250
2251 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2254         config after reselecting.
2255
2256 2010-10-28  Julien Danjou  <julien@danjou.info>
2257
2258         * shr.el (shr-put-image): Use point even if only inserting text.
2259         (shr-put-image): Save excursion when inserting alt text on non-graphic
2260         display, so the behaviour is the same when we are on a graphic display.
2261
2262         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2263
2264 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2267         (gnus-mime-copy-part): Check coding system, not charset.
2268         (gnus-mime-view-part-externally): Never remove part.
2269         (gnus-mime-view-part-internally): Don't remove part here.
2270         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2271         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2272         multipart/alternative.
2273
2274         * mm-decode.el (mm-display-part): Take optional arg `force'.
2275
2276 2010-10-26  Julien Danjou  <julien@danjou.info>
2277
2278         * gnus-group.el (gnus-group-default-list-level): Add this function to
2279         compute the default list level.
2280         (gnus-group-default-list-level): Add possibility to use a function.
2281
2282 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2285
2286         * gnus-group.el (gnus-group-completing-read)
2287         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2288         gnus-replace-in-string.
2289
2290 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * shr.el (shr-tag-div): Add.
2293
2294         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2295
2296 2010-10-25  Julien Danjou  <julien@danjou.info>
2297
2298         * gnus-util.el: Remove `gnus-with-local-quit'.
2299
2300         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2301
2302 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2305         the original article buffer.
2306
2307 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * nnimap.el (nnimap-request-head): New function.
2310         (nnimap-request-move-article): Try to be slighly faster by not
2311         requesting the entire message when moving.
2312         (nnimap-transform-headers): Don't bug out on bodiless articles.
2313         (nnimap-send-command): Have no outstanding messages if the IMAP server
2314         doesn't support streaming.
2315         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2316
2317 2010-10-24  Julien Danjou  <julien@danjou.info>
2318
2319         * message.el (message-default-headers): Fix type.
2320
2321 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2324         prefetching images.
2325
2326         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2327         backend for unknown groups.  This is mainly useful for nnimap groups.
2328
2329         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2330         group isn't covered by the agent.
2331
2332 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2333
2334         * nnir.el (nnir-method-default-engines): New variable.
2335         (nnir-run-query): Use it.
2336         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2337         (gnus-summary-nnir-goto-thread): Change group if needed.
2338
2339         * gnus-group.el (gnus-group-group-map): Add key binding for
2340         gnus-group-make-nnir-group.
2341
2342 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * shr.el (shr-tag-object): Add.
2345
2346         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2347         original article buffer live.
2348         (gnus-summary-select-article-buffer):
2349         Mention gnus-widen-article-buffer.
2350
2351 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * shr.el (shr-tag-strong): Add.
2354
2355 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2358         group names.  They mess up the group buffer badly.
2359
2360         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2361
2362         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2363         instead of the summary one.
2364
2365 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * mml.el (mml-preview): Work properly when editing article.
2368
2369         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2370         gnus-have-read-active-file if it's already been in.
2371
2372 2010-10-22  Tom Tromey  <tromey@redhat.com>
2373
2374         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2375         gnus-group-completing-read.
2376
2377 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * message.el (message-mode-map): Don't bind M-; to comment region, to
2380         allow the global comment-dwim to work.
2381
2382 2010-10-21  Julien Danjou  <julien@danjou.info>
2383
2384         * message.el (message-setup-1): Allow message-default-headers to be a
2385         function.
2386
2387 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * shr.el (shr-tag-table): Simplify.
2390
2391 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2394         to avoid trying to snarf invalid stuff.
2395
2396         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2397
2398         * gnus.el (gnus-message-archive-group): Quote value.
2399         (gnus-message-archive-group): Mark as changed.
2400
2401         * shr.el (shr-add-font): Don't put the font properties on the newline
2402         or the indentation.
2403
2404         * message.el (message-fix-before-sending): Change options when sending
2405         non-printable characters.
2406
2407         * gnus.el (gnus-message-archive-method): Change the default to
2408         monthly outgoing groups.
2409
2410         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2411         that have gotten new numbers.
2412
2413         * nnimap.el (nnimap-request-replace-article): New function.
2414
2415 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2418         (nnrss-request-article): Don't use special html washing code.
2419
2420 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * shr.el (shr-tag-table): Remove useless nconc.
2423
2424 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-art.el (article-wash-html): Simplify and remove the charset
2427         stuff.  Use the normal html rendering code instead of the special html
2428         washing code.
2429
2430         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2431         `gnus-w3m' symbols.
2432         (mm-text-html-washer-alist): Remove.
2433
2434         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2435         (mm-inline-media-tests): Remove use.
2436         (mm-text-html-renderer): Change default to the `shr' symbol.
2437
2438         * mm-view.el (mm-inline-text-html): Remove use.
2439
2440         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2441         `gnus-blocked-images' to be a function.
2442         (gnus-article-wash-function): Remove.
2443
2444 2010-10-20  Julien Danjou  <julien@danjou.info>
2445
2446         * spam.el (spam-list-of-processors): Mark as obsolete.
2447
2448         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2449         (nnimap-insert-partial-structure): Fix boundary detection.
2450
2451 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2452
2453         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2454         run file-truename on remote files.  This can be expensive and even
2455         prevent one from editing drafts if some unrelated buffer has a stale
2456         connection.
2457
2458 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2461         kinsoku-eol regardless of shr-kinsoku-shorten.
2462         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2463         (shr-tag-table): Support caption, thead, and tfoot.
2464
2465 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2468         lines.
2469         (shr-save-contents): New command and keystroke.
2470
2471         * nndoc.el (nndoc-type-alist): Add git support.
2472         (nndoc-git-type-p): New function.
2473         (nndoc-transform-git-article): Ditto.
2474         (nndoc-transform-git-headers): Ditto.
2475         (nndoc-transform-git-headers): Generate Subject headers.
2476
2477         * shr.el (shr-parse-style): New function.
2478         (shr-tag-span): Ditto.
2479
2480         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2481         to `G G' to avoid collisions.
2482
2483 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * shr.el: Load kinsoku if necessary.
2486         (shr-kinsoku-shorten): New internal variable.
2487         (shr-find-fill-point): Make kinsoku shorten text line if
2488         shr-kinsoku-shorten is bound to non-nil.
2489         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2490         shr-indentation too when testing if table is wider than frame width.
2491         (shr-insert-table): Use `string-width' instead of `length' to measure
2492         text width.
2493         (shr-insert-table-ruler): Make sure indentation is done at bol.
2494
2495 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2496
2497         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2498         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2499         undecoded network data.
2500
2501 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2504         name in the mode line spec so that the mode line menu works
2505         (bug #2431).
2506
2507         * message.el (message-get-reply-headers): If we're fed `to-address',
2508         then always use that.
2509
2510         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2511         aren't so wide as to need to switch off the edit menu.
2512
2513         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2514         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2515
2516         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2517         `M-g'.
2518         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2519         the permanent marks.
2520
2521 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2522
2523         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2524         Splitting according to references/in-reply-to obeys the ignore-groups
2525         variable, while splitting by sender and subject do not.
2526
2527 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2530         alist, so that we can look for non-Unicode chars.
2531         (article-translate-strings): Allow both character and string maps.
2532
2533 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * shr.el (shr-insert): Don't insert space behind a wide character
2536         categorized as kinsoku-bol, or between characters both categorized as
2537         nospace.
2538
2539 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2540
2541         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2542         headers to gnus-newsgroup-headers.
2543
2544 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * shr.el (shr-tag-img): Don't align images -- since we're not
2547         rescaling, this often leads to ugly displays.
2548
2549 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2550
2551         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2552         duplicates.
2553
2554 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2555
2556         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2557         call.
2558
2559 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * gnus.el: Autoload gnus-html-show-images.
2562
2563         * nnimap.el: Use nnheader-message throughout.
2564
2565         * shr.el (shr-tag-img): Ignore images with no data.
2566
2567 2010-10-15  Julien Danjou  <julien@danjou.info>
2568
2569         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2570         a possibility to disable format=flow encoding when using hard newlines.
2571
2572 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * shr.el (shr-insert): Remove space inserted before or after a
2575         breakable character or at the beginning or the end of a line.
2576         (shr-find-fill-point): Do kinsoku; find the second best point or give
2577         it up if there's no breakable point.
2578
2579 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * nnimap.el (nnimap-open-connection): Message when opening connection
2582         for debugging purposes.
2583
2584         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2585         on every setup buffer call to allow this to change from article to
2586         article.
2587
2588         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2589         buffers where we have a wide table.
2590
2591 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2592
2593         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2594         uses *-request-thread.
2595
2596 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2599         incantation, which is no longer valid.
2600
2601 2010-10-14  Julien Danjou  <julien@danjou.info>
2602
2603         * shr.el: Fix defcustom type (char -> character).
2604
2605 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2608         programs.
2609
2610 2010-10-14  Julien Danjou  <julien@danjou.info>
2611
2612         * shr.el (shr-tag-a): Use url-link as widget type.
2613
2614         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2615         `gnus-group-get-icon'.
2616
2617 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2620         This should make server editing work better.
2621
2622         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2623
2624         * tls.el (tls-program): Remove spurious %s from openssl.
2625
2626         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2627         (nnimap-parse-flags): Fix regexp.
2628
2629         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2630         probably work for CJVK text, too.
2631
2632         * nnimap.el (nnimap-extend-tls-programs): Remove.
2633         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2634
2635         * tls.el (tls-starttls-switches): Remove starttls hack.
2636         (open-tls-stream): Ditto.
2637         (tls-find-starttls-argument): Ditto.
2638
2639 2010-10-13  Julien Danjou  <julien@danjou.info>
2640
2641         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2642         responses.
2643
2644 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2647
2648         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2649         anything in Emacs.
2650
2651         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2652
2653 2010-10-13  Julien Danjou  <julien@danjou.info>
2654
2655         * shr.el (shr-width): Make shr-width a defcustom with default to
2656         fill-column.
2657         (shr-tag-img): Use shr-width rather than fill-column.
2658
2659 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * dgnushack.el (byte-optimize-apply)
2662         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2663
2664         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2665         position when (X-)Faces exist.
2666         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2667         avatars when called interactively.
2668
2669 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2672         gnus-article-x-face-too-ugly is bound.
2673
2674 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2677
2678         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2679         mailbox that doesn't exist.
2680
2681 2010-10-12  Julien Danjou  <julien@danjou.info>
2682
2683         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2684         (shr-get-image-data): Encode URL properly when fetching from cache.
2685         (shr-tag-img): Use aligned-to spaces to align correctly images.
2686
2687         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2688         before inserting the Gravatar.
2689
2690         * shr.el (shr-tag-img): Add align attribute support for <img>.
2691
2692 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * gnus-gravatar.el (gnus-art): Require.
2695
2696         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2697         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2698         Remove long obsoleted functions.
2699
2700 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2703
2704         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2705
2706         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2707         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2708         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2709         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2710         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2711         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2712         * sieve-manage.el, smime.el, spam.el:
2713         Fix comment for declare-function.
2714
2715 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * nnimap.el (nnimap-request-rename-group): Select group read-only
2718         before renaming it.
2719
2720         * shr.el (shr-insert): Fix up the white space only regexp.
2721
2722         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2723         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2724
2725         * shr.el (shr-current-column): New function.
2726         (shr-find-fill-point): New function.
2727
2728 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2729
2730         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2731         numbers.
2732
2733 2010-10-11  Julien Danjou  <julien@danjou.info>
2734
2735         * shr.el (shr-hr-line): Add.
2736         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2737         display hr lines.
2738         (shr-max-columns): Do not change state to nil if we just inserting
2739         spaces.
2740
2741 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2744         select the last group.
2745
2746 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2747
2748         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2749
2750 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2751
2752         * dig.el (dig-mode-map): Declare and define in one step.
2753
2754 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2757         for Gnus.
2758         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2759         (nnimap-update-qresync-info): Mark \Seen articles as read.
2760
2761         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2762         non-variable, too.
2763
2764         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2765         available.
2766         (nnimap-update-info): Rely more on the current active than the param
2767         active to avoid marking articles as read too much.
2768
2769         * auth-source.el (auth-source-create): Use (user-login-name) for the
2770         user name default.
2771
2772         * nnimap.el (nnimap-update-info): If the server doesn't return any
2773         useful info, just use the previous info.
2774         (nnimap-update-info): Prefer old info over start-article.
2775         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2776
2777 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2778
2779         * nnir.el (autoload): Clean up autoloads.
2780         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2781         Use key rather than value.
2782         (nnir-imap-search-other): New variable.
2783         (nnir-read-parm): Use it.
2784         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2785         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2786
2787 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2788
2789         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2790         the process, too.
2791
2792 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793
2794         * spam.el (gnus-summary-mode-map): Bind to "$".
2795         Suggested by Russ Allbery.
2796
2797         * shr.el: Rework the way things are indented by <li> slightly.
2798
2799         * gnus.el (gnus-group-set-parameter): Fix typo.
2800
2801         * nnimap.el: Start implementing QRESYNC support.
2802
2803 2010-10-09  Julien Danjou  <julien@danjou.info>
2804
2805         * nnir.el (nnir-engines): Fix too many arguments.
2806
2807 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2810         group is the "last", so that the backends like nnfolder actually save
2811         their folders.
2812
2813         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2814         try to use that for the tls stream.
2815         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2816         UIDVALIDITY and find out which groups are read-only and not.
2817         (nnimap-get-flags): Use the same marks parsing code as the rest of
2818         nnimap.
2819
2820 2010-10-09  Julien Danjou  <julien@danjou.info>
2821
2822         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2823
2824         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2825         retrieving gravatars.
2826
2827         * shr.el (shr-table-corner): Add.
2828         (shr-table-line): Add.
2829         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2830
2831 2010-10-08  Julien Danjou  <julien@danjou.info>
2832
2833         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2834
2835 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2836
2837         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2838
2839         * gnus-sum.el (gnus-mark-article-as-unread)
2840         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2841         (gnus-summary-set-bookmark): Use it.
2842
2843         * gnus-msg.el (gnus-setup-message): Use it.
2844
2845         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2846
2847         * gnus.el (gnus-group-remove-parameter): Use it.
2848
2849         * gnus-group.el (gnus-group-make-web-group): Use it.
2850
2851         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2852
2853         * nnregistry.el: Update docs to mention manual.
2854
2855         * gnus-registry.el: Update docs to mention nnregistry.el.
2856         (gnus-registry-initialize): Don't install nnregistry refer method
2857         automatically.
2858         (gnus-registry-install-nnregistry): Remove it.
2859
2860 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * shr.el (shr-insert): Don't insert double spaces.
2863
2864 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * gnus-gravatar.el (gnus-treat-from-gravatar)
2867         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2868         called interactively.
2869
2870         * gnus-art.el (gnus-mime-view-part-externally)
2871         (gnus-mime-view-part-internally): Make predicate function passed to
2872         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2873         of a mime type.
2874
2875         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2876
2877 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * shr.el (require): Require cl when compiling.
2880         (shr-tag-hr): New function.
2881
2882         * nnimap.el (nnimap-update-info): Remove double setting of high.
2883         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2884         This makes nnimap work properly on Courier again.
2885
2886         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2887         the variable for backwards compatability.
2888
2889         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2890         the file name before using to avoid setting mm-default-directory to
2891         nil.
2892
2893         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2894         bidning gnus-agent variables.
2895
2896         * shr.el (shr-render-td): Use a cache for the table rendering function
2897         to avoid getting an exponential rendering behaviour in nested tables.
2898         (shr-insert): Rework the line-breaking algorithm.
2899         (shr-insert): Don't leave trailing spaces.
2900         (shr-insert-table): Also insert empty TDs.
2901         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2902
2903 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2904
2905         * gnus-sum.el (gnus-number): Rename from `number'.
2906         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2907         (gnus-summary-limit-children): Update uses correspondingly.
2908
2909 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2912         (gnus-gravatar-transform-address): Don't show avatars of people of
2913         which mail addresses match gnus-gravatar-too-ugly.
2914
2915 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * shr.el (shr-table-widths): Expand TD elements to fill available
2918         space.
2919
2920 2010-10-07  Julien Danjou  <julien@danjou.info>
2921
2922         * nnimap.el (nnimap-request-rename-group): Add this method.
2923
2924 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2927         name from XEmacs' function-arglist.
2928
2929         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2930         gravatar under XEmacs.
2931
2932 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2933
2934         * auth-source.el: Update docs with TODO items.
2935
2936         * gnus-sync.el: Update docs to explain state and plans.
2937
2938         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2939         Hooks for mark updates.
2940         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2941
2942         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2943         hooks with arguments, which is needed for mark update hooks.
2944
2945 2010-10-06  Julien Danjou  <julien@danjou.info>
2946
2947         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2948         was matched.
2949
2950         * sieve-manage.el: Update example in `Commentary'.
2951
2952         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2953
2954         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2955         not 2000.
2956         (sieve-manage-authenticate): Re-add function.
2957
2958 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * shr.el (shr-insert): Get 'space transition right.
2961         (shr-render-td): Only delete space at the end of the TD.
2962
2963         * nnimap.el (nnimap-open-connection): Prepare to support
2964         open-gnutls-stream.
2965
2966         * shr.el: Rearrange function order to be more logical.
2967
2968 2010-10-06  Julien Danjou  <julien@danjou.info>
2969
2970         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2971         (nnrss-discover-feed): Remove 404 URL in docstring.
2972
2973         * nnir.el: Fix Swish-E URL.
2974         Fix Namazu URL.
2975
2976         * message.el (message-change-subject): Remove 404 URL in a comment.
2977
2978 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2981         called interactively.
2982
2983         * gnus-util.el (gnus-remove-if): Allow hash table.
2984         (gnus-remove-if-not): New function.
2985
2986         * gnus-art.el (gnus-mime-view-part-as-type)
2987         * gnus-score.el (gnus-summary-score-effect)
2988         * gnus-sum.el (gnus-read-move-group-name):
2989         Replace remove-if-not with gnus-remove-if-not.
2990
2991         * gnus-group.el (gnus-group-completing-read):
2992         Regard collection as a hash table if it is not a list.
2993
2994 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2997
2998         * shr.el: Document the table-rendering algorithm.
2999
3000 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3003         for Emacsen having no `libxml-parse-html-region' support.
3004
3005 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3008         invalid URLs.
3009
3010         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3011         line-broken.
3012         (shr-tag-img): Ignore image fetching errors.
3013         (shr-overlays-in-region): Compute overlay positions correctly.
3014
3015         * mm-decode.el (mm-shr): Require shr.
3016
3017         * gnus-art.el (gnus-blocked-images): Move variable here.
3018
3019         * shr.el (shr-insert-table): Bind free variable.
3020
3021         * mm-decode.el (mm-shr): Bind shr-content-function.
3022
3023         * shr.el (shr-content-function): New variable.
3024
3025         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3026         added for symmetry.
3027
3028         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3029
3030         * gnus-group.el (gnus-group-make-group): Doc fix.
3031
3032         * nnimap.el (nnimap-request-newgroups): Return success.
3033
3034         * shr.el (shr-find-elements): New function.
3035         (shr-tag-table): Put all the images after the table.
3036         (shr-tag-table): Really inhibit images inside the table.
3037         (shr-collect-overlays): Copy over overlays from the TD elements to the
3038         main document.
3039
3040         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3041         gnus-blocked-images.
3042
3043 2010-10-05  Julien Danjou  <julien@danjou.info>
3044
3045         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3046
3047         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3048         (gnus-html-maximum-image-size): Add this function.
3049         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3050
3051         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3052         server-value of the capability is nil.
3053
3054 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055
3056         * shr.el (shr-tag-em): Add <EM> tag.
3057
3058 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3059
3060         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3061         customizable.
3062
3063         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3064         handing broken links to browse-url.
3065
3066 2010-10-05  Julien Danjou  <julien@danjou.info>
3067
3068         * gnus-util.el (gnus-emacs-completing-read)
3069         (gnus-iswitchb-completing-read): Use autoload rather than require.
3070
3071 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3074         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3075         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3076         iswitchb-temp-buflist for XEmacs.
3077
3078         * gnus-util.el (gnus-completing-read-function): Exclude
3079         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3080         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3081         XEmacs.
3082
3083         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3084         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3085
3086         * gnus-html.el: Don't require help-fns under XEmacs.
3087         (gnus-html-schedule-image-fetching): Work for XEmacs.
3088
3089         * mm-decode.el (mm-shr): Decode contents by charset.
3090
3091 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3094         unknown.
3095
3096         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3097         (shr-get-image-data): Ensure against the cache file missing.
3098
3099         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3100         for data.
3101
3102         * spam-report.el (spam-report-url-ping-plain): Don't query about
3103         killing the process.
3104
3105         * shr.el (shr-render-td): Protect against too-wide text.
3106
3107 2010-10-04  Julien Danjou  <julien@danjou.info>
3108
3109         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3110         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3111
3112         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3113         retrieved.
3114
3115 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * shr.el (browse-url): Require.
3118         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3119         lines.
3120         (shr-show-alt-text, shr-browse-image): New commands.
3121         (shr-browse-url, shr-copy-url): New commands.
3122
3123         * gnus-sum.el (gnus-widen-article-window): New variable.
3124         (gnus-summary-select-article-buffer): Use it.
3125
3126         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3127         without @ signs.
3128
3129 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3130
3131         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3132
3133 2010-10-04  Julien Danjou  <julien@danjou.info>
3134
3135         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3136         for XEmacs.
3137
3138 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3141
3142         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3143         (nnimap-close-server): Implement.
3144
3145         * dgnushack.el (iswitchb): Require to shut up the compiler.
3146
3147         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3148         (shr-insert): Tweak line breaking.
3149         (shr-insert): Handle <pre> better.
3150         (shr-tag-li): Get <li> indentation right.
3151         (shr-tag-li): Get <li> indentation even righter.
3152         (shr-tag-blockquote): Ensure paragraph start.
3153         (shr-make-table): Tweak table generation.
3154         (shr-make-table): Fix typo.
3155
3156         * shr.el: Implement table rendering.
3157
3158 2010-10-04  Julien Danjou  <julien@danjou.info>
3159
3160         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3161
3162 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * shr.el (shr-insert): Use string anchors instead of line anchors.
3165
3166 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * shr.el: Add headings.
3169         (shr-ensure-paragraph): Actually work.
3170         (shr-tag-li): Make <ul> prettier.
3171         (shr-insert): Get white space at the beginning/end of elements right.
3172         (shr-tag-p): Collapse subsequent <p>s.
3173         (shr-ensure-paragraph): Don't insert double line feeds after blank
3174         lines.
3175         (shr-insert): \t is also space.
3176         (shr-tag-s): Fix "s" tag name function.
3177         (shr-tag-s): Fix face prop name.
3178
3179 2010-10-03  Julien Danjou  <julien@danjou.info>
3180
3181         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3182
3183         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3184         gnus-window-inside-pixel-edges.
3185
3186         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3187         gnus-ems.
3188
3189         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3190
3191         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3192         function.
3193
3194         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3195         resize choice.
3196
3197 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3200         beginning of the buffer.
3201
3202         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3203         article buffer again.
3204
3205         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3206
3207         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3208         when it's at the start of the buffer.
3209
3210         * shr.el (shr-tag-blockquote): Convert name.
3211         (shr-rescale-image): Use the right image-size variant.
3212
3213         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3214         buffer isn't shown, then select the current article first instead of
3215         bugging out.
3216         (gnus-summary-select-article-buffer): Show both the article and summary
3217         buffers again.
3218
3219         * shr.el (shr-fontize-cont): Protect against regions with no text.
3220         Rename tag functions to shr-tag-* for enhanced security.
3221         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3222
3223 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3224
3225         * shr.el (shr-insert):
3226         * pop3.el (pop3-movemail):
3227         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3228         loaded.
3229
3230 2010-10-03  Glenn Morris  <rgm@gnu.org>
3231
3232         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3233
3234         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3235
3236         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3237
3238         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3239
3240         * gnus-util.el (gnus-make-local-hook): Simplify.
3241
3242 2010-10-02  Julien Danjou  <julien@danjou.info>
3243
3244         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3245         (gnus-ido-completing-read): New function.
3246         (gnus-emacs-completing-read): New function.
3247         (gnus-completing-read): Use gnus-completing-read-function.
3248         Add gnus-completing-read-function.
3249
3250 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * shr.el (shr-insert-document): Autoload.
3253         (shr-img): Be silent.
3254         (shr-insert): Add a newline after every picture before text.
3255         (shr-add-font): Use overlays for combining faces.
3256         (shr-insert): Pass upwards the text start point.
3257
3258         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3259         possible.
3260         (mm-shr): New function.
3261
3262 2010-10-02  Julien Danjou  <julien@danjou.info>
3263
3264         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3265         should go backward.
3266
3267 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3268
3269         * shr.el (shr): Fix typo in provide call.
3270
3271 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * shr.el: New file.
3274
3275         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3276
3277         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3278         completing read.
3279
3280 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3283         we're being queried about.  Suggested by Dan Jacobson.
3284
3285         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3286         Suggested by Jason Eisner.
3287
3288         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3289         table, too.  Suggested by Stefan Wiens.
3290         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3291         the table unnecessary.  Suggested by Stefan Wiens.
3292
3293         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3294         longer needed, and probably doesn't work either, as pointed out by
3295         Stefan Wiens.
3296         (gnus-summary-exit): Remove call to the clearing function.
3297         (gnus-summary-exit-no-update): Ditto.
3298
3299         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3300         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3301         Reported by Stefan Monnier.
3302         (gnus-summary-save-in-rmail): Ditto.
3303
3304         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3305         article buffer, instead of both the article buffer and the summary
3306         buffer.  Sort of suggested by Dan Jacobson.
3307
3308         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3309
3310         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3311         Suggested by Dan Jacobson.
3312
3313         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3314         documentation clearer.
3315
3316         * message.el (message-shorten-references): Comment on the number "21".
3317         Suggested by Stefan Monnier.
3318
3319         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3320         Suggested by Dan Jacobson.
3321
3322         * gnus.el (gnus-large-newsgroup):
3323         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3324
3325         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3326         externalize attachments.  Bug reported by Steve Wen.
3327
3328         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3329         really message anything to the user.
3330
3331         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3332         directly.
3333
3334         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3335         messages in empty groups.
3336
3337 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3338
3339         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3340         non-UIDNEXT group.
3341
3342 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3345         not the value from the collection.
3346
3347         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3348         values.  This sometimes happens on some groups that have no info.
3349         (nnimap-request-newgroups): New function.
3350
3351 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3352
3353         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3354         check into `gnus-registry-initialize'.
3355         (gnus-registry-initialize): Ditto.
3356         Fix and extend header docs.
3357
3358 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3361         regexp backtrace overflows.
3362
3363         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3364         for starttls that tls.el implements; i.e. openssl.
3365
3366         * tls.el (tls-starttls-switches): Give up on using starttls with
3367         gnutls-cli.
3368         (tls-program): Add --insecure to be consistent with the defaults from
3369         openssl s_client.  Now all three commands are insecure.
3370
3371 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * lpath.el: Bind completion-styles-alist for XEmacs.
3374
3375         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3376         (gravatar-create-image): New function that's an alias to
3377         gnus-xmas-create-image, gnus-create-image, or create-image.
3378         (gravatar-data->image): Use it.
3379
3380 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3381
3382         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3383         install the nnregistry refer method.
3384         (gnus-registry-install-hooks): Use it.
3385         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3386         unfollowed groups.
3387
3388 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3389
3390         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3391         expanding threads.
3392
3393 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394
3395         * nnir.el: Use the server names without suffixes (bug #7009).
3396
3397         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3398         unencrypted to STARTTLS, if possible.
3399
3400 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3401
3402         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3403         headers before superseding.
3404
3405 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * nnrss.el (nnrss-use-local): Add documentation.
3408
3409         * nnimap.el (nnimap-extend-tls-programs): New function.
3410         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3411         (nnimap-wait-for-connection): Accept the greeting from the stupid
3412         output from openssl s_client -starttls, too.
3413
3414         * tls.el (tls-starttls-switches): New variable.
3415         (tls-find-starttls-argument): Use it.
3416         (open-tls-stream): Ditto.
3417
3418         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3419         (netrc-machine): Ditto.
3420
3421         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3422         article number.
3423         (nnimap-split-fancy): New variable.
3424         (nnimap-split-incoming-mail): Use it.
3425
3426         * nntp.el (nntp-server-list-active-group): Document.
3427
3428         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3429         SELECT to get the message-id.
3430
3431         * mail-source.el (mail-sources): Remove webmail support.
3432         (defvar): Ditto.
3433         (mail-source-fetcher-alist): Ditto.
3434         (mail-source-fetch-webmail): Remove.
3435
3436         * webmail.el: Remove -- doesn't seem relevant any more.
3437
3438         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3439
3440         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3441         the \r.
3442
3443 2010-09-30  Julien Danjou  <julien@danjou.info>
3444
3445         * gnus-agent.el (gnus-agent-add-group): Fix call to
3446         gnus-completing-read.
3447
3448 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * nndoc.el (nndoc-retrieve-groups): New function.
3451
3452         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3453         `default', use nnmail-split-methods.
3454         (nnimap-request-article): Downcase the NILs so that they are nil.
3455
3456         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3457         symbol.
3458
3459         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3460         code, since if the user has requested network, that's what they ought
3461         to get.
3462         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3463         (nnimap-split-rule): Mark as obsolete.
3464
3465         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3466         New variable.
3467
3468         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3469         correct slot, too.
3470
3471 2010-09-29  Julien Danjou  <julien@danjou.info>
3472
3473         * gnus.el (gnus-local-domain): Declare variable obsolete.
3474
3475         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3476         Fix history computing.
3477         (gnus-ido-completing-read): Require ido.
3478
3479 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3482         build Gnus.
3483
3484         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3485         when interpreting the structures.
3486         (nnimap-request-accept-article): Add \r\n to the lines to make this
3487         work with Cyrus.
3488
3489         * nndraft.el (nndraft-request-expire-articles): Use the group name
3490         instead if "nndraft".  Fix found by Nils Ackermann.
3491
3492 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3493
3494         * nnregistry.el: Add.
3495
3496 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3497
3498         * nnmail.el (group, group-art-list, group-art):
3499         Remove unneeded directives.
3500
3501 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3504         (mm-mime-charset)
3505         * rfc2047.el (rfc2047-syntax-table)
3506         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3507
3508         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3509         rather than `insert-file-contents' and `eval-region'.
3510
3511         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3512         construction.
3513
3514         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3515
3516         * time-date.el: No need to require cl for Emacs 21.
3517
3518 2010-09-29  Julien Danjou  <julien@danjou.info>
3519
3520         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3521         replacement of `gnus-gravatar-relief' to mimic
3522         `gnus-faces-properties-alist'.
3523         Add :version property.
3524
3525 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * mail-source.el (mail-source-report-new-mail)
3528         * message.el (message-default-mail-headers)
3529         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3530
3531         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3532
3533 2010-09-28  Julien Danjou  <julien@danjou.info>
3534
3535         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3536         mail-address contains the same string as real-name.
3537
3538         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3539         non-blank in header, otherwise it'll get stripped.
3540
3541         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3542         real-name, and then for mail address rather than doing : or , search.
3543
3544 2010-09-27  Julien Danjou  <julien@danjou.info>
3545
3546         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3547         right completing-read function.
3548         (gnus-use-ido): New variable
3549         (gnus-completing-read-with-default): Remove.
3550         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3551         (gnus-agent-add-group):
3552         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3553         * mm-view.el (mm-view-pkcs7-decrypt):
3554         * mm-util.el (mm-codepage-setup):
3555         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3556         * mml-smime.el (mml-smime-openssl-sign-query):
3557         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3558         (mml-insert-multipart):
3559         * gnus-msg.el (gnus-summary-yank-message):
3560         * gnus-int.el (gnus-start-news-server):
3561         * mm-decode.el (mm-interactively-view-part):
3562         * gnus-dired.el (gnus-dired-attach):
3563         * gnus.el (gnus-read-method):
3564         * gnus-bookmark.el (gnus-bookmark-jump):
3565         * gnus-art.el (gnus-mime-view-part-as-type)
3566         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3567         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3568         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3569         * nnmairix.el (nnmairix-create-server-and-default-group)
3570         (nnmairix-update-groups, nnmairix-get-server)
3571         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3572         (nnmairix-get-group-from-file-path):
3573         * nnrss.el (nnrss-find-rss-via-syndic8):
3574         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3575         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3576         (gnus-group-browse-foreign-server):
3577         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3578         (gnus-summary-execute-command, gnus-summary-respool-article)
3579         (gnus-read-move-group-name):
3580         * gnus-score.el (gnus-summary-increase-score)
3581         (gnus-summary-score-effect):
3582         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3583
3584 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3587         x-focus-frame.
3588
3589         * nnimap.el (auth-source-forget-user-or-password)
3590         (auth-source-user-or-password): Autoload.
3591
3592         * message.el (message-from-style, message-interactive)
3593         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3594         (message-yank-prefix, message-indentation-spaces, message-signature)
3595         (message-signature-file): Add comment.
3596
3597 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3600         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3601         new articles.
3602
3603         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3604         parts.
3605         (nnimap-request-article): Work with the t setting, too.
3606
3607         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3608         that you don't get flashes of other buffers.
3609         (gnus-summary-show-complete-article): Intern before setting.
3610
3611 2010-09-27  David Engster  <dengste@eml.cc>
3612
3613         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3614         well as HEADERS.
3615         (nnmairix-retrieve-headers): Provide new argument for the above.
3616
3617 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * gnus-sum.el (gnus-summary-move-article): Don't alter
3620         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3621         group.
3622
3623         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3624
3625         * message.el (message-cite-prefix-regexp): Revert my last edit.
3626
3627         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3628         variable instead of the Gnus variable.
3629
3630         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3631
3632         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3633
3634         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3635         since some servers don't like it.
3636         (nnimap-open-connection): Forget credentials if the server says the
3637         password was wrong.
3638         (nnimap-parse-line): Protect against invalid data.
3639
3640         * gnus-sum.el (gnus-summary-move-article): Add comment.
3641         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3642         nothing alters it while scanning for new messages.
3643
3644         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3645         which may or may not help.
3646         (nnimap-open-connection): If we're doing a stream connection, and then
3647         discover we're on a STARTTLS-capable server, then open a STARTTLS
3648         connection instead.
3649
3650 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * nnimap.el (utf7): Require.
3653
3654         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3655         prefix.
3656
3657 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3658
3659         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3660
3661 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * nnimap.el (nnimap-request-accept-article): Message the error on
3664         error.
3665
3666 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3669
3670 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * nndoc.el (nndoc-request-list): Return success always.
3673
3674         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3675         `fetch-old' -- we only want to fetch the articles we've requested.
3676         The rest are in the agent, probably.
3677         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3678         disappeared server" to something low.  It's not important.
3679
3680         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3681         arrived before the FETCH data.
3682
3683         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3684         target here, because we don't know the Gnus name of the group.
3685
3686         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3687         for the correct group.
3688
3689         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3690
3691         * gnus.el (gnus): Give a final warning after startup.
3692
3693         * gnus-util.el (gnus-action-message-log): New variable.
3694         (gnus-message): Use it.
3695         (gnus-final-warning): New function.
3696
3697         * nnimap.el (nnimap-open-connection): Record the greeting.
3698         (nnimap): Add greeting.
3699
3700 2010-09-26  Julien Danjou  <julien@danjou.info>
3701
3702         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3703         arguments.
3704         (gnus-html-wash-images): Fix spec computing to include start/end.
3705
3706         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3707
3708 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3711         deletion.
3712         (nnimap-retrieve-headers): Don't select the group, because that's
3713         already done by nnimap-possibly-change-group.
3714
3715         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3716         (gnus-picon-transform-address): Use it.
3717
3718         * mail-source.el (mail-source-value): Revert previous patch.
3719
3720         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3721         on failure.
3722         (nnimap-open-connection): Look up both virtual and physical server name
3723         credentials.
3724
3725         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3726
3727 2009-02-07  Dave Love  <fx@gnu.org>
3728
3729         * tls.el (open-tls-stream): Don't query killing process.
3730
3731 2009-02-08  Dave Love  <fx@gnu.org>
3732
3733         * gnus-win.el (gnus-window-to-buffer-helper)
3734         (gnus-all-windows-visible-p): Function needn't be a symbol.
3735
3736         * mail-source.el (mail-source-value): Function needn't be a symbol.
3737
3738 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739
3740         * message.el (message-cite-prefix-regexp): Remove } from the cite
3741         prefix.
3742
3743         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3744         highlight again, so that the highlight is correct.
3745
3746         * gnus-picon.el (gnus-picon): Remove again.
3747         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3748
3749         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3750         doing the header highlightling, so that the background colour of the
3751         picon is correct.
3752
3753         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3754         (gnus-picon): Ditto.
3755         (gnus-picon): Reinstate.  The background colour for picons is white.
3756         (gnus-picon-insert-glyph): Make the background white.
3757
3758         * nnml.el (nnml-open-nov): Don't return dead buffers.
3759
3760         * auth-source.el (auth-source-create): Query the user for whether to
3761         store the credentials.
3762
3763         * netrc.el (netrc-store-data): New function.
3764
3765         * auth-source.el (auth-source-user-or-password): Use the existing auth
3766         sources, if any, for creation.
3767
3768         * gnus.el (gnus-group-fast-parameter): Return the last matching
3769         parameter instead of the first matching parameter.
3770
3771 2010-09-26  Julien Danjou  <julien@danjou.info>
3772
3773         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3774
3775 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * mml2015.el (mml2015-use): Remove gpg support.
3778
3779         * mml1991.el (mml1991-function-alist): Remove gpg function.
3780         (mml1991-gpg-sign): Remove.
3781
3782 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3783
3784         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3785         (gnus-browse-unsubscribe-current-group): Document it.
3786         (gnus-browse-unsubscribe-group): Use it.
3787
3788 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3791         address to the To list for easier response.
3792
3793         * gnus.el (gnus-play-startup-jingle): Remove.
3794         (gnus-splash): Don't play jingle.
3795         (gnus): Silence gnus-load message.
3796
3797         * gnus-art.el (gnus-treat-play-sounds): Remove.
3798
3799         * gnus.el (gnus-play-jingle): Remove audio support.
3800
3801         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3802
3803         * earcon.el: Remove -- no users.
3804
3805         * gnus-audio.el: Remove -- no users of this package.
3806
3807         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3808
3809         * gnus-start.el (gnus-setup-news): Remove nocem support.
3810
3811         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3812
3813         * gnus.el (gnus-use-nocem): Remove.
3814
3815         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3816         Remove.
3817
3818         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3819         uses NoCeM any more.
3820
3821         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3822         (gnus-button-ctan-handler): Ditto.
3823         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3824         (gnus-button-ctan-directory-regexp): Ditto.
3825         (gnus-button-handle-ctan): Ditto.
3826         (gnus-button-tex-level): Ditto.
3827         (gnus-button-alist): Remove CTAN stuff.
3828
3829 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830
3831         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3832         nnimap-streaming test.
3833
3834         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3835         servers twice.
3836
3837         * nnimap.el (nnimap-open-connection): Add more error reporting when
3838         nnimap fails early.
3839
3840         * nnheader.el (nnheader-get-report-string): New function.
3841         (nnheader-get-report): Use it.
3842
3843         * gnus-int.el (gnus-check-server): Say what the error was when opening
3844         failed.
3845
3846         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3847         using streaming.
3848
3849 2010-09-25  Julien Danjou  <julien@danjou.info>
3850
3851         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3852         gnus-window-inside-pixel-edges.
3853
3854 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3857
3858         * mm-decode.el (mm-save-part): Allow saving to other directories the
3859         normal Emacs way.
3860
3861         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3862         Suggested by Jay Berkenbilt.
3863
3864         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3865         there isn't a single byte.
3866
3867         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3868         just do it.  It doesn't really seem to matter what the user responds
3869         here, I think, so it's just a confusing question.
3870
3871         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3872         non-streaming case.
3873
3874         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3875         (gnus-article-encrypt-body): Use it.
3876
3877         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3878         keystroke.
3879
3880         * nnimap.el (nnimap-find-wanted-parts-1):
3881         Use gnus-fetch-partial-articles.
3882
3883         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3884
3885         * nnimap.el (nnimap-insert-partial-structure): New function.
3886         (nnimap-get-partial-article): New function.
3887         (nnimap-request-article): Use it.
3888         (nnimap-wait-for-response): Return whether the wait was successful.
3889         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3890         retrieval wasn't successful.
3891         (nnimap-retrieve-group-data-early): Allow throttling servers.
3892         (nnimap-streaming): New variable.
3893         (nnimap-fetch-partial-articles): Remove.
3894
3895         * mm-decode.el (mm-with-part): Protect against killed buffers.
3896
3897         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3898         for prettier summary display.
3899
3900 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3901
3902         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3903
3904 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3907         apparently third-party libraries depend on it.
3908
3909         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3910         before starting negotiation.
3911
3912         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3913         privacy reasons.
3914         (gnus-treat-mail-gravatar): Ditto.
3915
3916         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3917         buffer when inserting images.  Inserting text into the headers, for
3918         instance, can make them invalid.
3919
3920 2010-09-25  Julien Danjou  <julien@danjou.info>
3921
3922         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3923         variables.
3924
3925         * nnheader.el: Remove useless variables news-reply-yank-from and
3926         news-reply-yank-message-id.
3927
3928         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3929         variables.
3930
3931         * mml1991.el: Remove useless mml1991-verbose.
3932
3933         * gnus.el: Remove useless variable gnus-use-generic-from.
3934         Remove obsolete variable gnus-topic-indentation.
3935
3936         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3937
3938         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3939
3940         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3941
3942         * gnus-group.el: Remove useless gnus-group-icon-cache.
3943         Remove useless gnus-ephemeral-group-server.
3944
3945         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3946
3947         * mml2015.el: Remove useless mml2015-verbose.
3948
3949         * mml-smime.el: Remove useless mml-smime-verbose.
3950
3951         * gnus.el: Remove useless gnus-local-domain.
3952
3953         * gnus-gravatar.el (gnus-gravatar-transform-address):
3954         Use gnus-gravatar-size.
3955
3956         * gnus-art.el: Remove useless gnus-treat-translate.
3957
3958 2010-09-24  Julien Danjou  <julien@danjou.info>
3959
3960         * gnus-sum.el: Add support for Gravatars.
3961
3962         * gnus-art.el: Add support for Gravatars.
3963
3964         * gnus-gravatar.el: Add this file.
3965
3966         * gravatar.el: Add this file.
3967
3968 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3971
3972         * gnus-group.el (gnus-group-fetch-faq): Remove.
3973
3974         * gnus.el (gnus-group-faq-directory): Remove.
3975
3976         * gnus-group.el (gnus-group-fetch-charter): Remove.
3977
3978         * gnus.el (gnus-group-charter-alist): Remove.
3979
3980         * gnus-group.el (gnus-group-archive-directory): Remove.
3981         (gnus-group-recent-archive-directory): Ditto.
3982         (gnus-group-make-archive-group): Remove.
3983
3984         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3985
3986         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3987         use the same article number for all the cached articles.
3988
3989         * nnimap.el (nnimap-command): Register the last command time so
3990         that we can use it for idling NOOPs.
3991         (nnimap-open-connection): Start the keeplive timer.
3992         (nnimap-make-process-buffer): Store all the process buffers.
3993         (nnimap-keepalive): New function.
3994
3995         * starttls.el (starttls-open-stream): Add autoload cookie.
3996
3997 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3998
3999         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4000         handling.
4001
4002 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4005         its data structures.
4006
4007         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4008         instead of the cl.el copy-list.
4009         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4010         equalp.
4011
4012 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4015         and tool-bar-local-item-from-menu.
4016
4017         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4018         mode-line-highlight face for Emacs.
4019
4020         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4021         loading gnus-sum.elc; fix comment for canlock-verify.
4022         (gnus-article-jump-to-part): Use read-number.
4023         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4024         Remove Emacs pre-21 compatible code for help-echo.
4025         (gnus-article-next-page-1): No need to adjust the number of lines.
4026         (gnus-article-describe-bindings): Always use help-buffer.
4027
4028         * gnus-audio.el (gnus-audio-inline-sound)
4029         * gnus-cus.el (gnus-custom-mode)
4030         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4031
4032         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4033
4034         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4035         compatible code.
4036
4037 2010-09-24  Glenn Morris  <rgm@gnu.org>
4038
4039         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4040         visiting the fcc file in rmail-mode.
4041
4042         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4043
4044 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * nnir.el: Silence the byte compiler.
4047
4048         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4049         alias to browse-url-url-encode-chars if any.
4050         (gnus-html-encode-url): Use it.
4051
4052 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * gnus-start.el (gnus-use-backend-marks): New variable.
4055         (gnus-get-unread-articles-in-group): Use it.
4056
4057         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4058         makeover.
4059
4060 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4061
4062         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4063
4064 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4067         Remove.
4068         (gnus-setup-news-hook):
4069         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4070
4071         * gnus-int.el (gnus-request-update-info): Protect against backends not
4072         having the function.
4073
4074         * nnimap.el (nnimap-stream): Mention starttls.
4075         (nnimap-open-connection): Add starttls support.
4076
4077 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4078
4079         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4080
4081 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4084         BODYSTRUCTUREs.
4085         (nnimap-transform-headers): Unfold quoted {42} headers.
4086
4087         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4088         the info.
4089         (gnus-get-unread-articles): Only call updatep on backends that support
4090         it.
4091
4092         * nnweb.el (nnweb-request-update-info): NOOP.
4093
4094         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4095
4096         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4097         since it only deals with marks.
4098
4099         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4100         gnus-request-marks, and make a new gnus-request-update-info.
4101
4102         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4103         the active instead of the high number, which is usually too low.
4104
4105 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4106
4107         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4108         * encrypt.el: Remove.
4109
4110 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4113         server in symbolic form.
4114
4115         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4116
4117 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4118
4119         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4120         (nnimap-update-info): Fix up code slightly.
4121
4122         * gnus-int.el (gnus-open-server): Add tracing for performance
4123         debugging.
4124
4125         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4126         (gnus-group-insert-group-line): Pass the real group name so that it
4127         gets the right data.
4128
4129         * gnus-start.el (gnus-get-unread-articles): Don't have
4130         `gnus-get-unread-articles-in-group' update info, since that can be
4131         really slow and doesn't seem to be needed?
4132
4133 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4134
4135         * time-date.el (date-to-time): Try using parse-time-string first before
4136         using the slower timezone-make-date-arpa-standard.
4137
4138 2010-09-22  Julien Danjou  <julien@danjou.info>
4139
4140         * gnus-group.el (gnus-group-insert-group-line):
4141         Call gnus-group-highlight-line.
4142         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4143         default hook list.
4144         (gnus-group-update-eval-form): Add new function.
4145         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4146         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4147
4148 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4149
4150         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4151         immediate, then expire all articles.
4152         (nnimap-update-info): Fix off-by-one errors.
4153         (nnimap-flags-to-marks): Would return no marks lists for group with no
4154         flags.  Instead return the other data.
4155
4156 2010-09-22  Julien Danjou  <julien@danjou.info>
4157
4158         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4159         Only return an icon.
4160         (gnus-group-insert-group-line): Compute icon to return.
4161
4162         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4163         (gnus-html-image-fetched): Only cache if
4164         gnus-html-image-automatic-caching is set.
4165         (gnus-html-image-fetched): Check for errors.
4166
4167 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4170         once per method on `g'.  This ensures that backends like nnfolder don't
4171         open all their folders.
4172
4173         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4174         (nnimap-request-list): Nix out group in the correct buffer.
4175         (nnimap-parse-flags): Implement by using `read' instead of
4176         hand-parsing.
4177         (nnimap-flags-to-marks): Pass on permanent-flags.
4178         (nnimap-make-process-buffer): Record the server name.
4179         (nnimap-parse-flags): Fix typo.
4180         (nnimap-request-scan): Run split on the server in general, not just a
4181         single group.
4182
4183         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4184         parameter, and propagate this downwards.
4185
4186         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4187         since EXAMINE changes it on the server.
4188
4189         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4190         this command might take a while.
4191
4192 2010-09-22  Julien Danjou  <julien@danjou.info>
4193
4194         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4195         harmful if you have 2 images side-by-side, they can't be properly
4196         update on text deletion.  Using text-property is safer here.
4197         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4198         data.
4199
4200 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * nnimap.el (nnimap-expunge-inbox): Remove.
4203         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4204         (nnimap-expunge): Flip default to t.
4205
4206         * gnus.el (gnus-method-to-server): Don't push things to the cache
4207         unless it's unique.
4208         (gnus-server-to-method): Ditto.
4209
4210 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4211
4212         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4213
4214 2010-09-22  Julien Danjou  <julien@danjou.info>
4215
4216         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4217         get the start of data.
4218         (gnus-html-encode-url): Add this function to encode special chars in
4219         URL.
4220         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4221         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4222
4223         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4224         default.
4225         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4226
4227         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4228         images alt-text.
4229         (gnus-html-put-image): Put alt-text as help-echo.
4230
4231 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4234         * mm-util.el (mm-decompress-buffer)
4235         * nnir.el (nnir-run-find-grep)
4236         * pop3.el (pop3-list): Use 3rd arg of split-string.
4237
4238         * time-date.el (format-seconds): Comment fix.
4239
4240         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4241         and byte-optimize-form-code-walker.
4242         (dgnushack-make-auto-load): Don't advise make-autoload.
4243
4244         * lpath.el: Remove Emacs 21 stuff.
4245
4246 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4249         outside the active range.  Suggested by Dan Christensen.
4250
4251         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4252         slightly later to avoid double-getting it.
4253
4254         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4255         previous patch.
4256
4257         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4258
4259 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4260
4261         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4262
4263 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * gnus-int.el (gnus-open-server): Give a better error message in the
4266         "go offline" case.
4267
4268         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4269         marks for nnimap, which is seldom the right thing to do.
4270
4271         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4272         (gnus-same-method-different-name): New function.
4273
4274         * nnimap.el (parse-time): Require.
4275
4276         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4277         method in the presence of many similar methods.
4278
4279         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4280
4281         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4282         nnml-inhibit-expiry.
4283
4284         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4285         find out whether methods are equal.
4286
4287         * nnimap.el (nnimap-find-expired-articles): New function.
4288         (nnimap-process-expiry-targets): New function.
4289         (nnimap-request-move-article): Request the article before looking at
4290         what the Message-ID is.  Fix found by Andrew Cohen.
4291         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4292
4293         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4294         for oldness in addition to being a predicate.
4295
4296         * nnimap.el (nnimap-request-group): When we have zero articles, return
4297         the right data to Gnus.
4298         (nnimap-request-expire-articles): Only delete articles immediately if
4299         the target is 'delete.
4300
4301         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4302         method, this would bug out.
4303
4304         * gnus-group.el (gnus-group-expunge-group): Rename from
4305         gnus-group-nnimap-expunge, and implemented as a normal interface
4306         function.
4307
4308         * gnus-int.el (gnus-request-expunge-group): New function.
4309
4310         * nnimap.el (nnimap-request-create-group): Implement.
4311         (nnimap-request-expunge-group): New function.
4312
4313 2010-09-21  Julien Danjou  <julien@danjou.info>
4314
4315         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4316         (gnus-html-cache-expired): Add new function.
4317         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4318         wethever we should display image for fetch it.
4319         Compute alt-text earlier to pass it to the fetching function too.
4320         (gnus-html-schedule-image-fetching): Change function argument to only
4321         get one image at a time, not a list.
4322         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4323         cache.
4324         (gnus-html-get-image-data): New function to retrieve image data from
4325         cache.
4326         (gnus-html-put-image): Change buffer argument to use image data rather
4327         than file, and place image above region rather than inserting a new
4328         one.  Do not take alt-text as argument, since it's useless now: we place
4329         the image above alt-text.
4330         (gnus-html-prune-cache): Remove.
4331         (gnus-html-show-images): Start to fetch image when we find one, do not
4332         push into a temporary list.
4333         (gnus-html-prefetch-images): Only fetch image if they have expired.
4334         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4335         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4336
4337 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4340
4341 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4344         spec inser "*" if the group isn't active instead of 0.
4345
4346         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4347         opening the server.
4348         (nnimap-request-delete-group): Implement group deletion.
4349         (nnimap-transform-headers): Return the size of the entire message in
4350         the Bytes header, not just the size of the first part.
4351         (nnimap-request-move-article): When moving an article from nnimap,
4352         request the article first so the accepting form has an article to
4353         accept.  Reported by Dan Christensen.
4354         (nnimap-command): Make sure that the error message doesn't error out.
4355
4356 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4357
4358         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4359         we haven't requested anything.
4360
4361 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362
4363         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4364         "".  Fix found by Andrew Cohen.
4365
4366         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4367         instead of -encode-string.
4368
4369 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4372
4373         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4374         by mm-subst-char-in-string.
4375
4376 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4379         waiting for the connection string.
4380
4381         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4382         arriving.
4383
4384         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4385         bogus characters.  This allows selecting certain Gmail groups.
4386
4387         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4388         (nnimap-fetch-partial-articles): New variable.
4389         (nnimap-open-connection): When looking for credentials, also use the
4390         nnimap-server-port.
4391         (nnimap-request-article): Return the group/article number, so that Gnus
4392         `^' works as expected.
4393         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4394
4395         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4396         comments.
4397         (gnus-methods-sloppily-equal): New function.
4398         (gnus): When using the development version of Gnus, load the gnus-load
4399         file.
4400
4401         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4402         `gnus-open-server' on each method before trying to scan them etc.
4403         This ensures that all the backend parameters are set correctly.
4404
4405         * nnimap.el (nnimap-authenticator): New variable.
4406         (nnimap-open-connection): Allow anonymous login.
4407         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4408         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4409
4410         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4411         patch, found by Knut Anders Hatlen.
4412
4413 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4414
4415         * gnus-agent.el (gnus-agent-batch-confirmation)
4416         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4417         to gnus-message.
4418         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4419         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4420         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4421         * gnus-int.el (gnus-open-server): Likewise.
4422         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4423         (gnus-score-check-syntax): Likewise.
4424         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4425         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4426         Likewise.
4427         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4428
4429 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4430
4431         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4432         calling conventions so that prefetch doesn't bug out.
4433
4434 2010-09-19  Julien Danjou  <julien@danjou.info>
4435
4436         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4437         rather than `subst-char-in-region' in order to be able to replace ASCII
4438         char by UTF-8 ones.
4439
4440         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4441         than curl.
4442         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4443         the right URL and ALT text on images.
4444         (gnus-html-wash-tags): Fix tag case.
4445         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4446         (gnus-article-html): Add -o display_ins_del=2 option.
4447         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4448
4449 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4452         the extra mail headers, which sometimes seem to happen for unknown
4453         reasons.
4454
4455         * mail-parse.el (mail-header-encode-parameter): Define as
4456         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4457         (or most, perhaps?) mail readers don't understand the latter, but do
4458         understand the former.
4459
4460         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4461         to nil, so that no methods are automatically agentized.  I think this
4462         is probably what most users want.
4463
4464         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4465         from url-retrieve, for instance about invalid URLs.
4466
4467         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4468         groups that have no articles.
4469         (nnimap-request-article): Check that we really got an article when we
4470         requested one.
4471
4472         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4473         doesn't exist.
4474
4475         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4476         nntp buffer so the agent can save it.
4477         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4478         that CRLF doesn't get translated to \n.
4479         (nnimap-open-connection): Don't make 'shell commands only send \n.
4480
4481 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4482
4483         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4484         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4485         Update var name.
4486         (nnml-generate-nov-file): Use dolist.
4487         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4488         Use with-current-buffer.
4489
4490 2010-09-18  Julien Danjou  <julien@danjou.info>
4491
4492         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4493         parallel.
4494
4495 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4498         the range update right.
4499         (nnimap-request-group): Don't make `M-g' bug out on group with no
4500         marks.
4501         (nnoo): Require, so that other packages can require nnimap.
4502         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4503         command we're looking for.  This helps when the server sends more
4504         responses after we've gotten everything we expected.
4505         (nnimap): Add a `newlinep' field to keep track of end-of-line
4506         conventions.
4507         Don't send CRLF to things that don't want it.
4508         (nnimap-request-accept-article): Ditto.
4509
4510 2010-09-18  Julien Danjou  <julien@danjou.info>
4511
4512         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4513         than curl to retrieve images.
4514
4515 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516
4517         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4518         the marks.
4519         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4520         (nnimap-wait-for-connection): New function.
4521         (nnimap-open-connection): If we have PREAUTH, don't query for login
4522         credentials.
4523         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4524         when doing a partial update.
4525
4526 2010-09-18  Julien Danjou  <julien@danjou.info>
4527
4528         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4529         tags.
4530
4531 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * nnimap.el (nnimap-credentials): New function.
4534         (nnimap-open-connection): Use the new function to look for credentials
4535         also on the numeric equivalents of "imap" and "imaps".
4536
4537         * gnus-start.el (gnus-activate-group): Send the info to
4538         gnus-request-group.
4539
4540         * nnimap.el (nnimap-request-group): Have the "check" version of the
4541         function parse flags and update the info, so that a `M-g' get a total
4542         resync of all flags from the group.
4543
4544         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4545         to allow backends to alter the info on group selection.  Also alter all
4546         the backend -request-group functions to take the parameter.
4547
4548         * nnimap.el (nnimap-store-info): New function.
4549         (nnimap-update-info): Store the info for later usage.
4550         (nnimap-request-group): Use the stored info for the dont-check case, so
4551         that we don't retrieve all marks when we enter a group.
4552
4553         * nnimap.el: Use deffoo instead of defun for interface functions.
4554
4555         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4556         update the group info.  This makes the nndraft groups, for instance, go
4557         back to their old behaviour.
4558
4559         * gnus-sum.el (gnus-select-newsgroup): Indent.
4560
4561         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4562         in.
4563         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4564         nothing.
4565
4566         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4567         from methods that are denied.
4568
4569         * gnus-int.el (gnus-method-denied-p): New function.
4570
4571         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4572         store the password instead of netrc.
4573         (nnimap-open-connection): Don't error out when we can't make a
4574         connections.
4575
4576         * auth-source.el (auth-source-create): In the password prompt, say what
4577         we're querying for.  Also prompt for user name if that hasn't been
4578         given.
4579
4580         * nnimap.el (nnimap-with-process-buffer): Remove.
4581
4582 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4585         method when we're reading from the agent.
4586
4587         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4588
4589         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4590         that's probably most useful for users.
4591
4592         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4593         "failed" all the time.
4594
4595         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4596         ...)) with (with-current-buffer ... ).
4597
4598         * nntp.el (nntp-open-server): Return whether the open was successful or
4599         not.
4600
4601         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4602         select an unread unseen article first.
4603
4604         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4605         /etc/services, supply some sensible port defaults.
4606
4607         * dgnushack.el: Define netrc-credentials.
4608
4609 2010-09-17  Julien Danjou  <julien@danjou.info>
4610
4611         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4612
4613 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4614
4615         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4616         doesn't have any parameters.
4617
4618 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4621         only upcased checks.
4622
4623         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4624
4625         * nnimap.el (nnimap-open-shell-stream): New function.
4626         (nnimap-open-connection): Use it.
4627         (nnimap-transform-headers): Get the number of lines in each message.
4628         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4629         number of lines.
4630         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4631         problem.
4632
4633         * utf7.el (utf7-encode): Autoload.
4634
4635         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4636         to allow the mail splitting to not return a default group.  This is
4637         useful for nnimap, which will leave unmatched mail in the inbox.
4638
4639         * nnimap.el: Rewritten.
4640
4641         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4642         nnimap usage.
4643
4644         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4645         if the move is internal, so that nnimap can do fast internal moves.
4646
4647         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4648         data.
4649         (gnus-read-active-for-groups): Support finishing the early retrieval of
4650         data.
4651
4652         * gnus-range.el (gnus-range-nconcat): New function.
4653
4654         * gnus-int.el (gnus-finish-retrieve-group-infos)
4655         (gnus-retrieve-group-data-early): New functions.
4656
4657 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4658
4659         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4660         (nnrss-retrieve-groups):
4661         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4662         (pop3-quit): Use with-current-buffer.
4663
4664 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4667         instead of nnheader-accept-process-output.
4668
4669         * dgnushack.el (dgnushack-compile): Add comment.
4670
4671         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4672
4673         * gnus-html.el (gnus-html-schedule-image-fetching)
4674         (gnus-html-prefetch-images): Replace process-kill-without-query by
4675         gnus-set-process-query-on-exit-flag.
4676
4677 2010-09-16  Romain Francoise  <romain@orebokech.com>
4678
4679         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4680
4681 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4684         parameter to unintern is mandatory-ish in Emacs 24.
4685
4686         * gnus-html.el (gnus-html-schedule-image-fetching)
4687         (gnus-html-prefetch-images): Check for curl before using it.
4688
4689         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4690         depend on curl, which isn't essential.
4691
4692         * imap.el: Revert back to version
4693         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4694         seem problematic.
4695
4696 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4697
4698         * gnus-registry.el (gnus-registry-install-shortcuts):
4699         Explicitly pass `obarray' to `unintern' to avoid a warning.
4700
4701 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4704         change.
4705
4706         * nnrss.el (nnrss-request-list): Remove this function and related
4707         functions, including the moreover stuff.
4708
4709 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710
4711         * nnrss.el (nnrss-retrieve-groups): New function.
4712
4713 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4714
4715         * .dir-locals.el: Add no-byte-compile cookie.
4716
4717 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * time-date.el (format-seconds): Comment fix.
4720
4721         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4722         for back end that doesn't support request-scan.
4723
4724 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4727         then do request scans from the backends.
4728
4729         * netrc.el (netrc-credentials): New conveniency function.
4730
4731         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4732         avoid running a hook per line, since this takes a lot of time,
4733         profiling shows.
4734         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4735         directly if gnus-visual-p is true.
4736
4737 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4740         groups; replace mapcar with dolist which is a bit faster; pass groups
4741         info to gnus-read-active-file-1.
4742         (gnus-read-active-file-1): Scan only specified groups if the new
4743         optional arg `infos' is given.
4744
4745 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746
4747         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4748
4749         * pop3.el (pop3-movemail): Remove.
4750         (pop3-streaming-movemail): Rename to pop3-movemail.
4751
4752         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4753         don't restrict end-tag searches to the end of the line.
4754
4755 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4758         articles of every unchecked group to t, which means unknown since the
4759         server has never been opened.
4760
4761 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus-html.el (gnus-html-show-alt-text): New command.
4764         (gnus-html-browse-image): Ditto.
4765         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4766         to browse the image directly.
4767         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4768         better.
4769
4770         * gnus-async.el (gnus-async-article-callback):
4771         Call `gnus-html-prefetch-images' unconditionally.
4772
4773         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4774         before feeding URLs to curl.
4775
4776 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4779         internal images as deletable by `W D D'.
4780
4781         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4782         (gnus-async-article-callback): Fix typo.
4783
4784 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4787         current line to work around bugs in the output from w3m.
4788
4789         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4790         for groups that want that.
4791
4792         * nntp.el (nntp-wait-for-string): Supply a timeout for
4793         accept-process-output to ensure progress.
4794
4795         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4796         level to get unread articles from, then use that for foreign groups,
4797         too.
4798
4799         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4800         confuses the rest of the function.
4801
4802         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4803         for the methods that support -retrieve-groups, too.
4804
4805         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4806
4807 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4810         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4811
4812         * pop3.el: Require cl when compiling.
4813         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4814
4815 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4816
4817         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4818         that aren't going to be activated.
4819         (gnus-get-unread-articles): Fix up the last commit.
4820
4821         * gnus-html.el (gnus-article-html): Allow calling without specifying
4822         the handle.  In that case, dissect the buffer first.
4823
4824         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4825
4826         * nnimap.el (nnimap-open-connection): Revert the change that would look
4827         into authinfo for imaps instead of imap.
4828
4829         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4830         say that you don't want to call gnus-request-group with don-check, but
4831         do check the reponse.  This is for virtual groups only.
4832         (gnus-get-unread-articles): Count the archive groups as secondary, so
4833         that they're activated the same way as before.
4834
4835         * imap.el (imap-message-map): Removed optional buffer parameter, since
4836         no callers use it.
4837         (imap-message-get): Ditto.
4838         (imap-message-put): Ditto.
4839         (imap-mailbox-map): Ditto.
4840         (imap-mailbox-put): Ditto.
4841         (imap-mailbox-get): Ditto.
4842         (imap-mailbox-get): Revert last change for this function.
4843
4844         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4845         case-insensitively.
4846         (nnimap-debug): Remove.
4847
4848         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4849         to use `imap-fetch' instead.  According to the comments, this should be
4850         safe, since all other IMAP clients use the 1:* syntax.
4851         (imap-enable-exchange-bug-workaround): Removed.
4852         (imap-debug): Removed -- doesn't seem very useful.
4853
4854         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4855         mail from a file, and the file doesn't exist.
4856
4857         * imap.el (imap-log): New convenience function used throughout instead
4858         of repeating the same code all over the place.
4859
4860         * pop3.el (pop3-streaming-movemail): Return t for success.
4861
4862         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4863         .authinfo if we're using ssl connection.
4864
4865         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4866         already have if we're in a main Gnus `g' run.
4867
4868         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4869
4870 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4873
4874         * nnmh.el (nnmh-request-list-1): Bind `file'.
4875
4876         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4877         alias to set-process-query-on-exit-flag or process-kill-without-query.
4878         (pop3-open-server): Use it.
4879
4880 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4883         box to the Incoming file.  Fixes mistake in previous checkin.
4884
4885         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4886         request loop (for debugging purposes) removed.
4887
4888         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4889         culprit is more visible.
4890         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4891         (nnml-add-incremental-nov): New functions to do "incremental" nov
4892         updates, where we just append to the end of the existing nov files
4893         without reading/writing them in full.
4894
4895         * mail-source.el (mail-source-delete-crash-box): Really only check the
4896         incoming files once in a while.
4897
4898         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4899
4900         * mail-source.el (mail-source-delete-crash-box): Only check the
4901         incoming files for deletion once per day to save a lot of file
4902         accesses.
4903
4904         * pop3.el (pop3-logon): Fix up unbound variable typo.
4905
4906         * mail-source.el (pop3-streaming-movemail): Autoload.
4907
4908         * pop3.el (pop3-streaming-movemail):
4909         Respect pop3-leave-mail-on-server.
4910
4911         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4912         retrieval.
4913
4914         * pop3.el (pop3-process-filter): Remove unused function.
4915         (pop3-streaming-movemail, pop3-send-streaming-command)
4916         (pop3-wait-for-messages, pop3-write-to-file)
4917         (pop3-number-of-responses): New functions for streaming pop3
4918         retrieval.
4919
4920         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4921         come from no known methods.
4922         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4923         list.
4924
4925         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4926         message sizes.
4927         (pop3-movemail): Use erase-buffer instead of looping and deleting
4928         regions, which seems rather odd.
4929
4930         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4931         file once per `g' run.
4932
4933         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4934         directories.  This makes the draft queue directory work.
4935
4936         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4937         data from the backends, so that we only request the list of groups from
4938         each method once.  This should speed things up considerably.
4939
4940         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4941         detect that it's not implemented.
4942
4943         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4944         we actually do recurse down into the tree, but don't stat all leaf
4945         nodes.
4946
4947         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4948         then say so instead of bugging out.
4949
4950         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4951         files exist before trying to read them.
4952
4953         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4954         around <pre_int>.
4955
4956         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4957
4958         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4959
4960 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * mm-util.el (mm-image-load-path): Just return the image directories,
4963         not all directories in the path in addition to the image directories.
4964         (mm-image-load-path): Maintain a cache of the image directories so that
4965         the `g' command in Gnus doesn't have to stat dozens of directories each
4966         time.
4967
4968         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4969         (gnus-html-wash-tags): Add a new `i' command to insert images.
4970         (gnus-html-insert-image): New command and keystroke.
4971         (gnus-html-redisplay-with-images): New command and keystroke.
4972         (gnus-html-show-images): Rename command.
4973         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4974         spacers.
4975         (gnus-html-wash-tags): Decode entities at the end, so that entities
4976         inside the tags don't mess up the rest of the "parsing".
4977
4978         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4979         so that nnimap methods aren't agentized by default.  There's apparently
4980         many problems related to agent/imap behaviour.
4981
4982         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4983
4984         * gnus-html.el: Doc fix.
4985
4986 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4989         specifier-spec-list for Emacs 21.
4990
4991         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4992         glyph-width and glyph-height instead of display-graphic-p and
4993         image-size; make avoidance of displaying small images work for XEmacs.
4994
4995         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4996         for XEmacs.
4997
4998         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4999         of symbol that holds plist data.
5000         (gnus-process-plist): Remove plist of process after getting it.
5001
5002 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * message.el (message-generate-hashcash): Change default to
5005         'opportunistic if hashcash is installed.
5006
5007         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5008         (gnus-html-put-image): Only call image-size once, since it's somewhat
5009         time-consuming on remote X servers.
5010
5011 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5014         type on data, not a file name.
5015
5016         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5017         window-pixel-edges for Emacs 21.
5018
5019         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5020         decoded contents.
5021         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5022
5023 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024
5025         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5026         group line format, since it isn't very interesting.
5027
5028         * gnus-agent.el (gnus-agent-short-article),
5029         (gnus-agent-long-article): Increase values for these two variables,
5030         since most people are likely to have more network connection and
5031         storage than before.
5032
5033         * gnus.el (gnus-refer-article-method): Change default to 'current.
5034         When referring an article, the common behaviour is to refer it from the
5035         current select method, not the native select method.  The chances of
5036         the native select method having the message in question is rather slim
5037         these days.
5038
5039         * gnus-sum.el (gnus-auto-select-subject): Change default to
5040         `unseen-or-unread'.  I think it's likely that most people want to
5041         select an unseen article over a previously seen, but unread one.
5042
5043         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5044         means that in the article buffer none of the minor mode elements will
5045         be shown, usually, and this is not desirable in most cases.
5046
5047         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5048         that commands like `d' (and the like) go to the next line in the
5049         buffer, instead of the next unread article.  I think this is the
5050         behaviour that is most natural for most users.
5051         (gnus-single-article-buffer): Change default to nil, so that people can
5052         have as many article buffers open as they have summary buffer.  I think
5053         this is the most natural way for the groups to behave.
5054
5055         * message.el (message-generate-new-buffers): Change default to
5056         `unsent', so that all new message buffers start their names with the
5057         string "*unsent", and it's easier to find the buffers if you move from
5058         them.
5059
5060 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5063         small.  They're probably tracking images.
5064         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5065         (gnus-html-rescale-image): Yet another try at getting the image sizing
5066         right.
5067
5068         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5069         nntp-marks-file-name is nil.
5070
5071 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5072
5073         * gnus-html.el (gnus-html-wash-tags)
5074         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5075         Better logging.
5076
5077 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5078
5079         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5080
5081         * gnus-html.el (gnus-html-wash-tags): Check the value of
5082         gnus-blocked-images in the summary buffer.
5083
5084 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5085
5086         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5087
5088 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5091         like "a", it seems like.
5092         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5093         since it needs to be picked from the correct buffer.
5094
5095         * nnwfm.el: Remove.
5096
5097         * nnlistserv.el: Remove.
5098
5099 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5100
5101         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5102         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5103
5104 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105
5106         * nnkiboze.el: Remove.
5107
5108         * nndb.el: Remove.
5109
5110         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5111         alt text.
5112         (gnus-html-rescale-image): Try to get the rescaling logic right for
5113         images that are just wide and not tall.
5114
5115         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5116         overshadow variable bindings.
5117
5118 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * gnus-html.el (gnus-html-wash-tags)
5121         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5122         Add extra logging.
5123
5124 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5127         (gnus-max-image-proportion): New variable.
5128         (gnus-html-rescale-image): New function.
5129         (gnus-html-put-image): Rescale images.
5130
5131 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5132
5133         Fix up some byte-compiler warnings.
5134         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5135         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5136         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5137         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5138         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5139         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5140         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5141
5142 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * gnus-html.el (gnus-article-html): Decode contents by charset.
5145
5146 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5149         (gnus-html-frame-width, gnus-blocked-images)
5150         * message.el (message-prune-recipient-rules): Add custom version.
5151         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5152
5153         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5154         functions.
5155
5156         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5157         gnus-process-get.
5158
5159 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5160
5161         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5162         instead of lsub directly.
5163
5164 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165
5166         * nnwarchive.el: Remove.
5167
5168         * gnus-soup.el: Remove.
5169
5170         * nnsoup.el: Remove.
5171
5172         * nnultimate.el: Remove.
5173
5174         * gnus-html.el (gnus-blocked-images): New variable.
5175
5176         * message.el (message-prune-recipients): New function.
5177         (message-prune-recipient-rules): New variable.
5178
5179         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5180         guess whether a long line is natural text or not.
5181
5182         * gnus-html.el (gnus-html-schedule-image-fetching):
5183         Use gnus-process-plist and friends for compatibility.
5184
5185 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5186
5187         * gnus-html.el: Require packages that define macros used in this file.
5188         (gnus-article-mouse-face): Declare to silence byte-compiler.
5189         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5190         process-get.
5191         (gnus-html-put-image): Use plist-get to avoid getf.
5192         (gnus-html-prefetch-images): Use with-current-buffer.
5193
5194 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-ems.el: Provide compatibility functions for
5197         gnus-set-process-plist.
5198
5199         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5200         header-line-format for XEmacs 21.4.
5201
5202         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5203         * gnus.el (gnus-valid-select-methods)
5204         * message.el (message-send-mail-partially-limit)
5205         * mm-decode.el (mm-text-html-renderer)
5206         * mml.el (mml-insert-mime-headers-always)
5207         * smiley.el (smiley-regexp-alist): Bump custom version.
5208
5209 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * gnus-html.el: require mm-url.
5212         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5213         with the url to `url'.
5214         (gnus-html-wash-tags): Support cid: URLs/images.
5215
5216 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5217
5218         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5219         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5220         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5221
5222         * gnus-move.el: Remove file, since it doesn't really work.
5223
5224         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5225         UTF-8.  This seems to fix problems with some German web feeds.
5226
5227         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5228         at the top so that the proper colours are applied.
5229
5230         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5231         don't have dots in their names.
5232
5233         * gnus-art.el (gnus-article-view-part): Doc fix.
5234
5235         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5236         XEmacs-compatible.
5237         (gnus-html-put-image): Don't do images on non-graphic displays.
5238
5239         * nnslashdot.el: Remove this unused backend.
5240
5241         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5242         actions.
5243         (gnus-undo-register-1): Revert last change.
5244
5245         * gnus-group.el (gnus-group-completing-read): Protect against not
5246         having completion-styles bound.
5247
5248         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5249         make broken recipients happier.
5250
5251         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5252
5253         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5254         point parameter.
5255
5256         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5257
5258         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5259         completion-styles for group selection.
5260
5261 2009-02-04  Andreas Schwab  <schwab@suse.de>
5262
5263         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5264         headers and regexp-quote the match if necessary.
5265
5266 2009-03-24  Miles Bader  <miles@gnu.org>
5267
5268         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5269         the blinking smiley.
5270
5271 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5272
5273         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5274         blink smiley.
5275
5276 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5279         where the dribbel file lives exists.
5280
5281         * message.el (message-send-mail-partially-limit): Change the default to
5282         nil, since most people don't want this.
5283
5284         * mm-url.el (mm-url-decode-entities): Also decode entities like
5285         &#x3212.
5286
5287 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5288
5289         * gnus-sum.el (gnus-summary-idna-message):
5290         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5291         Hyperlink urls in docstrings with URL `...'.
5292
5293 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5294
5295         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5296         functions.
5297
5298 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5301         say what the mouseover text should be.
5302
5303         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5304         version of the mm-w3m-safe-url-regexp variable to only download images
5305         in the groups where we want that to happen.
5306
5307         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5308
5309         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5310         easier debugging.
5311         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5312         big pictures in the article buffer.
5313
5314         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5315         gnus-article-html.
5316         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5317         w3m.
5318
5319         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5320
5321 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5324         which doesn't exist.
5325
5326         * message.el (message-inhibit-ecomplete): New variable to allow some
5327         function to inhibit ecomplete address storage.
5328         (message-resend): Disable ecomplete message storage when resending
5329         messages.
5330
5331         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5332
5333 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5336         Save excursion while copying, moving, and deleting articles in order to
5337         prevent the cursor from jumping to unforeseen place.
5338
5339 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * lpath.el: No need to bind bookmark-current-buffer,
5342         bookmark-yank-point and bookmark-make-record-function.
5343
5344 2010-08-17  Glenn Morris  <rgm@gnu.org>
5345
5346         * gnus-sync.el: Require gnus components whose functions are used.
5347
5348         * gnus-art.el (bookmark-make-record-function):
5349         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5350         Declare for compiler.
5351
5352         * mm-url.el (mml-compute-boundary): Autoload.
5353
5354 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5357
5358 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5359
5360         Typo fix "hoo4a" -> "hook".
5361
5362         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5363
5364 2010-08-14  Glenn Morris  <rgm@gnu.org>
5365
5366         * gnus-sync.el (gnus-sync): Fix defgroup version.
5367
5368 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5371
5372         * gnus-sync.el: Fix docs.
5373         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5374         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5375
5376 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5377
5378         Optimizations for gnus-sync.el.
5379
5380         * gnus-sync.el: Add docs about gnus-sync-backend
5381         possibilities.
5382         (gnus-sync-save): Remove unnecessary message.
5383         (gnus-sync-read): Optimize and show what groups were skipped.
5384
5385 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5386
5387         Minor bug fixes for gnus-sync.el.
5388
5389         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5390         Don't read the sync on get-new-news.
5391
5392         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5393         quiet.
5394
5395         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5396         (fix typo).
5397
5398 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5399
5400         Make saving and restoring of hidden threads work with overlays.
5401         Patch applied by Ted Zlatanov.
5402
5403         * gnus-sum.el (gnus-hidden-threads-configuration)
5404         (gnus-restore-hidden-threads-configuration): Update to deal with text
5405         properties, rather than searching for a magic character.
5406
5407 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5408
5409         New gnus-sync.el library for synchronization of marks.
5410
5411         * gnus-sync.el: New library for synchronization of marks.
5412
5413         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5414         renamed from `gnus-registry-grep-in-list'.
5415
5416         * gnus-registry.el (gnus-registry-follow-group-p):
5417         Use `gnus-grep-in-list'.
5418
5419         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5420
5421 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5424         determining charset of text fails.
5425
5426 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * nnmail.el (nnmail-get-new-mail-1): Revert.
5429
5430         * nnml.el (nnml-active-number): Make sure names of newly created groups
5431         in nnml-group-alist are encoded.
5432
5433 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5436         containing non-ASCII characters in active file for nnml back end.
5437
5438 2010-07-24  David Engster  <dengste@eml.cc>
5439
5440         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5441         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5442
5443 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5444
5445         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5446         tag (Bug#6654).
5447
5448 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5451         the article buffer, not the summary buffer.
5452
5453 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5456         Emacs 23 as well.
5457
5458 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5461         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5462
5463 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5464
5465         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5466         Patch applied by Karl Fogel.
5467
5468         * gnus-sum.el (gnus-summary-bookmark-make-record):
5469         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5470
5471 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5472
5473         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5474         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5475         C-w still not working correctly from Article buffers; Thierry's
5476         patch to fix that will be applied after this.
5477
5478         * gnus-art.el (bookmark-make-record-function): New local variable.
5479
5480         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5481         article buffer.
5482         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5483
5484 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5485
5486         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5487         on changes in bookmark.el.
5488
5489 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5492         `no-log' instead of message not to log prompt string.
5493
5494 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5495
5496         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5497         the *other* type of HTML form submission.
5498
5499 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5500
5501         * auth-source.el (auth-source-pick): If choice does not contain a
5502         questioned keyword, set the check to t.
5503
5504 2010-06-12  Romain Francoise  <romain@orebokech.com>
5505
5506         * gnus-util.el (gnus-date-get-time): Move up before first use.
5507
5508 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5511         (gnus-article-edit-part): Bind it to make last part that is substituted
5512         or deleted visible.
5513         (gnus-mime-display-single): Buttonize part of which id equals to
5514         gnus-mime-buttonized-part-id.
5515
5516 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5517
5518         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5519         (gnus-dd-mmm): Use gnus-date-get-time.
5520         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5521         simplify logic.
5522         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5523         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5524
5525 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5526
5527         * auth-source.el (top): Autoload `secrets-list-collections',
5528         `secrets-create-item', `secrets-delete-item'.
5529         (auth-sources): Fix tag string.
5530         (auth-get-source, auth-source-retrieve, auth-source-create)
5531         (auth-source-delete): New defuns.
5532         (auth-source-pick): Rewrite in order to avoid 2 passes.
5533         (auth-source-forget-user-or-password): New parameter USERNAME.
5534         (auth-source-user-or-password): New parameters CREATE-MISSING and
5535         DELETE-EXISTING.  Retrieve password interactively, if needed.
5536
5537 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5538
5539         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5540         deleting unused directories when gnus-expert-user is t.
5541
5542 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5545         for each temp file when gnus-article-browse-delete-temp is ask.
5546
5547 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5548
5549         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5550         Lisp calls to delete-backward-char by calls to delete-char.
5551
5552 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5553
5554         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5555
5556 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5557
5558         * password-cache.el (password-cache-remove): Fix docstring.
5559
5560 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5563         article unless decoding article to be saved.
5564
5565 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5568         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5569         generated within the mm-with-unibyte-current-buffer macro.
5570
5571 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5574         to nil when we're in a mml-preview buffer and no group is selected.
5575
5576 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5577
5578         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5579         when catching the `C-g'.  Reported by "Leo".
5580
5581 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * message.el (message-forward-make-body-plain)
5584         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5585         multibyte-string-p.
5586
5587         * lpath.el: Revert.
5588
5589 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * message.el (message-forward-make-body-mml): Assume original message
5592         is multibyte string; error on unibyte.
5593         (message-forward-make-body-plain): Ditto; don't add excessive newline
5594         in body end.
5595
5596         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5597
5598 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5599
5600         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5601         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5602
5603 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * mm-extern.el (mm-extern-url): Don't use
5606         mm-with-unibyte-current-buffer.
5607         (mm-extern-cache-contents): Use with-current-buffer instead of
5608         save-excursion + set-buffer.
5609
5610 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * mm-util.el (mm-emacs-mule): Remove.
5613
5614 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5615
5616         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5617         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5618         change.
5619
5620 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5623         bind the default value of enable-multibyte-characters to nil.
5624
5625 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * message.el (message-forward-make-body-plain)
5628         (message-forward-make-body-mml):
5629         Don't use mm-with-unibyte-current-buffer.
5630
5631 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5632
5633         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5634
5635 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5636
5637         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5638         (Bug#5592).
5639
5640 2010-05-07  Julien Danjou  <julien@danjou.info>
5641
5642         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5643         it to mm-pipe-part.
5644
5645         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5646         it is given.
5647
5648 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * binhex.el (binhex-decode-region-internal)
5651         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5652         (dns-query)
5653         * nnweb.el (nnweb-gmane-search)
5654         * pgg-parse.el (pgg-parse-armor)
5655         * pgg.el (pgg-verify-region)
5656         * sha1.el (sha1-string-external)
5657         * uudecode.el (uudecode-decode-region-internal)
5658         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5659         XEmacs.
5660
5661         * gnus-art.el (gnus-article-browse-html-parts)
5662         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5663         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5664         make-temp-file.
5665
5666         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5667         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5668         compiling.
5669
5670         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5671         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5672         XEmacs when compiling.
5673
5674         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5675         gnus-pick-mode-off-hook for XEmacs when compiling.
5676         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5677         gnus-binary-mode-off-hook for XEmacs when compiling.
5678
5679         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5680         Return nil if char-charset is not available.
5681
5682         * imap.el (imap-disable-multibyte)
5683         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5684         macros.
5685
5686         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5687         instead of encode-coding-string.
5688
5689         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5690         'xemacs) instead of mm-emacs-mule to switch function definitions.
5691         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5692
5693         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5694         bind temporary-file-directory for XEmacs;
5695         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5696         timer-set-function for XEmacs 21.4 and SXEmacs;
5697         bind timer-list for XEmacs 21.4 and SXEmacs;
5698         fbind char-charset and find-charset-region for non-Mule XEmacs;
5699         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5700         encode-coding-region and encode-coding-string for XEmacs having no
5701         file-coding feature.
5702
5703 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5704
5705         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5706
5707 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5710         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5711
5712 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5713
5714         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5715         alias `jka-compr-delete-temp-file' no longer exists.
5716
5717 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5718
5719         Use define-minor-mode in Gnus where applicable.
5720         * mml.el (mml-mode): Use define-minor-mode.
5721         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5722         (gnus-undo-mode): Use define-minor-mode.
5723         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5724         (gnus-dead-summary-mode): Use define-minor-mode.
5725         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5726         Initialize in declaration.
5727         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5728         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5729         (gnus-mailing-list-mode): Use define-minor-mode.
5730         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5731         (gnus-draft-mode): Use define-minor-mode.
5732         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5733         (gnus-dired-mode): Use define-minor-mode.
5734
5735 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5736
5737         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5738         handles on recursive mml-to-mime translation and check them for
5739         boundary delimiter collisions.  Reported by Greg Troxel.
5740
5741 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5744
5745 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5746
5747         * mm-util.el (mm-find-buffer-file-coding-system):
5748         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5749
5750 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5751
5752         * message.el (message-generate-headers): Record insertion of optional
5753         headers as well.  Otherwise the check to prevent repeated insertion of
5754         optional headers is a no-op.
5755
5756 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * smime.el: Don't mention CVS.
5759
5760         * nnrss.el (nnrss-fetch): Don't mention CVS.
5761
5762         * nnir.el: Don't mention CVS.
5763
5764 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5765
5766         * gnus-sum.el (gnus-summary-bookmark-make-record):
5767         Add `location' field.
5768
5769 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * lpath.el: Fbind bookmark-default-handler,
5772         bookmark-get-bookmark-record, bookmark-make-record-default,
5773         bookmark-prop-get for Emacs <23 and XEmacs.
5774
5775 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5776
5777         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5778         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5779         Use with-current-buffer to silence the byte-compiler.
5780         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5781         bother to require `gnus'.
5782         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5783
5784 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5785
5786         * gnus-sum.el (gnus-summary-bookmark-make-record)
5787         (gnus-summary-bookmark-jump): New functions.
5788         (gnus-summary-mode): Setup bookmark support.
5789
5790 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5791
5792         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5793         if set.
5794
5795 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5798         gnus-article-browse-html-save-cid-image; make it work recursively for
5799         forwarded messages as well.
5800         (gnus-article-browse-html-parts): Work when prefix arg is given.
5801         (gnus-article-browse-html-article): Doc fix.
5802
5803 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5804
5805         * message.el (message-default-mail-headers):
5806         (message-default-headers): Carry the value mail-default-headers over
5807         into message-default-mail-headers, rather than message-default-headers.
5808
5809 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5810
5811         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5812         charset.
5813
5814         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5815         charset into the <meta> tag when the article is encoded to utf-8.
5816
5817 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-art.el (gnus-article-browse-delete-temp-files):
5820         Delete directories as well.
5821         (gnus-article-browse-html-parts): Work for images that do not specify
5822         file names; delete temp directory when quitting; insert header at the
5823         right place; use file: scheme for image files.
5824
5825 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5826
5827         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5828         (gnus-article-browse-html-parts): Use it to make temporary cid image
5829         files in addition to html file so that browser may display them.
5830
5831 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5834
5835 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5836
5837         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5838
5839 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * auth-source.el (auth-sources): Change default to be simpler.
5842         Explain about Secret Service API sources.  Improve Customize options.
5843         (auth-source-pick): Change to accept any number of search parameters.
5844         Implement fallbacks iteratively, not recursively.  Add scoring on the
5845         second pass and sort by score.  Call Secret Service API when needed.
5846         (auth-source-user-or-password): Use it.  Call Secret Service API
5847         directly when needed to get the user name and the password.
5848
5849 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5850
5851         * message.el (message-interactive): Doc fix.
5852         (message-qmail-inject-args): Reflow.
5853         (message-kill-to-signature): Fix typo in docstring.
5854
5855         * smiley.el (smiley-buffer): Fix typo in docstring.
5856
5857 2010-03-24  Glenn Morris  <rgm@gnu.org>
5858
5859         * mail-source.el (gnus-message): Declare.
5860         (mail-source-delete-old-incoming): Require gnus-util.
5861
5862 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5865
5866         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5867
5868         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5869         password-cache's default if it is not bound.
5870         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5871         password-cache-expiry's default if it is not bound.
5872
5873         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5874         available in Emacs 21.
5875
5876         * lpath.el: Suppress compiler warnings for:
5877         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5878         XEmacs;
5879         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5880         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5881         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5882
5883 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5884
5885         * auth-source.el (auth-sources): Fix up definition so extra parameters
5886         are always inline.
5887
5888 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5889
5890         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5891         wasn't updated after mismatch.  Clear cached mailbox info correctly
5892         when uidvalidity changes.
5893         (nnimap-group-prefixed-name): New function to avoid some code
5894         duplication.
5895         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5896         (nnimap-request-group): Use it.
5897         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5898         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5899         with many imap folders.  This is done by caching the group status from
5900         the imap server persistently in a group parameter `imap-status'.  (This
5901         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5902         but not persistently, so every Gnus startup was still very slow.)
5903
5904 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5905
5906         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5907         delete the extra newline.  Otherwise editing of :string and :number
5908         types don't work.
5909
5910 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5911
5912         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5913         secrets.el dependency.
5914         (auth-sources): Add optional user name.  Add secrets.el configuration
5915         choice (unused right now).
5916
5917 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5918
5919         * gnus-sum.el (gnus-summary-make-menu-bar):
5920         Let `gnus-registry-install-shortcuts' fill in the functions.
5921
5922         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5923         warnings.
5924         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5925         (gnus-registry-install-shortcuts): Populate and use it in a
5926         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5927
5928 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5929
5930         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5931         In-place substitutions for the group name encoding/decoding.
5932         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5933         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5934         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5935         (nnimap-update-unseen, nnimap-request-list)
5936         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5937         (nnimap-request-set-mark, nnimap-split-to-groups)
5938         (nnimap-split-articles, nnimap-request-newgroups)
5939         (nnimap-request-create-group, nnimap-request-accept-article)
5940         (nnimap-request-delete-group, nnimap-request-rename-group)
5941         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5942         `encoded-mbx' for consistency.
5943         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5944         variable `imap-current-mailbox'.
5945
5946         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5947         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5948
5949 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5950
5951         * pop3.el (pop3-display-message-size-flag): Display message size byte
5952         counts during POP3 download.
5953         (pop3-movemail): Use it.
5954         (pop3-list): Implement listing of available messages.
5955
5956 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5957
5958         * nnir.el (nnir-get-article-nov-override-function): New function to
5959         override the normal NOV retrieval.
5960         (nnir-retrieve-headers): Use it.
5961
5962 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5963
5964         * auth-source.el (netrc-machine-user-or-password): Autoload.
5965
5966 2010-03-19  Glenn Morris  <rgm@gnu.org>
5967
5968         Stop message.el from loading about 40 libraries it doesn't always need.
5969         The general approach is to autoload rather than require, and to
5970         require in the specific functions rather than the file.  (Bug#5642)
5971
5972         * gmm-utils.el: Don't require wid-edit.
5973         (widget-create-child-value, widget-convert, widget-default-get):
5974         Autoload.
5975
5976         * gnus-util.el: Don't require time-date, netrc.
5977         (message-fetch-field, gnus-group-name-decode): Declare rather than
5978         autoloading.
5979         (gnus-fetch-field): Require message.
5980         (gnus-decode-newsgroups): Require gnus-group.
5981
5982         * ietf-drums.el: Don't require time-date.
5983
5984         * message.el: Don't require hashcash, canlock, ecomplete.
5985         Do require mail-utils.  Require nnheader only when compiling.
5986         (smtpmail-default-smtp-server): Remove declaration.
5987         (message-send-mail-function): Check smtpmail-default-smtp-server
5988         is bound rather than requiring smtpmail.
5989         (message-auto-save-directory, message-insert-signature):
5990         Use expand-file-name rather than nnheader-concat.
5991         (nnheader-insert-file-contents): Autoload.
5992         (hashcash-wait-async): Declare.
5993         (message-send-mail): Only call gnus-setup-posting-charset if
5994         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5995         (message-send-mail-with-sendmail): Require sendmail.
5996         (canlock-password, canlock-password-for-verify): Declare.
5997         (message-canlock-password): Require canlock.
5998         (nnheader-get-report): Autoload.
5999         (gnus-setup-posting-charset): Declare.
6000         (message-send-news): Require gnus-msg.
6001         (message-make-references, message-make-in-reply-to): Use mail-header-id
6002         rather than the alias mail-header-message-id.
6003         (ecomplete-add-item, ecomplete-save): Declare.
6004         (message-put-addresses-in-ecomplete): Require ecomplete.
6005         (ecomplete-display-matches): Autoload.
6006
6007         * mm-decode.el: Don't require mailcap, gnus-util.
6008         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6009         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6010         Autoload.
6011         (mailcap-mime-extensions): Declare.
6012
6013         * mm-encode.el: Don't require mailcap.
6014         (mailcap-extension-to-mime): Autoload.
6015
6016         * mml-sec.el: Don't require password-cache.
6017
6018         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6019         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6020         (mml-minibuffer-read-type): Require mailcap.
6021         (mml-preview): Require gnus-msg.
6022
6023         * mml1991.el: Require password-cache.
6024         (password-cache-expiry): Remove declaration.
6025
6026         * mml2015.el: Require password-cache.
6027         (password-cache-expiry): Remove declaration.
6028
6029         * nneething.el (mailcap): Require mailcap.
6030
6031         * nnheader.el (declare-function): Add compatibility stub.
6032         (message-remove-header): Declare rather than autoload.
6033         (nnheader-replace-header): Require message.
6034
6035         * nnimap.el (declare-function): Add compatibility stub.
6036         (netrc-parse, netrc-machine-user-or-password): Declare.
6037         (nnimap-open-connection): Require netrc.
6038
6039         * nntp.el (declare-function): Add compatibility stub.
6040         (netrc-parse, netrc-machine, netrc-get): Declare.
6041         (nntp-send-authinfo): Require netrc.
6042
6043         * rfc2047.el: Don't require qp.
6044         (quoted-printable-encode-region, quoted-printable-decode-string):
6045         Autoload.
6046
6047         * sieve-mode.el: Don't require easymenu.
6048         (easy-menu-add-item): Autoload it.
6049
6050         * spam-stat.el (time-to-number-of-days): Autoload it.
6051
6052 2010-03-19  Glenn Morris  <rgm@gnu.org>
6053
6054         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6055
6056 2010-03-18  Glenn Morris  <rgm@gnu.org>
6057
6058         * hashcash.el (declare-function): Remove duplicate definition.
6059
6060 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6061
6062         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6063         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6064         value if any backslash escapes).
6065
6066 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6069         if it is available.  (bug#5647)
6070
6071         * lpath.el: Suppress compiler warning for coding-system-from-name for
6072         Emacs 21 and XEmacs.
6073
6074 2010-03-14  Juri Linkov  <juri@jurta.org>
6075
6076         * hmac-def.el:
6077         * hmac-md5.el:
6078         * netrc.el: Fix keywords.
6079
6080 2010-02-26  Glenn Morris  <rgm@gnu.org>
6081
6082         * message.el (message-send-mail-function): Change the default, so that
6083         it inherits from a customized send-mail-function.  (Bug#5643)
6084
6085 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6086
6087         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6088         shell-command-to-string signals an error (bug#5299).
6089
6090 2010-02-24  Glenn Morris  <rgm@gnu.org>
6091
6092         * message.el (message-smtpmail-send-it)
6093         (message-send-mail-with-mailclient): Doc fixes.
6094
6095 2010-02-16  Glenn Morris  <rgm@gnu.org>
6096
6097         * message.el (message-default-mail-headers): Change the default value
6098         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6099
6100 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6103         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6104
6105 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6106
6107         * time-date.el (date-to-time): Doc fix (Bug#5408).
6108
6109 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6110
6111         * message.el (message-mail): Just pass yank-action on to message-setup.
6112         (message-setup): Handle (FUN . ARGS) form of yank-action.
6113         (message-with-reply-buffer, message-widen-reply)
6114         (message-yank-original): Handle non-buffer values of
6115         message-reply-buffer (Bug#4080).
6116         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6117
6118 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6119
6120         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6121         Fix typo in docstring.
6122
6123 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6124
6125         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6126         response.
6127
6128 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6131
6132         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6133
6134         * message.el (message-check-news-header-syntax): Protect against a
6135         string that `rfc822-addresses' returns when parsing fails.
6136
6137 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6140         (gnus-previous-char-property-change): New functions.
6141
6142         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6143
6144 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6145
6146         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6147         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6148
6149 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6150
6151         * message.el (message-exchange-point-and-mark): Rework last change to
6152         avoid using optional arg of exchange-point-and-mark, for backward
6153         compatibility.
6154
6155 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6156
6157         * message.el (message-exchange-point-and-mark):
6158         Call exchange-point-and-mark with an argument rather than setting
6159         mark-active by hand (Bug#5175).
6160
6161 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * nntp.el (nntp-service-to-port): Work for service expressed with
6164         numeric string; replace [:digit:] with [0-9] for XEmacs.
6165
6166 2009-12-17  Glenn Morris  <rgm@gnu.org>
6167
6168         * gnus-group.el (gnus-bug-group-download-format-alist):
6169         Change emacs entry to debbugs.gnu.org.  Bump :version.
6170
6171 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6174
6175 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * message.el (message-info): Explain why we use `Info-goto-node'.
6178
6179 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6182
6183 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6184
6185         * message.el (message-completion-in-region): New compatibility function.
6186         (message-expand-group): Use it.
6187
6188 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6191         with no unread article should be listed if the 2nd arg `predicate' is
6192         given.
6193
6194 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6197
6198 2009-11-29  Juri Linkov  <juri@jurta.org>
6199
6200         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6201         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6202         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6203
6204 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6205
6206         * sha1.el (sha1-string-external): default-directory "/" in case
6207         otherwise non-existent.  process-connection-type pipe for touch of
6208         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6209
6210 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6211
6212         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6213         it's comms related and sgml-mode.el has "comm" on that basis too.
6214
6215 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6218         containing tspecial characters if they have been already quoted.
6219
6220 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6221
6222         * dns-mode.el (auto-mode-alist): Purecopy string.
6223
6224 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6225
6226         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6227
6228 2009-10-24  Glenn Morris  <rgm@gnu.org>
6229
6230         * gnus-art.el (help-xref-stack-item): Define for compiler.
6231
6232 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6233
6234         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6235
6236 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6239
6240 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6243         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6244
6245 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6248         (gnus-overlays-in): New alias to overlays-in.
6249
6250         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6251         gnus-overlay-get, and gnus-delete-overlay.
6252         (gnus-summary-show-thread): Make it work as well for systems in which
6253         next-single-char-property-change is not available.
6254         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6255
6256         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6257         (gnus-overlay-get): New alias to extent-property.
6258         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6259
6260         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6261         SXEmacs.
6262
6263         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6264         SXEmacs.
6265
6266 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6267
6268         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6269
6270 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6271
6272         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6273         and XEmacs that don't have `remove-overlays'.
6274
6275 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6276
6277         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6278         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6279         selective display.  Use overlays instead.
6280
6281 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6282
6283         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6284
6285 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6286
6287         * spam-stat.el (spam-stat-load): Fix typo in message.
6288
6289 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6290
6291         * dig.el (dig-invoke): Fix typo in docstring.
6292         (query-dig): Reflow docstring.
6293
6294 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6295
6296         * gnus-art.el (gnus-article-encrypt-body):
6297         * message.el (message-check-recipients):
6298         * mm-util.el (mm-codepage-setup):
6299         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6300         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6301
6302 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6303
6304         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6305         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6306         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6307         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6308         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6309
6310 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6311
6312         * dig.el: Add "Keywords: comm", as per net-utils.el.
6313
6314 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6315
6316         * dig.el (dig-mode): Use define-derived-mode.
6317
6318 2009-09-19  Glenn Morris  <rgm@gnu.org>
6319
6320         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6321
6322 2009-09-18  Glenn Morris  <rgm@gnu.org>
6323
6324         * gnus-diary.el (gnus-diary-check-message):
6325         * message.el (message-insert-formatted-citation-line):
6326         * nnbabyl.el (top-level):
6327         * nndiary.el (nndiary-schedule):
6328         Fix typos in condition-case handlers.
6329
6330 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6333         configuration that provides the sole article window in a frame;
6334         position point correctly after deleting a part.
6335
6336 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6337
6338         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6339         (spam-resolve-registrations-routine): Use it to unregister articles
6340         that change status.
6341
6342 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6345         with XEmacs.
6346         (parse-time-string-chars): Use it.
6347
6348 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6349
6350         * imap.el (imap-interactive-login): Better messages.
6351         (imap-open): Fix bug with renamed buffer on reconnect.
6352         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6353         for easier debugging and cleaner code.  On successful (guessed based on
6354         server capabilities) secondary authentication, set imap-state
6355         correctly.
6356         (imap-last-authenticator): Define imap-last-authenticator as a variable
6357         to avoid warnings.
6358
6359 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * nnrss.el (nnrss-request-article): Remove binding of
6362         default-enable-multibyte-characters that has gotten needless by
6363         the 2007-07-13 change in rfc2047-encode-message-header.
6364
6365         * mml.el (mml-insert-multipart): Error on the message header.
6366         (mml-insert-part): Error on the message header; position point at
6367         the end of a MIME tag.
6368
6369 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * time-date.el (autoload): Expand define-obsolete-function-alias into
6372         defalias and make-obsolete for old Emacsen that Gnus supports.
6373         (with-no-warnings): Define it for old Emacsen.
6374         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6375         is available.
6376         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6377         float-time is available; suppress compile warning for time-to-seconds.
6378
6379         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6380         (gnus-float-time): Alias to float-time if it exists.
6381
6382         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6383         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6384         float-time is available; suppress compile warning for time-to-seconds.
6385
6386         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6387         XEmacs.
6388
6389 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6390
6391         * imap.el (imap-message-map): Docstring fix.
6392
6393 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6396         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6397         Add the optional argument `encoding' that overrides the default.
6398
6399         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6400         mm-encode-buffer.
6401
6402 2009-09-04  Glenn Morris  <rgm@gnu.org>
6403
6404         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6405         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6406         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6407         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6408         * mm-util.el (mm-with-unibyte-current-buffer)
6409         (mm-find-buffer-file-coding-system):
6410         * yenc.el (yenc-decode-region): Use default-value rather than
6411         default-enable-multibyte-characters.
6412
6413 2009-09-03  Glenn Morris  <rgm@gnu.org>
6414
6415         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6416         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6417         than default-enable-multibyte-characters.
6418
6419 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6420
6421         * gnus-art.el (gnus-article-read-summary-keys):
6422         Fix gnus-buffer-configuration's value temporarily used.
6423
6424 2009-09-02  Glenn Morris  <rgm@gnu.org>
6425
6426         * gnus-util.el (gnus-float-time): New function.
6427         * gnus-delay.el (gnus-delay-article):
6428         * gnus-sum.el (gnus-thread-latest-date):
6429         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6430         * nnspool.el (nnspool-request-newgroups):
6431         Use gnus-float-time rather than time-to-seconds.
6432         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6433
6434         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6435         (gnus-header-subject-face, gnus-header-newsgroups-face)
6436         (gnus-header-name-face, gnus-header-content-face):
6437         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6438         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6439         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6440         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6441         (gnus-cite-face-11):
6442         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6443         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6444         (gnus-server-closed-face, gnus-server-denied-face)
6445         (gnus-server-offline-face):
6446         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6447         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6448         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6449         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6450         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6451         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6452         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6453         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6454         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6455         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6456         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6457         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6458         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6459         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6460         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6461         (gnus-summary-high-undownloaded-face)
6462         (gnus-summary-low-undownloaded-face)
6463         (gnus-summary-normal-undownloaded-face)
6464         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6465         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6466         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6467         (gnus-splash-face):
6468         * message.el (message-header-to-face, message-header-cc-face)
6469         (message-header-subject-face, message-header-newsgroups-face)
6470         (message-header-other-face, message-header-name-face)
6471         (message-header-xheader-face, message-separator-face)
6472         (message-cited-text-face, message-mml-face):
6473         * sieve-mode.el (sieve-control-commands-face)
6474         (sieve-action-commands-face, sieve-test-commands-face)
6475         (sieve-tagged-arguments-face):
6476         * spam.el (spam-face):
6477         Mark face aliases with "-face" in the name as obsolete.
6478
6479 2009-09-01  Glenn Morris  <rgm@gnu.org>
6480
6481         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6482         than goto-line.
6483
6484 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6487         Don't move point if the command is invoked inside the message header.
6488
6489 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6490
6491         * imap.el (imap-send-command): Simplify.
6492         (imap-wait-for-tag): point-max -> buffer-size.
6493
6494 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6495
6496         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6497         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6498         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6499         * nnir.el (nnir-swish-e-index-file):
6500         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6501         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6502         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6503         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6504         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6505         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6506
6507 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6510         Don't save excursion.
6511
6512 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6513
6514         * nnheader.el (nnheader-find-file-noselect):
6515         * mm-util.el (mm-insert-file-contents):
6516         Use (default-value 'major-mode) instead of default-major-mode.
6517
6518 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6519
6520         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6521
6522 2009-08-26  Glenn Morris  <rgm@gnu.org>
6523
6524         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6525         than placing in files.el.
6526
6527 2009-08-25  Glenn Morris  <rgm@gnu.org>
6528
6529         * nnir.el (top-level): Don't require cl at run-time.
6530         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6531         Replace cl-function substitute with gnus-replace-in-string.
6532         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6533         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6534         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6535         simplified expansions.
6536
6537 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6538
6539         * dig.el (dig): Add autoload cookie.
6540
6541 2009-08-22  Glenn Morris  <rgm@gnu.org>
6542
6543         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6544         goto-line.
6545
6546 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6547
6548         * parse-time.el (parse-time-string-chars): Save match data.
6549
6550 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6551
6552         * parse-time.el (parse-time-string-chars): Compute using character
6553         classes, to handle non-ascii characters (Bug#3190).
6554
6555 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6558
6559         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6560         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6561         (gnus-mm-display-part, gnus-mime-display-single)
6562         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6563         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6564
6565         * gnus-sum.el
6566         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6567         (gnus-summary-move-article): Add expirable mark to articles copied or
6568         moved to group that has auto-expire turned on if the option is non-nil.
6569
6570 2009-07-24  Glenn Morris  <rgm@gnu.org>
6571
6572         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6573         Fix typo.  (Bug#3903)
6574
6575 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6578         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6579         that should not be used for draft articles.
6580         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6581         that has no concern in minor mode keys.
6582         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6583         Abolish.
6584
6585 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6588         article without making inquiry to a user for unknown encoding.
6589
6590         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6591         (nnmaildir--scan): Assume i-node and device number that file-attributes
6592         returns might be cons-cell.
6593
6594         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6595
6596         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6597
6598 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * auth-source.el: Remove docs now in auth.texi.  Don't use
6601         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6602         `auth-source-hide-passwords' and use them.
6603
6604 2009-07-15  Glenn Morris  <rgm@gnu.org>
6605
6606         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6607
6608 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6611         excessive whitespace from the default values of title and description.
6612
6613 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6616         mail-fetch-field to fetch Content-Description header in order to
6617         exclude newlines.
6618
6619 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6620
6621         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6622         format used by GnuPG 2.0.11.
6623
6624 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6627         to deleted part.
6628
6629 2009-05-30  David Engster  <dengste@eml.cc>
6630
6631         * nnmairix.el: Remove old documentation in the commentary block.
6632         (nnmairix-request-group): Do not update active file for nnml back ends.
6633         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6634         end so that overview files are ignored.
6635         (nnmairix-update-groups): Make updating the groups more robust by using
6636         marks.
6637         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6638         with dollar characters in message-id.
6639
6640 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6641
6642         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6643         2008-12-25 in dns.el.
6644
6645 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6646
6647         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6648         could happen if the text is only composed of spaces and/or tabs.
6649
6650 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6651
6652         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6653         when sending a queued message to avoid extra mml tags.
6654
6655 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6658
6659 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6662         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6663         rmail-toggle-header for XEmacs;
6664         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6665
6666 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-dired.el: Remove autoload for gnus-setup-message.
6669         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6670         displaying Gnus logo; always use compose-mail.
6671
6672 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6675
6676 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6679         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6680         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6681         available.
6682         (gnus-nocem-epg-verify): New function.
6683
6684 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6687
6688 2009-02-15  Glenn Morris  <rgm@gnu.org>
6689
6690         * gnus-util.el (rmail-insert-rmail-file-header)
6691         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6692         autoloads.
6693         (rmail-default-rmail-file): Remove unnecessary declaration.
6694         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6695
6696 2009-02-14  Glenn Morris  <rgm@gnu.org>
6697
6698         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6699         variable (only used in gnus-util, which declares it anyway).
6700         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6701         which was only needed by gnus-art (changed to not use it any more).
6702         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6703         only used in gnus-util, which autoloads it itself.
6704         (rmail-update-summary): Fix autoload.
6705
6706         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6707         rather than rmail-output-to-rmail-file.
6708
6709 2009-02-07  Glenn Morris  <rgm@gnu.org>
6710
6711         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6712         autoload of function that no longer exists.
6713         (rmail-toggle-header): Declare.
6714         (message-forward-rmail-make-body): Handle mbox Rmail.
6715
6716 2009-01-31  Glenn Morris  <rgm@gnu.org>
6717
6718         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6719         2009-01-09 change.
6720
6721 2009-01-31  Dave Love  <fx@gnu.org>
6722
6723         * imap.el (imap-fetch-safe): Bind debug-on-error.
6724         (imap-debug): Add imap-fetch-safe.
6725
6726 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6727
6728         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6729         (auth-source-forget-all-cached): New convenience function.
6730         (auth-source-user-or-password): Accept list of modes or a single mode.
6731
6732         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6733         auth-source modes.
6734
6735         * netrc.el (netrc-machine-user-or-password): Use list of
6736         auth-source modes.
6737
6738         * nnimap.el (nnimap-open-connection): Use list of
6739         auth-source modes.
6740
6741         * nntp.el (nntp-send-authinfo): Use list of
6742         auth-source modes.
6743
6744 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6745
6746         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6747         now.
6748
6749 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6752         coding system in XEmacs; add a workaround for XEmacs.
6753
6754         * lpath.el: Fbind coding-system-aliasee.
6755
6756 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6759         of current-language-environment.
6760
6761 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6762
6763         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6764         available at runtime.
6765
6766 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6769
6770 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6771
6772         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6773         the greatest positive fixnum value doesn't work under an XEmacs with
6774         bignum support; use the most-positive-fixnum constant instead,
6775         available since Emacs 21.1 with cl and XEmacs 21.1.
6776
6777 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6780         XEmacs gets not to work.
6781
6782 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * mm-util.el (mm-coding-system-priorities): Allow the value like
6785         "Japanese (UTF-8)" of current-language-environment.
6786
6787 2009-01-09  Glenn Morris  <rgm@gnu.org>
6788
6789         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6790         with last-command-event.
6791
6792 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6795         in the doc string.
6796
6797         * message.el (message-fix-before-sending): Amend comment.
6798
6799 2009-01-08  Dave Love  <fx@gnu.org>
6800
6801         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6802
6803 2009-01-07  David Engster  <dengste@eml.cc>
6804
6805         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6806         simplified server definitions by converting it via
6807         gnus-server-to-method.
6808
6809 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6812         parameter's operands.
6813
6814 2009-01-06  David Engster  <dengste@eml.cc>
6815
6816         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6817         primary select method (for gnus-group-mark-article-as-read).
6818
6819 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6820
6821         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6822         `(gnus)Face', not `(gnus)X-Face'.
6823
6824 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * mm-util.el (mm-ucs-to-char): New function.
6827
6828         * mm-url.el (mm-url-decode-entities): Use it.
6829
6830         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6831         unicode-to-char.
6832
6833 2009-01-05  Dave Love  <fx@gnu.org>
6834
6835         * time-date.el: Require cl for `declare'.
6836
6837 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6840         Dave Love.
6841
6842 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * message.el (message-fix-before-sending): Add `eight-bit' to
6845         illegible-text check.
6846
6847 2009-01-03  Michael Olson  <mwolson@gnu.org>
6848
6849         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6850         `headers' is nil.  This can occur if the IMAP server does not have
6851         permissions to read messages from a folder, but can write new messages
6852         to the folder.
6853         (nnimap-request-article-part): Do not insert `data' if it is nil.
6854
6855         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6856         characters which will confuse `read', so skip past them.
6857
6858 2009-01-01  Dave Love  <fx@gnu.org>
6859
6860         * imap.el (imap-string-to-integer): Fix typo.
6861         (imap-fetch-safe): New function.
6862         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6863
6864         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6865
6866         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6867         (imap-parse-greeting): Fix doc strings.
6868         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6869         (imap-parse-flag-list): Make messages unique.
6870         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6871
6872         * nnimap.el: Fix author email.
6873         (nnimap-split-rule): Add FIXME comment.
6874         (nnimap-debug): Fix doc string.
6875
6876 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6879
6880 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6883         nslookup if resolv.conf isn't available.
6884         (dns-query): Rename from query-dns.
6885         (dns-query-cached): Rename from query-dns-cached.
6886
6887 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6890         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6891         to check if those variables exist (first appeared in Emacs 18.50).
6892
6893 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * mm-util.el (mm-line-number-at-pos): New function.
6896
6897         * spam-report.el (spam-report-process-queue): Use it.
6898
6899 2008-12-24  David Engster  <dengste@eml.cc>
6900
6901         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6902         parameters that haven't existed as variables as buffer-local variables.
6903
6904 2008-12-23  Dave Love  <fx@gnu.org>
6905
6906         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6907         cadar.
6908
6909         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6910         imap-starttls-p.
6911         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6912
6913 2008-12-22  Dave Love  <fx@gnu.org>
6914
6915         * imap.el: Fix author email.  Doc fixes.
6916         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6917         reply.
6918
6919 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * spam-report.el (spam-report-gmane-max-requests): New constant.
6922         (spam-report-gmane-wait): New variable.
6923         (spam-report-gmane-ham, spam-report-gmane-spam)
6924         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6925         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6926         the server.
6927
6928         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6929         Add explanations.
6930
6931         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6932         nnheader-accept-process-output and nnheader-read-timeout if available.
6933         (pop3-movemail): Use it.
6934
6935         * message.el (message-check-news-body-syntax): Fix signature check if
6936         there's an attachment.
6937
6938 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * mm-util.el: Add comments to the mm- emulating functions.
6941
6942 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6945         Reported by Stephen Berman <stephen.berman@gmx.net>.
6946
6947 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * mm-util.el (mm-substring-no-properties): New function.
6950         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6951         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6952         (mm-string-to-multibyte): Doc fix.
6953
6954         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6955
6956 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6957
6958         * mml.el (mml-attach-file): Strip text properties from file name.
6959         (Bug#1574)
6960
6961 2008-12-16  Glenn Morris  <rgm@gnu.org>
6962
6963         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6964
6965 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6968         knows since the charset specified might be a bogus alias that
6969         mm-charset-synonym-alist provides.
6970
6971 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6974         "ISO_8859-1".
6975
6976         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6977
6978 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * mm-util.el (mm-charset-eval-alist):
6981         Define it before mm-charset-to-coding-system.
6982         (mm-charset-to-coding-system): Add optional argument `silent';
6983         define it before mm-charset-override-alist.
6984         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6985         default value if it can be used in Emacs currently running;
6986         silence mm-charset-to-coding-system.
6987
6988 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6991         `allow-override' which says whether to use `mm-charset-override-alist'.
6992         (rfc2047-decode-encoded-words): Use it.
6993
6994         * mm-util.el (mm-charset-override-alist): Fix custom type;
6995         add `(gb2312 . gbk)' to choices.
6996
6997 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7000         fast.
7001
7002         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7003
7004         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7005
7006 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7007
7008         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7009         on links.
7010
7011         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7012
7013 2008-12-03  Lute Kamstra  <lute@gnu.org>
7014
7015         * sha1.el: Remove leading * from docstrings of defcustoms,
7016         deffaces, defconsts and defuns.
7017
7018 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7021         users' addresses that don't have domain parts.
7022         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7023         rather than message-narrow-to-head since there will be the message
7024         header separator.
7025
7026 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7027
7028         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7029         since the result is inserted in a unibyte buffer anyway.
7030         (nnimap-demule-use-string-to-multibyte): Remove.
7031         (nnimap-demule): Alias it to mm-string-to-multibyte.
7032
7033 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7036         variable for debugging bug#464 and bug#1174.
7037         (nnimap-demule): Use it.
7038
7039 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7040
7041         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7042         score calculation correctly.
7043
7044 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7045
7046         * message.el (message-send-mail): Just set the buffer to unibyte
7047         rather than use mm-with-unibyte-current-buffer which does a lot more.
7048         (message-send-mail-partially): Don't bother with
7049         mm-with-unibyte-current-buffer since it's already been made unibyte by
7050         message-send-mail.
7051
7052 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7053
7054         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7055
7056 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7057
7058         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7059
7060 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7063         require itself and to remove `with-no-warnings'.
7064
7065 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7066
7067         * starttls.el (starttls-any-program-available): Get the name of the
7068         available TLS layer program.
7069         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7070         well as the host name in the "opening" message.
7071
7072         * auth-source.el (auth-source-cache, auth-source-do-cache)
7073         (auth-source-user-or-password): Cache passwords and logins by default,
7074         allow override with `auth-source-do-cache'.
7075         (auth-source-forget-user-or-password): Allow users to remove cache
7076         entries if needed.
7077
7078 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7079
7080         * md4.el (md4-buffer): Fix typo in docstring.
7081         (md4, md4-64): Doc fixes.
7082         (md4-pack-int32): Reflow docstring.
7083
7084 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7085
7086         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7087         condition-case to only the forward-sexp call.
7088
7089 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7092         quotes contained.  Make it more robust regardless by an extra
7093         condition-case wrapper.
7094
7095 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7098
7099 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * nnml.el (nnml-request-expire-articles): Check if the function set to
7102         `nnmail-expiry-target' returns the symbol `delete'.
7103
7104         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7105
7106         * nnmail.el (nnmail-expiry-target): Fix custom type.
7107
7108 2008-10-02  Glenn Morris  <rgm@gnu.org>
7109
7110         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7111         Silence compiler warning.
7112
7113 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7114
7115         * tls.el (open-tls-stream): Show the actual command being
7116         executed, instead of the format string.
7117
7118 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * lpath.el: Fbind codepage-setup for Emacs 23.
7121
7122 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7123
7124         * mml.el (mml-menu): Don't assume mml2015 is bound.
7125
7126 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7129         exists.
7130
7131 2008-09-27  Glenn Morris  <rgm@gnu.org>
7132
7133         * gnus-util.el (mail-header-remove-comments): Autoload it.
7134
7135 2008-09-27  Andreas Schwab  <schwab@suse.de>
7136
7137         * gnus-util.el (gnus-split-references): Strip comments.
7138         (gnus-parent-id): Likewise.
7139
7140 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * message.el (message-confirm-send): Fix version.
7143
7144 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * message.el (message-idna-to-ascii-rhs-1): Use
7147         mail-extract-address-components rather than mail-header-parse-addresses
7148         that is an alias by default to ietf-drums-parse-addresses that does not
7149         support non-ASCII names in headers' contents.
7150
7151 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7152
7153         * message.el (message-confirm-send): Fix variable documentation to
7154         avoid the "y/n" wording.
7155
7156 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7157
7158         * message.el (message-set-auto-save-file-name): Save to a different
7159         filename so multiple messages (especially drafts) can be recovered.
7160
7161 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7162
7163         * message.el (message-confirm-send): Add appropriate version.
7164
7165 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7166
7167         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7168         defvar.
7169
7170 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7171
7172         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7173         (mm-pkcs7-enveloped-magic): Ditto.
7174
7175 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7176
7177         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7178         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7179
7180 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7181
7182         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7183         default, it's better.
7184
7185 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7186
7187         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7188         summary line gnus-number property and ignore them (with a warning
7189         message).
7190
7191 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7194         macro caddr in the interactive form since it won't be expanded.
7195
7196 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7199         `charset'; fix name of function called recursively.
7200         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7201
7202 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7205         (gnus-mime-set-charset-parameters): New function.
7206         (gnus-mime-view-part-as-charset): Use it to correctly display part
7207         specifying wrong charset.
7208
7209 2008-09-08  David Engster  <dengste@eml.cc>
7210
7211         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7212         in completing-read for back end server.
7213
7214 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7215
7216         * message.el (message-confirm-send): New variable to confirm sending a
7217         message.
7218         (message-send): Use it.
7219
7220 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7221
7222         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7223
7224 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7227
7228 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7229
7230         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7231         prevent tracking too many groups.
7232         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7233         Use it.
7234
7235 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7236
7237         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7238         moving point to the bottom of the window in order to avoid recentering.
7239
7240 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7243
7244         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7245         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7246         (gnus-article-beginning-of-window): Fix calculation.
7247
7248 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-msg.el (gnus-summary-supersede-article)
7251         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7252         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7253         message header.
7254
7255 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7256
7257         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7258         pending output coming after the status change.
7259
7260 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7261
7262         * message.el:
7263         * gnus-start.el:
7264         * gnus-registry.el: Remove VMS support.
7265
7266 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7269         macro.
7270         (rfc2104-hash): Use it.
7271
7272 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7275         (gnus-summary-sort-by-most-recent-date): New commands.
7276         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7277         and menu entries.
7278
7279 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7282         don't redisplay article for raw contents; remove plural articles stuff.
7283
7284         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7285         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7286         on gnus-summary-save-article; display results properly.
7287
7288 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * lpath.el: No need to fbind ns-focus-frame.
7291
7292 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7295
7296 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-art.el (gnus-summary-save-in-pipe):
7299         Consider gnus-save-all-headers.
7300
7301 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7302
7303         * gnus-util.el (ns-focus-frame): Remove declaration.
7304         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7305         like x.
7306
7307 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7308
7309         * rfc2104.el (rfc2104-zero): Delete defconst.
7310         (rfc2104-hex-alist): Likewise.
7311         (rfc2104-hex-to-int): Delete func.
7312         (rfc2104-hexstring-to-bitstring): Likewise.
7313         (rfc2104-nybbles): New defconst.
7314         (rfc2104-hash): Rewrite for speed.
7315
7316 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * tls.el (open-tls-stream): Make it work with the 2nd argument
7319         BUFFER that is a string but does not exist as a buffer object, as
7320         mentioned in the doc-string.
7321
7322 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7325         SXEmacs.
7326
7327 2008-07-16  Glenn Morris  <rgm@gnu.org>
7328
7329         * gnus-util.el (ns-focus-frame): Declare for compiler.
7330
7331 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7334         set as a group parameter.
7335         (gnus-summary-save-in-pipe): Work when it is called independently.
7336         (gnus-summary-pipe-to-muttprint): Don't modify
7337         gnus-summary-pipe-output-default-command.
7338
7339 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7340
7341         * message.el (message-send-mail-with-sendmail):
7342         Display the error message.
7343
7344 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-art.el (gnus-default-article-saver):
7347         Add gnus-summary-save-in-pipe to choices.
7348         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7349         gnus-summary-pipe-output-default-command as the default command.
7350         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7351         instead of gnus-last-shell-command.
7352
7353         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7354         New user option.
7355         (gnus-summary-muttprint-program): Mention the value will be changed.
7356         (gnus-summary-save-article): Force showing of all headers.
7357         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7358
7359 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7360
7361         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7362
7363 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7364
7365         * nnimap.el (nnimap-id):
7366         * sieve-manage.el (sieve-manage-open): Doc fixes.
7367
7368 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7369
7370         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7371         if available.
7372
7373 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7374
7375         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7376
7377         * nnkiboze.el (nnkiboze-generate-group):
7378         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7379
7380         * nnmairix.el: Require CL.
7381
7382 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * dgnushack.el: Autoload get-display-table and put-display-table for
7385         XEmacs 21.5.
7386
7387         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7388         21.4 and SXEmacs.
7389
7390 2008-06-15  David Engster  <dengste@eml.cc>
7391
7392         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7393
7394 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7395
7396         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7397         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7398         runtime choice under XEmacs.
7399
7400         * gnus-sum.el (gnus-summary-set-display-table):
7401         Use `gnus-put-display-table', `gnus-get-display-table',
7402         `gnus-set-display-table' for the display table, instead of `aset'.
7403
7404         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7405         Use `gnus-put-display-table', `gnus-get-display-table',
7406         `gnus-set-display-table' for the display table.
7407
7408 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7409
7410         * nnmairix.el: Add autoloads.
7411
7412 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * nnmairix.el (nnmairix-delete-recreate-group)
7415         (nnmairix-update-and-clear-marks): Fix error messages.
7416
7417 2008-06-14  David Engster  <dengste@eml.cc>
7418
7419         * nnmairix.el: Upgrade to version 0.6.
7420         (nnmairix-group-toggle-propmarks-this-group)
7421         (nnmairix-group-toggle-readmarks-this-group)
7422         (nnmairix-group-delete-recreate-this-group)
7423         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7424         (nnmairix-remove-tick-mark-original-article): New commands.
7425         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7426         (nnmairix-propagate-marks-to-nnmairix-groups)
7427         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7428         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7429         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7430         functions needed for marks propagation and manipulation of read marks.
7431         (nnmairix-update-groups): New function.
7432         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7433         (nnmairix-determine-original-group-from-registry)
7434         (nnmairix-determine-original-group-from-path)
7435         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7436         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7437         New helper functions.
7438         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7439         keystrokes for new commands.
7440         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7441         (nnmairix-request-group): Check allow-fast group parameter.
7442         (nnmairix-request-create-group): Set allow-fast group parameter if
7443         nnmairix-allowfast-default is set.
7444         (nnmairix-close-group): Propagate marks upon closing if needed.
7445         (nnmairix-group-toggle-threads-this-group): Use new.
7446         nnmairix-group-toggle-parameter helper function.
7447         (nnmairix-search): Better check for empty search result.
7448         (nnmairix-goto-original-article): Use new helper functions for
7449         determining original article.
7450         (nnmairix-show-original-article): Make sure message-id is in brackets.
7451         (nnmairix-call-mairix-binary): Change variable name.
7452         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7453         helper function.
7454         (nnmairix-widget-toggle-activate): Fix doc string.
7455
7456 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * nnir.el: Require edmacro when compiling with XEmacs.
7459         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7460         available in Emacs 21.
7461
7462 2008-06-11  Glenn Morris  <rgm@gnu.org>
7463
7464         * gnus-util.el (x-focus-frame):
7465         * gnus.el (image-size):
7466         * mm-decode.el (image-size): Declare.
7467
7468         * gnus-picon.el (declare-function): Add compat definition.
7469         (image-size): Declare.
7470
7471         * gnus-group.el (tool-bar-map):
7472         * gnus-sum.el (tool-bar-map): Define for compiler.
7473
7474         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7475
7476         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7477
7478         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7479         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7480         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7481         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7482         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7483         * sieve-manage.el, spam-report.el, spam.el:
7484         Remove unnecessary eval-and-compile of autoloads.
7485
7486 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7487
7488         * auth-source.el: Precise Tramp doc.
7489
7490 2008-06-07  Glenn Morris  <rgm@gnu.org>
7491
7492         * nnmairix.el: Remove unnecessary eval-when-compile.
7493
7494 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * lpath.el: Fbind propertize for XEmacs 21.4.
7497
7498 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * nnir.el: Move here from ../contrib.
7501
7502 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7503
7504         * gnus-util.el (gnus-read-shell-command): New function.
7505         * mm-decode.el (mm-pipe-part):
7506         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7507
7508 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7511
7512 2008-06-03  Glenn Morris  <rgm@gnu.org>
7513
7514         * pop3.el (nnheader-accept-process-output): Autoload it.
7515
7516 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7519         are not 2-digit hexadecimal characters that follow `%'s.
7520
7521 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * message.el (message-bogus-recipient-p): Fix type in doc string.
7524         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7525         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7526         Improve custom options.
7527         (message-bogus-recipient-p): Adjust accordingly.
7528
7529 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7530
7531         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7532         long-form month and day names.
7533
7534 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * dgnushack.el: Autoload debug, eudc-expand-inline and
7537         pgg-snarf-keys-region for XEmacs.
7538
7539         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7540
7541         * nnmairix.el: Require edmacro when compiling with XEmacs.
7542
7543 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7546         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7547
7548 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7549
7550         * auth-source.el: Add more docs.
7551
7552         * netrc.el (netrc-machine): Always match if the port is not given.
7553
7554 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7555
7556         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7557         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7558         retrieval faster in some cases, but might make CPU usage larger.
7559         If this has any bad side effects, we might revert this change.
7560
7561         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7562         seems to make mail retrieval much, much faster.
7563         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7564         unconditionally.
7565
7566         * gnus-draft.el (gnus-group-send-queue):
7567         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7568
7569 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7572
7573         * message.el (message-bogus-address-regexp): Fix and improve custom
7574         type.
7575         (message-setup-hook): Add message-check-recipients as custom option.
7576
7577 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7578
7579         * message.el (message-cite-function): Remove bogus autoload which crept
7580         in during merge from v5-10.
7581
7582 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7583
7584         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7585
7586         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7587
7588         * auth-source.el: Preliminary Tramp docs.
7589         (auth-sources): Change the default auth-sources to use
7590         EPA .gpg files.
7591
7592 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7593
7594         * nntp.el: Autoload `auth-source-user-or-password'.
7595         (nntp-send-authinfo): Use it.
7596
7597         * nnimap.el: Autoload `auth-source-user-or-password'.
7598         (nnimap-open-connection): Use it.
7599
7600         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7601         for the gnus-message function.
7602         (auth-source-user-or-password): Use it.
7603
7604 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7605
7606         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7607         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7608         (rfc2104-hash): Use it.
7609
7610 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7611
7612         * gnus-art.el (gnus-article-toggle-truncate-lines):
7613         Don't use `iff' in docstring.
7614
7615 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7616
7617         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7618
7619         * gnus-util.el (gnus-extract-address-component-name)
7620         (gnus-extract-address-component-email): Convenience functions around
7621         `gnus-extract-address-components'.
7622
7623         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7624         Use `gnus-extract-address-component-email' to fix bug of comparing full
7625         sender name to `user-mail-address'.
7626
7627 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7628
7629         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7630         catch/throw to optimize.
7631         (gnus-registry-find-keywords): Just use member to find a keyword.
7632
7633 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7634
7635         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7636         is current before calling gnus-server-prepare.
7637         (gnus-server-setup-buffer, gnus-server-update-server)
7638         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7639
7640 2008-05-04  Juri Linkov  <juri@jurta.org>
7641
7642         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7643         (mailcap-file-default-commands): Use mailcap-replace-in-string
7644         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7645         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7646
7647 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7648
7649         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7650
7651 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7652
7653         * gnus.el: Bump version to 0.11.
7654
7655 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7656
7657         * gnus.el: No Gnus v0.10 is released.
7658
7659 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7660
7661         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7662         hooks.
7663         (gnus-update-read-articles): Speed up non-marks-using users.
7664         (gnus-use-marks): Define gnus-use-marks.
7665         (gnus-propagate-marks): Rename variable to something more sensible.
7666
7667 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7668
7669         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7670         (gmm-image-load-path-for-library): Fix typos in docstrings.
7671         (gmm-message): Reflow docstring.
7672
7673 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7674
7675         * mail-source.el (mail-source-set-1, mail-source-bind):
7676         Move auth-source code out of the macro to clean it up and fix bugs.
7677
7678 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7679
7680         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7681         by sender if it's equal to user-mail-address, it's likely to be
7682         useless.
7683
7684         * mail-source.el (mail-source-bind): Don't use user or password if they
7685         are not bound.  Unintern them if they are nil.  Don't use server unless
7686         it's bound, and default it to empty string otherwise.
7687
7688 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7689
7690         * mail-source.el: Load auth-source.el.
7691         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7692         get user name or password, if auth-sources is set up.
7693
7694         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7695         strategy of splitting with parent.
7696         (gnus-registry-split-fancy-with-parent)
7697         (gnus-registry-post-process-groups): Use it and fix prior
7698         bug (returning a list as the split result).
7699
7700         * auth-source.el (auth-sources): Remove server parameter.
7701         (auth-source-pick, auth-source-user-or-password)
7702         (auth-source-user-or-password-imap)
7703         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7704         (auth-source-user-or-password-sftp)
7705         (auth-source-user-or-password-smtp): Remove server parameter.
7706
7707 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7708
7709         * smime.el (smime-sign-region, smime-encrypt-region)
7710         (smime-decrypt-region):
7711         Remove redundant calls to `generate-new-buffer-name'.
7712
7713 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7714
7715         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7716         Don't use QP for message/rfc822.
7717         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7718
7719 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7720
7721         * sieve-manage.el (sieve-string-bytes): Remove.
7722         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7723         correct byte-length only if the process's coding-system is the same as
7724         the one used internally by Emacs to represent strings.
7725
7726 2008-04-22  Juri Linkov  <juri@jurta.org>
7727
7728         * mailcap.el (mailcap-file-default-commands): New function.
7729
7730 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * message.el (message-signature-separator, message-cite-function):
7733         Change custom version.
7734
7735 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7736
7737         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7738         commands.
7739         (tls-checktrust): Ditto.
7740
7741 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * mm-decode.el (mm-display-external): Make temp file read-only.
7744
7745 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7748         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7749         `C-c C-f d'.
7750
7751 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7752
7753         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7754
7755 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7756
7757         * gnus.el: Bump version to 0.9.
7758
7759 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * gnus.el: No Gnus v0.8 is released.
7762
7763 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7764
7765         * mail-source.el (mail-source-value):
7766         Prefer fboundp to functionp so it works with macros as well.
7767
7768 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7769
7770         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7771         Fix last change in case the element is not even a symbol.
7772
7773 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7774
7775         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7776         Prefer fboundp to functionp so it works with macros as well.
7777
7778 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7779
7780         * auth-source.el: Add docs.
7781         (auth-sources): Modify format to support server.
7782         (auth-source-pick, auth-source-user-or-password)
7783         (auth-source-user-or-password-imap)
7784         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7785         (auth-source-user-or-password-sftp)
7786         (auth-source-user-or-password-smtp): Add server parameter.
7787
7788 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7789
7790         * gnus-registry.el: Initialize the registry when gnus-registry-install
7791         is t.
7792
7793 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * compface.el (uncompface): Make buffer unibyte.
7796
7797 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7798
7799         * mail-source.el (mail-source-value):
7800         Prefer fboundp to functionp so it works with macros as well.
7801
7802 2008-04-05  Glenn Morris  <rgm@gnu.org>
7803
7804         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7805
7806 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7807
7808         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7809         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7810
7811         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7812         multibyteness after rather than before erasing it.
7813
7814         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7815         mm-with-multibyte.
7816         (gnus-request-article-this-buffer): Make sure the proper decoding is
7817         used if gnus-original-article-buffer happens to be unibyte.
7818
7819         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7820         default-enable-multibyte-characters.
7821
7822         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7823         default-enable-multibyte-characters.
7824
7825         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7826
7827         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7828
7829 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7830
7831         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7832         Fix last change in case the element is not even a symbol.
7833
7834 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7835
7836         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7837         (imap-message-copyuid-1): Use it.
7838         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7839         J. Williams in
7840         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7841
7842         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7843         imap-enable-exchange-bug-workaround.
7844         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7845
7846 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7847
7848         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7849         a 100 byte status-checks into a 2-3MB transfer for each group.
7850         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7851         to enable bug workaround or not.
7852         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7853
7854 2008-03-31  Glenn Morris  <rgm@gnu.org>
7855
7856         * message.el (mml2015-use): Declare for compiler.
7857         (message-info): Require mml2015 when appropriate.
7858
7859 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7862         whitespace.
7863
7864 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7865
7866         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7867         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7868         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7869         (nntp-service-to-port): New function.
7870         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7871         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7872         (nntp-open-netcat-stream): New function.
7873         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7874
7875 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7876
7877         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7878
7879 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7880
7881         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7882
7883 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7884
7885         * dns.el (dns-write): Use set-buffer-multibyte.
7886
7887 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7888
7889         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7890
7891 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * message.el (message-signature-separator): Change default.
7894         Improve custom type.
7895         (message-cite-function): Change default to
7896         message-cite-original-without-signature.
7897
7898         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7899         toggle.
7900
7901         * message.el (message-check-news-body-syntax): Fix signature check.
7902         (message-setup-1): Mark buffer as unmodified _after_ running
7903         message-setup-hook and handling message-alternative-emails.
7904         (message-shorten-references): Be more strict when building list of
7905         valid references to comply with GNKSA.
7906
7907         * gnus-group.el (gnus-read-ephemeral-bug-group)
7908         (gnus-read-ephemeral-debian-bug-group)
7909         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7910
7911         * message.el (message-info): Don't use booleanp which isn't supported
7912         in Emacs 21 and XEmacs.
7913
7914 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7915
7916         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7917         gnus-group-gmane-group-download-format.
7918         (gnus-group-read-ephemeral-gmane-group): Rename from
7919         gnus-group-read-ephemeral-gmane-group.
7920         (gnus-read-ephemeral-gmane-group-url): Rename from
7921         gnus-group-read-ephemeral-gmane-group-url.
7922         (gnus-bug-group-download-format-alist): New variable.
7923         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7924         (gnus-read-ephemeral-emacs-bug-group): New commands.
7925
7926 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7929         (gnus-visible-headers): Improve custom type.
7930
7931 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * mml.el (mml-menu): Add workarounds for XEmacs.
7934
7935         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7936         X-Boundary header.
7937
7938         * message.el (message-simplify-recipients): Fix previous commit.
7939
7940 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7941
7942         * mm-util.el (mm-set-buffer-multibyte): New function.
7943         * mm-decode.el (mm-copy-to-buffer): Use it.
7944
7945         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7946         Prefer fboundp to functionp so it works with macros as well.
7947
7948 2008-03-19  Glenn Morris  <rgm@gnu.org>
7949
7950         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7951         Accidentally removed in the sync process with Emacs.
7952
7953 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * message.el (message-alter-recipients-discard-bogus-full-name):
7956         New function.
7957         (message-alter-recipients-function): New variable.
7958         (message-get-reply-headers): Use it.
7959         (message-replace-header): New helper function.
7960         (message-recipients-without-full-name): New variable.
7961         (message-simplify-recipients): New command.
7962
7963         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7964
7965         * message.el (message-info): Handle EasyPG manual.
7966
7967         * mml.el (mml-menu): Add entry for EasyPG.
7968
7969 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7970
7971         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7972         parameter.
7973
7974         * message.el (message-disassociate-draft): Specify drafts group name
7975         fully.
7976
7977 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7978
7979         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7980         Eliminate unnecessary duplicates from the match list.
7981
7982 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7985
7986         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7987
7988         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7989         args of `how-many' of which the XEmacs version doesn't take; declare
7990         Info-index-next as function.
7991
7992 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * gnus-score.el (gnus-score-headers): Fix handling of
7995         gnus-inhibit-slow-scoring.
7996
7997         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7998         string.
7999         (gnus-button-url-regexp): Improve handling of parenthesis.
8000         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8001         (gnus-button-handle-info-keystrokes): Handle index entries.
8002
8003 2008-03-15  Glenn Morris  <rgm@gnu.org>
8004
8005         * parse-time.el (parse-time-string): Simplify.
8006
8007 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8010         Incoming* files.
8011
8012 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8013
8014         * auth-source.el (auth-sources): Rename from auth-source-choices.
8015         (auth-source-pick): Use it.
8016
8017 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8018
8019         * binhex.el (binhex-decode-region-internal):
8020         * uudecode.el (uudecode-decode-region-internal):
8021         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8022         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8023         setting default-enable-multibyte-characters.
8024
8025 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8026
8027         * auth-source.el (auth-source-protocols)
8028         (auth-source-protocols-customize, auth-source-choices): Add and
8029         modified variable customizations and defaults.
8030         (auth-source-pick, auth-source-user-or-password)
8031         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8032         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8033         (auth-source-user-or-password-sftp)
8034         (auth-source-user-or-password-smtp): Use new variables and provide an
8035         interface to netrc.el.
8036
8037 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8040         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8041         Make sure the nntp port to specify is a string.
8042
8043 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8044
8045         * nntp.el: Use with-current-buffer.
8046         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8047         dubious mm-with-unibyte-current-buffer.
8048         (nntp-with-open-group-function): New function extracted from
8049         nntp-with-open-group macro.
8050         (nntp-with-open-group): Use the function, so it's easier to debug.
8051         Add indentation and debugging info.
8052         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8053         Recommend the use of the netcat alternatives.
8054
8055         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8056         Avoid mm-string-as-multibyte as well.
8057
8058         * nnweb.el (nnweb-insert-html):
8059         Remove use of nnheader-string-as-multibyte.
8060
8061         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8062         (nnheader-string-as-multibyte): Remove.
8063
8064         * mm-view.el: Use inhibit-read-only.
8065         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8066         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8067         or unibyte-string.
8068
8069         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8070         (mm-uu-yenc-extract): Use with-current-buffer.
8071
8072         * gnus-soup.el (gnus-soup-send-packet): Don't use
8073         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8074
8075         * nnmh.el: Use with-current-buffer.
8076         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8077         mm-string-as-multibyte on the output of mm-encode-coding-string.
8078
8079         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8080         (nnimap-request-move-article): Use with-current-buffer.
8081
8082         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8083         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8084         conversion uses string-make-unibyte rather than string-as-unibyte.
8085
8086         * gnus-msg.el: Use with-current-buffer.
8087
8088         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8089
8090 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8091
8092         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8093         string for caching if it is 'PIN.
8094
8095 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * lpath.el: Consider the case without Emacs/W3.
8098
8099 2008-03-08  Glenn Morris  <rgm@gnu.org>
8100
8101         * time-date.el (date-to-time, time-subtract, time-add)
8102         (safe-date-to-time): Doc fixes.
8103
8104 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * mail-source.el (mail-source-delete-old-incoming-confirm):
8107         Change default to nil.
8108         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8109
8110 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * lpath.el: Rearrange.
8113
8114         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8115         (gnus-article-goto-prev-page): Work for articles having ^L's.
8116
8117         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8118
8119         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8120
8121 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8122
8123         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8124         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8125         (gnus-bookmark-jump): Adjust some variable names.
8126
8127 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8128
8129         * auth-source.el: New package.
8130         (auth-source-choices): Add customization entry point variable.
8131
8132         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8133         bug.
8134
8135 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8136
8137         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8138         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8139         (gnus-registry-install-shortcuts): Rename from
8140         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8141         the `gnus-registry-mark-map' keymap dynamically from
8142         `gnus-registry-marks'.  The generated functions update the summary line
8143         when a registry mark is added or deleted, and will call
8144         `gnus-registry-install-p' (see the comments in the code).
8145         (gnus-registry-user-format-function-M): Use concat intelligently.
8146
8147         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8148         the registry mark functions.
8149
8150 2008-03-05  Glenn Morris  <rgm@gnu.org>
8151
8152         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8153         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8154         gnus-art.
8155         (top-level): No need to load own source when compiling.
8156
8157 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8160         Suggested by <chris.anderton@zetnet.co.uk>.
8161
8162 2008-03-04  Glenn Morris  <rgm@gnu.org>
8163
8164         * gnus-sum.el (top-level): No need to require gnus when compiling,
8165         since unconditionally required near start of file.
8166         (gnus-summary-display-while-building): Move definition before use.
8167
8168 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8169
8170         * gnus-registry.el (gnus-registry-user-format-function-M):
8171         Add formatting function.
8172
8173 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8174
8175         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8176         with plists.
8177         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8178         Use new format.
8179
8180 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8183         `where-is-internal' that returns a range of key sequences.
8184
8185 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8186
8187         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8188
8189         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8190         (gnus-summary-jump-to-group): Consider windows on other displayed
8191         frames as well.  Similar changes might be needed elsewhere, but that's
8192         the one I've bumped into during my use.
8193
8194         * nndoc.el (nndoc-oe-dbx-type-p):
8195         * gnus-msg.el (gnus-debug):
8196         * gnus-group.el (gnus-update-group-mark-positions):
8197         Use mm-string-to-multibyte.
8198
8199 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8202         doesn't handle NotDashEscaped.
8203
8204         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8205         (mml-dnd-attach-options): Fix typo in custom choice.
8206
8207         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8208         Change nndoc-article-type to mbox.
8209         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8210
8211         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8212         to nil, instead of html2text.
8213
8214         * imap.el (imap-debug): Add `imap-ping-server'.
8215
8216         * gnus-bookmark.el: Add FIXMEs.
8217
8218         * message.el (message-form-letter-separator)
8219         (message-send-form-letter-delay): New variables.
8220         (message-send-form-letter): Use them.  New command to send form
8221         letters.  Requested by Uwe Siart.
8222         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8223
8224 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * Update copyright years.
8227
8228 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8229
8230         Sync from EMACS_22_BASE.
8231
8232         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8233
8234 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8235
8236         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8237         empty author.
8238
8239 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8240
8241         * gnus-registry.el (gnus-registry-marks): Add variable for
8242         customization of marks and their appearance.
8243         (gnus-registry-read-mark): Use it.
8244         (gnus-registry-do-marks): Add utility function to loop through
8245         `gnus-registry-marks'.
8246         (gnus-registry-install-shortcuts-and-menus): Add function to install
8247         shortcuts and menus.
8248         (gnus-registry-initialize): Use it.
8249         (gnus-registry-default-mark): Clarify documentation.
8250
8251 2008-02-29  Glenn Morris  <rgm@gnu.org>
8252
8253         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8254         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8255         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8256         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8257         Change defcustom :version from 23.0 to 23.1.
8258
8259 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8260
8261         * gnus-registry.el (gnus-registry-follow-group-p)
8262         (gnus-registry-post-process-groups): Add functions to aid registry
8263         splitting and improve logging.  Clarify behavior in function
8264         documentation.
8265         (gnus-registry-split-fancy-with-parent): Use them.
8266
8267 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8268
8269         * gnus-art.el: Use with-current-buffer.
8270
8271 2008-02-27  David Engster  <dengste@eml.cc>
8272
8273         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8274         Express real group name in the response.
8275
8276 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8279         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8280         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8281         autoload gnus-registry-fetch-group when compiling.
8282         (nnmairix-request-group-with-article-number-correction):
8283         Remove unreferenced argument passed to nnmairix-call-backend.
8284
8285 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8286
8287         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8288         (mm-uu-extract): Improve face for low color ttys.
8289         Reported by Sascha Wilde.
8290
8291 2008-02-27  Glenn Morris  <rgm@gnu.org>
8292
8293         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8294         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8295         variables to defconsts.  Convert comments to doc-strings.
8296         (nnmairix-last-server, nnmairix-current-server): Convert from free
8297         variables to defvars.  Convert comments to doc-strings.
8298         (gnus-registry-fetch-group): Autoload.
8299         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8300         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8301         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8302         caddr.
8303         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8304         nnmairix-request-group-with-article-number-correction call.
8305         (nnmairix-fast, nnmairix-group): New, less general names, for free
8306         variables passed from nnmairix-request-group to
8307         nnmairix-request-group-with-article-number-correction.  Declare.
8308         (nnmairix-request-group-with-article-number-correction):
8309         Use nnmairix-fast, nnmairix-group rather than fast, group.
8310
8311 2008-02-26  David Engster  <dengste@eml.cc>
8312
8313         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8314         version 0.5.
8315
8316 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8317
8318         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8319         instead of making an extra function call.  Don't add the current group
8320         to articles only when they have the group.  Use
8321         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8322         Reported by David <de_bb@arcor.de>.
8323
8324 2008-02-24  Miles Bader  <miles@gnu.org>
8325
8326         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8327         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8328         (mm-find-mime-charset-region):
8329         * mm-bodies.el (mm-encode-body):
8330         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8331
8332 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8335         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8336
8337 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * mail-source.el (mail-source-delete-incoming): Change default.
8340         Supplement doc string.
8341
8342         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8343
8344 2008-02-14  Glenn Morris  <rgm@gnu.org>
8345
8346         * time-date.el (format-seconds): New function.
8347
8348 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * nnmail.el (nnmail-message-id-cache-file): Derive from
8351         `gnus-home-directory'.
8352
8353 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8356         Document negative prefix.
8357
8358         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8359
8360 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * message.el (message-unsent-separator): Add the Exim bounce
8363         separator.
8364
8365 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8366
8367         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8368         list.
8369         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8370         recipient/signer list.
8371
8372 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * Makefile.in (datarootdir): Define.
8375         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8376         name that might contain whitespace.
8377
8378 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8379
8380         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8381         fbound (Emacs 23 unicode), signal an error.
8382
8383 2008-02-08  Glenn Morris  <rgm@gnu.org>
8384
8385         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8386
8387 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8388
8389         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8390         ports to the calls to `netrc-machine-user-or-password' in addition to
8391         "imap" and "imaps".
8392
8393 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8394
8395         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8396
8397         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8398
8399 2008-02-01  Kenichi Handa  <handa@m17n.org>
8400
8401         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8402         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8403         (rfc2104-hash): Convert the result of concat to unibyte string.
8404
8405 2008-02-01  Dave Love  <fx@gnu.org>
8406
8407         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8408         coding-system-for-read.
8409         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8410
8411 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8414         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8415         <hanche@math.ntnu.no>.
8416
8417 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8420
8421         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8422
8423 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8424
8425         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8426         * message.el (message-beginning-of-line): Use featurep instead of bound
8427         tests in order to resolve conditionals at compile time.
8428
8429 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8430
8431         * mail-source.el (mail-sources): Add `group' choice.
8432
8433         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8434         parameter `in-group' to control into which group the articles go.
8435         Add treatment of `group' mail-source.
8436
8437 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8440
8441         * mm-decode.el (mm-dissect-buffer): Decode description.
8442
8443         * mml.el (mml-to-mime): Encode message header first.
8444
8445 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8448         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8449
8450         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8451         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8452
8453 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8454
8455         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8456
8457 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8460         prefix keys.
8461         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8462         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8463         gnus-xmas.el.
8464
8465         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8466         (gnus-xmas-article-describe-bindings): New function.
8467         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8468         gnus-xmas-article-describe-bindings.
8469
8470         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8471
8472 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8473
8474         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8475         Add new variables for article mark management.
8476         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8477         list of extra data entries which, when present, will indicate that the
8478         article ID should not be trimmed from the registry.
8479         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8480         functions.
8481         (gnus-registry-read-mark): New function to read a mark name from the
8482         user.
8483         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8484         (gnus-registry-set-article-mark-internal): New functions to add and
8485         remove marks.
8486         (gnus-registry-get-article-marks): New function to show the marks for
8487         an article, or retrieve them for further use.
8488
8489 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8492         keys when no argument is given.
8493
8494 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * imap.el (imap-ping-server): New variable.
8497         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8498         (imap-ping-server): Minor doc string fixes.
8499
8500 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8501
8502         * imap.el (imap-ping-server): New function.
8503         (imap-opened): Call imap-ping-server.
8504
8505 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * gnus-sum.el (gnus-article-sort-by-random)
8508         (gnus-thread-sort-by-random): Fix doc strings.
8509         Reported by jidanni@jidanni.org.
8510
8511 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * gnus-art.el (gnus-article-describe-bindings): New function.
8514         (gnus-article-read-summary-keys): Use it.
8515         (gnus-article-mode-map): Bind `C-h b' to it.
8516
8517 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8520         XEmacs.
8521         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8522         Protect against non-character events.
8523
8524         * lpath.el: Fbind map-keymap for Emacs 21.
8525
8526 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8529         New command.
8530         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8531         instead of END.  Change name of the temp file.
8532         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8533         customizable.
8534
8535 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8538         bind `S W' to gnus-article-wide-reply-with-original; set default
8539         binding to gnus-article-read-summary-send-keys.
8540         (gnus-article-read-summary-keys): Fix the order of keys; display
8541         continuation keys correctly in the echo area; describe bindings
8542         correctly when keys end with `C-h'.
8543         (gnus-article-read-summary-send-keys): New function.
8544         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8545         Work for gnus-article-read-summary-send-keys; display continuation keys
8546         correctly in the echo area.
8547         (gnus-article-reply-with-original): Ignore prefix argument.
8548         (gnus-article-wide-reply-with-original): New function.
8549
8550         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8551         Emacs 21.
8552
8553 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8556         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8557
8558 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8559
8560         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8561         (gnus-group-read-ephemeral-gmane-group): New command.
8562
8563 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8564
8565         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8566
8567 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * message.el (message-send-mail-function): Increase custom version.
8570
8571         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8572         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8573
8574 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8575
8576         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8577         for the cases where imap-authenticate is called with a nil buffer
8578         parameter.
8579
8580 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8583         html parts correctly; support forwarded messages.
8584         (gnus-article-browse-html-article): Remove work buffers.
8585
8586         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8587         compiling.
8588         (netrc-bound-and-true-p): New macro.
8589         (netrc-parse): Use it instead of bound-and-true-p that is not available
8590         in XEmacs 21.4.
8591
8592 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8593
8594         * gnus-registry.el (gnus-registry-mark-article)
8595         (gnus-registry-article-marks): Add functionality to mark articles
8596         through the Gnus registry.
8597
8598         * encrypt.el: Clarify documentation for the new pgg method.
8599         (encrypt-file-alist): Add PGG option.
8600         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8601         functionality.  Abstract password key and messaging to external
8602         functions.
8603         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8604         (encrypt-message-method-and-cipher): Add new convenience external
8605         functions.
8606         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8607         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8608
8609         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8610         (netrc-parse): Use encrypt-file-alist to determine if
8611         encrypt-find-model or encrypt-insert-file-contents should be used.
8612
8613         * encrypt.el: Clarify documentation.  Load password-cache or
8614         password, whichever one is found first, instead of autoloading.
8615
8616 2007-12-19  Glenn Morris  <rgm@gnu.org>
8617
8618         * mml.el (message-options-set, message-narrow-to-head)
8619         (message-in-body-p, message-mail-p, message-encode-message-body):
8620         Autoload.
8621         (message-remove-header, message-narrow-to-headers-or-head)
8622         (message-subscribed-p, message-make-mail-followup-to)
8623         (message-position-on-field, message-news-p)
8624         (message-options-set-recipient, message-generate-headers)
8625         (message-sort-headers): Declare as functions.
8626
8627 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8630         convention in doc string.
8631
8632 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8635         title to html parts.
8636         (gnus-article-browse-html-article): Pass message header to it.
8637
8638         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8639
8640 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8643         or password compatible with XEmacs.
8644
8645 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8648         format document.
8649         (gnus-mime-delete-part): Don't write description line if empty.
8650         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8651
8652 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8653
8654         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8655         (gnus-summary-mark-read-and-unread-as-read)
8656         (gnus-summary-mark-current-read-and-unread-as-read)
8657         (gnus-summary-mark-unread-as-ticked): Doc fix.
8658         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8659
8660 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8661
8662         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8663         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8664
8665 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8668         yes-or-no-p.
8669
8670 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * mm-decode.el (mm-add-meta-html-tag): New function.
8673         (mm-save-part-to-file, mm-pipe-part): Use it.
8674
8675         * gnus-art.el (gnus-article-browse-delete-temp-files):
8676         Use gnus-y-or-n-p instead of y-or-n-p.
8677         (gnus-article-browse-html-parts): Work with message/external-body; use
8678         mm-add-meta-html-tag.
8679
8680 2007-12-11  Glenn Morris  <rgm@gnu.org>
8681
8682         * gnus-cache.el: Require gnus-sum not just when compiling.
8683
8684         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8685
8686         * gnus-int.el (gnus-server-opened, gnus-status-message):
8687         Move definitions before use.
8688
8689         * mm-decode.el: Require gnus-util.
8690         (mm-remove-part): Only call delete-annotation on XEmacs.
8691
8692         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8693
8694         * nnmail.el: Require gnus-int.
8695
8696         * spam.el: Move `require's before `eval-when-compile's.
8697
8698         * gnus-ems.el (gnus-alive-p):
8699         * gnus-fun.el (message-goto-eoh):
8700         * gnus-util.el (gnus-group-name-decode):
8701         * mail-source.el (gnus-compress-sequence):
8702         * message.el (Info-goto-node, format-spec):
8703         * mm-bodies.el (message-options-get):
8704         * mm-decode.el (mm-view-pkcs7):
8705         * mm-util.el (gmm-write-region):
8706         * mml-smime.el (mml-compute-boundary)
8707         (gnus-completing-read-with-default):
8708         * mml.el (widget-button-press, gnus-make-hashtable):
8709         * mml1991.el (mm-decode-content-transfer-encoding)
8710         (mm-encode-content-transfer-encoding)
8711         (message-options-get, message-options-set):
8712         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8713         * nnfolder.el (gnus-request-group):
8714         * nnheader.el (ietf-drums-unfold-fws):
8715         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8716         * smime.el (gnus-run-mode-hooks):
8717         * spam-stat.el (gnus-message): Autoload.
8718
8719         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8720         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8721         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8722         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8723         Add declare-function compatibility definition.
8724
8725         * gnus-cache.el (nnvirtual-find-group-art):
8726         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8727         (gnus-add-image, gnus-add-wash-type):
8728         * gnus-group.el (nnkiboze-score-file):
8729         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8730         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8731         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8732         (message-tokenize-header, gnus-get-buffer-create)
8733         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8734         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8735         * gnus.el (gnus-group-decoded-name):
8736         * mail-source.el (imap-capability):
8737         * mm-bodies.el (message-options-set):
8738         * mm-decode.el (gnus-configure-windows):
8739         * mm-extern.el (message-goto-body):
8740         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8741         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8742         (epg-sub-key-validity, message-options-set):
8743         * mml.el (widget-event-point, gnus-configure-windows):
8744         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8745         * mml2015.el (epg-check-configuration, epg-configuration)
8746         (message-options-set):
8747         * nndb.el (nndb-request-article):
8748         * nnfolder.el (gnus-request-create-group):
8749         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8750         * nnmaildir.el (gnus-group-mark-article-read):
8751         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8752         * rfc1843.el (message-fetch-field):
8753         * spam.el (gnus-extract-address-components):
8754         Declare as functions.
8755
8756 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8759
8760         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8761
8762         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8763         bind show-trailing-whitespace for XEmacs.
8764
8765 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8768         new no-op macro for backward compatibility.
8769
8770         * imap.el (imap-string-to-integer): New function.
8771
8772 2007-12-09  Glenn Morris  <rgm@gnu.org>
8773
8774         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8775
8776         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8777         * message.el, mm-view.el, sieve-manage.el, smime.el:
8778         Add declare-function compatibility definition.
8779
8780         * gnus-art.el (w3-region, w3m-region, Info-menu):
8781         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8782         * gnus-sum.el (gnus-get-predicate):
8783         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8784         * message.el (mail-abbrev-in-expansion-header-p):
8785         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8786         (w3m-detect-meta-charset, w3m-region):
8787         * sieve-manage.el (password-read, password-cache-add)
8788         (password-cache-remove):
8789         * smime.el (password-read-and-add): Declare as functions.
8790
8791 2007-12-08  David Kastrup  <dak@gnu.org>
8792
8793         * gnus-sum.el (gnus-summary-simplify-subject-query):
8794         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8795         `message'.
8796
8797 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8800         it to bind idna-program, installation-directory, defined-colors, and
8801         face-attribute for XEmacs of the version that compiles defcustom forms.
8802
8803 2007-12-07  Glenn Morris  <rgm@gnu.org>
8804
8805         * gnus-art.el (article-make-date-line): Revert previous change.
8806
8807 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8810
8811 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8812
8813         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8814         Call gnus-add-to-range ranges only once with a prepared article-list.
8815
8816 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8817
8818         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8819         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8820         group names with backslashes.
8821         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8822
8823 2007-12-06  Deepak Goel  <deego3@gmail.com>
8824
8825         * gnus-art.el (article-make-date-line):
8826         * gnus-start.el (gnus-load):
8827         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8828
8829 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-art.el (gnus-use-idna)
8832         * gnus-start.el (gnus-site-init-file)
8833         * message.el (message-use-idna)
8834         * mm-uu.el (mm-uu-hide-markers)
8835         * smiley.el (smiley-style): Revert changes that suppress warnings.
8836
8837 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8840         specify charset to html source.
8841         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8842
8843 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8846         idna-program in order to suppress byte compile warning issued by XEmacs
8847         that came to byte compile the default value section of defcustom forms
8848         recently.
8849
8850         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8851         value of installation-directory.
8852
8853         * message.el (message-use-idna): Don't directly refer to the value of
8854         idna-program.
8855
8856         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8857
8858         * smiley.el (smiley-style): Don't directly call face-attribute.
8859
8860 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8863
8864         * gnus-dired.el: Reduce Gnus dependencies.
8865         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8866         Don't require.  Use autoloads instead.
8867         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8868         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8869         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8870         (gnus-dired-mode): Adjust doc string.
8871         (gnus-dired-mail-mode): New variable.
8872         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8873         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8874         (gnus-dired-mail-buffers): New function.  Return mail or message
8875         composition buffers.
8876         (gnus-dired-attach): Use it.
8877         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8878         NO-DECODE.
8879         (gnus-dired-print): Use `gnus-print-buffer' depending on
8880         `gnus-dired-mail-mode'.
8881
8882 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * rfc2047.el (rfc2047-encoded-word-regexp)
8885         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8886         explaining what regexp patterns are for.
8887
8888 2007-12-04  Glenn Morris  <rgm@gnu.org>
8889
8890         * password.el: Move to password-cache.el.
8891
8892         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8893         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8894         * mml-smime.el (password-read, password-cache-add)
8895         (password-cache-remove):
8896         No need to autoload, since mml-sec requires password.
8897
8898         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8899         * message.el (gnus-extract-address-components):
8900         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8901
8902         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8903         password.
8904
8905 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * mailcap.el: Reduce dependencies.
8908         (mail-header-parse-content-type): Autoload.
8909         (mailcap-delete-duplicates): New alias.
8910         (mailcap-mime-info): Add optional argument NO-DECODE.
8911         (mailcap-mime-types): Use mailcap-delete-duplicates.
8912
8913         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8914
8915 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8916
8917         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8918         (imap-parse-status): Upcase status-att for servers that sends them
8919         lower-case (e.g., MS Exchange 2007).
8920
8921 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922
8923         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8924         function.
8925
8926         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8927         (gnus-uu-yenc-article): New function.
8928
8929         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8930
8931         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8932
8933 2007-12-02  Glenn Morris  <rgm@gnu.org>
8934
8935         * binhex.el (binhex): New custom group.
8936         (binhex-decoder-program, binhex-decoder-switches)
8937         (binhex-use-external): Move to the binhex custom group.
8938
8939         * uudecode.el (uudecode): New custom group.
8940         (uudecode-decoder-program, uudecode-decoder-switches)
8941         (uudecode-use-external): Move to the uudecode custom group.
8942
8943         * netrc.el (top-level): Don't load `encrypt' features.
8944         (netrc-parse): Don't use encrypt.
8945         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8946
8947         * encrypt.el: Remove file.
8948
8949 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8952         matches on patches.
8953
8954         * gnus-art.el (gnus-article-browse-html-article):
8955         Mention `mm-text-html-renderer' in the doc string.
8956
8957         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8958         string.  Add comments.
8959
8960         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8961         if rhs is ASCII.
8962
8963 2007-12-01  Glenn Morris  <rgm@gnu.org>
8964
8965         * mail-source.el (top-level): Require format-spec before
8966         eval-when-compile.
8967
8968 2007-11-30  Glenn Morris  <rgm@gnu.org>
8969
8970         * encrypt.el: Require password, rather than autoloading password-read.
8971
8972 2007-11-29  Glenn Morris  <rgm@gnu.org>
8973
8974         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8975         (sasl-make-client, sasl-next-step, sasl-step-data)
8976         (sasl-step-set-data): Declare as functions.
8977
8978 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8981
8982 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8983
8984         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8985         certs should be verified and what is to be done in the event of a
8986         verification failure.
8987
8988         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8989         caller can indicate whether the cache should be disregarded for this
8990         call.  This way the result of the call is reproducible at all times and
8991         can be considered a canonical server name for the supplied method.
8992         (gnus-agent-method-p): Canonicalize server names by pushing their
8993         method through `gnus-method-to-server' using the no-cache argument.
8994
8995         * gnus-srvr.el (gnus-server-insert-server-line):
8996         Call `gnus-method-to-server' with `no-cache' argument.
8997
8998         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8999         gnus-agent-possibly-synchronize-flags as this should be called when the
9000         server is actually being opened.
9001         (gnus-agent-possibly-synchronize-flags)
9002         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9003         flags file of an agentized server to the latter function.
9004
9005         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9006         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9007         after a connection has been established successfully.
9008
9009 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * gnus-art.el (article-display-face): Force to display face if called
9012         interactively; check if gnus-article-x-face-too-ugly matches author.
9013         (article-display-x-face): Display face even if From header is missing
9014         as article-display-face does.
9015
9016 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9017
9018         * hashcash.el (message-narrow-to-headers-or-head)
9019         (message-fetch-field, message-goto-eoh)
9020         (message-narrow-to-headers): Declare as functions.
9021
9022 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * mail-source.el (mail-sources): Default to fetch from file for
9025         compatibility with default of nnmail-spool-file.
9026
9027 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9030         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9031         to look for encoded word that should be encoded again.
9032         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9033         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9034         encoding pattern.
9035         (rfc2047-decode-region): Switch strict regexp and loose one according
9036         to rfc2047-allow-irregular-q-encoded-words.
9037
9038 2007-11-25  Romain Francoise  <romain@orebokech.com>
9039
9040         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9041
9042 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * tls.el (tls-program): Provide more custom choices from
9045         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9046         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9047
9048 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9051         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9052
9053         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9054         `nnmail-spool-file'.
9055
9056         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9057         `nnmail-spool-file'.
9058
9059         * gnus-move.el (gnus-change-server): Ditto.
9060
9061         * gnus-kill.el (gnus-batch-score): Ditto.
9062
9063         * gnus-cache.el (gnus-jog-cache): Ditto.
9064
9065         * gnus-msg.el (gnus-summary-reply):
9066         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9067
9068 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9071         version.  Minor improvement to doc strings.
9072         (tls-program): Add comment.
9073
9074 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9075
9076         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9077         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9078         mismatch between the hostname provided in the certificate and the name
9079         of the host connnecting to.
9080         (open-tls-stream): Use them.  Check certificates against trusted root
9081         certificates.
9082
9083 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9084
9085         * gnus-cache.el (gnus-cache-generate-nov-databases):
9086         Use nnml-generate-nov-databases-directory instead of
9087         nnml-generate-nov-databases-1.
9088
9089 2007-11-24  Glenn Morris  <rgm@gnu.org>
9090
9091         * message.el (message-tool-bar-retro): Update for rename
9092         mail_send.xpm->mail-send.xpm.
9093
9094 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9097         `smime-ldap-search' for Emacs 22 and up.
9098
9099 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9100
9101         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9102
9103         * message.el (message-send-mail-function): Fix error convention.
9104         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9105         (message-widen-reply, message-send-mail, message-talkative-question)
9106         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9107         (message-clone-locals, message-send-news): Use with-current-buffer.
9108         (message-insert-or-toggle-importance): Remove unused var `valid'.
9109         (message-make-references): Remove unused var `new-references'.
9110         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9111
9112 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9113
9114         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9115         (spam-split-symbolic-return-positive): Reflow docstring.
9116         (spam-backends, spam-summary-exit-behavior)
9117         (spam-mark-ham-unread-before-move-from-spam-group)
9118         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9119         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9120         (spam-clear-cache, spam-backend-check, spam-install-backend)
9121         (spam-install-statistical-backend, spam-list-of-processors)
9122         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9123         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9124         (spam-check-crm114, spam-initialize, spam-unload-hook):
9125         Fix typos in docstrings.
9126
9127 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9130         been checked if they have never been read and those group levels are
9131         higher than the one that a user specified.
9132
9133 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9136         foreign groups unless a group level is specified by a user.
9137         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9138
9139 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * message.el (message-send-mail-function): Require sendmail.
9142
9143 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9144
9145         * message.el (message-send-mail-function): Check for smtpmail too.
9146
9147         * utf7.el (utf7-encode, utf7-decode): Use coding system
9148         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9149
9150         * message.el (message-send-mail-function): New function.
9151         (message-send-mail-function): Set default using
9152         message-send-mail-function.  Adjust doc string.
9153         (message-send-mail-with-mailclient): New function.
9154
9155 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9156
9157         * smime.el (from):
9158         * rfc2047.el (message-posting-charset):
9159         * qp.el (mm-use-ultra-safe-encoding):
9160         * pop3.el (parse-time-months):
9161         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9162         * nnml.el (files):
9163         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9164         (jka-compr-compression-info-list, ange-ftp-path-format)
9165         (efs-path-regexp):
9166         * nndiary.el (files):
9167         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9168         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9169         (epg-digest-algorithm-alist, inhibit-redisplay)
9170         (password-cache-expiry):
9171         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9172         (pgg-output-buffer, password-cache-expiry):
9173         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9174         (efs-path-regexp):
9175         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9176         (inhibit-redisplay):
9177         * mm-uu.el (file-name, start-point, end-point, entry)
9178         (gnus-newsgroup-name, gnus-newsgroup-charset):
9179         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9180         (latin-unity-ucs-list):
9181         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9182         (mm-uu-binhex-decode-function):
9183         * message.el (gnus-message-group-art, gnus-list-identifiers)
9184         (rmail-enable-mime-composing, gnus-local-organization)
9185         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9186         (gnus-read-active-file, facemenu-add-face-function)
9187         (facemenu-remove-face-function, gnus-article-decoded-p)
9188         (tool-bar-mode):
9189         * mail-source.el (display-time-mail-function):
9190         * gnus-util.el (nnmail-pathname-coding-system)
9191         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9192         (gnus-original-article-buffer, gnus-user-agent)
9193         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9194         (xemacs-codename, sxemacs-codename, emacs-program-version):
9195         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9196         * gnus-start.el (gnus-agent-covered-methods)
9197         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9198         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9199         (gnus-newsgroup-headers, gnus-group-list-mode)
9200         (gnus-group-mark-positions, gnus-newsgroup-data)
9201         (gnus-newsgroup-unreads, nnoo-state-alist)
9202         (gnus-current-select-method, mail-sources)
9203         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9204         (nnmail-spool-file, gnus-cache-active-hashtb):
9205         * gnus-mh.el (mh-lib-progs):
9206         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9207         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9208         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9209         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9210         (gnus-group-buffer):
9211         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9212         (font-lock-set-defaults):
9213         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9214         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9215         (gnus-summary-post-menu, total-parts, type, condition, length):
9216         * gnus-agent.el (gnus-agent-read-agentview):
9217         * flow-fill.el (show-trailing-whitespace):
9218         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9219         eval-and-compile wrappers for byte compiler pacifiers.
9220
9221         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9222         (mm-display-inline-fontify): Check for featurep 'xemacs not
9223         extent-list.
9224
9225         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9226         itimer-list.
9227         (mm-create-image-xemacs): Only do something for XEmacs.
9228         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9229
9230         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9231
9232         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9233         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9234
9235 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9236
9237         * nnimap.el (nnimap-split-download-body):
9238         * gnus-demon.el (gnus-demon):
9239         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9240
9241 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9244         New macros.
9245         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9246         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9247         copy data from unibyte buffer to multibyte current buffer.
9248         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9249         to copy data from unibyte current buffer to multibyte buffer.
9250         (nntp-make-process-buffer): Make process buffer unibyte.
9251
9252         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9253
9254 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9255
9256         * pop3.el (pop3-open-server): Accept and process data more robustly at
9257         connexion start to avoid spurious "POP SSL connexion failed" errors.
9258
9259 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9262         read group names.
9263
9264 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9267
9268 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9271         (nnmail-save-active): Use a unibyte buffer when saving active file,
9272         which may contain non-ASCII group names.
9273
9274         * nnml.el (nnml-request-group): Decode group names in messages.
9275
9276 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * message.el (message-citation-line-function)
9279         (message-insert-formatted-citation-line): Fix spelling of
9280         `message-insert-formated-citation-line'.
9281
9282 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9285
9286 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9289         nnmail-pathname-coding-system.
9290
9291         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9292         that a user enters; decode group names in messages.
9293
9294         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9295
9296 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9299
9300         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9301
9302         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9303         risky local variable.
9304
9305         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9306
9307 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9308
9309         * encrypt.el: Improve documentation to fix function name typo.
9310         Reported by Daiki Ueno <ueno@unixuser.org>.
9311
9312 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9315         even if the point is not in the last page of an article.
9316         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9317         back to the previous page.
9318
9319 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9322
9323 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9326
9327 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9328
9329         * message.el (message-check-news-body-syntax):
9330         Avoid mm-string-as-multibyte.
9331         (message-hide-headers): Don't assume (point-min)==1.
9332
9333 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * message.el (message-remove-blank-cited-lines): Fix if remove is
9336         given.
9337         (message-bogus-address-regexp): New variable.
9338         (message-bogus-recipient-p): New function.
9339         (message-check-recipients): New command.
9340         (message-syntax-checks): Add `bogus-recipient'.
9341         (message-fix-before-sending): Add `bogus-recipient'.
9342
9343         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9344         (gnus-treat-body-boundary): Don't test window-system.
9345
9346 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9347
9348         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9349
9350 2007-10-28  Miles Bader  <miles@gnu.org>
9351
9352         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9353         at compile-time too.
9354
9355 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * gnus-msg.el (gnus-message-setup-hook):
9358         Add `message-remove-blank-cited-lines' to options.
9359
9360 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * message.el (message-remove-blank-cited-lines): New function.
9363         Suggested by Karl Plästerer.
9364
9365 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9368         mapc.
9369
9370         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9371         (top-level): Use mapc to set functions to be traced for debugging.
9372
9373         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9374         called for effect with while loop.
9375
9376         * message.el (message-talkative-question): Replace mapcar called for
9377         effect with mapc.
9378
9379         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9380         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9381         called for effect with dolist.
9382
9383         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9384
9385         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9386         gnus-extra-headers and nnmail-extra-headers.
9387
9388         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9389         called for effect with dolist.
9390         (top-level): Use mapc to set functions to be traced for debugging.
9391
9392         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9393         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9394         dolist.
9395
9396         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9397         Replace mapcar called for effect with mapc.
9398         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9399         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9400         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9401         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9402
9403         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9404         remove-if that's a cl function.
9405
9406         * webmail.el (webmail-debug): Replace mapcar called for effect with
9407         dolist.
9408
9409         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9410         with mapc.
9411
9412 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9415         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9416         with while loop.
9417
9418         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9419         functions from article-* functions.
9420         (gnus-multi-decode-header): Replace mapcar called for effect with
9421         dolist.
9422
9423         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9424         (gnus-bookmark-show-details): Replace mapcar called for effect with
9425         while loop.
9426
9427         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9428         called for effect with while loop.
9429
9430         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9431         with dolist.
9432
9433         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9434         Replace mapcar called for effect with dolist.
9435
9436         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9437
9438         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9439         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9440         Replace mapcar called for effect with dolist.
9441         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9442         mapc.
9443
9444         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9445         Replace mapcar called for effect with dolist.
9446         (gnus-topic-list): Replace mapcar called for effect with mapc.
9447
9448         * gnus.el: Use mapc instead of mapcar to add autoloads.
9449
9450 2007-10-23  Richard Stallman  <rms@gnu.org>
9451
9452         * gnus-group.el (gnus-group-highlight): Mark as risky.
9453
9454 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * gnus.el (gnus-server-to-method): Return method found first in
9457         gnus-newsrc-alist.
9458
9459         * gnus-art.el (gnus-article-highlight-signature)
9460         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9461         button overlay without the front stickiness.
9462
9463 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9464
9465         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9466         overview buffer needed a catch to receive its throw.
9467         (gnus-agent-flush-cache): Declare as interactive to make this function
9468         easier to use.
9469
9470 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9471
9472         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9473         `next-line'.
9474
9475 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9478         exclude address matching message-dont-reply-to-names.
9479
9480 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * gnus-util.el (gnus-string<): New function.
9483
9484         * gnus-sum.el (gnus-article-sort-by-author)
9485         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9486
9487 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9490         the frame-focus tag is set in gnus-buffer-configuration.
9491
9492 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9495         the front stickiness.
9496
9497 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9500         url pattern; remove duplicate one.
9501         (gnus-article-extend-url-button): New function.
9502         (gnus-article-add-buttons): Use it.
9503         (gnus-button-push): Use concatenated url that it makes.
9504
9505 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9506
9507         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9508
9509 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9510
9511         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9512         Don't hardcode point-min==1.
9513
9514 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9515
9516         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9517         Fix comment about "iso8859-1".
9518
9519 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9520
9521         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9522         ones returned from the verify-function.
9523
9524         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9525         Call mml2015-extract-cleartext-signature if extraction failed.
9526
9527 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9528
9529         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9530         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9531         failed.
9532
9533 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9536
9537 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9540         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9541         recommends to use EasyPG instead of PGG.
9542
9543         * pgg.el: Revert to revision 6.23.2.16.
9544
9545         * pgg-def.el: Revert to revision 6.6.2.14.
9546
9547         * pgg-gpg.el: Revert to revision 6.23.2.34.
9548
9549 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9550
9551         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9552         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9553         thread for both the null and zero (kill/expire thread) universal prefix
9554         cases.
9555         (gnus-summary-expire-thread): Add new function to expire a thread,
9556         using gnus-summary-kill-thread.
9557         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9558         shortcuts for gnus-summary-expire-thread.
9559         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9560         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9561
9562 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9563
9564         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9565         extras value, so an extras entry can be deleted.
9566         (gnus-registry-delete-extra-entry): Use it.
9567         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9568         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9569         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9570         storage through the gnus-registry, and provide an appropriate API for
9571         it.
9572
9573 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9576         Suggested by Leo <sdl.web@gmail.com>.
9577
9578         * gnus.el: Do.
9579
9580 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9583         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9584
9585         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9586
9587         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9588         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9589
9590 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9593         newline.
9594         (nnmbox-request-accept-article): Don't change article in source buffer;
9595         narrow to header to use message-fetch-field rather than
9596         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9597         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9598         as delimiters; make sure article ends with newline.
9599         (nnmbox-delete-mail): Correct last position of article to be deleted;
9600         ignore X-Gnus-Newsgroup header in article body.
9601         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9602         positions; make sure article ends with newline.
9603
9604         * message.el (message-display-abbrev): Don't infloop when a user
9605         inserts SPC in the beginning of header.
9606
9607         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9608         coding-system-for-read and coding-system-for-write for XEmacs having no
9609         file-coding feature.
9610
9611         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9612
9613 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9614
9615         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9616         list of groups not followed by default.  Fix type to be regexp.
9617         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9618
9619 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9620
9621         * hmac-def.el (define-hmac-function): Switch from old-style to
9622         new-style backquotes.
9623
9624         * md4.el (md4-make-step): Likewise.
9625
9626 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9629         raw-text coding system when saving .newsrc file, which may contain
9630         non-ASCII group names.
9631
9632 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * gnus-cus.el (gnus-score-extra): New widget.
9635         (gnus-score-extra-convert): New function.
9636         (gnus-score-customize): Use it for Extra.
9637
9638 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9639
9640         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9641         (mml2015-mailcrypt-clear-verify): Use it.
9642         (mml2015-gpg-clear-verify): Use it.
9643         (mml2015-pgg-clear-verify): Use it.
9644         (mml2015-epg-clear-verify): Replace the current part with the output
9645         from GnuPG; don't extract the plaintext by itself.
9646
9647         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9648         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9649         mml2015-clear-verify-function; don't touch the armor headers or
9650         dash-escaped text here.
9651
9652 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9655         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9656         parts, or application/octet-stream as a last resort.
9657         (gnus-mime-view-part-as-type): Don't toggle display.
9658         (gnus-mime-view-part-as-charset): Don't turn off display before
9659         querying charset.
9660
9661         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9662         stuff to undisplayer function in Emacs.
9663         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9664
9665         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9666         text/calendar parts.
9667
9668 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9671         decoding text/calendar parts.
9672
9673         * message.el (message-forward-make-body-mime): Always mark body as
9674         having no illegible text; remove signed-or-encrypted argument.
9675         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9676
9677         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9678         (mml-generate-mime-1): Don't encode body if it is specified to be in
9679         raw form; don't make buffer be unibyte when inserting multibyte string.
9680
9681 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9682
9683         * sha1.el: Fix up comment style.
9684         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9685         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9686
9687         * hex-util.el: Fix up comment style.
9688         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9689
9690         * gnus-salt.el: Use with-current-buffer.
9691         (gnus-pick-setup-message): Fix long-standing typo.
9692
9693 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * imap.el (imap-logout-timeout): New variable.
9696         (imap-logout, imap-logout-wait): New functions.
9697         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9698
9699         * nnimap.el (nnimap-logout-timeout): New server variable.
9700         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9701         nnimap-logout-timeout.
9702
9703         * gnus-art.el (gnus-article-summary-command-nosave)
9704         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9705
9706 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus.el (gnus-maximum-newsgroup): New variable.
9709
9710         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9711         according to gnus-maximum-newsgroup.
9712
9713         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9714         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9715         Limit the range of articles according to gnus-maximum-newsgroup.
9716
9717 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9718
9719         * gnus-art.el (gnus-sticky-article): Fix problems described in
9720         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9721         Don't perform gnus-configure-windows here; reuse existing sticky
9722         article buffer.
9723
9724         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9725         it doesn't exist in gnus-article-mode.
9726
9727 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9730         (gnus-agent-decoded-group-name): New function.
9731         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9732         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9733
9734 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9735
9736         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9737         Add binding for gnus-sticky-article.
9738         (gnus-summary-exit): Don't kill sticky article buffers.
9739
9740         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9741         article buffer.
9742         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9743         (gnus-kill-sticky-article-buffers): New commands.
9744
9745 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * nntp.el (nntp-xref-number-is-evil): New server variable.
9748         (nntp-find-group-and-number): If it is non-nil, don't trust article
9749         numbers in the Xref header.
9750
9751 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus-agent.el (gnus-agent-read-group): New function.
9754         (gnus-agent-flush-group, gnus-agent-expire-group)
9755         (gnus-agent-regenerate-group): Use it.
9756         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9757         nnmail-pathname-coding-system.
9758
9759 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9762
9763         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9764         that are unread as unread, and also as selected so that information of
9765         marks having been changed by a user may be updated when exiting group.
9766
9767 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9770
9771 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9774         calculated ignoring signature parts to gnus-treat-article.
9775
9776 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9779         a point here in order to keep the window start.
9780         (gnus-insert-mime-security-button): Make a button overlay without the
9781         front stickiness.
9782         (gnus-mime-display-security): Goto the end of a button.
9783
9784         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9785
9786 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9789         group-name-at-point.
9790         (gnus-group-completing-read): New function that offers decoded
9791         non-ASCII group names for completion.
9792         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9793         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9794         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9795         (gnus-group-fetch-control): Use it.
9796         (gnus-fetch-group): Use group-name-at-point for the initial value
9797         rather than the default value; use gnus-alive-p.
9798
9799         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9800         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9801         (gnus-summary-post-news): Use gnus-group-completing-read.
9802
9803         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9804         (gnus-read-move-group-name): Decode group name for completion.
9805
9806 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9807
9808         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9809         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9810         Yamaoka slightly modified the code).
9811
9812 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9815         (nnmail-split-incoming): Bind it.
9816
9817         * nnml.el (nnml-group-name-charset): New function.
9818         (nnml-decoded-group-name): Use it; don't decode group name if
9819         nnmail-group-names-not-encoded-p is non-nil.
9820         (nnml-encoded-group-name): New function.
9821         (nnml-group-pathname): Inline nnml-decoded-group-name.
9822         (nnml-request-expire-articles): Decode group name in message.
9823         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9824         nnmail-pathname-coding-system.
9825         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9826         not decoded ones according to nnmail-group-names-not-encoded-p.
9827         (nnml-generate-active-info): Use nnml-encoded-group-name.
9828
9829 2007-08-08  Glenn Morris  <rgm@gnu.org>
9830
9831         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9832         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9833         doc-strings and comments.
9834
9835 2007-07-25  Glenn Morris  <rgm@gnu.org>
9836
9837         * Relicense all FSF files to GPLv3 or later.
9838
9839 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * gnus-sum.el (gnus-summary-move-article):
9842         Make gnus-summary-respool-article work.
9843
9844 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9847         string.
9848
9849 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9850
9851         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9852         that should be ignored when comparing distant RSS articles with local
9853         ones.
9854         (nnrss-make-hash-index): New function.  Create a hash index according
9855         to the ignored fields.
9856         (nnrss-check-group): Use it.
9857
9858 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9861
9862         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9863
9864         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9865         the new optional argument ENCODED is non-nil.
9866         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9867         coding system for encoding group name.
9868         (gnus-group-make-rss-group): Pass un-encoded group name to
9869         gnus-group-make-group.
9870         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9871         encoded.
9872
9873         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9874         Encode group name to which articles are moved or copied.
9875         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9876         coding system for encoding Newsgroup, Followup-To and Xref headers.
9877
9878         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9879         marks; use nnheader-file-coding-system to write a file.
9880         (nnagent-retrieve-headers): Bind file-name-coding-system to
9881         nnmail-pathname-coding-system.
9882
9883         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9884
9885         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9886         (nnml-request-article, nnml-request-create-group)
9887         (nnml-request-rename-group, nnml-find-id)
9888         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9889         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9890         (nnml-save-marks): Use nnml-group-pathname instead of
9891         nnmail-group-pathname.
9892
9893         (nnml-request-create-group, nnml-request-expire-articles)
9894         (nnml-request-move-article, nnml-request-delete-group)
9895         (nnml-deletable-article-p, nnml-possibly-create-directory)
9896         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9897         (nnml-open-marks): Bind file-name-coding-system to
9898         nnmail-pathname-coding-system.
9899
9900         (nnml-request-article): Pass server argument to nnml-find-group-number.
9901         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9902         Pass server argument to nnml-possibly-create-directory.
9903         (nnml-request-accept-article): Pass server argument to
9904         nnml-active-number and nnml-save-mail.
9905         (nnml-find-group-number): Pass server argument to nnml-find-id.
9906         (nnml-request-update-info): Pass server argument to
9907         nnml-marks-changed-p.
9908
9909         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9910         (nnml-save-mail, nnml-active-number): Add server argument.
9911
9912         (nnml-request-delete-group): Warn if group is missing.
9913         (nnml-get-nov-buffer): Decode group name.
9914         (nnml-generate-active-info): Encode group name.
9915         (nnml-open-marks): Decode group name in messages.
9916
9917 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9920         if it is not specified.
9921         (gnus-article-pipe-part, gnus-article-save-part)
9922         (gnus-article-interactively-view-part, gnus-article-copy-part)
9923         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9924         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9925         (gnus-article-replace-part, gnus-article-delete-part)
9926         (gnus-article-view-part-as-type): Pass raw prefix argument to
9927         gnus-article-part-wrapper.
9928
9929 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-agent.el (gnus-agent-save-active):
9932         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9933
9934         * gnus-cache.el (gnus-cache-save-buffers)
9935         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9936         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9937         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9938         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9939         (gnus-cache-generate-active, gnus-cache-rename-group)
9940         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9941         (gnus-cache-update-overview-total-fetched-for):
9942         Bind file-name-coding-system to nnmail-pathname-coding-system.
9943         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9944         New variables.
9945         (gnus-cache-decoded-group-name): New function.
9946         (gnus-cache-file-name): Use it.
9947         (gnus-cache-generate-active): Use non-decoded group name for active.
9948
9949         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9950         right place.
9951         (gnus-write-active-file): Don't break non-ASCII group names.
9952
9953         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9954         nnmail-pathname-coding-system.
9955
9956         * lpath.el: Bind default-file-name-coding-system,
9957         file-name-coding-system and language-info-alist for XEmacs.
9958
9959         * gnus-uu.el (gnus-uu-decode-save): Typo.
9960
9961 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9964
9965 2007-07-14  David Kastrup  <dak@gnu.org>
9966
9967         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9968         finishing actions if we did not edit the article.
9969
9970 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9973         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9974         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9975         (gnus-agent-flush-group, gnus-agent-flush-cache)
9976         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9977         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9978         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9979         (gnus-agent-regenerate-group)
9980         (gnus-agent-update-files-total-fetched-for)
9981         (gnus-agent-update-view-total-fetched-for):
9982         Bind file-name-coding-system to nnmail-pathname-coding-system.
9983         (gnus-agent-group-pathname): Don't encode file names by
9984         nnmail-pathname-coding-system.
9985         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9986         coding-system-for-write instead of buffer-file-coding-system to
9987         gnus-agent-file-coding-system.
9988
9989         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9990         Decode group name.
9991
9992         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9993
9994         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9995         (gnus-read-newsrc-el-file): Make group names unibyte.
9996
9997         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9998         nnmail-pathname-coding-system.
9999
10000         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10001         (nnrss-request-delete-group): Bind file-name-coding-system to
10002         nnmail-pathname-coding-system.
10003         (nnrss-read-server-data, nnrss-read-group-data):
10004         Bind file-name-coding-system correctly.
10005         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10006
10007         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10008         (nntp-server-to-method-cache): New variable.
10009         (nntp-group-pathname): New function that decodes non-ASCII group names.
10010         (nntp-possibly-create-directory, nntp-marks-changed-p)
10011         (nntp-save-marks, nntp-open-marks): Use it.
10012         (nntp-possibly-create-directory, nntp-open-marks):
10013         Bind file-name-coding-system to nnmail-pathname-coding-system.
10014         (nntp-open-marks): Decode group names when bootstrapping marks.
10015
10016         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10017         Newsgroups and Folowup-To headers.
10018
10019 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10022         (gnus-server-closed-face, gnus-server-denied-face)
10023         (gnus-server-offline-face): Remove variable.
10024         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10025
10026         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10027         of modifying message-stack directly for XEmacs.
10028
10029         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10030         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10031         if the coding-system argument is nil for XEmacs.
10032
10033         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10034         mm-charset-override-alist.
10035
10036         * rfc2047.el: Don't require base64; require rfc2045 for the function
10037         rfc2045-encode-string.
10038         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10039         to quote the parameter value.
10040
10041 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10044         form in gnus-group-name-charset-method-alist.
10045
10046         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10047         overrides the default layout edit-form.
10048
10049         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10050
10051         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10052
10053 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10056         as unfetched articles.
10057
10058 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10061
10062 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10065         original back end that keeps marks in the local system.
10066
10067 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10070         arg of pop-to-buffer for XEmacs.
10071         (gnus-article-read-summary-keys): Ditto; don't restore window
10072         configuration if summary command ends up with neither article buffer
10073         nor summary buffer; describe bindings if summary keys end with C-h.
10074
10075 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * message.el (message-fix-before-sending): Skip raw message part to be
10078         forwarded while checking illegible text.
10079         (message-forward-make-body-mime, message-forward-make-body):
10080         Mark signed or encrypted raw message as having no illegible text.
10081
10082 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10085         (gnus-message-with-timestamp-1): New macro.
10086         (gnus-message-with-timestamp): New function.
10087         (gnus-message): Use them.
10088
10089         * nnheader.el (nnheader-message): Use them.
10090
10091 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10094         .newsrc.eld file.
10095
10096 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-agent.el (gnus-agent-fetch-headers)
10099         (gnus-agent-retrieve-headers):
10100         Bind gnus-decode-encoded-address-function to identity.
10101
10102         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10103         available also when the server returns simply a dot.
10104
10105         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10106
10107 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10110
10111 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * gnus-ems.el (gnus-x-splash): Make it work.
10114
10115         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10116         from being used.
10117
10118         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10119
10120 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10123         4th and the 5th arguments.
10124
10125         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10126         the front stickiness.
10127         (gnus-article-summary-command-nosave): Correct the order of the
10128         arguments passed to pop-to-buffer.
10129         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10130         summary command ends up with the article buffer.
10131
10132         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10133         the same faces.
10134
10135 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10136
10137         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10138
10139 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10140
10141         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10142         * gnus-sum.el (gnus-summary-highlight):
10143         * pgg.el (pgg-sign-region, pgg-sign):
10144         * mail-source.el (mail-source-delete-old-incoming-confirm):
10145         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10146
10147 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-art.el (gnus-mime-view-part-externally)
10150         (gnus-mime-view-part-internally): Fix predicate function passed to
10151         completing-read.
10152
10153         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10154
10155         * gnus.el (gnus-update-message-archive-method): Add :version.
10156
10157 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus.el (gnus-update-message-archive-method): New variable.
10160
10161         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10162         according to gnus-message-archive-method if
10163         gnus-update-message-archive-method is non-nil.
10164
10165 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10168         Suggested by Loic Dachary <loic@dachary.org>.
10169         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10170
10171 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * message.el (message-pop-to-buffer): Add switch-function argument.
10174         (message-mail): Pass switch-function argument to it.
10175
10176 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10179         Improve doc string.
10180
10181 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10184         (gnus-header-content)
10185         * gnus-cite.el (gnus-cite-10)
10186         * gnus-srvr.el (gnus-server-closed)
10187         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10188         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10189         (gnus-group-mail-3-empty, gnus-group-mail-low)
10190         (gnus-group-mail-low-empty, gnus-splash)
10191         * message.el (message-header-to, message-header-cc)
10192         (message-header-subject, message-header-other, message-header-name)
10193         (message-header-xheader, message-separator, message-cited-text)
10194         (message-mml): Lighten colors of faces used for dark background.
10195
10196 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10197
10198         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10199         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10200
10201 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * message.el (message-narrow-to-headers-or-head):
10204         Ignore mail-header-separator in the body.
10205
10206 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10209         same as window size.
10210
10211 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10212
10213         * message.el (message-font-lock-keywords): Use message-header-xheader
10214         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10215         ahead of the anything pattern, to get it recognised.
10216
10217 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10220         spam.el loads uses it in the compiled defadvice form.
10221
10222 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10223
10224         * gnus-sum.el (gnus-articles-to-read)
10225         (gnus-summary-insert-old-articles): Don't truncate group name for
10226         `read-string'.
10227
10228         * gnus-util.el (gnus-limit-string): Delete this function.
10229
10230         * gnus-sum.el (gnus-simplify-subject-fully):
10231         Use `truncate-string-to-width' instead.
10232
10233 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10234
10235         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10236         Tell if, on summary exit, the next group has to be selected.
10237         (gnus-summary-exit): Use it.
10238
10239 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10240
10241         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10242         non-break space.
10243
10244 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10247         Check if group is not a directory.
10248         (nnfolder-request-expire-articles): Don't delete articles if the target
10249         group is not available.
10250
10251         * nnml.el (nnml-request-create-group): Properly check if group is not a
10252         file.
10253         (nnml-request-expire-articles): Don't delete articles if the target
10254         group is not available.
10255
10256         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10257         Don't quote characters that are within parentheses.
10258
10259 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10262         (gnus-handle-ephemeral-exit): Select article according to it.
10263
10264 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * message.el (message-insert-formated-citation-line): Remove newline.
10267         (message-citation-line-format): Add final \n here so that the user can
10268         avoid a blank line.
10269
10270 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10271
10272         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10273         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10274         Update lanl/arXiv support.
10275
10276 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * gnus.el: Bump version number.
10279
10280 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10281
10282         * gnus.el (gnus-version-number): Bump version.
10283
10284 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10285
10286         * gnus.el: No Gnus v0.6 is released.
10287
10288 2007-04-27  Didier Verna  <didier@xemacs.org>
10289
10290         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10291         * gmm-utils.el (gmm-regexp-concat): ... here.
10292         * message.el: Don't require 'gnus-util.
10293         (message-dont-reply-to-names): Handle name change above.
10294         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10295
10296 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10299         since the initial value varies according to the system.
10300
10301 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10304
10305 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10306
10307         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10308
10309 2007-04-24  Didier Verna  <didier@xemacs.org>
10310
10311         Improve the type of gnus-ignored-from-addresses.
10312         * gnus-util.el (gnus-orify-regexp): New function.
10313         * message.el (gnus-util): Require it.
10314         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10315         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10316         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10317
10318 2007-04-24  Didier Verna  <didier@xemacs.org>
10319
10320         * gnus-sum.el:
10321         * gnus-utils.el: Fix some trailing whitespaces.
10322
10323 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10326         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10327         article's Message-ID; refer parent article in summary buffer.
10328
10329         * message.el (message-bounce): Call mime-to-mml.
10330
10331         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10332         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10333         optimize and/or forms properly.
10334
10335 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10338         URL.
10339
10340 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10343
10344 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10347         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10348         displayed of multipart/alternative part if it is invoked from summary
10349         buffer.
10350
10351         * mm-view.el (mm-inline-text-html-render-with-w3m)
10352         (mm-inline-text-html-render-with-w3m-standalone)
10353         (mm-inline-render-with-function): Use mail-parse-charset by default.
10354
10355 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10356
10357         * parse-time.el (parse-time-string-chars): Check if CHAR
10358         is less than the length of parse-time-syntax.
10359
10360 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10363         from gnus-newsgroup-processable.
10364
10365 2007-04-16  Didier Verna  <didier@xemacs.org>
10366
10367         * gnus-msg.el (gnus-configure-posting-styles):
10368         Handle message-signature-directory properly with :file syntax.
10369         Reported by "Leo".
10370
10371 2007-04-11  Didier Verna  <didier@xemacs.org>
10372
10373         New user option: message-signature-directory.
10374         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10375         * message.el (message-insert-signature): Ditto.
10376         * message.el (message-signature-file): Doc update.
10377         * message.el (message-signature-directory): New.
10378
10379 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * gnus-msg.el (gnus-inews-yank-articles):
10382         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10383
10384 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * message.el (message-yank-original): Make sure cited text ends with
10387         newline; don't exchange point and mark.
10388
10389 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10390
10391         * tls.el (open-tls-stream): Properly handle case where there
10392         is no associated buffer.
10393
10394 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10395
10396         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10397         message-yank-original, make sure (< mark TEXT point).
10398
10399 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * message.el (message-fill-column): New variable.
10402         (message-mode): Use it.  Add comment on a possible new hook.
10403
10404         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10405         (nnmail-get-new-mail): Reformat.
10406
10407         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10408
10409         * gmm-utils.el: Fix Commentary.
10410         (gmm-tool-bar-from-list): Fix typo in doc string.
10411
10412 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10413
10414         * message.el (message-yank-original): Don't switch point and mark
10415         unnecessarily to put point and mark as documented.
10416
10417 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10418
10419         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10420         from the message heads.
10421
10422 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10423
10424         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10425         article buffer does not have a window.  This may not be the best
10426         solution but is certainly better than setting the start of the null,
10427         that is the current, window.
10428
10429 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10432         (gnus-draft-setup): Run it.
10433
10434         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10435         gnus-score-fast-scoring.  Allow regexp.
10436         (gnus-score-headers): Use it.
10437
10438         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10439         XEmacs.
10440
10441         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10442         string.
10443         (gnus-button-alist): Also catch `<f1> k ...'.
10444         (gnus-treat-display-x-face): Fix doc string.
10445
10446 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10447
10448         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10449         evaluation of gnus-extended-version to ensure correct generation of the
10450         User-Agent header when message-generate-headers-first is used.
10451
10452 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10453
10454         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10455         hashcash-path is nil.  Don't call callback with incorrect number of
10456         parameters if val is 0.
10457
10458 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10459
10460         * message.el (message-required-news-headers):
10461         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10462
10463 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10464
10465         * tls.el (open-tls-stream): In handshake-waiting loop,
10466         don't wait more if there is output available to process.
10467
10468 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10469
10470         * tls.el (tls-program): Doc fix.
10471
10472 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * message.el (message-generate-new-buffers): Change the meaning of the
10475         nil value; add `standard' to the choices; treat t as `unique'; improve
10476         doc string.
10477         (gnus-select-frame-set-input-focus): Autoload.
10478         (message-buffer-name): Search for the existing message buffer if
10479         message-generate-new-buffers is nil or `standard'; treat the value t of
10480         message-generate-new-buffers as `unique'.
10481         (message-pop-to-buffer): Raise the frame already displaying the message
10482         buffer; clear the echo area after querying.
10483         (message-setup): Pass the `continue' argument to compose-mail.
10484         (message-mail): Prefer `switch-function' if it is given; search for the
10485         existing message buffer if the `continue' argument is non-nil; pass
10486         continue and switch-function arguments to compose-mail by way of
10487         message-setup.
10488         (message-mail-other-window): Adjust argument of message-setup.
10489         (message-mail-other-frame): Ditto.
10490
10491 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10494         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10495         to turn font-lock on when turning gnus-message-citation-mode on.
10496
10497 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10498
10499         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10500         (mml-smime-function-alist): New variable; add epg as the backend.
10501         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10502         mml-smime- functions instead.
10503         * mm-view.el: Require smime.
10504
10505 2007-03-05  Didier Verna  <didier@xemacs.org>
10506
10507         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10508         instead of just inheritance for posting styles.
10509         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10510
10511 2007-02-24  Chris Moore  <dooglus@gmail.com>
10512
10513         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10514         * pgg-pgp.el (pgg-pgp-encrypt-region):
10515         * pgg-gpg.el (pgg-gpg-encrypt-region):
10516         Check pgg-encrypt-for-me if no other recipients.
10517
10518 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10519
10520         * tls.el (tls-certtool-program): Fix custom type.
10521
10522 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10525         and point-at-eol instead of line-(beginning|end)-position.
10526
10527         * assistant.el (assistant-parse-buffer): Ditto.
10528
10529         * netrc.el (netrc-parse-services): Ditto.
10530
10531 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10532
10533         * mml2015.el (mml2015-epg-find-usable-key): New function.
10534         (mml2015-epg-sign): Use it.
10535         (mml2015-epg-encrypt): Use it.
10536
10537 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * message.el (message-make-in-reply-to): Quote name containing
10540         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10541         if there are special characters.  Reported by NAKAJI Hiroyuki
10542         <nakaji@jp.freebsd.org>.
10543
10544 2007-02-27  Didier Verna  <didier@xemacs.org>
10545
10546         Include the group parameters as well as the topic ones in the
10547         inheritance filter process.
10548         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10549         argument GROUP-PARAMS-LIST.
10550         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10551
10552 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * nntp.el (nntp-never-echoes-commands)
10555         (nntp-open-connection-functions-never-echo-commands): New variables.
10556         (nntp-send-command): Use them.
10557
10558 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10559
10560         * mml2015.el (mml2015-epg-verify): Simplify.
10561
10562 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * mml.el (mml-content-disposition-alist): New user option.
10565         (mml-content-disposition): New function.
10566         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10567         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10568
10569 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10570
10571         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10572         verification.
10573
10574 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10575
10576         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10577         articles posted in the last 24 hours.
10578
10579 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10580
10581         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10582
10583 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10584
10585         * nntp.el (nntp-send-command): Don't wait for echoes when
10586         nntp-open-ssl-stream is used.
10587
10588 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10591         (gnus-message-add-citation-keywords)
10592         (gnus-message-remove-citation-keywords): Remove.
10593         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10594         directly, make the variables in font-lock-defaults buffer-local, add
10595         gnus-message-citation-keywords to them and then update the value of
10596         font-lock-keywords.
10597
10598 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * message.el (message-cite-original-1): Don't call
10601         gnus-article-highlight-citation.
10602
10603         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10604         citations; fix line count.
10605
10606 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10609         (gnus-message-add-citation-keywords)
10610         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10611         versions of font-lock-add-keywords and font-lock-remove-keywords to
10612         work with XEmacs correctly.
10613
10614 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus-cite.el (gnus-cite-face-list): Set the values of
10617         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10618         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10619         (gnus-message-cite-prefix-regexp): New variable.
10620         (gnus-message-search-citation-line): Use it; protect against long
10621         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10622         the 0th match data for Emacs.
10623         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10624         (gnus-message-add-citation-keywords): Append keywords rather than
10625         prepending; emulate font-lock-add-keywords if it is not available.
10626         (gnus-message-remove-citation-keywords):
10627         Emulate font-lock-remove-keywords if it is not available.
10628
10629         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10630
10631         * message.el (message-cite-prefix-regexp): Set the value of
10632         gnus-message-cite-prefix-regexp.
10633
10634 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10635
10636         * nnweb.el (nnweb-google-parse-1): Update parser.
10637
10638 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10639
10640         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10641
10642 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10643
10644         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10645         regexp.
10646
10647 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10650         string-to-multibyte.
10651         (uudecode-decode-region-internal): Use it.
10652
10653         * lpath.el: Fbind string-as-multibyte for XEmacs.
10654
10655 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10658         Fix custom choice.
10659
10660         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10661
10662 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10663
10664         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10665
10666         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10667         `write-region' to respect `mm-inhibit-file-name-handlers'.
10668
10669 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10672         Use gnus-home-directory instead of "~/" or "$HOME".
10673
10674 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10675
10676         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10677         to mention filename.
10678         Add comments at beginning regarding usage.
10679         (encrypt-write-file-contents): Change interactive so a string is
10680         acceptable.  If the file has no associated model, show an error instead
10681         of a nonsense prompt.
10682
10683 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10684
10685         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10686         Thanks to Yoshihiko Yamada for kind notification of this typo.
10687
10688 2007-01-12  Kenichi Handa  <handa@m17n.org>
10689
10690         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10691         multibyte buffer.
10692
10693 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * gnus-score.el (gnus-score-fast-scoring): New variable.
10696         (gnus-score-headers): Use it.
10697
10698         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10699
10700         * message.el (message-cite-original-1):
10701         Call gnus-article-highlight-citation if requested.
10702         (message-make-from): Allow name and address as optional arguments.
10703
10704         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10705
10706         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10707         bugs to doc string.
10708         (gnus-button-alist): Add mid\\|message-id.
10709         (gnus-button-fetch-group): Extend for use in
10710         `browse-url-browser-function'.
10711         (gnus-button-url-regexp): Try to catch paired parentheses like in
10712         Wikipedia URLs.
10713
10714         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10715         Suggested by Simon Krahnke <overlord@gmx.li>.
10716
10717 2007-01-13  Romain Francoise  <romain@orebokech.com>
10718
10719         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10720         Update copyright.
10721
10722 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10723
10724         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10725
10726 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10727
10728         * gnus-registry.el (gnus-registry-unfollowed-groups)
10729         (gnus-registry-split-fancy-with-parent): Fix documentation.
10730
10731 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10732
10733         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10734         from nnweb groups.
10735
10736 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10737
10738         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10739         Xref urls.  Erase buffer before requesting head.
10740
10741         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10742
10743 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10746         customizable.
10747
10748 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10749
10750         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10751         no signing key is found.
10752         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10753         no encrypting and/or signing key is found.
10754
10755 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10758
10759 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10760
10761         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10762         headers read from disk with the ones newly found in the current search.
10763         This should no longer cause problems, because the article numbers in
10764         Gmane's `nov.php' output are ignored since the previous change.
10765
10766 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10767
10768         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10769
10770 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10773         replace-regexp-in-string; bind url-version; fbind display-images-p and
10774         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10775         find-face and set-itimer-function for Emacs; bind itimer-list for
10776         Emacs.
10777
10778         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10779
10780 2007-01-01  Romain Francoise  <romain@orebokech.com>
10781
10782         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10783
10784 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10785
10786         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10787         `define-minor-mode' macro definition expanded properly.
10788         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10789         exclude it there.
10790
10791         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10792         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10793         `fboundp' test.
10794         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10795         This is OK to autoload in (S)XEmacs now.
10796
10797 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10798
10799         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10800         keystroke.
10801         (gnus-summary-limit-to-singletons): Fix typo.
10802
10803         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10804         else fails.
10805
10806 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10807
10808         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10809         docstring.
10810
10811         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10812         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10813         (gnus-summary-insert-dormant-articles): Fix typo in message.
10814
10815 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10818         nil for XEmacs.
10819         (gnus-message-citation-mode): Don't autoload in XEmacs.
10820
10821         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10822
10823 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10824
10825         * nnimap.el (nnimap-expunge-search-string):
10826         Mention nnimap-search-uids-not-since-is-evil in docstring.
10827
10828 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * spam.el: Revert to make-obsolete-variable because
10831         define-obsolete-variable-alias is not supported in Emacs 21.
10832
10833         * spam.el (spam-ifile-path, spam-ifile-database-path)
10834         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10835         make-obsolete-variable.
10836         (spam-bsfilter-path, spam-bsfilter-program)
10837         (spam-spamassassin-path, spam-spamassassin-program)
10838         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10839         Don't use "path" inappropriately.
10840         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10841         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10842         variable names.
10843
10844 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10845
10846         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10847         summary buffer.
10848
10849         * password.el (password-cache-remove): Use clear-string to burn
10850         password, if available.
10851
10852 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10855
10856         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10857
10858         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10859         (gnus-message-highlight-citation): Move defcustom here from
10860         gnus-cite.el.
10861         (gnus-message-citation-mode): Autoload.
10862
10863         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10864         checks to make it compile with XEmacs.
10865         (gnus-message-citation-mode): New minor mode.
10866         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10867         (gnus-message-highlight-citation): New variables.
10868         (gnus-message-search-citation-line)
10869         (gnus-message-add-citation-keywords)
10870         (gnus-message-remove-citation-keywords)
10871         (turn-on-gnus-message-citation-mode)
10872         (turn-off-gnus-message-citation-mode): New functions.
10873
10874 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10875
10876         * gnus-cite.el: Enable highlighting of different citation levels in
10877         message-mode.
10878
10879 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * message.el (message-make-fqdn): Fix comment.
10882         (message-bogus-system-names): Add ".local".
10883
10884         * spam.el (spam-ifile-path, spam-ifile-program)
10885         (spam-ifile-database-path, spam-ifile-database)
10886         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10887         Don't use "path" inappropriately.
10888         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10889         strings.
10890         (spam-check-ifile, spam-ifile-register-with-ifile)
10891         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10892         Use new variable names.
10893
10894         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10895         (gnus-treat-display-smileys): Simplify using
10896         gnus-image-type-available-p.
10897
10898         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10899         available.
10900
10901         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10902         Use `display-images-p' if available.
10903
10904 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10907         one after turning on the buffer's multibyteness instead of decoding
10908         them directly in the unibyte buffer that causes unexpected conversion
10909         in Emacs 23 (unicode).
10910
10911 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10912
10913         * message.el (message-generate-hashcash): Fix custom type.
10914
10915 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10918
10919 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10922         disconnect icons.  Add help text.
10923
10924 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10925
10926         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10927         negated to be consistent with the others we handle.
10928
10929 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10930
10931         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10932         version of gnus-summary-buffer to something, so that we can use two
10933         article buffers at the same time.
10934
10935 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10936
10937         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10938         trigger all the extra headers.
10939         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10940         sorting.
10941
10942 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10943
10944         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10945         solid groups.
10946
10947 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10948
10949         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10950
10951 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10952
10953         * legacy-gnus-agent.el: Add Copyright notice.
10954
10955 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10956
10957         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10958
10959 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10962
10963         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10964         to make it work reliably in CVS Emacs.
10965         (gnus-summary-limit-strange-charsets-predicate)
10966         (gnus-summary-limit-to-predicate): New functions.
10967
10968 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10969
10970         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10971         specifying array size.
10972         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10973         array if it is too small.
10974         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10975         (gnus-sort-threads-loop): New function.
10976
10977 2006-12-06  Chris Moore  <dooglus@gmail.com>
10978
10979         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10980         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10981
10982 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10983
10984         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10985         options.
10986
10987 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10990         DOS-ing the recipient.
10991
10992         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10993         the headers when creating the mapping to avoid mismappings.
10994         (nnweb-gmane-create-mapping): Always nix out old mapping.
10995
10996 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10999         and mm-verify-option to never.
11000
11001 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * message.el (message-signed-or-encrypted-p): New function.
11004         (message-forward-make-body): Use it.
11005
11006         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11007         Replace encode-coding-string with mm-encode-coding-string.
11008
11009 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * nneething.el (nneething-decode-file-name):
11012         Replace decode-coding-string with mm-decode-coding-string.
11013
11014         * gnus-int.el (gnus-open-server): Say failed server's name.
11015
11016 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11017
11018         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11019         strings to a single string.  Quote `errors-file-name'.
11020         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11021         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11022         Adjust calls.  Use `shell-quote-argument'.
11023
11024 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11025
11026         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11027         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11028
11029         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11030         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11031         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11032         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11033         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11034         (gnus-subscribe-newsgroup, gnus-1):
11035         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11036         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11037         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11038         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11039
11040 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041
11042         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11043         keystroke.
11044         (gnus-summary-limit-to-bodies): Implement headersp.
11045
11046 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11049
11050 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11053
11054 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055
11056         * message.el (message-generate-hashcash): Expand range of values to
11057         include `opportunistic'.
11058         (message-send-mail): Use it.
11059
11060 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11061
11062         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11063         and comment it.
11064
11065         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11066
11067 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * gnus-util.el (gnus-extract-address-components): Improve comment.
11070
11071 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * gnus-util.el (gnus-extract-address-components): Work with address in
11074         which the name portion contains @.
11075
11076         * lpath.el: Fbind custom-autoload.
11077
11078 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * gnus.el (gnus-start): Move custom group up.
11081         (gnus-select-method): Don't autoload, but make it available for
11082         `customize-variable'.
11083         (gnus-getenv-nntpserver): Don't autoload.
11084
11085 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11086
11087         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11088
11089 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * message.el (message-sendmail-extra-arguments): New variable.
11092         (message-send-mail-with-sendmail): Use it.
11093
11094 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11097         mm-with-unibyte-current-buffer to make string unibyte.
11098
11099         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11100         mm-string-as-multibyte.
11101
11102 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11103
11104         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11105         Reported by Werner Koch <wk@gnupg.org>.
11106
11107 2006-11-14  Daiki Ueno  <ueno@p360>
11108
11109         * mml2015.el: Autoload epa-select-keys when compiling.
11110
11111 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11112
11113         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11114         message-options.
11115         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11116
11117 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11118
11119         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11120         EasyPG (< 0.0.6).
11121         (mml2015-always-trust): New user option.
11122         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11123         prompt.
11124
11125 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * nntp.el (nntp-authinfo-force): New variable.
11128         (nntp-send-authinfo): Use it.
11129
11130 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11133         decode encoded words.  Improve prompt.  Add comment about forwarding.
11134         (message-replacement-char): Move up.
11135
11136 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11137
11138         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11139         instead of gnus-intersection because arguments of gnus-sorted-nunion
11140         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11141
11142 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11145         (message-simplify-subject-functions):
11146         Enable message-strip-subject-encoded-words by default.
11147
11148 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * message.el (message-strip-subject-encoded-words): New function.
11151         (message-simplify-subject-functions): New variable.
11152         (message-simplify-subject): Use it.  Fix typo in doc string.
11153         Support message-strip-subject-encoded-words.
11154
11155 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11156
11157         * gnus-diary.el (gnus-diary-delay-format-function):
11158         * nndiary.el (nndiary-reminders):
11159         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11160
11161 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * gnus-art.el (article-hide-boring-headers): Fetch date from
11164         gnus-original-article-buffer to avoid problems with localized date
11165         strings.
11166
11167 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11170
11171 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11174         New variables.
11175         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11176         (mm-charset-synonym-alist): Move some entries to
11177         mm-codepage-iso-8859-list.
11178         (mm-charset-synonym-alist, mm-charset-override-alist):
11179         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11180
11181 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11184
11185 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11188         with Emacs 21 and XEmacs.
11189
11190 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11191
11192         * spam.el (spam-parse-address): New function for better parsing,
11193         catching errors, etc.
11194         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11195
11196 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11197
11198         * mm-view.el: Add interactive arg to html2text autoload.
11199
11200 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11203
11204 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11205
11206         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11207         New variables.
11208         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11209         (mm-charset-synonym-alist): Move some entries to
11210         mm-codepage-iso-8859-list.
11211
11212         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11213
11214 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * message.el (message-citation-line-format)
11217         (message-insert-formated-citation-line): Fix implementation of %E, %N
11218         and %n according to the doc string.
11219
11220 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11221
11222         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11223         Use car-safe to avoid bad parses.
11224
11225 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11228         names.
11229
11230         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11231
11232 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11235         header.
11236
11237         * message.el (message-draft-headers): Add Date.
11238         (message-headers-to-generate): Fix typo in docstring.
11239
11240         * nndraft.el (nndraft-required-headers): New variable.
11241         (nndraft-generate-headers): Use it.
11242
11243         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11244
11245 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11246
11247         * gnus-registry.el (gnus-registry-wash-for-keywords)
11248         (gnus-registry-find-keywords): New functions to allow easy searching of
11249         articles that are in the registry.
11250
11251 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11252
11253         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11254         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11255         Reported by Damien Elmes <damien@repose.cx>.
11256
11257 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11258
11259         * gnus.el (gnus-mime): Remove unused custom group.
11260
11261 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11262
11263         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11264         "blank line" when searching for end of armor headers.
11265
11266 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * gmm-utils.el (gmm-write-region): Fix variable name.
11269
11270 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * gmm-utils.el (gmm-write-region): New function based on compatibility
11273         code from `mm-make-temp-file'.
11274
11275         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11276
11277         * nnmaildir.el (nnmaildir--update-nov)
11278         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11279         Use `gmm-write-region'.
11280
11281 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11284         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11285
11286         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11287
11288         * message.el (message-replacement-char): New variable.
11289         (message-fix-before-sending): Use it.
11290         (message-simplify-subject): New function to remove duplicate code.
11291         (message-reply, message-followup): Use it.
11292
11293         * gnus-sum.el (gnus-summary-make-menu-bar):
11294         Clarify gnus-summary-limit-to-articles.
11295
11296 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * gnus-util.el (gnus-with-local-quit): New macro.
11299
11300         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11301
11302 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11303
11304         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11305         ignore non-string data.
11306
11307 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11308
11309         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11310         non-string data (needs to be done in the registry too).
11311
11312 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11313
11314         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11315         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11316         (gnus-registry-split-fancy-with-parent)
11317         (gnus-registry-fetch-simplified-message-subject-fast)
11318         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11319         Remove text properties on ingress into the registry and when it's saved.
11320         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11321         registry from entries with no groups.
11322
11323 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11324
11325         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11326         function to remove string properties.
11327
11328 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * gmm-utils.el (gmm): Adjust custom version.
11331
11332         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11333         Adjust custom version.
11334
11335         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11336
11337 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * gnus-art.el (gnus-insert-prev-page-button)
11340         (gnus-insert-next-page-button): Simplify.  Reformat.
11341
11342 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11343
11344         * gnus-art.el (gnus-insert-prev-page-button)
11345         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11346
11347 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11348
11349         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11350
11351 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11352
11353         * gnus-art.el (gnus-insert-mime-button)
11354         (gnus-insert-mime-security-button):
11355         Apply gnus-article-button-face to MIME and security buttons.
11356
11357 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11360         readable.
11361
11362 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11365
11366 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11367
11368         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11369         `browse-url-of-file' instead of `browse-url'.
11370
11371 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11372
11373         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11374         regexp.  Articles containing quotation were cut prematurely.
11375
11376 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * message.el (message-cite-original-1): Use nobody by default for the
11379         value of From header.
11380         (message-reply): Ditto.
11381
11382 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11383
11384         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11385         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11386         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11387
11388 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11391         mails in the doc string.  Add some URLs in comment.
11392         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11393
11394 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11397         backslashes handling and the way to find boundaries of quoted strings.
11398
11399 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11400
11401         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11402         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11403         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11404         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11405
11406 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11409         doc string.
11410         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11411
11412 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * lpath.el: Fbind epg-check-configuration.
11415
11416 2006-09-06  Simon Josefsson  <jas@extundo.com>
11417
11418         * mml2015.el (mml2015-use): Doc fix, mention epg.
11419
11420 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11421
11422         * mml2015.el (mml2015-use): Default to epg, if available.
11423
11424 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11425
11426         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11427         message-sender.
11428         (mml1991-epg-encrypt): Ditto.
11429         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11430         message-sender.
11431         (mml2015-epg-encrypt): Ditto.
11432
11433 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11434
11435         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11436         several common directories.
11437
11438 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11439
11440         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11441         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11442
11443 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * gnus-art.el (article-decode-encoded-words): Make it fast.
11446
11447 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11450
11451         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11452         in quoted string into `\'.
11453
11454 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11457         Use standard-syntax-table.
11458
11459 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-art.el (gnus-decode-address-function): New variable.
11462         (article-decode-encoded-words): Use it to decode headers which are
11463         assumed to contain addresses.
11464         (gnus-mime-delete-part): Remove useless `or'.
11465
11466         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11467         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11468         (gnus-nov-parse-line): Use it to decode From header.
11469         (gnus-get-newsgroup-headers): Ditto.
11470         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11471
11472         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11473         (mail-decode-encoded-address-string): New alias.
11474
11475         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11476         New function.
11477         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11478         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11479         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11480         (rfc2047-decode-string): Ditto.
11481         (rfc2047-decode-address-region): New function.
11482         (rfc2047-decode-address-string): New function.
11483
11484 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11485
11486         * message.el (message-caesar-buffer-body): Allow rotating headers.
11487
11488         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11489
11490         * message.el (message-insert-formated-citation-line): Fix %f.
11491         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11492
11493 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11496         (gnus-bookmark-mouse-available-p): New macro.
11497         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11498         (gnus-bookmark-bmenu-show-infos): Use it.
11499         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11500         (gnus-bookmark-bmenu-hide-infos): Ditto.
11501         (gnus-bookmark-remove-properties): New function.
11502         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11503         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11504         (gnus-bookmark-write-file): Bind coding-system-for-write.
11505         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11506         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11507         group before selecting it.
11508         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11509         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11510         quit-window if it is not available; use gnus-mouse-2 and bind it to
11511         gnus-bookmark-bmenu-select-by-mouse.
11512         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11513         (gnus-bookmark-bmenu-select-by-mouse): New function.
11514
11515 2006-08-13  Romain Francoise  <romain@orebokech.com>
11516
11517         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11518         space.
11519
11520 2006-08-10  Romain Francoise  <romain@orebokech.com>
11521
11522         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11523         (dns-mode-soa-auto-increment-serial): New user option.
11524         (dns-mode-soa-maybe-increment-serial): New function.
11525         (dns-mode): Add the latter to `write-contents-functions'.
11526
11527 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * compface.el (uncompface): Use binary rather than raw-text-unix.
11530
11531 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * compface.el (uncompface): Make sure the eol conversion doesn't take
11534         place when communicating with the external programs.
11535         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11536
11537 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11540
11541 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11542
11543         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11544         Make it more robust by parsing author and date independently.
11545
11546 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11549
11550 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11551
11552         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11553         first matching secret key.
11554         (mml2015-epg-encrypt): Ditto.
11555
11556         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11557         first matching secret key.
11558         (mml1991-epg-encrypt): Ditto.
11559
11560         * mml2015.el (mml2015-encrypt-to-self): New user option.
11561         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11562         mml2015-epg-encrypt-to-self is set.
11563
11564         * mml1991.el (mml1991-encrypt-to-self): New variable.
11565         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11566         mml1991-epg-encrypt-to-self is set.
11567
11568         * mml2015.el (mml2015-signers): New user option.
11569         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11570         (mml2015-epg-encrypt): Allow to select signing keys.
11571
11572         * mml1991.el (mml1991-signers): New variable.
11573         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11574         (mml1991-epg-encrypt): Allow to select signing keys.
11575
11576 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * nnheader.el (nnheader-insert-head): Make it work even if the file
11579         uses CRLF for the line-break code.
11580
11581 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11582
11583         * mml2015.el: Require mml-sec instead of password.
11584         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11585         (mml2015-cache-passphrase): Inherit the default value from
11586         mml-secure-cache-passphrase.
11587         (mml2015-passphrase-cache-expiry): Inherit the default value from
11588         mml-secure-passphrase-cache-expiry.
11589
11590         * mml1991.el: Require mml-sec instead of password.
11591         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11592         (mml1991-cache-passphrase): Inherit the default value from
11593         mml-secure-cache-passphrase.
11594         (mml1991-passphrase-cache-expiry): Inherit the default value from
11595         mml-secure-passphrase-cache-expiry.
11596
11597         * mml-sec.el: Require password.
11598         (mml-secure-verbose): New user option.
11599         (mml-secure-cache-passphrase): New user option.
11600         (mml-secure-passphrase-cache-expiry): New user option.
11601
11602 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11603
11604         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11605         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11606         andreas@altroot.de (Andreas Vögele).
11607
11608         FIXME: Use `tiny change'?
11609
11610 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11611
11612         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11613         workaround for the url package included with Emacs.
11614
11615         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11616
11617 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11620         correctly.  This fixes a bug caused by the 2006-05-12 change.
11621
11622 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11623
11624         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11625         some information about the error when saying that the `bogus' mail
11626         group will be used.
11627
11628 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11629
11630         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11631         string.
11632
11633 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11634
11635         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11636
11637 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11638
11639         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11640
11641 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11642
11643         * mml1991.el (mml1991-function-alist): Add epg.
11644         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11645         (mml1991-epg-encrypt): New functions.
11646
11647 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11648
11649         * mml2015.el (mml2015-verbose): New variable.
11650         (mml2015-cache-passphrase): Ditto.
11651         (mml2015-passphrase-cache-expiry): Ditto.
11652         (mml2015-function-alist): Add epg.
11653         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11654         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11655         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11656         New functions.
11657
11658 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11659
11660         * message.el (message-cite-original-1): Preserve region when removing
11661         quoted text due to X-No-Archive in order to avoid bogus attribution
11662         when citing multiple messages.
11663
11664 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11665
11666         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11667         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11668
11669 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * gnus-diary.el (gnus-user-format-function-d)
11672         (gnus-user-format-function-D): Autoload.
11673
11674         * imap.el (Commentary): Fix typo.
11675
11676         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11677         2006-04-22 contribution.
11678
11679 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11680
11681         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11682         It didn't really fix the bogosity I'm seeing with solid web groups.
11683
11684 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11685
11686         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11687         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11688         created using server names.  If we use the feature without declaring
11689         it, Gnus does not properly manage server and group state.
11690
11691         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11692         bound.
11693
11694 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11695
11696         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11697         looking up the method using GROUP's prefix before inventing a new one.
11698         It is used on killed/unknown groups in various places where returning
11699         an all-new method isn't expected by the caller.
11700
11701         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11702         and match semantics of gnus-group-real-prefix.
11703
11704 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * nnmail.el (nnmail-broken-references-mailers): New variable.
11707         (nnmail-ignore-broken-references): New function generalizing
11708         nnmail-fix-eudora-headers.
11709         (nnmail-fix-eudora-headers): Now obsolete.
11710
11711         * gnus-art.el (gnus-button-handle-custom):
11712         Support `customize-apropos*'.
11713
11714 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11715
11716         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11717
11718         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11719         articles.
11720
11721 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * message.el (message-cite-reply-above): New variable.
11724         (message-yank-original): Use it.
11725
11726 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11729
11730 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11731
11732         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11733         as read.
11734
11735         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11736
11737 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11740         (gnus-bookmark-default-file): Use gnus-directory.
11741         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11742         Remove "*" in doc string.
11743         (gnus-bookmark-write-file): Simplify.
11744         (gnus-bookmark-maybe-sort-alist): Use `when'.
11745         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11746         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11747         Add FIXME about Emacs 21 and XEmacs compatibility.
11748         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11749         compatibility.
11750         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11751         compatibility.
11752         (gnus-bookmark-menu-heading): Fix version.
11753
11754 2006-06-19  Bastien Guerry  <bzg@altern.org>
11755
11756         * gnus-bookmark.el: New file.
11757
11758 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * message.el (message-syntax-checks): Doc fix.
11761
11762 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11763
11764         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11765         unsubscribed groups as if they were killed ones.  It causes duplicate
11766         entries in gnus-newsrc-alist.
11767
11768 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * message.el (message-syntax-checks): Doc fix.
11771         (message-send-mail): Add check for continuation headers.
11772         (message-check-news-header-syntax): Fix regexp used to check for
11773         continuation headers.
11774
11775 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11778
11779 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11782
11783 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11786         default-truncate-lines.
11787
11788 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11791         to fill the utf-8 entry.
11792
11793         * lpath.el: Fbind unicode-precedence-list.
11794
11795 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11796
11797         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11798
11799 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11800
11801         * gnus-agent.el (directory-files-and-attributes): Move all the way
11802         forward (the third and final move).
11803         (gnus-agent-read-agentview): Trap reconstruction errors due to
11804         nonexistent directory.  Handle by returning nil.
11805
11806 2006-05-30  Didier Verna  <didier@xemacs.org>
11807
11808         * message.el (message-dont-reply-to-names): Update the custom type.
11809         * message.el (message-dont-reply-to-names): New defsubst: potentially
11810         convert a list of regexps into a single one.
11811         * message.el (message-get-reply-headers): Use it.
11812         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11813
11814 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-agent.el (directory-files-and-attributes): Move forward.
11817
11818 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * gnus-ml.el (gnus-mailing-list-subscribe)
11821         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11822         (gnus-mailing-list-message): Fix doc strings.
11823
11824 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11825
11826         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11827         of doing it manually.
11828
11829 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11832         comment.
11833
11834 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11835
11836         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11837         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11838         (gnus-agent-read-local): All symbols allocated in my-obarray.
11839         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11840         (gnus-agent-regenerate-group): Check numeric names to see if they are
11841         messages or groups.
11842         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11843         better way of do this...)
11844
11845         * gnus-cache.el (gnus-agent-total-fetched-for):
11846         Ignore 'dummy.group' (there should be a better way of do this...)
11847
11848 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11851         (gnus-saved-headers): Ditto.
11852         (gnus-default-article-saver): Mention functions may have properties.
11853         (gnus-article-save): Override gnus-save-all-headers and
11854         gnus-saved-headers by :headers property which saver function may have.
11855         (gnus-summary-save-in-file): Add :headers property.
11856         (gnus-summary-write-to-file): Ditto.
11857
11858         * gnus-sum.el (gnus-summary-save-article): Bind
11859         gnus-prompt-before-saving to t when saving many articles in a file;
11860         always show all headers.
11861
11862         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11863
11864 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11867         marks.
11868
11869         * message.el (message-indent-citation): Add optional arguments to allow
11870         using it outside of message buffers.
11871
11872         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11873         (gnus-article-treat-unfold-headers): Use it.
11874         (gnus-article-truncate-lines): New variable.
11875         (gnus-article-mode): Use it.
11876         (gnus-article-toggle-truncate-lines): New function.
11877
11878         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11879         Add gnus-article-toggle-truncate-lines.
11880
11881         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11882         coding system in XEmacs, use binary.
11883
11884 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11887         after-load-alist.
11888
11889         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11890         this function should save decoded articles.
11891         (gnus-summary-write-to-file): Use property to specify this function
11892         should save decoded articles and specify gnus-summary-save-in-file
11893         should be used to save articles other than the first one when saving
11894         many articles.
11895         (gnus-summary-save-body-in-file): Use property to specify this
11896         function should save decoded articles.
11897         (gnus-summary-write-body-to-file): Use property to specify this
11898         function should save decoded articles and specify
11899         gnus-summary-save-body-in-file should be used to save articles other
11900         than the first one when saving many articles.
11901
11902         * gnus-sum.el (gnus-summary-save-article): Simplify.
11903
11904 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * gnus-art.el (gnus-default-article-saver):
11907         Add gnus-summary-write-body-to-file.
11908         (gnus-article-save-coding-system): Don't use coding system object
11909         in XEmacs.
11910         (gnus-read-save-file-name): Add optional `dir-var' argument which
11911         specifies directory in which files are saved; work even if optional
11912         `variable' argument is not specified.
11913         (gnus-summary-write-to-file): Read file name.
11914         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11915         (gnus-summary-write-body-to-file): New function.
11916
11917         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11918         (gnus-summary-local-variables): Add it.
11919         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11920         (gnus-summary-save-article): Remove optional `decode' argument;
11921         determine whether to decode articles by the value of
11922         gnus-default-article-saver; when saving many files using
11923         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11924         it first and use gnus-summary-save-in-file or
11925         gnus-summary-save-body-in-file thereafter unless
11926         gnus-prompt-before-saving is always; move point to article which
11927         will be saved.
11928         (gnus-summary-save-article-file): Revert.
11929         (gnus-summary-write-article-file): Revert.
11930         (gnus-summary-save-article-body-file): Revert.
11931         (gnus-summary-write-article-body-file): New function.
11932
11933 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * gnus-art.el (gnus-default-article-saver): Doc fix.
11936         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11937         from gnus-summary-save-article-coding-system, and default to a
11938         certain coding system.
11939         (gnus-output-to-file): Add coding cookie and encode text according
11940         to gnus-article-save-coding-system; don't use mm-append-to-file.
11941
11942         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11943         gnus-art.el and rename to gnus-article-save-coding-system.
11944         (gnus-summary-save-article): Require gnus-art; don't show all
11945         headers if it decodes articles; don't add coding cookie here;
11946         don't bind mm-text-coding-system-for-write.
11947         (gnus-summary-save-article-file): Save decoded articles.
11948         (gnus-summary-write-article-file): When saving many files, use
11949         gnus-summary-write-to-file first and gnus-summary-save-in-file
11950         thereafter unless gnus-prompt-before-saving is always.
11951         (gnus-summary-save-article-body-file): Save decoded articles.
11952
11953         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11954
11955 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * nnrss.el (nnrss-check-group): Bind hash-index.
11958
11959 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11960
11961         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11962         its hash index.  Store this hash in `nnrss-group-data'.
11963         (nnrss-read-group-data): Update accordingly.
11964
11965 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11966
11967         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11968         entry.
11969
11970         * gnus-sum.el (gnus-summary-make-menu-bar):
11971         Add gnus-article-browse-html-article.
11972
11973 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11974
11975         * gnus-sum.el (gnus-summary-mime-map):
11976         Add gnus-article-browse-html-article.
11977
11978         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11979
11980 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11983         suitable coding systems in customize.
11984
11985 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11986
11987         * mail-source.el (mail-sources): Fix custom type.
11988
11989 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11990
11991         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11992         (gnus-summary-expire-articles-now): Shorten prompt.
11993
11994         * gmm-utils.el (wid-edit): Require.
11995         (defun-gmm): Rename from `gmm-defun-compat'.
11996         (gmm-image-search-load-path): Use it.
11997         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11998
11999 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-sum.el (gnus-summary-save-article-coding-system):
12002         New variable.
12003         (gnus-summary-save-article): Add optional `decode' argument.
12004         If it is set and gnus-summary-save-article-coding-system is non-nil,
12005         save decoded article.
12006         (gnus-summary-write-article-file): Save decoded article if
12007         gnus-summary-save-article-coding-system is non-nil.
12008
12009         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12010         type.
12011
12012 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12015
12016 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12019         first to test gnus-single-article-buffer which may be buffer-local.
12020
12021         * gnus-sum.el (gnus-summary-setup-buffer):
12022         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12023         group; make gnus-article-buffer, gnus-article-current, and
12024         gnus-original-article-buffer always buffer-local.
12025         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12026         group.
12027         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12028
12029 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * nnml.el (nnml-request-compact-group): Compressed files might not
12032         have .gz extension.
12033
12034 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12035
12036         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12037         (mm-copy-to-buffer): Use with-current-buffer.
12038         (mm-display-part): Simplify.
12039         (mm-inlinable-p): Add optional arg `type'.
12040
12041 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12042
12043         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12044         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12045         Try harder to show the attachment internally or externally using
12046         gnus-mime-view-part-as-type.
12047
12048 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * message.el (message-from-style, message-signature-separator)
12051         (message-user-organization-file, message-send-mail-function)
12052         (message-citation-line-function, message-yank-prefix)
12053         (message-indent-citation-function, message-signature)
12054         (message-signature-file, message-signature-insert-empty-line):
12055         Remove autoloads.
12056
12057         * gnus-art.el (gnus-buttonized-mime-types):
12058         Remove "multipart/signed".  Revert 2006-04-26 change.
12059
12060 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12061
12062         * gnus.el (gnus-version-number): Bump version.
12063
12064 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12065
12066         * gnus.el: No Gnus v0.5 is released.
12067
12068 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12069
12070         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12071         fetching articles by message-id.
12072
12073 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12074
12075         * message.el (hashcash): Require hashcash as normal.
12076
12077         * ecomplete.el (ecomplete-highlight-match-line):
12078         Use point-at-eol.
12079         (ecomplete-highlight-match-line): Use `highlight', because that
12080         face exists in both Emacs and XEmacs.
12081
12082         * message.el (message-display-abbrev): Use point-at-bol.
12083
12084         * mail-source.el: Don't require timer/timer-funcs.
12085
12086         * gnus-async.el: Ditto.
12087
12088         * password.el: Ditto.
12089
12090         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12091
12092         * mm-url.el: Ditto.
12093
12094         * gnus-xmas.el: Don't require timer-funcs.
12095
12096         * mm-util.el: Require timer/timer-funcs.
12097
12098 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12099
12100         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12101         Close.
12102
12103 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12106         unibyte after clear-decrypt function runs.
12107
12108         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12109         returns as a unibyte string.
12110
12111 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * lpath.el: Revert.
12114
12115         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12116         (pgg-gpg-process-sentinel): Revert.
12117
12118         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12119         (pgg-pgp-lookup-key): Revert.
12120
12121         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12122         (pgg-pgp5-lookup-key): Revert.
12123
12124         * pgg.el (pgg-fetch-key): Revert.
12125
12126 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * lpath.el: Fbind string-as-multibyte for XEmacs.
12129
12130         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12131         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12132         (mml1991-pgg-encrypt): Ditto.
12133
12134         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12135         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12136         a multibyte buffer.
12137
12138         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12139         (pgg-pgp-lookup-key): Ditto.
12140
12141         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12142         (pgg-pgp5-lookup-key): Ditto.
12143
12144         * pgg.el (pgg-fetch-key): Ditto.
12145
12146 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * message.el (message-user-organization-file): Check several
12149         locations of the organization file.
12150
12151         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12152         Add gnus-article-view-part-as-type.
12153
12154         * gnus-art.el (gnus-article-view-part-as-type): New function.
12155
12156         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12157         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12158
12159         * mml.el: Simplify autoload.
12160         (mml-mode): defvar dnd-protocol-alist instead of using
12161         symbol-value.
12162         (mml-default-directory): New variable.
12163         (mml-minibuffer-read-file): Use it.
12164         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12165
12166         * message.el (message-citation-line-format): New variable.
12167         (message-insert-formated-citation-line): New function.
12168         (message-citation-line-function):
12169         Add `message-insert-formated-citation-line' to custom type.
12170
12171         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12172         to doc string.
12173
12174         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12175         depending on mm-verify-option.
12176
12177 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12180         binding pgg-* variables; reimplement the section which prevents
12181         MIME header from being signed.
12182         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12183         pgg-text-mode; remove a blank line at the top of body.
12184
12185         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12186         lines at the top of body; use gnus-newsgroup-charset if there's no
12187         Charset header.
12188
12189 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * message.el (message-self-insert-commands): Doc fix.
12192
12193         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12194         (mm-uu-pgp-encrypted-test): Ditto.
12195         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12196         between header and body; return application/pgp-encrypted handle
12197         if decryption failed; decode decrypted body by charset.
12198
12199         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12200         element match to application/pgp-*.
12201
12202 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12203
12204         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12205         HTML.
12206
12207 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12208
12209         * mail-source.el (mail-source-call-script): Message the error
12210         string.
12211
12212 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12213
12214         * gnus-util.el (gnus-byte-compile): Use it.
12215
12216 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12217
12218         * gnus-util.el (kill-empty-logs): New function.
12219
12220 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12221
12222         * message.el (message-mail-alias-type): Doc fix.
12223         (message-mail-alias-type-p): New function.
12224         (message-send): Use it.
12225         (message-mode): Ditto.
12226         (message-strip-forbidden-properties): Ditto.
12227
12228         * ecomplete.el (ecomplete-database-file-coding-system):
12229         New variable.
12230         (ecomplete-save): Use it.
12231         (ecomplete-setup): Use it.
12232
12233 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * message.el (message-self-insert-commands): New variable.
12236         (message-strip-forbidden-properties): Use it.
12237
12238 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12239
12240         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12241         that doesn't make XEmacs choke.
12242
12243 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * gnus-util.el (gnus-replace-in-string):
12246         Prefer replace-regexp-in-string over of replace-in-string.
12247
12248 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * gnus-util.el (gnus-select-frame-set-input-focus):
12251         Use select-frame-set-input-focus if it is available in XEmacs; use
12252         definition defined in Emacs 22 for old Emacsen.
12253
12254         * dgnushack.el: Autoload unmorse-region for XEmacs.
12255
12256         * lpath.el: Bind cursor-in-non-selected-windows and
12257         select-frame-set-input-focus for XEmacs.
12258
12259 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12262
12263 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12264
12265         * gnus-registry.el (gnus-registry-cache-save): Remove text
12266         properties when saving via the temp buffer.
12267
12268 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12269
12270         * message.el (message-generate-hashcash): Honor custom type.
12271
12272 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12273
12274         * message.el (message-generate-hashcash): Default to non-nil when
12275         hashcash is found.
12276
12277         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12278         (gnus-refer-thread-limit): Increase default to 500.
12279
12280         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12281
12282         * flow-fill.el (fill-flowed): Allow delete-space.
12283
12284 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12285
12286         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12287         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12288         Remove autoloads.
12289
12290 2006-04-18  Simon Josefsson  <jas@extundo.com>
12291
12292         * message.el (message-generate-hashcash): Default to.
12293
12294 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12297         concatenating segments rather than before concatenating them.
12298
12299 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12302
12303 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12304
12305         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12306
12307         * message.el (message-forward-make-body-plain):
12308         Allow message-forward-ignored-headers to be a list.
12309         (message-remove-ignored-headers): Factor out into function.
12310         (message-forward-make-body-mml): Use it.
12311
12312         * imap.el (imap-quote-specials): New function.
12313         (imap-login-auth): Quote specials.
12314
12315         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12316         (rfc2231-parse-string): Allow concatanation of parameters that
12317         aren't contiguous.  The test case is
12318           (mail-header-parse-content-type "message/external-body;
12319             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12320             access-type=LOCAL-FILE;
12321             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12322
12323 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12324
12325         * nntp.el (nntp-accept-process-output): Return the value of
12326         `nnheader-accept-process-output'.
12327
12328 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12329
12330         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12331         (gnus-button-alist): Recognize more diff formats.
12332         (gnus-button-patch): Strip directory.
12333
12334 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12337         Emacs 22 when setting focus.
12338
12339 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12340
12341         * gnus-art.el (gnus-article-treat-types): Do treatment of
12342         text/x-verbatim parts.
12343         (gnus-button-patch): New command.
12344
12345         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12346         addresses that contain invalid characters.
12347
12348 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12349
12350         * message.el (message-put-addresses-in-ecomplete):
12351         Use gnus-replace-in-string.
12352         (message-is-yours-p): Use the more correct
12353         mail-header-parse-address instead of
12354         mail-extract-address-components.
12355         (message-put-addresses-in-ecomplete): Fix typo.
12356
12357         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12358         keystroke.
12359
12360         * gnus-art.el (gnus-treatment-function-alist): Change order of
12361         newsgroups/generic header folding to avoid double-folding.
12362
12363         * message.el (message-hidden-headers): Add X-Draft-From.
12364
12365         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12366         New command.
12367         (gnus-summary-repeat-search-article-backward): New command.
12368
12369         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12370         groups in the parent topic.
12371
12372 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12373
12374         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12375         (spam-extra-header-to-number): Return the CRM114 number as a
12376         number instead of a string.
12377
12378 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12379
12380         * gnus-art.el (gnus-face-properties-alist): Move here from
12381         gnus-fun.
12382
12383         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12384
12385 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12386
12387         * message.el (message-strip-forbidden-properties): Only display on
12388         self-insert-command.
12389
12390         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12391         reindent.
12392         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12393
12394 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12395
12396         * smiley.el (smiley-style): Fix typo.
12397
12398 2006-03-23  Kenichi Handa  <handa@m17n.org>
12399
12400         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12401         instead of set-buffer-multibyte.
12402
12403 2006-03-23  Kenichi Handa  <handa@m17n.org>
12404
12405         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12406         buffer and then decode the buffer text if necessary.
12407         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12408         first, and after mm-encode-body, change the buffer to unibyte.
12409
12410 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12411
12412         * hashcash.el (hashcash-insert-payment-async-2):
12413         Use message-goto-eoh instead of doing it manually.
12414         (mail-add-payment): Use message-narrow-to-header instead of trying
12415         to do the same itself.
12416
12417         * message.el (message-hidden-headers): Add Face.
12418
12419         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12420         reparenting code.
12421         (gnus-summary-reparent-children): Refactored out code.
12422         (gnus-summary-thread-map): New keystroke.
12423         (gnus-summary-reparent-children): Make into command.
12424
12425         * smiley.el (smiley-style): Default to `medium' if using a large
12426         font.
12427
12428         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12429         does it itself.
12430
12431         * message.el (message-point-in-header-p): Simplify definition.
12432
12433 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12434
12435         * nnagent.el (nnagent-request-set-mark): Silence log file
12436         writing.
12437         (nnagent-request-set-mark): Use write-region instead of
12438         append-to-file.
12439
12440         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12441         strange select method.
12442
12443         * ecomplete.el (ecomplete-display-matches): Get highlightling
12444         right.
12445         (ecomplete-display-matches): Use literals.
12446         (ecomplete-display-matches): Disable message logging.
12447
12448         * message.el (message-display-abbrev): Small optimization.
12449
12450         * ecomplete.el (ecomplete-display-matches): Allow automatic
12451         display.
12452
12453         * message.el (message-strip-forbidden-properties):
12454         Display abbrevs.
12455         (message-display-abbrev): Get automatic display right.
12456
12457         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12458         keystrokes.
12459
12460 2006-04-13  Romain Francoise  <romain@orebokech.com>
12461
12462         TODO: Backport to v5-10!
12463
12464         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12465         Move here (and rename) from gnus-registry.el.
12466
12467         * gnus-registry.el: Require gnus-util.
12468         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12469
12470 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12471
12472         * gnus-group.el (gnus-group-catchup-current):
12473         Change if-then-else-if-then-else into cond.
12474         (gnus-group-catchup): Indent.
12475         (group-name-at-point): New function.
12476         (gnus-fetch-group): Provide default from thing at point.
12477
12478 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12479
12480         * message.el (message-display-abbrev): Fix regexp.
12481
12482         * ecomplete.el (ecomplete-highlight-match-line):
12483         Reimplement choosing.
12484         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12485         dead variables.
12486
12487         * message.el (message-newline-and-indent): Remove debugging.
12488         (message-display-abbrev): Use new implementation.
12489
12490 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12491
12492         * gnus-art.el (gnus-article-mode):
12493         Set cursor-in-non-selected-windows to nil.
12494
12495         * smiley.el: Revert previous change.
12496         (smiley-data-directory): defvar it before using it in the
12497         defcustom of `smiley-style'.
12498
12499 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500
12501         * message.el (message-newline-and-indent): New function.
12502
12503         * ecomplete.el: Implement more bits.
12504
12505         * message.el (message-put-addresses-in-ecomplete): Clean up the
12506         string.
12507
12508         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12509
12510         * gnus-sum.el (gnus-summary-save-parts):
12511         Bind gnus-summary-save-parts-counter and use it to make unique file
12512         names.
12513
12514         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12515
12516         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12517         parameter to say whether to actually parse the individual
12518         addresses.
12519
12520         * message.el (message-put-addresses-in-ecomplete): New function.
12521         (ecomplete): Require.
12522         (message-mail-alias-type): Add ecomplete as an option.
12523
12524 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12525
12526         * flow-fill.el (fill-flowed): Remove trailing space from blank
12527         quoted lines.
12528
12529 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12530
12531         * smiley.el (smiley-style): Move definition later to avoid a
12532         compilation warning.
12533
12534 2006-04-12  Kenichi Handa  <handa@m17n.org>
12535
12536         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12537         buffer and then decode the buffer text if necessary.
12538         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12539         first, and after mm-encode-body, change the buffer to unibyte.
12540         Use mm-disable-multibyte instead of set-buffer-multibyte.
12541
12542 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12545         Content-Type header instead of Content-Disposition header.
12546         (gnus-mime-inline-part): Ditto.
12547         (gnus-mime-view-part-as-charset): Ignore charset that the part
12548         specifies.
12549
12550         * mm-decode.el (mm-display-part): Work with external parts and
12551         usual parts similarly.
12552
12553         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12554         instead of gnus-display-mime.
12555
12556         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12557         instead of with-temp-buffer.
12558
12559         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12560         tag to summarized topics part in order to encode non-ASCII text.
12561
12562 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * smiley.el (smiley-style): New variable.
12565         (smiley-directory): New function.
12566         (smiley-data-directory): Derive from `smiley-style' using
12567         `smiley-directory'.
12568         (smiley-regexp-alist): Add new entries.
12569
12570         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12571         (gnus-article-browse-delete-temp): Add :version.
12572
12573 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12574
12575         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12576         the sieve region.
12577
12578 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12579
12580         * gnus.el (gnus-version-number): Bump version.
12581
12582 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * gnus.el: No Gnus v0.4 is released.
12585
12586 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12587
12588         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12589         layout.
12590
12591         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12592         unknown charset.
12593
12594         * message.el (message-header-synonyms): Add Original-To to the
12595         default.
12596
12597         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12598         optional parameter.
12599
12600 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * gnus-fun.el (gnus): Require it for gnus-directory.
12603
12604 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12607
12608 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12609
12610         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12611
12612 2006-04-05  Simon Josefsson  <jas@extundo.com>
12613
12614         * password.el (password-reset): New function.
12615
12616 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12617
12618         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12619         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12620
12621 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12622
12623         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12624         Some whitespace was matched into the url, which broke browsing hits
12625         > 100 when mm-url-use-external was nil.
12626
12627 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12630         Check gnus-extra-headers for 'Newsgroups.
12631
12632         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12633         bound.
12634
12635 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12636
12637         * pgg-gpg.el: Clean up process buffers every time gpg processes
12638         complete.
12639
12640 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12641
12642         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12643         doc string.
12644
12645 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12646
12647         * pgg-gpg.el (pgg-gpg-process-filter)
12648         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12649
12650         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12651         lines, temporary fix.
12652
12653 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12654
12655         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12656
12657 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12658
12659         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12660         default-enable-multibyte-characters.  This reverts the change from
12661         revision 6.17 which is no longer necessary because the passphrase
12662         is sent separately now.  GnuPG messages are unreadable under
12663         multibyte locales with default-enable-multibyte-characters set to
12664         nil.
12665
12666 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * message.el (message-tool-bar-gnome): Move "spell".
12669
12670 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12673         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12674         instead.
12675
12676 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12677
12678         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12679         Improve newsgroups handling for NNTP overviews which don't include
12680         Newsgroups.
12681
12682 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12683
12684         * message.el (message-resend): Bind message-generate-hashcash to nil.
12685
12686 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12687
12688         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12689         when searching for already-paid recipients.
12690
12691 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12692
12693         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12694         passphrases when it is not needed.
12695         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12696         passphrase stuff from gpg, should only be necessary when you use
12697         gpg with a smartcard.
12698
12699 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * mml.el (mml-insert-mime): Ignore cached contents of
12702         message/external-body part.
12703
12704         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12705         (mm-insert-part): Ditto.
12706
12707 2006-03-23  Simon Josefsson  <jas@extundo.com>
12708
12709         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12710         Reiner.
12711         (pgg-gpg-use-agent-p): Use it again.
12712
12713 2006-03-23  Simon Josefsson  <jas@extundo.com>
12714
12715         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12716         older emacsen.
12717         (pgg-gpg-use-agent-p): Don't use it.
12718
12719 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12722         if we can.
12723
12724 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12725
12726         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12727         (pgg-gpg-update-agent): New function.
12728         (pgg-gpg-use-agent-p): New function.
12729         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12730         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12731         (pgg-gpg-sign-region): Use it.
12732
12733 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12736         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12737
12738 2006-03-21  Simon Josefsson  <jas@extundo.com>
12739
12740         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12741         <wilde@sha-bang.de>.
12742         (pgg-gpg-use-agent): New variable.
12743         (pgg-gpg-process-region): Use it.
12744         (pgg-gpg-encrypt-region): Likewise.
12745         (pgg-gpg-encrypt-symmetric-region): Likewise.
12746         (pgg-gpg-decrypt-region): Likewise.
12747         (pgg-gpg-sign-region): Likewise.
12748         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12749
12750 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12753
12754         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12755         Add comment on version.
12756
12757 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12758
12759         * smiley.el: Add missing test smiley.
12760
12761 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * mm-decode.el (mm-with-part): New macro.
12764         (mm-get-part): Use it; work with message/external-body as well.
12765         (mm-save-part): Treat name and filename equally.
12766
12767         * mm-extern.el (mm-extern-cache-contents): New function.
12768         (mm-inline-external-body): Use it; force the part to be displayed;
12769         move undisplayer added to the cached handle to the parent.
12770
12771         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12772         (gnus-mime-view-part-as-type): Work with message/external-body.
12773
12774         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12775
12776 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12777
12778         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12779         images in image-load-path.  [Sync with image.el, revision 1.60, in
12780         Emacs.]
12781
12782 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12785         path rather than symbol.  Always return list of directories.
12786         Guarantee that image directory comes first.  [Sync with image.el,
12787         revision 1.59, in Emacs.]
12788
12789         * message.el (message-make-tool-bar): Adjust to new API of
12790         `gmm-image-load-path-for-library'.
12791
12792         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12793
12794         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12795
12796 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12797
12798         * gnus-art.el (gnus-article-only-boring-p):
12799         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12800         intangible text.
12801         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12802
12803 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12804
12805         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12806         Use `defun' instead of `gmm-defun-compat'.
12807
12808 2006-03-14  Simon Josefsson  <jas@extundo.com>
12809
12810         * message.el (message-unique-id): Don't use message-number-base36
12811         if (user-uid) is a float.
12812         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12813
12814 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12817
12818         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12819         empty line between a part and a message part.
12820
12821 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * smiley.el: Add more test smileys.
12824         (smiley-data-directory, smiley-regexp-alist)
12825         (gnus-smiley-file-types): Fix doc strings.
12826         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12827         adding new elements.
12828         (smiley-mouse-map): Unused code.  Make it a comment.
12829
12830 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12833         scan latest NoCeM messages instead of old ones.
12834         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12835         delimiters that are recently used.
12836         (gnus-nocem-load-cache): Add autoload cookie.
12837
12838         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12839
12840         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12841         level which is larger than gnus-use-nocem is specified.
12842
12843         * gnus-group.el (gnus-group-get-new-news): Ditto.
12844
12845 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * gnus-util.el (gnus-tool-bar-update): New function.
12848
12849         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12850         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12851
12852         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12853
12854         * gnus-group.el (gnus-group-redraw-when-idle)
12855         (gnus-group-redraw-check): Remove.
12856         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12857
12858 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12861         if optional last element is specified in splits (FIELD VALUE...).
12862
12863 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12866         to gmm-image-load-path-for-library.  Call with no-error argument.
12867         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12868
12869         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12870
12871         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12872
12873         * gmm-utils.el (gmm-image-load-path): Remove alias.
12874
12875 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12876
12877         * gmm-utils.el (gmm-image-load-path): Add alias.
12878
12879         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12880         nnml-generate-nov-databases-1.
12881         (nnml-generate-nov-databases): Use it.
12882         (nnml-generate-nov-databases-directory): Document no-active
12883         argument.
12884
12885         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12886         directory if path is t.  Add no-error.
12887
12888         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12889         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12890
12891         * gnus-art.el (gnus-article-browse-delete-temp-files):
12892         Simplify resetting gnus-article-browse-html-temp-list.
12893
12894         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12895         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12896         Add example to docstring.  Rename local variables.  Move error
12897         checks to default case in cond and simplify.
12898
12899 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12902         handle is multipart when calling it recursively.
12903         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12904
12905 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12906
12907         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12908         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12909
12910 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12913         is loaded.
12914
12915         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12916         loaded.
12917
12918 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12921         to "Emacs 23 (unicode)" in doc string.
12922
12923         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12924         "Emacs 23 (unicode)" in comment.
12925
12926 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12929
12930         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12931         characters 160 through 255 in Emacs 23.
12932
12933 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12936         gnus-article-browse-html-temp.
12937         (gnus-article-browse-delete-temp): Make it customizable.
12938         Add `file'.  Adjust doc string.
12939         (gnus-article-browse-delete-temp-files): Add argument.
12940         Allow query for each file.  Adjust doc string.
12941         (gnus-article-browse-html-parts):
12942         Add `gnus-article-browse-delete-temp-files' to
12943         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12944
12945 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12946
12947         * gnus-art.el (gnus-article-browse-html-temp)
12948         (gnus-article-browse-delete-temp): New variables.
12949         (gnus-article-browse-delete-temp-files): New function.
12950         (gnus-article-browse-html-parts): Use it.
12951
12952 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12953
12954         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12955
12956         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12957         string.
12958
12959         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12960         gnus-summary-insert-new-articles when unplugged.
12961         Remove gnus-summary-search-article-forward.
12962
12963         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12964         display-visual-class instead of display-color-cells.
12965
12966 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * dgnushack.el: Autoload customize-group for XEmacs.
12969
12970         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12971         message/* containing non-ASCII text properly.
12972
12973 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12974
12975         * message.el: Require gmm-utils, remove autoloads.
12976         (message-tool-bar): Set default based on
12977         gmm-tool-bar-style.
12978         (message-tool-bar-gnome): Add gmm-customize-mode.
12979
12980         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12981         gmm-tool-bar-style.
12982         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12983
12984         * gnus-group.el (gnus-group-tool-bar): Set default based on
12985         gmm-tool-bar-style.
12986         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12987
12988         * gmm-utils.el (gmm-image-directory): Rename variable from
12989         gmm-image-load-path.
12990         (gmm-image-load-path): Use gmm-image-directory.
12991         (gmm-customize-mode): New function.
12992         (gmm-tool-bar-style): New variable.
12993
12994         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12995         gnus-group-redraw-line-number.
12996         (gnus-group-redraw-check): Simplify.
12997         (gnus-group-tool-bar-update): Remove redraw check.
12998         (gnus-group-make-tool-bar): Add redraw check.
12999
13000 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13001
13002         * gnus-art.el (gnus-button): Add missing parentheses.
13003
13004 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * lpath.el: Fbind line-number-at-pos.
13007
13008 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13011
13012 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gnus-art.el (gnus-button): New face.
13015         (gnus-article-button-face): Use it.
13016
13017         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13018         Add gnus-summary-next-page.  Re-order.
13019
13020         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13021         next-node are now included.
13022         (gnus-group-redraw-line-number): New internal variable.
13023         (gnus-group-redraw-check): Helper function for updating the tool
13024         bar.
13025         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13026
13027         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13028
13029         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13030         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13031         Use it to match format of Spamassassin 3.0 and later.
13032         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13033         (spam-check-bogofilter)
13034         (spam-bogofilter-register-with-bogofilter): Fix args of
13035         `gnus-error' calls.
13036
13037 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13038
13039         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13040         unnecessary interaction when sending queued mails.
13041         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13042
13043 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13044
13045         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13046         first or last are nil.
13047
13048 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13049
13050         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13051
13052 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13053
13054         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13055
13056 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13057
13058         * dns.el (query-dns): Protect more against buggy tcp output.
13059
13060 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13063         nov.php.
13064
13065 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13066
13067         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13068         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13069         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13070         output on the server side.
13071         (nnweb-google-create-mapping): Update regexps and add some
13072         progress indication.
13073
13074 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * gnus-group.el (gnus-group-tool-bar-gnome):
13077         Fix gnus-agent-toggle-plugged.  Re-order icons.
13078         (gnus-group-tool-bar-gnome):
13079         Add gnus-group-{prev,next}-unread-group.
13080         (gnus-group-tool-bar-gnome): Re-order icons.
13081
13082         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13083         Move gnus-summary-insert-new-articles.
13084
13085         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13086         Fix comments.
13087
13088         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13089         also available in Emacs 21.3.
13090
13091         * message.el (message-fix-before-sending): Change "Emacs 22" to
13092         "Emacs 23 (unicode)" in comment.
13093
13094         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13095         "Emacs 23 (unicode)" in comment.
13096
13097         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13098         comment.
13099         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13100
13101         * mm-view.el (mm-fill-flowed): Add :version.
13102
13103 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13106         and load-path.
13107
13108 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * message.el: Autoload gmm-image-load-path.
13111         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13112         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13113         consitency.
13114
13115         * gmm-utils.el (gmm-image-load-path): Also search in
13116         "../etc/images".  Don't set gmm-image-load-path if we don't find
13117         the image.
13118
13119 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gmm-utils.el (gmm-image-load-path): Don't make
13122         `gmm-image-load-path' include subdirectories which the second arg
13123         `image' might specify.
13124
13125         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13126         subdirectory to icon file names.
13127
13128         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13129
13130 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13133         gmm-image-load-path calls.
13134
13135         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13136
13137         * message.el (message-make-tool-bar): Ditto.
13138
13139         * mml.el (mml-preview): Add comment concerning tool bar icons.
13140
13141         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13142         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13143
13144         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13145         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13146
13147         * message.el (message-tool-bar-gnome): Use new icon names.
13148         (message-make-tool-bar): Use `gmm-image-load-path'.
13149
13150         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13151         New functions from MH-E.
13152         (gmm-image-load-path): New variable from MH-E.
13153         (gmm-image-load-path): New function from MH-E.  Add arguments
13154         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13155         *-image-load-path-called-flag.
13156
13157 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13158
13159         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13160
13161 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13162
13163         * nnimap.el (nnimap-request-move-article): Change folder back to
13164         source group before deleting.
13165
13166 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13169
13170         * gnus-art.el (mm-url-insert-file-contents-external):
13171         Autoload mm-url.
13172
13173         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13174
13175 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13178         coding system which mm-charset-to-coding-system returns for a
13179         given charset is valid.
13180
13181 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13182
13183         * html2text.el (html2text-remove-tag-list):
13184         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13185
13186 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13187
13188         * gnus-cus.el: Revert 2005-10-17 change.
13189
13190 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * gnus-art.el (article-strip-banner):
13193         Call article-really-strip-banner only when the regexp match is made.
13194
13195 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-art.el (article-strip-banner):
13198         Use gnus-extract-address-components instead of
13199         mail-header-parse-addresses to make it work with non-ASCII text;
13200         remove mail-encode-encoded-word-string.
13201
13202         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13203         values which are surrounded with \"...\"; make it never cause a
13204         Lisp error; give up parsing of parameters if it failed in
13205         extracting type.
13206
13207 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13208
13209         * smime.el (smime-cert-by-ldap-1): Fix bug where
13210         `smime-ldap-search' returns results without userCertificates.
13211
13212 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13215
13216 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * spam.el (spam-check-spamassassin-headers): Adapt format for
13219         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13220         <ari@mbf.ocn.ne.jp>.
13221         (spam-list-of-processors): Add spam-use-gmane.
13222
13223 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13226         make-temp-file; make it work with XEmacs as well.
13227
13228         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13229         mm-make-temp-file.
13230
13231         * mm-decode.el (mm-display-external): Use the 3rd arg of
13232         mm-make-temp-file.
13233         (mm-create-image-xemacs): Ditto.
13234
13235 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13238         with message-narrow-to-headers.
13239         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13240         (gnus-draft-check-draft-articles): New function.
13241         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13242
13243 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13244
13245         * gnus-art.el (gnus-article-browse-html-parts):
13246         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13247         Don't use suffix argument for mm-make-temp-file for Emacs 21
13248         compatibility.  Remove useless `format'.
13249
13250 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13251
13252         * nnweb.el (nnweb-google-wash-article): Update regexps.
13253         (nnweb-group-alist): Use defvoo instead of defvar.
13254
13255 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13258         re-loading nn* modules.
13259
13260 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13263         for `tool-bar-mode' and don't check it's default-value.
13264
13265         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13266
13267         * message.el (message-make-tool-bar): Ditto.
13268
13269         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13270         `substring'.  Shorten tmp-file name.
13271
13272         * gnus.el: Remove bogus comment.
13273
13274 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13275
13276         * gnus-art.el (gnus-article-browse-html-parts): New function.
13277         (gnus-article-browse-html-article): New function for viewing html
13278         articles with a browser.
13279
13280 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13281
13282         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13283         in elisp.
13284         (pgg-gpg-encrypt-symmetric-region): Ditto.
13285         (pgg-gpg-sign-region): Ditto.
13286
13287         * pgg-def.el (pgg-text-mode): New variable.
13288
13289         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13290         (mml2015-pgg-encrypt): Ditto.
13291
13292         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13293         (mml1991-pgg-encrypt): Ditto.
13294
13295 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * nnfolder.el (nnfolder-insert-newsgroup-line):
13298         Use message-make-date instead of current-time-string.
13299
13300         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13301         to gnus-decoded which mm-uu might set.
13302
13303 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13306         don't decode quoted parameters; remove misimported Emacs code.
13307         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13308         (rfc2231-decode-encoded-string): Don't use split-string which
13309         behaves differently according to Emacs version; use
13310         mm-decode-coding-region to convert charset to coding-system.
13311         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13312         (rfc2231-encode-string): Remove misimported Emacs code.
13313
13314 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13317         when calling mail-header-parse-content-type.
13318         (article-de-quoted-unreadable): Ditto.
13319         (article-de-base64-unreadable): Ditto.
13320         (article-wash-html): Ditto.
13321
13322         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13323         calling mail-header-parse-content-type and
13324         mail-header-parse-content-disposition.
13325         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13326         mail-header-parse-content-type.
13327
13328         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13329         insert charset and format parameters; encode description after
13330         inserting it to buffer.
13331         (mml-insert-parameter): Fold lines properly even if a parameter is
13332         segmented into two or more lines; change the max column to 76.
13333
13334         * rfc1843.el (rfc1843-decode-article-body): Don't use
13335         ignore-errors when calling mail-header-parse-content-type.
13336
13337         * rfc2231.el (rfc2231-parse-string): Return at least type if
13338         possible; don't cause an error even if it fails in parsing of
13339         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13340         (rfc2231-encode-string): Don't break lines at the beginning, leave
13341         it to mml-insert-parameter.
13342
13343         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13344         calling mail-header-parse-content-type.
13345
13346 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * spam-report.el (spam-report-gmane-use-article-number):
13349         Improve doc string.
13350         (spam-report-gmane-internal): Check if a suitable header was found
13351         in the article.
13352
13353 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13356         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13357
13358 2006-02-05  Romain Francoise  <romain@orebokech.com>
13359
13360         Update copyright notices of all files in the gnus directory.
13361
13362 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13363
13364         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13365
13366 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13369         segmented lines of parameter value to cope with Thunderbird 1.5
13370         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13371         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13372         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13373
13374 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13375
13376         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13377         parts.
13378
13379 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13380
13381         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13382         there's only one active file for all servers.
13383         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13384         solid groups.  Gnus might have used a FAST request to select the group.
13385         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13386         and nnweb-search redundantly in the active file.
13387         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13388         (nnweb-request-create-group): Don't use ARGS.
13389         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13390         initialisations.  Let nnoo do the work.
13391
13392 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13395         Say the part has been decoded.
13396
13397         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13398
13399 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13400
13401         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13402         mailcap-viewer-test-cache when there's no 'test clause, since that
13403         will invert the meaning of a "nil" test previously determined by
13404         mailcap-mailcap-entry-passes-test.
13405
13406 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13409         compiling.
13410
13411         * gnus-sum.el: Ditto.
13412
13413         * message.el: Don't bind tool-bar-map when compiling.
13414
13415 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13418
13419 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13420
13421         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13422         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13423         current Google Groups.
13424
13425 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13428         and tool-bar-mode.
13429
13430         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13431         and tool-bar-mode.
13432
13433         * message.el (message-tool-bar-update): Simplify.
13434         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13435
13436         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13437         gnus-summary-buffer.
13438         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13439         gnus-summary-reply.
13440
13441         * gmm-utils.el (gmm): Add :version.
13442
13443 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * Makefile.in (clean): New rule.
13446         (distclean): Use it.
13447
13448 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13449
13450         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13451         Don't autoload.
13452
13453 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gmm-utils.el (gmm-verbose): Add :group.
13456
13457 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * message.el: Change some comments WRT tool-bars.
13460
13461         * gnus-sum.el (gnus-summary-tool-bar)
13462         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13463         (gnus-summary-tool-bar-zap-list): New variables.
13464         (gnus-summary-make-tool-bar): Complete rewrite using
13465         `gmm-tool-bar-from-list'.
13466
13467         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13468         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13469         New variables.
13470         (gnus-group-make-tool-bar): Complete rewrite using
13471         `gmm-tool-bar-from-list'.
13472         (gnus-group-tool-bar-update): New function.
13473
13474         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13475
13476 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13479         is dissected into a single part of which the type is the same as
13480         the given one; decode charset.
13481
13482 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13483
13484         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13485         into alists as symbol not string, since that's what
13486         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13487         look for.
13488
13489 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13492         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13493
13494         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13495
13496 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13499         (gnus-xmas-mime-security-button-menu): New function.
13500
13501         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13502         (gnus-mime-security-button-menu): New definition.
13503         (gnus-mime-security-button-map): Use them.
13504         (gnus-mime-security-button-menu): New function.
13505         (gnus-insert-mime-security-button): Addition to help echo.
13506         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13507         (gnus-mime-security-pipe-part): New functions.
13508
13509         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13510         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13511
13512         * mm-decode.el (mm-handle-set-disposition): Remove.
13513         (mm-handle-set-description): Remove.
13514
13515 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13518         (mm-w3m-standalone-supports-m17n-p): New function.
13519         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13520         w3m usage.
13521
13522         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13523         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13524
13525 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13526
13527         * message.el (message-tool-bar-zap-list):
13528         Use gmm-tool-bar-zap-list as custom type.
13529         (message-tool-bar-update): New function.
13530         (message-tool-bar, message-tool-bar-gnome)
13531         (message-tool-bar-retro): Add message-tool-bar-update.
13532         (message-tool-bar-gnome): Add flyspell-buffer.
13533
13534         * gnus-util.el (gnus-error): Describe `args'.
13535
13536         * gmm-utils.el (gmm-error): Describe `args'.
13537         (gmm-tool-bar-zap-list): New widget.
13538         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13539
13540 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13543         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13544         the number of recursive calls.
13545
13546         * mm-decode.el (mm-handle-set-disposition): New macro.
13547         (mm-handle-set-description): New macro.
13548
13549 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13552         encoding.
13553
13554 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * message.el (message-tool-bar-zap-list, message-tool-bar)
13557         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13558         (message-tool-bar-local-item-from-menu): Remove.
13559         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13560         (message-make-tool-bar): New function.
13561         (message-mode): Use `message-make-tool-bar'.
13562
13563         * gmm-utils.el: New file.
13564         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13565         (gmm-lazy): New widget copied from `nnmail.el'.
13566         (gmm-tool-bar-from-list): New function for creating customizable
13567         tool bars.
13568         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13569         output.
13570         (gmm): Add :prefix to defgroup.
13571
13572 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13573
13574         * gmm-utils.el (gmm-widget-p): New function.
13575
13576 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * mml.el (mml-attach-file): Describe `description' in doc string.
13579         (mml-menu): Add Emacs MIME manual and PGG manual.
13580
13581 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13582
13583         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13584
13585 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13586
13587         * nntp.el (nntp-end-of-line): Doc fix.
13588
13589 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13590
13591         * imap.el (imap-open): Handle case where buffer is a buffer
13592         object.
13593
13594 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13595
13596         * gnus-delay.el (gnus-delay): Don't autoload.
13597         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13598         to be re-loaded when customizing the `gnus-delay' group.
13599
13600 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13601
13602         * message.el (message-insert-citation-line): Use newlines.
13603
13604 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13605
13606         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13607         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13608         these routines, so the passphrase can be managed externally and
13609         passed in to the system.
13610         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13611         pgg-add-passphrase-to-cache function.
13612
13613         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13614         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13615         these routines, so the passphrase can be managed externally and
13616         passed in to the system.
13617         (pgg-pgp5-sign-region): Use new name of
13618         pgg-add-passphrase-to-cache function.
13619
13620 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13621
13622         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13623         part of the decoded armor to find the key-identifier.
13624         (pgg-gpg-lookup-key-owner): New function to return the
13625         human-readable identifier of a key owner.
13626         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13627         itself.
13628         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13629         the key value) if we have a key and can match it against a secret
13630         key.  Also, added a note pointing out fact that the prompt only
13631         indicates the first matching key.
13632
13633         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13634         pgg-decrypt-region.
13635         (pgg-add-passphrase-to-cache): Rename from
13636         `pgg-add-passphrase-cache' to reduce confusion (all callers
13637         changed).
13638         (pgg-remove-passphrase-from-cache): Rename from
13639         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13640         changed).
13641         (pgg-read-passphrase, pgg-add-passphrase-cache)
13642         (pgg-remove-passphrase-cache): Add informative docstrings.
13643         (pgg-decrypt): Convey provided passphrase in subordinate call to
13644         pgg-decrypt-region.
13645
13646 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13647
13648         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13649         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13650         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13651         'passphrase' argument, so the passphrase can be managed externally
13652         and then passed in to the system.
13653
13654         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13655         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13656         so the passphrase cache can be used reliably with identifiers
13657         besides a pgp packet's key id.
13658
13659         * pgg-gpg.el (pgg-gpg-encrypt-region)
13660         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13661         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13662         these routines, so the passphrase can be managed externally and
13663         passed in to the system.
13664
13665         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13666         'notruncate' argument, so the passphrase cache can be used
13667         reliably with identifiers besides a pgp packet's key id.
13668
13669 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13670
13671         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13672         symmetric encryption.
13673         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13674         encrypted session key.
13675         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13676         message ask for the passphrase in a proper way.
13677
13678         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13679         New user commands for symmetric encryption.
13680
13681 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13684
13685         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13686
13687 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13688
13689         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13690
13691 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * mm-decode.el (mm-inlined-types): Add application/pgp.
13694         (mm-automatic-display): Ditto.
13695
13696         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13697         part as text.
13698
13699 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * nnrss.el: Update copyright.
13702         (nnrss-opml-import): Query whether to subscribe to each entry.
13703
13704         * gnus-art.el:
13705         * gnus-sum.el:
13706         * gnus-xmas.el:
13707         * messagexmas.el:
13708         * mm-uu.el:
13709         * mm-view.el: Update copyright.
13710
13711 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13712
13713         * message.el (message-info): New function.
13714         (message-mode-menu): Add it.
13715         Update copyright.
13716
13717         * ChangeLog: Fix and update copyright.
13718
13719 2006-01-13  Romain Francoise  <romain@orebokech.com>
13720
13721         * message.el (message-forward-subject-name-subject): Prefer the
13722         address to 'nowhere' if the sender has no name.
13723         Fix typo.  Update copyright year.
13724
13725 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-art.el (article-wash-html):
13728         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13729         (gnus-article-wash-html-with-w3m-standalone): New function.
13730
13731         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13732         mm-inline-text-html-render-with-w3m-standalone.
13733         (mm-text-html-washer-alist): Map w3m-standalone to
13734         gnus-article-wash-html-with-w3m-standalone.
13735         (mm-inline-text-html-render-with-w3m-standalone): New function.
13736
13737 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13740         Improve LaTeX.
13741
13742 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13745         (nnrss-request-article): Render text/plain parts as HTML.
13746
13747         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13748         the buffer.
13749
13750 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13751
13752         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13753         custom definition of `gnus-posting-styles'.
13754
13755         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13756         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13757
13758 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13761         Use nntp for bug archive.
13762
13763 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13766         parts.
13767         (nnrss-normalize-date): New function converts ISO 8601 date into
13768         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13769         (nnrss-check-group): Use it.
13770
13771 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13774
13775         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13776         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13777         (nnrss-insert-w3): Ditto.
13778
13779 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13782         the articles to be forwarded including the case where neither a
13783         number of articles nor a region is specified.
13784
13785 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * nnrss.el (nnrss-request-article): Fix last change; fill
13788         text/plain parts.
13789
13790 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13793         in text/plain part.
13794         (nnrss-check-group): Don't add excessive newline to dc:subject.
13795
13796 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13797
13798         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13799         article.
13800
13801 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13802
13803         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13804         (nnml-use-compressed-files, nnml-save-mail): Support other
13805         comression programs such as bzip2.
13806
13807 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13808
13809         * dns.el (query-dns): Make sure we check the buffer size before
13810         removing tcp headers.
13811
13812 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13815         remove MIME buttons associated with multipart/alternative parts.
13816         (gnus-mime-display-alternative): Tag buttons using `article-type'
13817         text property.
13818
13819         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13820         associated with multipart/alternative parts.
13821
13822         * gnus-art.el (gnus-signature-separator): Fix custom type.
13823
13824         * mm-decode.el (mm-inlined-types): Fix custom type.
13825         (mm-keep-viewer-alive-types): Ditto.
13826         (mm-automatic-display): Ditto.
13827         (mm-attachment-override-types): Ditto.
13828         (mm-inline-override-types): Ditto.
13829         (mm-automatic-external-display): Ditto.
13830
13831 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13832
13833         * spam-report.el (spam-report-user-mail-address)
13834         (spam-report-user-agent): New variables.
13835         (spam-report-url-ping-plain): Use spam-report-user-agent.
13836
13837 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13838
13839         * gnus-art.el (gnus-button-handle-custom): Do not just use
13840         `customize-apropos' for any "M-x customize-*" button but the
13841         function called for.  Accept both the function name and its
13842         argument in order to achieve this.
13843         (gnus-button-alist): Remove support for "custom:" URL's.
13844         Pass function name to `gnus-button-handle-custom' in case of "M-x
13845         customize-*" buttons.
13846
13847 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13850         multipart/alternative and add xref to mm-discouraged-alternatives
13851         in doc string.
13852
13853         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13854         gnus-buttonized-mime-types in doc string.
13855
13856 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13859         Suggest image/.* in the doc string.
13860
13861 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13862
13863         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13864         message-marks (Debian bug #342521).
13865
13866 2005-12-12  Simon Josefsson  <jas@extundo.com>
13867
13868         * password.el (password-read-from-cache): Add.
13869         (password-read): Use it.
13870
13871 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * rfc2047.el (rfc2047-charset-to-coding-system):
13874         Recognize us-ascii as a MIME charset.
13875
13876         * mm-bodies.el (mm-decode-content-transfer-encoding):
13877         Protect against the case where the 2nd arg TYPE is nil.
13878
13879 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * pop3.el (pop3-stream-type): Fix custom version.
13882
13883         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13884
13885 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13886
13887         * mm-decode.el (mm-display-external): Add missing cdr.
13888
13889 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13892         RFC1524) if it is in mailcap or add a suffix according to
13893         mailcap-mime-extensions when generating a temp filename; postpone
13894         deleting a temp file for 2 seconds for some wrappers, shell
13895         scripts, and so on, which might exit right after having started a
13896         viewer command as a background job.
13897
13898 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * nntp.el (nntp-marks-directory): Fix custom group.
13901
13902         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13903         steps when < 10.
13904
13905         * gnus-start.el (gnus-no-server-1):
13906         Mention `gnus-level-default-subscribed' in doc string.
13907
13908 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13909
13910         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13911         parens.
13912
13913 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * gnus-xmas.el (gnus-use-toolbar): Revert.
13916         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13917         gnus-use-toolbar is default.
13918
13919         * messagexmas.el (message-use-toolbar): Revert.
13920         (message-setup-toolbar): Use global default-toolbar if
13921         message-use-toolbar is default.
13922
13923 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13926         according to default-toolbar-visible-p.
13927
13928         * messagexmas.el (message-use-toolbar): Ditto.
13929
13930 2005-11-26  Dave Love  <fx@gnu.org>
13931
13932         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13933         (tls-program, tls-success): Provide openssl alternative.
13934
13935         * starttls.el: Doc fixes.
13936         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13937         SERVICE to PORT.
13938
13939         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13940         port null or service name.
13941         (starttls-negotiate): Autoload.
13942
13943 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * message.el (message-kill-to-signature): Fix interactive spec.
13946
13947 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * pop3.el (pop3-open-server): Recognize a string as a service name.
13950
13951 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13952
13953         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13954
13955 2005-11-23  Dave Love  <fx@gnu.org>
13956
13957         Add pop3s, pop3/starttls.
13958
13959         * pop3.el (pop3-authentication-scheme): Clarify doc.
13960         (open-tls-stream, starttls-open-stream): Autoload.
13961         (pop3-stream-type): New.
13962         (pop3-open-server): Use it.
13963
13964         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13965         for POP.
13966         (mail-source-keyword-map): Add :stream for POP.
13967         (mail-source-fetch-pop): Use pop3-stream-type.
13968
13969 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13972         of current-time-string.
13973
13974 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13975
13976         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13977         date header.
13978
13979 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13980
13981         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13982         it can seriously impact performance as it bypasses the agent's
13983         local caches.
13984
13985 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13986
13987         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13988         must be explicitly online rather than "not explicitly offline" for
13989         its flags to be synchronized.
13990
13991         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13992         that gnus-uu-unmark-thread will function correctly.
13993
13994         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13995         1024K is instead displayed as 1M.
13996
13997 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13998
13999         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14000
14001 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14002
14003         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14004
14005 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14006
14007         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14008         error message to display actual error condition.
14009         (gnus-agent-save-local): Avoid saving symbols that are bound to
14010         nil as they simply result in a warning message in
14011         gnus-agent-read-local.
14012
14013 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14016         rather than make-variable-buffer-local for file-precious-flag.
14017
14018 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14019
14020         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14021         for duplicates which are removed.  The invalid sort check then
14022         triggers a rescan after the sort as sorting may have moved
14023         duplicate entries such that they can be cheaply detected.
14024
14025 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14028
14029 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14030
14031         * gnus-agent.el (gnus-agent-article-alist-save-format):
14032         Change internal variable to a custom variable.  Change default value
14033         from compressed(2) to uncompressed(1).
14034         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14035         support for uncompressed agentview files.  Taken together, reading
14036         the agentview file should now be 6-7 times faster.
14037
14038 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14039
14040         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14041         as a buffer-local variable.  This avoids creating truncated
14042         dribble files as a result of a hang up, eg.
14043
14044 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14045
14046         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14047         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14048         XEmacs.
14049
14050 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * gnus-start.el (gnus-start-draft-setup):
14053         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14054
14055         * gnus.el (gnus-splash): Change custom group.
14056         (gnus-group-get-parameter, gnus-group-parameter-value):
14057         Describe allow-list argument.
14058
14059         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14060         string.
14061
14062 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14063
14064         * gnus-art.el (gnus-default-article-saver): Add user-defined
14065         `function' to custom type.
14066
14067 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14068
14069         * imap.el (imap-open): Handle case where buffer is a buffer
14070         object.
14071
14072 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14075         long lines.
14076         (gnus-cache-delete-group): Wrap doc strings.
14077
14078         * gnus-agent.el (gnus-agent-rename-group)
14079         (gnus-agent-delete-group): Wrap doc strings.
14080
14081 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * messagexmas.el (message-use-toolbar): Change the valid values
14084         into default, top, bottom, left, and right.
14085         (message-toolbar-thickness): New variable.
14086         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14087         well.
14088         (message-setup-toolbar): Make it work.
14089
14090         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14091         (gnus-use-toolbar): Change the valid values into default, top,
14092         bottom, left, and right.
14093         (gnus-toolbar-thickness): New variable.
14094         (gnus-xmas-setup-toolbar): New function.
14095         (gnus-xmas-setup-group-toolbar): Use it.
14096         (gnus-xmas-setup-summary-toolbar): Use it.
14097
14098 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14099
14100         * gnus-start.el (gnus-1): Add "native" to
14101         gnus-predefined-server-alist.
14102
14103         * gnus.el (gnus-method-to-server): Don't add "native" to the
14104         lists here, because that leads to problems when
14105         gnus-select-method is bound.
14106
14107 2005-11-09  Simon Josefsson  <jas@extundo.com>
14108
14109         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14110         use (not sort-by-date) instead.
14111
14112 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14113
14114         * gnus-delay.el (gnus-delay-group): Don't autoload.
14115         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14116         to be re-loaded when customizing the `gnus-delay' group.
14117
14118 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14119
14120         * message.el: Revert last changes.
14121         (message-insert-citation-line): Use newlines.
14122
14123 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14124
14125         * message.el (message-courtesy-message)
14126         (message-mark-insert-begin, message-mark-insert-end)
14127         (message-elide-ellipsis, message-cancel-message)
14128         (message-add-header, message-change-subject)
14129         (message-cross-post-followup-to-header)
14130         (message-cross-post-insert-note, message-reduce-to-to-cc)
14131         (message-widen-reply, message-delete-not-region)
14132         (message-kill-to-signature, message-insert-signature)
14133         (message-insert-importance-high, message-insert-importance-low)
14134         (message-insert-or-toggle-importance)
14135         (message-insert-disposition-notification-to)
14136         (message-indent-citation, message-yank-original)
14137         (message-cite-original-without-signature, message-cite-original)
14138         (message-insert-citation-line, message-position-on-field)
14139         (message-fix-before-sending, message-send-mail-partially)
14140         (message-send-mail, message-send-mail-with-sendmail)
14141         (message-send-mail-with-qmail, message-send-news)
14142         (message-check-news-header-syntax, message-generate-headers)
14143         (message-insert-courtesy-copy, message-fill-address)
14144         (message-fill-header, message-shorten-references)
14145         (message-setup-1, message-cancel-news)
14146         (message-forward-make-body-plain, message-forward-make-body-mime)
14147         (message-forward-make-body-mml, message-encode-message-body)
14148         (message-forward-make-body-digest-plain)
14149         (message-forward-make-body-digest-mime)
14150         (message-use-alternative-email-as-from): Insert `hard-newline'
14151         instead of ordinary newlines.
14152
14153 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * message.el (message-generate-headers): Downcase the argument
14156         given to message-check-element.
14157
14158 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14159
14160         * nntp.el (nntp-authinfo-rejected): New error condition.
14161         (nntp-wait-for): Use new error condition to signal authentication
14162         error.
14163         (nntp-retrieve-data): Rethrow new error condition to break out of
14164         recursive call to nntp-send-authinfo.
14165
14166 2005-11-08  Romain Francoise  <romain@orebokech.com>
14167
14168         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14169         (gnus-summary-exit-map): Bind to `Z p'.
14170         (gnus-summary-make-menu-bar): Add menu item.
14171
14172 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14175         (gnus-treat-*): Add `first' in all doc strings.
14176
14177         * gnus-group.el (gnus-group-compact-group): Fix typo.
14178
14179 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus.el (gnus-parameters-case-fold-search): New variable.
14182         (gnus-parameters-get-parameter): Use it.
14183
14184         * gnus-score.el (gnus-home-score-file): Doc fix.
14185
14186 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14187
14188         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14189
14190 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * mm-util.el (mm-special-display-p): New function.
14193
14194         * mml.el (mml-preview): Use it; doc fix.
14195
14196 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14197
14198         * imap.el (imap-open): Handle case where buffer is a buffer object.
14199
14200 2005-10-29  Romain Francoise  <romain@orebokech.com>
14201
14202         * message.el (message-fix-before-sending): Fix comment.
14203
14204 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14205
14206         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14207
14208 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14209
14210         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14211         Used in gnus-score.el.
14212
14213 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14214
14215         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14216
14217 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14220         whitespace removed in revision 7.8.  Use concatenated string to
14221         protect trailing whitespace.
14222
14223 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14224
14225         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14226         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14227         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14228         Courier IMAP ("some version from 2004").  Mostly based on similar
14229         code in the same function.
14230
14231 2005-10-26  Didier Verna  <didier@xemacs.org>
14232
14233         * gnus-group.el (gnus-group-compact-group): Invalidate original
14234         article buffer.
14235         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14236         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14237         NOV database and in article itself.
14238         Invalidate article backlog.
14239
14240 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14243
14244 2005-10-26  Simon Josefsson  <jas@extundo.com>
14245
14246         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14247         part of 2004-07-25 change.
14248
14249 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * message.el (message-display-completion-list): New function.
14252         (message-expand-group): Use it; make sure the Completions buffer
14253         is modifiable.
14254 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14255
14256         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14257         user-mail-name is an empty string.
14258
14259 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14262         depending on gnus-score-decay-constant.
14263
14264         * encrypt.el (encrypt-insert-file-contents)
14265         (encrypt-write-file-contents): Don't use `gnus-message'.
14266
14267         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14268         arguments.
14269         (mm-uu-type-alist): Add message-marks and insert-marks.
14270         Pass arguments to mm-uu-verbatim-marks-extract.
14271         (mm-uu-hide-markers): New variable.
14272         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14273
14274         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14275         (gnus-convert-image-to-face-command): Use "convert" by default to
14276         allow other input image formats.
14277         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14278         accordingly.
14279
14280 2005-10-23  Simon Josefsson  <jas@extundo.com>
14281
14282         * imap.el (imap-gssapi-program): Align command line parameters
14283         with latest GNU SASL.
14284         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14285
14286 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14287
14288         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14289         HTML.
14290         (nnslashdot-request-article): Ditto.
14291
14292         * lpath.el (featurep): Add nobreak-char-display.
14293
14294 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14295
14296         * mail-source.el (mail-source-fetch-pop): Require pop3.
14297         (mail-source-check-pop): Ditto.
14298
14299 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14302         errors.
14303
14304 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14307         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14308
14309         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14310
14311         * mm-bodies.el (mm-decode-string):
14312         Call `mm-charset-to-coding-system' with allow-override argument.
14313
14314 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14317         (rfc2047-charset-to-coding-system): New function.
14318         (rfc2047-decode-encoded-words): New function.
14319         (rfc2047-decode-region): Use them.
14320         (rfc2047-decode-cte): Remove.
14321         (rfc2047-parse-and-decode): Remove.
14322         (rfc2047-decode): Remove.
14323
14324 2005-10-15  Kenichi Handa  <handa@m17n.org>
14325
14326         * rfc2047.el (rfc2047-decode-cte): New function.
14327         (rfc2047-decode-region): Change the way to decode successive
14328         encoded-words: decode B- or Q-encoding in each encoded-word,
14329         concatenate them, and decode it as charset.
14330
14331 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * lpath.el: Fbind codepage-setup for XEmacs.
14334
14335 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14336
14337         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14338         widget-move-and-invoke.
14339         (gnus-custom-mode): Use gnus-custom-map.
14340
14341 2005-10-15  Bill Wohler  <wohler@newt.com>
14342
14343         * message.el (message-tool-bar-map): Rename image file from
14344         mail_send to mail/send.
14345
14346 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14347
14348         * message.el (message-expand-group): Pass the common
14349         prefix substring of completion to `display-completion-list'.
14350
14351 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * mml-sec.el (mml-secure-method): New internal variable.
14354         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14355         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14356         New functions using mml-secure-method.
14357
14358         * mml.el (mml-mode-map): Add key bindings for those functions.
14359         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14360         Harder <harder@myrealbox.com>.
14361         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14362         Goto end of message if point is the headers of the message.
14363
14364         * message.el (message-in-body-p): New function.
14365
14366         * assistant.el: Autoload gnus-util and netrc.
14367
14368         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14369         Use `mm-charset-override-alist' only when decoding.
14370
14371         * mm-bodies.el (mm-decode-body):
14372         Call `mm-charset-to-coding-system' with allow-override argument.
14373
14374         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14375         `filename' from Content-Disposition if Content-Type doesn't
14376         provide `name'.
14377         (gnus-mime-view-part-as-type): Set default instead of
14378         initial-input.
14379
14380 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14381
14382         * format-spec.el (format-spec): Propagate text properties of % spec.
14383
14384 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14385
14386         * gnus-art.el (gnus-treat-predicate): Add `first'.
14387
14388 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14389
14390         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14391         (mm-charset-override-alist): New variable.
14392         (mm-charset-to-coding-system): Use it.
14393         (mm-codepage-setup): New helper function.
14394         (mm-charset-eval-alist): New variable.
14395         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14396         Warn about unknown charsets.
14397
14398         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14399
14400 2005-10-04  David Hansen  <david.hansen@gmx.net>
14401
14402         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14403         (nnrss-check-group): Ditto.
14404
14405 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14408         Rename x-gnus-verbatim to x-verbatim.
14409         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14410
14411         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14412         x-verbatim.
14413
14414         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14415
14416         * gnus-util.el (gnus-remove-duplicates): Remove.
14417
14418         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14419         instead of gnus-remove-duplicates.
14420
14421         * message.el (message-remove-duplicates): Remove.
14422         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14423         message-remove-duplicates.
14424
14425         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14426         available, else use implementation from `delete-dups'.
14427
14428         * message.el (message-insert-expires): New function.
14429         (message-mode-map): Add key binding.
14430         (message-mode-field-menu): Add menu entry.
14431         (message-mode): Document it.
14432         (message-make-expires-date): Use `message-make-date'.
14433
14434 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14435
14436         * message.el (message-make-expires-date): New function.
14437
14438 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * Makefile.in (list-installed-shadows): New entry.
14441         (install): Use it.
14442         (remove-installed-shadows): New entry.
14443
14444         * dgnushack.el (dgnushack-default-load-path): New variable.
14445         (dgnushack-find-lisp-shadows): New function.
14446         (dgnushack-remove-lisp-shadows): New function.
14447
14448 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * Makefile.in (install-el-elc): New entry.
14451         (install): Use it so that .el files are necessarily installed.
14452
14453 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14456
14457 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14458
14459         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14460         function rather than the diff-mode.el package.
14461         (mm-display-external): Use with-current-buffer.
14462         (mm-viewer-completion-map, mm-viewer-completion-map):
14463         Move initialization inside declaration.
14464
14465 2005-09-29  Simon Josefsson  <jas@extundo.com>
14466
14467         * spam.el: Load hashcash when compiling, to avoid warnings.
14468         Don't autoload mail-check-payment.
14469         (spam-check-hashcash): Define unconditionally, since hashcash.el
14470         is part of Gnus now.  Ignore errors from payment checking.
14471
14472 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * message.el (message-bold-region, message-unbold-region):
14475         Rename from `bold-region' and `unbold-region'.
14476
14477         * message.el: Remove useless autoloads.
14478
14479 2005-09-28  Simon Josefsson  <jas@extundo.com>
14480
14481         * message.el (message-use-idna): Default to t.
14482         (message-use-idna): Test whether encoding works too.  Doc fix.
14483
14484 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * nntp.el (nntp-warn-about-losing-connection): Remove.
14487
14488 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14491         customizable.  Change default value.
14492         (mm-uu-diff-groups-regexp): Change default value.
14493         (mm-uu-type-alist): Add doc string.
14494         (mm-uu-configure): Add doc string.  Make it interactive.
14495         (mm-uu-tex-groups-regexp): New variable.
14496         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14497         (mm-uu-type-alist): Add LaTeX documents.
14498         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14499         of "text/verbatim".
14500         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14501
14502         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14503         instead of "text/verbatim".
14504
14505         * message.el (message-mark-inserted-region)
14506         (message-mark-insert-file): Use slrn style marks when called with
14507         prefix argument.
14508
14509 2005-09-27  Simon Josefsson  <jas@extundo.com>
14510
14511         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14512
14513 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14514
14515         * message.el (message-remove-duplicates): New function.
14516         Implementation borrowed from `gnus-remove-duplicates'.
14517         (message-idna-to-ascii-rhs): Also encode idna addresses in
14518         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14519         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14520         only ask about the same idna domain once per header and also tell
14521         in what header to replace the idna domain.
14522
14523         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14524         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14525         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14526         a header is decoded and not just the last one.
14527
14528 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14531         has been decoded.
14532
14533         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14534         (mm-insert-part): Don't modify text if it has been decoded.
14535
14536         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14537         decoded.
14538
14539         * mm-view.el (mm-inline-text): Don't strip text props unless
14540         decoding enriched or richtext parts.
14541
14542 2005-09-25  Romain Francoise  <romain@orebokech.com>
14543
14544         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14545         * gnus-start.el (gnus-subscribe-interactively):
14546         * gnus-uu.el (gnus-uu-grab-articles):
14547         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14548         space.
14549
14550 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14551
14552         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14553         * mm-view.el (mm-view-pkcs7-decrypt):
14554         * gnus-sum.el (gnus-summary-limit-to-extra)
14555         (gnus-summary-respool-article, gnus-read-move-group-name):
14556         * gnus-score.el (gnus-summary-increase-score):
14557         * gnus-util.el (gnus-completing-read-with-default):
14558         * gnus-art.el (gnus-read-save-file-name)
14559         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14560         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14561         * message.el (message-check-news-header-syntax):
14562         Follow convention for reading with the minibuffer.
14563
14564 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * spam-report.el (spam-report-url-ping-plain):
14567         Use gnus-extended-version as User-Agent.
14568
14569         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14570         default value is nil.
14571
14572         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14573         (mm-uu-verbatim-marks-extract): New function.
14574         (mm-uu-extract): New face.
14575         (mm-uu-copy-to-buffer): Use it.
14576
14577         * spam-report.el (spam-report-gmane-ham): Rename from
14578         `spam-report-gmane-unspam'.
14579         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14580         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14581
14582         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14583         Autoload.
14584         (spam-report-gmane-unregister-routine):
14585         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14586
14587 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14588
14589         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14590         (spam-report-gmane-unregister-routine): Add support for gmane
14591         unregistration.
14592
14593         * spam-report.el (spam-report-gmane-unspam)
14594         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14595         (spam-report-gmane): Change to take a single article and do unspam
14596         registration.
14597
14598 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * mm-url.el (mm-url-decode-entities): Fix regexp.
14601
14602 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14603
14604         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14605         default to nil, to be able to use Gnus at all.  If the default
14606         switches to something else, then the function should be fixed not
14607         be exceedingly slow.
14608
14609 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14612         fail hard.
14613
14614         * spam-report.el: Add better Keywords line.
14615
14616         * spam.el: Add Maintainer and better Keywords line.
14617
14618 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * gnus-art.el (gnus-article-replace-part)
14621         (gnus-mime-replace-part): New functions.
14622         (gnus-mime-action-alist, gnus-mime-button-commands)
14623         (gnus-mime-save-part-and-strip): Add file argument.
14624         (gnus-article-part-wrapper): Add interactive argument.
14625
14626         * gnus-sum.el (gnus-summary-mime-map):
14627         Add `gnus-article-replace-part'.
14628
14629 2005-09-19  Didier Verna  <didier@xemacs.org>
14630
14631         The nnml compaction feature:
14632         * nnml.el (nnml-request-compact-group): New function.
14633         * nnml.el (nnml-request-compact): New function.
14634         * gnus-int.el (gnus-request-compact-group): New function.
14635         * gnus-int.el (gnus-request-compact): New function.
14636         * gnus-group.el (gnus-group-compact-group): New function.
14637         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14638         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14639         * gnus-srvr.el (gnus-server-compact-server): New function.
14640         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14641         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14642
14643 2005-09-18  Deepak Goel  <deego@gnufans.org>
14644
14645         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14646         format spec.
14647
14648 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14651
14652 2005-09-15  Romain Francoise  <romain@orebokech.com>
14653
14654         * message.el (message-fill-paragraph): Clarify docstring.
14655
14656 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * gnus-art.el (gnus-mime-display-part): Protect against broken
14659         MIME messages.
14660
14661 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14664         before parsing header.
14665
14666 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14667
14668         * html2text.el (html2text-replace-list): Add new entities.
14669
14670 2005-09-11  Romain Francoise  <romain@orebokech.com>
14671
14672         * message.el (message-alternative-emails): Improve docstring.
14673         (message-setup-1): Call `message-use-alternative-email-as-from'
14674         after `message-setup-hook' to give it precedence over posting
14675         styles, etc.
14676         (message-use-alternative-email-as-from): Add docstring.
14677         Remove the original From header if present.
14678
14679         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14680         (nnml-save-mail): Use it.
14681
14682         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14683         articles.  Add new argument `silent'.
14684         (gnus-uu-mark-all): Report the total number of marked articles.
14685
14686 2005-09-10  Romain Francoise  <romain@orebokech.com>
14687
14688         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14689         (gnus-uu-mark-series): Likewise.
14690
14691 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14692
14693         * spam-report.el (spam-report-gmane): Fix generation of spam
14694         report URL.
14695
14696 2005-09-10  Simon Josefsson  <jas@extundo.com>
14697
14698         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14699         t, based on discussion on the ding list with Robert Epprecht
14700         <epprecht@solnet.ch>.
14701
14702 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14703
14704         * spam-report.el (spam-report-gmane): Make it work without
14705         X-Report-Spam header.  Gmane now only provides Archived-At.
14706         This is only used if `spam-report-gmane-use-article-number' is nil.
14707         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14708
14709         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14710         make `gnus-summary-sort-by-recipient' work with threading.
14711
14712         * nnweb.el (nnweb-google-wash-article): Print a message if article
14713         is not available.
14714
14715 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14716
14717         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14718         change.  Decode text/* parts content before displaying.
14719
14720 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14721
14722         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14723
14724 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14727
14728         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14729         url-package-name, url-package-version,
14730         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14731         w3m-display-inline-images, and w3m-minor-mode-map.
14732
14733 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14734
14735         * message.el (message-tab-body-function): Fix mismatched custom type.
14736
14737         * gnus.el (gnus-group-change-level-function): Ditto.
14738
14739         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14740
14741         * gnus-art.el (gnus-signature-limit)
14742         (gnus-article-mime-part-function): Ditto.
14743
14744 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * mml.el (mml-mode): Silence the byte compiler.
14747
14748         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14749         using `(sit-for 0)' before moving the point to the specified part;
14750         skip unbuttonized parts.
14751         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14752         return to the summary window if gnus-auto-select-part is non-nil.
14753
14754 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14757         New variables.
14758         (mml-dnd-attach-file, mml-mode): Use them.
14759
14760         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14761         Make fetching article by MID work again for Google Groups.
14762         Add FIXME concerning gnus-group-make-web-group.
14763
14764         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14765         Don't depend on Gnus by using mail-extract-address-components if
14766         gnus-extract-address-components is not bound.
14767
14768 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14769
14770         * gnus-art.el (gnus-mime-display-security): Don't display the
14771         signature, but only the signed part.
14772
14773 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14776
14777         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14778         list, not listp.
14779
14780 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14781
14782         * mm-encode.el (mm-encode-content-transfer-encoding):
14783         Likewise when encoding.
14784
14785         * mm-bodies.el (mm-decode-content-transfer-encoding):
14786         De-canonicalize CRLF for all text content types, not just
14787         text/plain.
14788
14789 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14792         valid article; point arrow and cursor at the MIME button.
14793
14794 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14797         Suggested by Dan Christensen <jdc@uwo.ca>.
14798
14799         * mm-decode.el (mm-save-part): Enable change of prompt.
14800
14801 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14802
14803         * gnus-msg.el (gnus-inews-add-send-actions):
14804         Make `message-post-method' lambda parameter ARG `&optional'.
14805
14806 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * gnus-sum.el (gnus-summary-mime-map):
14809         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14810         gnus-article-jump-to-part.
14811
14812         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14813         (gnus-article-edit-part): Use it.
14814         (gnus-article-part-wrapper): Add no-handle argument.
14815         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14816         New functions.
14817
14818 2005-08-29  Romain Francoise  <romain@orebokech.com>
14819
14820         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14821         docstring.
14822         (gnus-face-from-file): Likewise.
14823
14824 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14827         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14828         non-nil.
14829         (gnus-auto-select-part): New variable.
14830         (gnus-article-jump-to-part): New function.
14831         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14832         (gnus-mime-delete-part): Allow selecting specified part after
14833         deleting or stripping parts.
14834         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14835         part if argument is bogus.
14836
14837 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14838
14839         * gnus-art.el (w3m-minor-mode-map):
14840         * gnus-spec.el (gnus-newsrc-file-version):
14841         * gnus-util.el (nnmail-active-file-coding-system)
14842         (gnus-original-article-buffer, gnus-user-agent):
14843         * gnus.el (gnus-ham-process-destinations)
14844         (gnus-parameter-ham-marks-alist)
14845         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14846         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14847         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14848         * mm-decode.el (gnus-current-window-configuration):
14849         * mm-extern.el (gnus-article-mime-handles):
14850         * mm-url.el (url-current-object, url-package-name)
14851         (url-package-version):
14852         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14853         (smime-keys, w3m-cid-retrieve-function-alist)
14854         (w3m-current-buffer, w3m-display-inline-images)
14855         (w3m-minor-mode-map):
14856         * mml-smime.el (gnus-extract-address-components):
14857         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14858         (gnus-newsrc-hashtb, message-default-charset)
14859         (message-deletable-headers, message-options)
14860         (message-posting-charset, message-required-mail-headers)
14861         (message-required-news-headers):
14862         * mml1991.el (mc-pgp-always-sign):
14863         * mml2015.el (mc-pgp-always-sign):
14864         * nnheader.el (nnmail-extra-headers):
14865         * rfc1843.el (gnus-decode-encoded-word-function)
14866         (gnus-decode-header-function, gnus-newsgroup-name):
14867         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14868
14869 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14870
14871         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14872         the end of the date treatments.
14873
14874 2005-08-15  Simon Josefsson  <jas@extundo.com>
14875
14876         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14877         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14878         Capello and Romain Francoise.
14879         (pgg-fetch-key-function): Remove, not used?
14880         (pgg-insert-url-with-w3): Require url, to get
14881         url-insert-file-contents regardless of where it is defined.
14882
14883 2005-08-13  Romain Francoise  <romain@orebokech.com>
14884
14885         * message.el (message-cite-original-1): New function.
14886         (message-cite-original): Use it.
14887         (message-cite-original-without-signature): Ditto.
14888
14889 2005-08-08  Romain Francoise  <romain@orebokech.com>
14890
14891         * message.el (message-yank-empty-prefix): New variable.
14892         (message-indent-citation): Use it.
14893         (message-cite-original-without-signature): Respect X-No-Archive.
14894
14895 2005-08-08  Simon Josefsson  <jas@extundo.com>
14896
14897         * pgg.el: Autoload url-insert-file-contents instead of loading
14898         w3/url.
14899         (pgg-insert-url-with-w3): Don't load url here.
14900
14901 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14902
14903         * message.el (message-kill-to-signature): Don't insert newline at
14904         bol.
14905         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14906
14907 2005-08-06  Romain Francoise  <romain@orebokech.com>
14908
14909         * message.el (message-user-fqdn): Fix typo in docstring.
14910
14911 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14912
14913         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14914
14915         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14916
14917 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * mm-bodies.el (mm-encode-body): Use coding system rather than
14920         charset to encode text.
14921
14922         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14923         number of charsets if utf-8 is available (XEmacs).
14924
14925 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14926
14927         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14928         taken from `gnus-button-mid-or-mail-regexp'.
14929         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14930         (gnus-button-alist): Improve regexp for domain part of the MIDs
14931         for news:localpart@domain buttons.
14932         (gnus-button-ctan-directory-regexp): Update.
14933
14934 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * sieve-manage.el (sieve-manage-interactive-login):
14937         Use make-local-variable rather than make-variable-buffer-local.
14938         (sieve-manage-open): Ditto.
14939         (sieve-manage-authenticate): Ditto.
14940
14941         * mml.el (mml-generate-mime-1): Make the content type default to
14942         text/plain if the filename is not specified.
14943
14944 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14947         instead of insert-buffer.
14948
14949         * message.el (message-yank-original): Ditto; set the mark at the
14950         end of the yanked message.
14951
14952 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14955         lines to scroll rather than to stop it.
14956
14957         * mml.el (mml-generate-default-type): Add doc string.
14958         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14959         default to application/octet-stream when determining the content
14960         type if it is not specified for the part or the mml contents; add
14961         a comment about mml-generate-default-type.
14962
14963 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14964
14965         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14966         make it default to application/octet-stream when determining the
14967         content type if it is not specified for the external contents.
14968
14969 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14972         segmented parameter but also other parameters might be there.
14973
14974 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * mm-decode.el (mm-display-external): Delete temp file, directory
14977         and buffer immediately if the external process is exited.
14978
14979 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14982         fewer lines than that of scroll-margin.
14983         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14984
14985 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-art.el (gnus-article-next-page): Revert.
14988         (gnus-article-beginning-of-window): New macro.
14989         (gnus-article-next-page-1): Use it.
14990         (gnus-article-prev-page): Ditto.
14991         (gnus-article-edit-part): Use insert-buffer-substring instead of
14992         insert-buffer.
14993         (gnus-article-edit-exit): Ditto.
14994
14995         * gnus-util.el (gnus-beginning-of-window): Remove.
14996         (gnus-end-of-window): Remove.
14997
14998         * lpath.el: Don't bind header-line-format and scroll-margin.
14999
15000 2005-07-25  Simon Josefsson  <jas@extundo.com>
15001
15002         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15003         to have the url package without w3.  Reported by Daiki Ueno
15004         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15005
15006 2005-07-20  Didier Verna  <didier@xemacs.org>
15007
15008         * gnus-diary.el: Remove the description comment (nndiary is now
15009         properly documented in the Gnus manual).
15010         Fix the spelling of "Back End".
15011         * nndiary.el: Ditto.
15012         Fix the copyright notice.
15013
15014 2005-07-18  Romain Francoise  <romain@orebokech.com>
15015
15016         * gnus-sum.el (gnus-summary-to-prefix)
15017         (gnus-summary-newsgroup-prefix): New variables.
15018         (gnus-summary-from-or-to-or-newsgroups): Use them.
15019
15020 2005-07-17  Romain Francoise  <romain@orebokech.com>
15021
15022         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15023         space as it's generally not especially interesting to the user.
15024
15025 2005-07-16  Romain Francoise  <romain@orebokech.com>
15026
15027         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15028         nil to avoid prompting and file modification if one of the
15029         messages at the top of the nnfolder file contains a copyright
15030         notice.
15031         Update copyright notice.
15032
15033         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15034         instead of `current-time-string' as the latter creates a time
15035         string that is not RFC 2822 compliant (it lacks the zone).
15036         Update copyright notice.
15037
15038 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15039
15040         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15041         for text/rtf.  Display default in prompt.  Pass default for M-n.
15042
15043         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15044
15045 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15046
15047         * gnus-msg.el (gnus-button-mailto):
15048         Remove save-selected-window-window hackery because it relies on
15049         save-selected-window internals.
15050
15051 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15054         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15055         (gnus-article-prev-page): Ditto.
15056
15057         * gnus-util.el (gnus-beginning-of-window): New function.
15058         (gnus-end-of-window): New function.
15059
15060         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15061
15062 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15063
15064         * gnus-score.el (gnus-score-edit-all-score):
15065         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15066         gnus-message.
15067
15068 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15069
15070         * gnus-msg.el (gnus-button-mailto):
15071         Remove save-selected-window-window hackery because it relies on
15072         save-selected-window internals.
15073
15074 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15077         add-minor-mode.
15078         (gnus-binary-mode): Ditto.
15079
15080         * gnus-topic.el (gnus-topic-mode): Ditto.
15081
15082 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15083
15084         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15085         (gnus-article-prev-page): Take scroll-margin into consideration.
15086
15087 2005-07-04  Lute Kamstra  <lute@gnu.org>
15088
15089         Update FSF's address in GPL notices.
15090
15091 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15092
15093         * gnus.el (gnus-exit):
15094         * gnus-group.el (gnus-group-icons):
15095         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15096
15097         * gnus-nocem.el (gnus-nocem):
15098         * message.el (message-various, message-buffers, message-sending)
15099         (message-interface, message-forwarding, message-insertion)
15100         (message-headers, message-news, message-mail):
15101         * pgg-gpg.el (pgg-gpg):
15102         * pgg-parse.el (pgg-parse):
15103         * pgg-pgp.el (pgg-pgp):
15104         * pgg-pgp5.el (pgg-pgp5):
15105         * pop3.el (pop3): Finish `defgroup' description with period.
15106
15107 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-art.el (article-display-face): Improve the efficiency.
15110         (article-display-x-face): Ditto; remove grey x-face stuff.
15111
15112 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-art.el (article-display-face): Correct the position in
15115         which Faces are inserted.
15116
15117 2005-06-29  Didier Verna  <didier@xemacs.org>
15118
15119         * gnus-art.el (article-display-face): Display faces in correct
15120         order.
15121
15122 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15125         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15126         (gnus-nocem-check-article): Fetch the Type header.
15127         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15128         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15129         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15130         make sure gnus-nocem-hashtb is initialized.
15131         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15132         (gnus-nocem-unwanted-article-p): Ditto.
15133
15134         * pgg.el (pgg-verify): Return the verification result.
15135
15136 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15137
15138         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15139         is ascii.
15140
15141 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15142
15143         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15144         `show-nonbreak-escape'.
15145
15146 2005-06-23  Lute Kamstra  <lute@gnu.org>
15147
15148         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15149
15150         * dig.el (dig-mode):
15151         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15152
15153 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15154
15155         * nnimap.el (nnimap-split-download-body): Fix spellings.
15156
15157 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15158
15159         * gnus-art.el (gnus-article-encrypt-body):
15160         * gnus-cus.el (gnus-score-customize):
15161         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15162         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15163
15164 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15165
15166         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15167         header by looking for magic "MII" at the beginnig.
15168
15169 2005-06-16  Miles Bader  <miles@gnu.org>
15170
15171         * gnus-xmas.el (gnus-xmas-group-startup-message):
15172         Use renamed gnus-splash face.
15173
15174         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15175         (assistant-field-face): New backward-compatibility alias for renamed
15176         face.
15177         (assistant-render-text): Use renamed assistant-field face.
15178
15179         * spam.el (spam): Remove "-face" suffix from face name.
15180         (spam-face): New backward-compatibility alias for renamed face.
15181         (spam-face, spam-initialize): Use renamed spam face.
15182
15183         * message.el (message-header-to, message-header-cc)
15184         (message-header-subject, message-header-newsgroups)
15185         (message-header-other, message-header-name)
15186         (message-header-xheader, message-separator, message-cited-text)
15187         (message-mml): Remove "-face" suffix from face names.
15188         (message-header-to-face, message-header-cc-face)
15189         (message-header-subject-face, message-header-newsgroups-face)
15190         (message-header-other-face, message-header-name-face)
15191         (message-header-xheader-face, message-separator-face)
15192         (message-cited-text-face, message-mml-face):
15193         New backward-compatibility aliases for renamed faces.
15194         (message-font-lock-keywords): Use renamed message faces.
15195
15196         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15197         (sieve-test-commands, sieve-tagged-arguments):
15198         Remove "-face" suffix from face names.
15199         (sieve-control-commands-face, sieve-action-commands-face)
15200         (sieve-test-commands-face, sieve-tagged-arguments-face):
15201         New backward-compatibility aliases for renamed faces.
15202         (sieve-control-commands-face, sieve-action-commands-face)
15203         (sieve-test-commands-face, sieve-tagged-arguments-face):
15204         Use renamed sieve faces.
15205
15206         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15207         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15208         (gnus-group-news-3-empty, gnus-group-news-4)
15209         (gnus-group-news-4-empty, gnus-group-news-5)
15210         (gnus-group-news-5-empty, gnus-group-news-6)
15211         (gnus-group-news-6-empty, gnus-group-news-low)
15212         (gnus-group-news-low-empty, gnus-group-mail-1)
15213         (gnus-group-mail-1-empty, gnus-group-mail-2)
15214         (gnus-group-mail-2-empty, gnus-group-mail-3)
15215         (gnus-group-mail-3-empty, gnus-group-mail-low)
15216         (gnus-group-mail-low-empty, gnus-summary-selected)
15217         (gnus-summary-cancelled, gnus-summary-high-ticked)
15218         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15219         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15220         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15221         (gnus-summary-low-undownloaded)
15222         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15223         (gnus-summary-low-unread, gnus-summary-normal-unread)
15224         (gnus-summary-high-read, gnus-summary-low-read)
15225         (gnus-summary-normal-read, gnus-splash):
15226         Remove "-face" suffix from face names.
15227         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15228         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15229         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15230         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15231         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15232         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15233         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15234         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15235         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15236         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15237         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15238         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15239         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15240         (gnus-summary-normal-ticked-face)
15241         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15242         (gnus-summary-normal-ancient-face)
15243         (gnus-summary-high-undownloaded-face)
15244         (gnus-summary-low-undownloaded-face)
15245         (gnus-summary-normal-undownloaded-face)
15246         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15247         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15248         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15249         (gnus-splash-face):
15250         New backward-compatibility aliases for renamed faces.
15251         (gnus-group-startup-message): Use renamed gnus faces.
15252
15253         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15254         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15255         (gnus-server-agent): Remove "-face" suffix from face names.
15256         (gnus-server-agent-face, gnus-server-opened-face)
15257         (gnus-server-closed-face, gnus-server-denied-face)
15258         (gnus-server-offline-face):
15259         New backward-compatibility aliases for renamed faces.
15260         (gnus-server-agent-face, gnus-server-opened-face)
15261         (gnus-server-closed-face, gnus-server-denied-face)
15262         (gnus-server-offline-face): Use renamed gnus faces.
15263
15264         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15265         Remove "-face" suffix from face names.
15266         (gnus-picon-xbm-face, gnus-picon-face):
15267         New backward-compatibility aliases for renamed faces.
15268
15269         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15270         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15271         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15272         (gnus-cite-11): Remove "-face" suffix from face names.
15273         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15274         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15275         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15276         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15277         New backward-compatibility aliases for renamed faces.
15278         (gnus-cite-attribution-face, gnus-cite-face-list)
15279         (gnus-article-boring-faces): Use renamed gnus faces.
15280
15281         * gnus-art.el (gnus-signature, gnus-header-from)
15282         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15283         (gnus-header-content): Remove "-face" suffix from face names.
15284         (gnus-signature-face, gnus-header-from-face)
15285         (gnus-header-subject-face, gnus-header-newsgroups-face)
15286         (gnus-header-name-face, gnus-header-content-face):
15287         New backward-compatibility aliases for renamed faces.
15288         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15289
15290         * gnus-sum.el (gnus-summary-selected-face)
15291         (gnus-summary-highlight): Use renamed gnus faces.
15292         * gnus-group.el (gnus-group-highlight): Likewise.
15293
15294 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15295
15296         * gnus-sieve.el (gnus-sieve-article-add-rule):
15297         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15298         * spam-stat.el (spam-stat-buffer-change-to-spam)
15299         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15300
15301         * message.el (message-is-yours-p):
15302         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15303
15304 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * mm-view.el (mm-inline-text): Withdraw the last change.
15307
15308 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15311         executing enriched-decode.
15312
15313 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15316         charset of tar files.
15317
15318 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15319
15320         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15321
15322 2005-06-04  Lute Kamstra  <lute@gnu.org>
15323
15324         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15325         information is never recorded.
15326
15327 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15328
15329         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15330
15331 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * pop3.el (pop3-apop): Run md5 in the binary mode.
15334
15335         * starttls.el (starttls-set-process-query-on-exit-flag):
15336         Use eval-and-compile.
15337
15338 2005-05-31  Simon Josefsson  <jas@extundo.com>
15339
15340         * smime.el (smime-replace-in-string): Define.
15341         (smime-cert-by-ldap-1): Use it.
15342
15343 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * gnus-art.el (article-display-x-face): Replace
15346         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15347
15348         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15349         set-process-query-on-exit-flag or process-kill-without-query.
15350
15351         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15352         loop instead of replace-regexp.
15353
15354         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15355         instead of process-kill-without-query if it is available.
15356
15357         * lpath.el: Fbind ldap-search-entries.
15358
15359         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15360         instead of find-file-hooks if it is available.
15361
15362         * mml1991.el: Bind pgg-default-user-id when compiling.
15363
15364         * mml2015.el: Bind pgg-default-user-id when compiling.
15365
15366         * nndraft.el (nndraft-request-associate-buffer):
15367         Use write-contents-functions instead of write-contents-hooks if it is
15368         available.
15369
15370         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15371         instead of find-file-hooks if it is available.
15372
15373         * nntp.el (nntp-open-connection): Replace
15374         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15375         (nntp-open-ssl-stream): Ditto.
15376         (nntp-open-tls-stream): Ditto.
15377
15378         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15379         set-process-query-on-exit-flag or process-kill-without-query.
15380         (starttls-open-stream-gnutls): Use it instead of
15381         process-kill-without-query.
15382         (starttls-open-stream): Ditto.
15383
15384 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15385
15386         * smime.el (smime-cert-by-ldap-1): Don't use
15387         replace-regexp-in-string.
15388
15389 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15390
15391         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15392
15393         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15394         in PEM format.  Adjust to the XEmacs compability.
15395
15396 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15399         by `string-to-number'.
15400         * gnus-agent.el (gnus-agent-regenerate-group)
15401         (gnus-agent-fetch-articles): Ditto.
15402         * gnus-art.el (gnus-button-fetch-group): Ditto.
15403         * gnus-cache.el (gnus-cache-generate-active)
15404         (gnus-cache-articles-in-group): Ditto.
15405         * gnus-group.el (gnus-group-set-current-level)
15406         (gnus-group-insert-group-line): Ditto.
15407         * gnus-score.el (gnus-score-set-expunge-below)
15408         (gnus-score-set-mark-below, gnus-summary-score-effect)
15409         (gnus-summary-score-entry): Ditto.
15410         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15411         (gnus-soup-pack): Ditto.
15412         * gnus-spec.el (gnus-xmas-format): Ditto.
15413         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15414         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15415         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15416         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15417         * nndb.el (nndb-get-remote-expire-response): Ditto.
15418         * nndiary.el (nndiary-parse-schedule-value)
15419         (nndiary-string-to-number, nndiary-request-replace-article)
15420         (nndiary-request-article): Ditto.
15421         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15422         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15423         * nneething.el (nneething-make-head): Ditto.
15424         * nnfolder.el (nnfolder-request-article)
15425         (nnfolder-retrieve-headers): Ditto.
15426         * nnheader.el (nnheader-file-to-number): Ditto.
15427         * nnkiboze.el (nnkiboze-request-article): Ditto.
15428         * nnmail.el (nnmail-process-unix-mail-format)
15429         (nnmail-process-babyl-mail-format): Ditto.
15430         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15431         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15432         (nnmh-request-create-group, nnmh-request-list-1)
15433         (nnmh-request-group, nnmh-request-article): Ditto.
15434         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15435         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15436         * nnsoup.el (nnsoup-make-active): Ditto.
15437         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15438         * nntp.el (nntp-find-group-and-number)
15439         (nntp-retrieve-headers-with-xover): Ditto.
15440         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15441         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15442         (pgg-format-key-identifier): Ditto.
15443         * pop3.el (pop3-last, pop3-stat): Ditto.
15444         * qp.el (quoted-printable-decode-region): Ditto.
15445
15446         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15447         of concat.
15448
15449 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15452
15453         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15454
15455         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15456
15457         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15458
15459         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15460
15461         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15462
15463         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15464         (gnus-carpal-mode): Ditto.
15465
15466         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15467         (gnus-browse-mode): Ditto.
15468
15469         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15470
15471         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15472
15473 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15474
15475         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15476
15477 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * gnus-util.el (gnus-run-mode-hooks): New function.
15480
15481         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15482
15483         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15484         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15485
15486 2005-05-27  Lute Kamstra  <lute@gnu.org>
15487
15488         * dns-mode.el (dns-mode): Specify customization group.
15489
15490 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15491
15492         * gnus-agent.el (gnus-agent-make-mode-line-string):
15493         Use mode-line-highlight as mouse-face.
15494
15495 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * canlock.el (canlock): Change the parent group to news.
15498
15499         * deuglify.el (gnus-outlook-deuglify): Add :group.
15500
15501         * dig.el (dig): Add :group.
15502
15503         * dns-mode.el (dns-mode): Add :group.
15504
15505         * encrypt.el (encrypt): Add :group.
15506
15507         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15508         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15509         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15510         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15511         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15512
15513         * gnus-diary.el (gnus-diary): Add :group.
15514
15515         * gnus.el (gnus-group-news-1-face): Add :group.
15516         (gnus-group-news-1-empty-face): Ditto.
15517         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15518         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15519         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15520         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15521         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15522         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15523         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15524         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15525         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15526         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15527         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15528         (gnus-summary-high-ticked-face): Ditto.
15529         (gnus-summary-low-ticked-face): Ditto.
15530         (gnus-summary-normal-ticked-face): Ditto.
15531         (gnus-summary-high-ancient-face): Ditto.
15532         (gnus-summary-low-ancient-face): Ditto.
15533         (gnus-summary-normal-ancient-face): Ditto.
15534         (gnus-summary-high-undownloaded-face): Ditto.
15535         (gnus-summary-low-undownloaded-face): Ditto.
15536         (gnus-summary-normal-undownloaded-face): Ditto.
15537         (gnus-summary-high-unread-face): Ditto.
15538         (gnus-summary-low-unread-face): Ditto.
15539         (gnus-summary-normal-unread-face): Ditto.
15540         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15541         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15542
15543         * hashcash.el (hashcash): New custom group.
15544         (hashcash-default-payment): Add :group.
15545         (hashcash-payment-alist): Ditto.
15546         (hashcash-default-accept-payment): Ditto.
15547         (hashcash-accept-resources): Ditto.
15548         (hashcash-path): Ditto.
15549         (hashcash-extra-generate-parameters): Ditto.
15550         (hashcash-double-spend-database): Ditto.
15551         (hashcash-in-news): Ditto.
15552
15553         * message.el (message-minibuffer-local-map): Add :group.
15554
15555         * netrc.el (netrc): Add :group.
15556
15557         * sieve-manage.el (sieve-manage-log): Add :group.
15558         (sieve-manage-default-user): Diito.
15559         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15560         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15561         (sieve-manage-authenticators): Ditto.
15562         (sieve-manage-authenticator-alist): Ditto.
15563         (sieve-manage-default-port): Ditto.
15564
15565         * sieve-mode.el (sieve-control-commands-face): Add :group.
15566         (sieve-action-commands-face): Ditto.
15567         (sieve-test-commands-face): Ditto.
15568         (sieve-tagged-arguments-face): Ditto.
15569
15570         * smime.el (smime): Add :group.
15571
15572         * spam-report.el (spam-report): Add :group.
15573
15574         * spam.el (spam, spam-face): Add :group.
15575
15576 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577
15578         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15579         return \n.\n.\n at the end of articles.  Protect against that.
15580         (nntp-with-open-group): Allow debugging.
15581
15582         * nnheader.el (mail-header-set-extra): Make into a function
15583         because I just could't understand how to quote the list properly.
15584
15585         * dns.el (query-dns-cached): New function.
15586
15587 2005-05-26  Lute Kamstra  <lute@gnu.org>
15588
15589         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15590
15591 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15594
15595         * gnus-art.el: Don't autoload mail-extract-address-components.
15596
15597         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15598         eval-and-compile to evaluate it.
15599
15600         * hashcash.el: Don't autoload executable-find.
15601
15602         * nndb.el: Don't declare the nndb back end two or more times; don't
15603         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15604
15605         * nntp.el: Autoload format-spec instead of format; use
15606         eval-and-compile to evaluate autoload forms.
15607
15608 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15609
15610         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15611
15612 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15613
15614         * gnus.el (gnus-version-number): Bump version.
15615
15616 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15617
15618         * gnus.el: No Gnus v0.3 is released.
15619
15620 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15621
15622         * lpath.el (featurep): Bind show-nonbreak-escape.
15623
15624 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * gnus-art.el (gnus-article-edit-part): Disable undo.
15627
15628 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15631         gnus-article-date-lapsed-new-header is t if date timer is active;
15632         skip headers in which the original date value is empty.
15633         (gnus-article-save-original-date): Redefine it as a macro.
15634         (gnus-display-mime): Use it.
15635
15636 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * gnus-art.el (article-date-ut): Support converting date in
15639         forwarded parts as well.
15640         (gnus-article-save-original-date): New function.
15641         (gnus-display-mime): Use it.
15642
15643 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15644
15645         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15646         enclosure element of <item>.
15647
15648 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * message.el (message-kill-buffer-query): Rename from
15651         `message-kill-buffer-query-if-modified'.  Add :version.
15652
15653 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15656         window layout.
15657
15658 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * mml.el: Autoload dnd when compiling.
15661
15662 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15663
15664         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15665         x-dnd-*.
15666
15667 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * qp.el (quoted-printable-encode-region): Save excursion.
15670
15671 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15672
15673         * message.el (message-kill-buffer-query-if-modified): Add new variable
15674         so the user can kill a modified message buffer quickly.
15675         (message-kill-buffer): Use it.
15676
15677 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * lpath.el: Fbind display-time-event-handler; don't fbind
15680         string-to-multibyte.
15681
15682         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15683
15684 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15687         contained in text because xml.el decodes entities) with LFs.
15688
15689 2005-04-11  Lute Kamstra  <lute@gnu.org>
15690
15691         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15692         differently.
15693
15694 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15695
15696         * mm-util.el (mm-detect-coding-region): Typo.
15697
15698 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15701
15702 2005-04-06  Deepak Goel  <deego@gnufans.org>
15703
15704         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15705         user-function allow user modifications of the scores.
15706         (spam-stat-score-buffer-user): New function, to allow
15707         user-computed modifications to the score.
15708         (spam-stat-score-buffer-user-functions): List of additional
15709         scoring functions.
15710         (spam-stat-error-holder): Global temporary error holder.
15711         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15712         variable.
15713
15714 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15715
15716         * gnus-registry.el (gnus-registry-clean-empty-function)
15717         (gnus-registry-trim, gnus-registry-fetch-groups)
15718         (gnus-registry-delete-group): Groups that match
15719         `gnus-registry-ignored-groups' are removed from the registry
15720         entries, not just ignored for splitting.  This helps clean up the
15721         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15722         to get all the groups a message ID is in.
15723
15724         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15725         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15726         (spam-stat-score-buffer-user-functions): Add :number custom type.
15727
15728 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15731         argument in XEmacs.
15732
15733         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15734         (nnrss-request-group): Decode group name first.
15735         (nnrss-request-article): Make a text/plain article if mml-to-mime
15736         failed.
15737         (nnrss-get-encoding): Return a compatible encoding according to
15738         nnrss-compatible-encoding-alist.
15739         (nnrss-find-el): Use consp instead of listp.
15740         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15741
15742 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15745         which Emacs 20 doesn't support.
15746         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15747
15748 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15751         silence the byte compiler inside the defun.
15752
15753         * gnus-demon.el (parse-time-string): Add autoload.
15754
15755         * gnus-delay.el (parse-time-string): Add autoload.
15756
15757         * gnus-art.el (parse-time-string): Add autoload.
15758
15759         * nnultimate.el (parse-time): Require for `parse-time-string'.
15760
15761 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15762
15763         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15764
15765         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15766
15767         * smime.el (smime-ldap-host-list): Add :version.
15768
15769 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15770
15771         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15772         pass it to `gnus-browse-read-group'.
15773         (gnus-browse-read-group): Add NUMBER argument and pass it to
15774         `gnus-group-read-ephemeral-group'.
15775
15776         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15777         argument and pass it to `gnus-group-read-group'.
15778
15779 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15780
15781         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15782         mm-xemacs-find-mime-charset-1 if we have the mule feature
15783         available at runtime.
15784
15785 2005-03-25  Werner Lemberg  <wl@gnu.org>
15786
15787         * nnmaildir.el: Replace `illegal' with `invalid'.
15788
15789 2005-03-23  Lute Kamstra  <lute@gnu.org>
15790
15791         * time-date.el: Add comment on time value formats.
15792         Don't require parse-time.
15793         (with-decoded-time-value): New macro.
15794         (encode-time-value): New function.
15795         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15796         (days-to-time): Return a valid time value when arg is huge.
15797         (time-since): Use time-subtract.
15798         (time-to-number-of-days): Use time-to-seconds.
15799
15800 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15801
15802         * gnus-start.el (gnus-display-time-event-handler):
15803         Check display-time-timer at runtime rather than only at load time
15804         in case display-time-mode is turned off in the mean time.
15805
15806 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15807
15808         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15809         used.
15810
15811         * nneething.el (nneething-map-file-directory): Derive from
15812         `gnus-directory'.
15813
15814         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15815         the To/Cc button.
15816
15817 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * nnmaildir.el (nnmaildir-request-accept-article):
15820         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15821
15822 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15823
15824         * gnus-async.el: Require timer-funcs at compile time when in
15825         XEmacs for `run-with-idle-timer'.
15826
15827 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15828
15829         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15830         autoloaded function.
15831
15832 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15833
15834         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15835
15836 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15837
15838         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15839
15840 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15841
15842         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15843         Add gnus-expert-user to default.
15844
15845 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15846
15847         * nnimap.el (nnimap-open-server): Ditto.
15848
15849         * imap.el (imap-authenticate): Fix typo.
15850
15851 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15852
15853         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15854         buffer (since IMAP server might return FETCH response out of
15855         order, and the nntp buffer must be sorted).
15856
15857 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15858
15859         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15860         comparison on string.
15861
15862         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15863         (gnus-agent-score): Rename category keywords to match gnus-cus.
15864         (gnus-agent-summary-fetch-series): Modify to protect against
15865         gnus-agent-summary-fetch-group clearing processable flags.
15866         (gnus-agent-synchronize-group-flags): Update live group buffer as
15867         synchronization may occur due to the user toggle the plugged
15868         status.
15869         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15870         successfully downloaded.
15871         (gnus-agent-expire-group-1): Avoid using markers when the overview
15872         is in ascending order; greatly improves performance.
15873         (gnus-agent-regenerate-group):
15874         Use gnus-agent-synchronize-group-flags to reset read status in both
15875         gnus and server.
15876         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15877
15878 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15879
15880         * message.el: Don't autoload former message-utils variables.
15881         (message-strip-subject-trailing-was): Change doc string.
15882
15883         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15884         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15885         (nnweb-google-search): Add "hl=en" here.
15886         (nnweb-google-parse-1, nnweb-google-create-mapping):
15887         Don't hardcode URL.
15888
15889 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * message.el (message-get-reply-headers, message-followup):
15892         Mention related variables `message-use-followup-to' and
15893         `message-use-mail-followup-to', in the information buffer.
15894
15895         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15896         of broken groups(-beta).google.com.
15897
15898 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15899
15900         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15901         parameter to invoked gnus-request-move-article; remove the
15902         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15903         all at once instead of once per article.
15904         (gnus-summary-remove-process-mark): Accept a list of articles as
15905         well as a single article for processing.
15906
15907         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15908         parameter.
15909
15910         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15911
15912         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15913
15914         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15915         parameter.
15916
15917         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15918         parameter.
15919
15920         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15921         parameter and remove the gnus-sum-hint-move-is-internal variable.
15922
15923         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15924         parameter.
15925
15926         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15927         parameter.
15928
15929         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15930         parameter.
15931
15932         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15933
15934         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15935         parameter.
15936
15937         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15938         parameter.
15939
15940 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15941
15942         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15943         a more conservative way.
15944
15945 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15946
15947         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15948         buffer, so it moves the window's cursor.
15949
15950 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15951
15952         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15953         `mm-dissect-multipart' and receive the from field as an (optional)
15954         argument from `mm-dissect-multipart'.
15955         (mm-dissect-multipart): Receive the from field as an argument and
15956         pass it on when we call `mm-dissect-buffer' on MIME parts.
15957         Fixes verification/decryption of signed/encrypted MIME parts.
15958
15959 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15960
15961         * gnus-sum.el (gnus-summary-move-article):
15962         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15963         whatever it calls (right now, only nnimap-request-move article
15964         respects it).
15965
15966         * nnimap.el (nnimap-request-move-article):
15967         When gnus-sum-hint-move-is-internal is set, don't do the extra
15968         nnimap-request-article.
15969
15970 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15971
15972         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15973
15974         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15975         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15976
15977         * gnus-sum.el (gnus-summary-caesar-message):
15978         Apply `gnus-treat-article' after rotation.
15979
15980         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15981         doc string.
15982
15983 2005-02-22  Simon Josefsson  <jas@extundo.com>
15984
15985         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15986         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15987         <arne@arnested.dk>.
15988         (encrypt): Add password-cache and password-cache-expiry as group
15989         members.
15990
15991 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15992
15993         * smime.el (smime-ldap-host-list): Doc fix.
15994         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15995         cache) password.
15996         (smime-sign-region): Use it.
15997         (smime-decrypt-region): Use it.
15998         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15999         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16000         fails.
16001         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16002         certificate from DER to PEM format rather than calling openssl.
16003
16004         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16005
16006         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16007         for signing/encryption.
16008
16009         * mml.el (mml-parse-1): Use them.
16010
16011 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16012
16013         * nnrss.el (nnrss-verbose): Remove.
16014         (nnrss-request-group): Use `nnheader-message' instead.
16015
16016 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16017
16018         * nnrss.el (nnrss-verbose): New variable.
16019         (nnrss-request-group): Make it say nnrss is requesting a group.
16020
16021 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16022
16023         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16024         Handle news URL with given port correctly.
16025
16026 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16029         containing special characters.
16030
16031         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16032
16033         * mml.el (mime-to-mml): Ditto.
16034
16035         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16036         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16037         (rfc2047-decode-region): Quote decoded words containing special
16038         characters when rfc2047-quote-decoded-words-containing-tspecials
16039         is non-nil.
16040
16041 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16042
16043         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16044
16045         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16046
16047 2005-02-15  Simon Josefsson  <jas@extundo.com>
16048
16049         * nnimap.el (nnimap-debug): Doc fix.
16050
16051         * imap.el (imap-debug): Doc fix.
16052
16053 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16056
16057 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16058
16059         * gnus.el (spam-contents): Improve docs for spam-contents
16060         parameter in its variable incarnation.
16061
16062 2005-02-14  Simon Josefsson  <jas@extundo.com>
16063
16064         * smime-ldap.el: Use require instead of load-library for ldap.
16065         (smime-ldap-search): Indent.
16066         (smime-ldap-search-internal): Shorten line.
16067
16068         * smime.el (smime-cert-by-dns): Add doc-string.
16069         (smime-cert-by-ldap-1): Indent.
16070
16071         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16072         mml-smime-get-dns-ldap.
16073         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16074
16075 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16076
16077         * smime.el: Require smime-ldap.
16078         (smime-ldap-host-list): New variable.
16079         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16080
16081         * mml-smime.el (mml-smime-encrypt-query): New function.
16082         (mml-smime-encrypt-query): Use it.
16083
16084         * smime-ldap.el: New file.
16085
16086 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16089
16090 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16091
16092         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16093         argument in doc string.  Make query for type more clear.
16094
16095 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16096
16097         * gnus.el (gnus-group-startup-message): Search for gnus images in
16098         etc/images/gnus.
16099         * mm-util.el (mm-image-load-path): Likewise.
16100         * smiley.el (smiley-data-directory): Search for smilies in
16101         etc/images/smilies.
16102
16103 2005-02-09  Kim F. Storm  <storm@cua.dk>
16104
16105         Change Emacs release version from 21.4 to 22.1 throughout.
16106         Change Emacs development version from 21.3.50 to 22.0.50.
16107
16108 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16111
16112         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16113         non-Mule XEmacs as well.
16114         (mm-decompress-buffer): Signal an error intentionally if it does
16115         not decompress compressed data because auto-compression-mode is
16116         disabled.
16117
16118 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16119
16120         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16121         an ID in the registry even if it has no groups.
16122
16123 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16126         merge it into mm-decompress-buffer.
16127         (gnus-mime-copy-part): Use the MIME part charset, the value which
16128         a user specified or gnus-newsgroup-charset for decoding, like
16129         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16130         save-buffer what was used.  Suggested by Kevin Ryde
16131         <user42@zip.com.au>.
16132         (gnus-mime-inline-part): Allow the name parameter as well as the
16133         filename parameter; force decompressing of compressed data; always
16134         display contents being not decoded as unibyte.
16135
16136         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16137         as well as the filename parameter.
16138
16139         * mm-util.el (mm-decompress-buffer):
16140         Merge gnus-mime-jka-compr-maybe-uncompress.
16141         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16142         of compressed data.
16143
16144 2005-02-08  Simon Josefsson  <jas@extundo.com>
16145
16146         * imap.el (imap-log): Doc fix.
16147
16148 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16151         the coding cookies; decompress compressed parts.
16152
16153         * mml.el (mml-generate-mime-1): Add the charset parameter according
16154         to the value which a user specified manually or the coding cookie.
16155
16156         * mm-util.el (mm-string-to-multibyte): New function.
16157         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16158         (mm-coding-system-to-mime-charset): New function.
16159         (mm-decompress-buffer): New function.
16160         (mm-find-buffer-file-coding-system): New function.
16161
16162         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16163         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16164         parts.
16165
16166 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16167
16168         * mm-view.el (mm-display-inline-fontify): Decode a part according
16169         to the charset parameter.
16170
16171 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16174         prefix arg is neither nil nor a number, as info specifies.
16175
16176 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16179         timestamps.
16180
16181 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16182
16183         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16184         groups error checking and notify user.
16185
16186 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16187
16188         * message.el (message-send-mail-function): Check existence of
16189         sendmail-program first before using default value
16190         `message-send-mail-with-sendmail'.  Otherwise use more generic
16191         `smtpmail-send-it'.
16192
16193 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * nntp.el (nntp-request-update-info): Always return nil.
16196
16197 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16198
16199         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16200
16201 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16202
16203         * message.el (message-beginning-of-line): Change the behavior when
16204         invoked between BOL and : so that it first moves backward.
16205
16206 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16209         article buffer when editing of the article is discarded.
16210         (gnus-article-prepare): Revert.
16211
16212 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * gnus-art.el (gnus-article-prepare):
16215         Remove message-strip-forbidden-properties from the local hook.
16216
16217 2005-01-27  Simon Josefsson  <jas@extundo.com>
16218
16219         * password.el (password-cache-add): Only start one timer per key.
16220         Reported by Derek Atkins <warlord@MIT.EDU>.
16221
16222 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16223
16224         * run-at-time.el: Remove.  It is no longer needed as
16225         timer-funcs.el in the xemacs-base package has a working version of
16226         `run-at-time'.
16227
16228         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16229
16230         * password.el: Require timer-funcs instead of run-at-time in
16231         XEmacs.
16232         Remove `password-run-at-time' macro.
16233         (password-cache-add): Use `run-at-time' instead of
16234         `password-run-at-time'.
16235
16236         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16237         Remove `nnheader-cancel-function-timers' alias,
16238         `cancel-function-timers' exists in XEmacs in timer-funcs.
16239
16240         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16241         for `run-with-idle-timer'.
16242
16243         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16244         for `run-at-time'.
16245
16246         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16247         for `with-timeout'.
16248
16249         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16250         the same as for XEmacs 21.4.
16251         No need to ignore `run-with-idle-timer', this function exists in
16252         XEmacs now in timer-funcs.el in the xemacs-base package.
16253         (dgnushack-compile): No need to delete
16254         run-at-time.el from the list of files to compile because it
16255         doesn't exist anymore.
16256
16257 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16260         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16261
16262 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16263
16264         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16265         sensitively.
16266
16267 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16268
16269         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16270
16271 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16274         which will be inserted according to the multibyteness of a buffer
16275         rather than the type of contents.  Suggested by ARISAWA Akihiro
16276         <ari@mbf.ocn.ne.jp>.
16277
16278         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16279         of string which old xml.el may return rather than a string.
16280
16281 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16284
16285 2005-01-16  Simon Josefsson  <jas@extundo.com>
16286
16287         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16288         idn/idna.el isn't available.
16289         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16290         <michael@waxrat.com>.
16291
16292         * hashcash.el: Remove non-FSF copyright header.
16293
16294         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16295         (hashcash-generate-payment): Use it.
16296         (hashcash-generate-payment-async): Use it.
16297
16298 2005-01-15  Simon Josefsson  <jas@extundo.com>
16299
16300         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16301         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16302
16303         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16304         gnus-summary-idna-message.
16305         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16306         (gnus-summary-idna-message): New function.
16307
16308 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16309
16310         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16311         gnus-novice-user.
16312
16313 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * nnrss.el (nnrss-request-delete-group): Delete entries in
16316         nnrss-group-alist as well.
16317         (nnrss-save-server-data): Insert newline.
16318
16319 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16320
16321         * gnus.el (gnus-user-agent): Use list of symbols instead of
16322         symbols.  Display full version number for (S)XEmacs.
16323         Optionally display (S)XEmacs codename.
16324
16325         * gnus-util.el (gnus-emacs-version): Update for new
16326         `gnus-user-agent'.
16327
16328         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16329         Gnus version.
16330
16331 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16332
16333         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16334         which is unreadable in some setups.
16335
16336 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16337
16338         * gnus-spec.el (gnus-update-format-specifications): Flush the
16339         group format spec cache if it doesn't support decoded group names.
16340
16341 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16344         Allow to apply decay on score files matching a regexp.
16345
16346 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16349         compatibility in %g and %c.
16350
16351 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16354         name for only %g and %c.
16355         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16356         of gnus-tmp-group to decoded group name.
16357         (gnus-group-make-rss-group): Exclude `/'s from group names.
16358
16359 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * nnrss.el (nnrss-get-encoding): Fix regexp.
16362
16363 2004-12-27  Simon Josefsson  <jas@extundo.com>
16364
16365         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16366         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16367         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16368
16369 2004-12-17  Kim F. Storm  <storm@cua.dk>
16370
16371         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16372
16373         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16374
16375 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16376
16377         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16378
16379 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * nnrss.el: Require rfc2047 and mml.
16382         (nnrss-file-coding-system): New variable.
16383         (nnrss-format-string): Redefine it as an inline function.
16384         (nnrss-decode-group-name): New function.
16385         (nnrss-string-as-multibyte): Remove.
16386         (nnrss-retrieve-headers): Decode group name; don't use
16387         nnrss-format-string.
16388         (nnrss-request-group): Decode group name.
16389         (nnrss-request-article): Decode group name; allow a Message-ID as
16390         well as an article number; don't use nnrss-format-string; encode a
16391         Message-ID string which may contain non-ASCII characters; use
16392         mml-to-mime to compose a MIME article.
16393         (nnrss-request-expire-articles): Decode group name.
16394         (nnrss-request-delete-group): Decode group name.
16395         (nnrss-fetch): Clarify error message.
16396         (nnrss-read-server-data): Use insert-file-contents instead of load;
16397         bind file-name-coding-system; use multibyte buffer.
16398         (nnrss-save-server-data): Bind coding-system-for-write to the
16399         value of nnrss-file-coding-system; bind file-name-coding-system;
16400         add coding cookie.
16401         (nnrss-read-group-data): Use insert-file-contents instead of load;
16402         bind file-name-coding-system; use multibyte buffer.
16403         (nnrss-save-group-data): Bind coding-system-for-write to the
16404         value of nnrss-file-coding-system; bind file-name-coding-system.
16405         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16406         make it work with non-ASCII text.
16407         (nnrss-find-el): Make it work with old xml.el as well.
16408
16409 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16410
16411         * nnrss.el (nnrss-get-encoding): New function.
16412         (nnrss-fetch): Use unibyte buffer initially; bind
16413         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16414         decode contents according to the encoding attribute.
16415         (nnrss-save-group-data): Add coding cookie.
16416         (nnrss-mime-encode-string): New function.
16417         (nnrss-check-group): Use it to encode subject and author.
16418
16419 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16420
16421         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16422         imaginary variable.
16423
16424 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16427         correctly even if there are wide characters.
16428
16429 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16430
16431         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16432         downcased symbol names; make a new cache instead of reusing
16433         bbdb-hashtable.
16434
16435 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16438         concatenating segments rather than before concatenating them.
16439         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16440
16441         * message.el (message-get-reply-headers): Bind `extra'.
16442
16443 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16444
16445         * message.el (message-extra-wide-headers): New variable.
16446         (message-get-reply-headers): Use it.
16447
16448 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16451         (gnus-agent-group-pathname): Ditto.
16452
16453         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16454
16455         * gnus-group.el (gnus-group-make-group): Decode group name.
16456         (gnus-group-make-rss-group): Register the group data after opening
16457         the nnrss group.
16458
16459 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16460
16461         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16462         by expiry now get marked as read.
16463
16464 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16467
16468 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16469
16470         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16471         unify Latin characters in XEmacs.
16472         (mm-find-mime-charset-region): Use it.
16473
16474 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * gnus-util.el (gnus-delete-directory): New function.
16477
16478         * gnus-agent.el (gnus-agent-delete-group): Use it.
16479
16480         * gnus-cache.el (gnus-cache-delete-group): Use it.
16481
16482 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16485         names.
16486
16487 2004-12-16  Simon Josefsson  <jas@extundo.com>
16488
16489         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16490
16491 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16492
16493         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16494
16495         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16496         (gnus-group-set-current-level): Decode group name.
16497
16498 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16499
16500         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16501         failed.
16502
16503 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-group.el (gnus-group-delete-group): Decode group name.
16506         (gnus-group-make-rss-group): Encode group name.
16507         (gnus-group-catchup-current): Decode group name.
16508         (gnus-group-kill-group): Decode group name.
16509
16510 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16511
16512         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16513
16514 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * gnus-group.el (gnus-group-make-rss-group):
16517         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16518
16519         * gnus-start.el (gnus-setup-news): Honor user's setting to
16520         gnus-message-archive-method.  Suggested by Lute Kamstra
16521         <lute@gnu.org>.
16522
16523 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16524
16525         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16526         global counterparts of the buffer-local variables.
16527
16528 2004-11-16  Romain Francoise  <romain@orebokech.com>
16529
16530         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16531         counterparts of the buffer-local variables.
16532
16533 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16534
16535         * message.el (message-forbidden-properties): Fix typo in doc
16536         string.
16537
16538 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * gnus-util.el (gnus-replace-in-string): Add doc string.
16541
16542         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16543         to avoid problems when splitting mails with many recipients.
16544
16545 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16546
16547         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16548         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16549
16550 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16551
16552         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16553         if there is no hashtable in memory or file modification time is
16554         newer than cached timestamp.
16555
16556 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gnus-sum.el (gnus-summary-limit-to-recipient):
16559         Implement not-matching option.
16560
16561 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16562
16563         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16564         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16565         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16566         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16567         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16568         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16569
16570 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * message.el (message-forward-make-body-mml): Remove headers
16573         according to message-forward-ignored-headers if a message is decoded.
16574
16575 2004-12-02  Romain Francoise  <romain@orebokech.com>
16576
16577         * message.el (message-forward-make-body-plain): Always remove
16578         headers according to message-forward-ignored-headers.
16579
16580 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16581
16582         * spam.el (spam-summary-prepare-exit): Remove the
16583         gnus-summary-limit pop for now, it has problems with ham marks for
16584         me.
16585
16586 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16587
16588         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16589         correctly.
16590
16591 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16592
16593         * format-spec.el (format-spec): Message the char.
16594
16595 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16596
16597         * gnus-art.el (gnus-split-methods): Reformat comments.
16598
16599         * spam.el (spam-summary-prepare-exit): Remove article limits
16600         before exiting the summary buffer.
16601
16602 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16605         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16606
16607         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16608         order to silence the byte compiler.
16609
16610         * spam.el: Fix the way to silence the byte compiler, which
16611         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16612         bbdb-search-simple, spam-BBDB-register-routine,
16613         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16614         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16615         spam-stat-buffer-is-spam, spam-stat-load,
16616         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16617         spam-stat-save and spam-stat-split-fancy.
16618
16619 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16622         which may confuse users.
16623         (canlock-password-for-verify): Ditto.
16624
16625         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16626
16627         * gnus-art.el (gnus-emphasis-alist): Ditto.
16628
16629         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16630
16631         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16632
16633         * gnus-start.el (gnus-save-killed-list): Ditto.
16634
16635         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16636         (gnus-sum-thread-tree-root): Ditto.
16637         (gnus-sum-thread-tree-false-root): Ditto.
16638         (gnus-sum-thread-tree-single-indent): Ditto.
16639
16640         * message.el (message-courtesy-message): Ditto.
16641         (message-archive-note): Ditto.
16642         (message-subscribed-address-file): Ditto.
16643         (message-user-fqdn): Ditto.
16644
16645         * spam-report.el (spam-report-gmane-regex): Ditto.
16646
16647         * spam.el (spam-blackhole-good-server-regex): Ditto.
16648
16649 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * mml.el (mml-preview): Widen the message buffer before copying
16652         the contents to the preview buffer; sort headers before previewing.
16653
16654         * message.el (message-hidden-headers): Fix the way to avoid a bug
16655         in the `repeat' widget in Emacs 21.3 or earlier.
16656
16657 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * message.el (message-hidden-headers): Default to "^References:".
16660         Improve customization type.  Suggested by Reiner Steib
16661         <Reiner.Steib@gmx.de>.
16662
16663 2004-11-25  Romain Francoise  <romain@orebokech.com>
16664
16665         * message.el (message-strip-forbidden-properties): Remove check for
16666         obsolete `message-hidden' text property, hidden headers are not
16667         accessible in the buffer anymore.
16668
16669 2004-11-22  Romain Francoise  <romain@orebokech.com>
16670
16671         * message.el (message-header-format-alist): Add `From' in list
16672         so that it can be sorted.
16673         (message-fix-before-sending): Widen and sort headers before
16674         sending.
16675         (message-hide-headers): Use narrowing to hide headers by moving
16676         them to the top of the buffer and narrowing to the region
16677         underneath.
16678
16679 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16680
16681         * message.el (message-strip-forbidden-properties):
16682         Bind buffer-read-only (etc) to nil.
16683
16684 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16687         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16688
16689 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16690
16691         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16692
16693 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16694
16695         * dns.el (query-dns): Use sit-for to time instead of
16696         accept-process-output, since that doesn't seem to work on udp
16697         sockets.
16698
16699 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16702
16703 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16704
16705         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16706         doc string.  Improve doc string.
16707
16708 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * nntp.el (nntp-request-update-info): Return nil if
16711         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16712         may not call gnus-activate-group which uselessly issues the GROUP
16713         commands for all nntp groups and wastes time.  Reported by Romain
16714         Francoise <romain@orebokech.com>.
16715
16716         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16717
16718 2004-11-15  Simon Josefsson  <jas@extundo.com>
16719
16720         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16721         headers separately.
16722         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16723         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16724
16725 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16726
16727         * gnus-start.el (gnus-convert-old-newsrc):
16728         Assign legacy-gnus-agent to 5.10.7.
16729
16730 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16731
16732         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16733         start of the lines.
16734
16735 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16736
16737         * hashcash.el (hashcash-default-payment): Change default to 20.
16738         (hashcash-default-accept-payment): Change default to 20.
16739         (hashcash-process-alist): New variable.
16740         (hashcash-generate-payment-async): Add.
16741         (hashcash-already-paid-p): Add.
16742         (hashcash-insert-payment): Don't generate payments twice.
16743         (hashcash-insert-payment-async): Add.
16744         (hashcash-insert-payment-async-2): Add.
16745         (hashcash-cancel-async): Add.
16746         (hashcash-wait-async): Add.
16747         (hashcash-processes-running-p): Add.
16748         (hashcash-wait-or-cancel): Add.
16749         (mail-add-payment): New optional argument.  Conditionally start
16750         asynchronous calculation.
16751         (mail-add-payment-async): Add.
16752
16753         * message.el (message-send-mail): Wait for asynchronous hashcash
16754         results.  Don't clobber existing X-Hashcash headers.
16755         (message-setup-1): Call mail-add-payment-async when
16756         message-generate-hashcash is non-nil.
16757
16758 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16759
16760         * message.el (message-use-alternative-email-as-from): Examine the
16761         From header as well; use message-make-from in order to include a
16762         user's full name.
16763
16764 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16767         default; improve customization type.
16768         (gnus-emphasis-custom-with-format): New macro.
16769         (gnus-emphasis-custom-value-to-external): New function.
16770         (gnus-emphasis-custom-value-to-internal): New function.
16771
16772 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16773
16774         * dns.el (query-dns): Resolve reverse addresses.
16775
16776 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16777
16778         * gnus-group.el (gnus-group-get-new-news): Use it.
16779
16780         * gnus-start.el (gnus-check-reasonable-setup): New function.
16781
16782 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16785         "Args out of range" error.  Reported by Arnaud Giersch
16786         <arnaud.giersch@free.fr>.
16787
16788 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16789
16790         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16791
16792 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16793
16794         * spam.el (spam group): Add :version.
16795
16796         * pgg-def.el (pgg group): Add :version.
16797
16798 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * gnus-art.el (gnus-article-edit-article): Don't associate the
16801         article buffer with a draft file.  This is a temporary measure
16802         against the 2004-08-22 change to gnus-article-edit-mode.
16803
16804 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16807         (html2text-format-tags): Remove unused variable `attr'.
16808
16809 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16812
16813         * tls.el (tls-process-connection-type, tls-success)
16814         (tls-certtool-program): Add :version.
16815
16816         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16817         (starttls-extra-arguments, starttls-process-connection-type)
16818         (starttls-connect, starttls-failure, starttls-success): Add :version.
16819
16820         * spam-stat.el (spam-stat): Add :version.
16821
16822         * sieve.el (sieve): Add :version.
16823
16824         * sha1.el (sha1): Add :version.
16825         (sha1-use-external): Remove redundant version.
16826
16827         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16828         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16829         (nnmail-split-fancy-match-partial-words)
16830         (nnmail-split-lowercase-expanded): Add :version.
16831
16832         * nndiary.el (nndiary): Add :version.
16833
16834         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16835
16836         * mml-sec.el (mml-default-sign-method)
16837         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16838         Add :version.
16839
16840         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16841
16842         * mm-url.el (mm-url-use-external, mm-url-program)
16843         (mm-url-arguments): Add :version.
16844
16845         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16846         (mm-attachment-file-modes, mm-decrypt-option)
16847         (mm-w3m-safe-url-regexp): Add :version.
16848
16849         * message.el (message-cite-prefix-regexp)
16850         (message-sendmail-envelope-from, message-minibuffer-local-map)
16851         (message-user-fqdn, message-completion-alist): Add :version.
16852
16853         * gnus-win.el (gnus-configure-windows-hook)
16854         (gnus-use-frames-on-any-display): Add :version.
16855
16856         * gnus-art.el (gnus-article-address-banner-alist)
16857         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16858         (gnus-treat-from-picon, gnus-treat-mail-picon)
16859         (gnus-treat-x-pgp-sig): Add :version.
16860
16861         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16862         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16863         (gnus-summary-article-delete-hook)
16864         (gnus-summary-display-while-building): Add :version.
16865
16866         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16867         (gnus-get-top-new-news-hook): Add :version.
16868
16869         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16870         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16871
16872         * gnus-registry.el (gnus-registry): Add :version.
16873
16874         * gnus-spec.el (gnus-use-correct-string-widths)
16875         (gnus-make-format-preserve-properties): Add :version.
16876
16877         * gnus.el (gnus-group-charter-alist)
16878         (gnus-group-fetch-control-use-browse-url)
16879         (gnus-install-group-spam-parameters): Add :version.
16880
16881         * gnus-diary.el (gnus-diary): Add :version.
16882
16883         * gnus-delay.el (gnus-delay): Add :version.
16884
16885         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16886         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16887         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16888         Add :version.
16889
16890         * gnus-agent.el (gnus-agent-max-fetch-size)
16891         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16892         (gnus-agent-prompt-send-queue): Add :version.
16893
16894         * deuglify.el (gnus-outlook-deuglify): Add :version.
16895
16896         * html2text.el: Beautify code.  Improve doc strings.
16897         Some checkdoc cleanup.
16898         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16899
16900 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16901
16902         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16903
16904 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16905
16906         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16907         when package is loaded.
16908
16909         * spam.el (spam-summary-score-preferred-header): Add global preference
16910         for people who want to override the default SpamAssassin over
16911         Bogofilter preference (when both are set).
16912         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16913         (spam-user-format-function-S):
16914         Check spam-summary-score-preferred-header.
16915         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16916         (spam-user-format-function-S): Format the score correctly.
16917
16918 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16919
16920         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16921         signature file.  Suggested by Manoj Srivastava
16922         <srivasta@golden-gryphon.com>.
16923
16924         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16925         iso-2022-jp even in the Japanese language environment.
16926         Suggested by Jason Rumney <jasonr@gnu.org>.
16927
16928 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16931         use the same characters as the dummy marks; make it free from
16932         getting affected by the language environment.
16933         (gnus-summary-read-group-1): Update mark positions only when the
16934         format spec is updated.
16935
16936         * gnus-spec.el (gnus-update-format-specifications): Return a list
16937         of updated types.
16938
16939 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16942         of boundp to check if display-warning is available.
16943
16944 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16945
16946         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16947
16948 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * nnspool.el (nnspool-spool-directory): Use news-path if the
16951         news-directory variable is not bound.
16952
16953         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16954         function instead of display-warning if it is not available.
16955
16956 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16957
16958         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16959         v5-10: Use `point-at-bol'.
16960
16961 2004-10-26  Simon Josefsson  <jas@extundo.com>
16962
16963         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16964         <chenggao@gmail.com>.
16965
16966 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16969         instead.
16970
16971 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16972
16973         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16974         to remove a server from the nnimap-server-buffer-alist.
16975         (nnimap-open-connection, nnimap-close-server): Use it.
16976
16977         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16978
16979 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16982         running the major-mode function.
16983
16984 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16987         dummy marks in the right way.
16988
16989 2004-10-18  David Edmondson  <dme@dme.org>
16990
16991         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16992         excessively.
16993
16994 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16995
16996         * gnus-util.el (gnus-split-references): Accept a nil references
16997         string and go on blissfully.
16998
16999         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17000         cases where the references string is non-nil but has no references.
17001
17002         * encrypt.el: Add autoload tags.
17003
17004         * spam.el (spam-resolve-registrations-routine): Remove article
17005         from unregistration list too.  Reported by David Hanak
17006         <dhanak@isis.vanderbilt.edu>
17007
17008 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17011         nil.  Change custom type.
17012
17013 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17014
17015         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17016
17017         * gnus-sum.el (gnus-summary-move-article): Use it.
17018
17019 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17020
17021         * encrypt.el: Add autoload cookies.
17022
17023         * spam.el (spam-backend-article-list-property)
17024         (spam-backend-get-article-todo-list)
17025         (spam-backend-put-article-todo-list)
17026         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17027         Resolve registrations separately.
17028         (spam-register-routine): Format comments.
17029         (spam-unregister-routine, spam-register-routine): Always call with
17030         specific-articles, no default list.
17031         (spam-summary-prepare-exit): Use the spam-classifications function.
17032
17033         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17034         gnus-encrypt.el.
17035
17036         * encrypt.el: Copied from gnus-encrypt.el.
17037
17038         * gnus-encrypt.el: Commented that it's obsolete.
17039
17040 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17041
17042         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17043         (gnus-score-save): Use it.
17044
17045         * message.el (message-bury): Use `window-dedicated-p'.
17046
17047 2004-10-15  Simon Josefsson  <jas@extundo.com>
17048
17049         * pop3.el (top-level): Don't require nnheader.
17050         (pop3-read-timeout): Add.
17051         (pop3-accept-process-output): Add.
17052         (pop3-read-response, pop3-retr): Use it.
17053
17054 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17055
17056         * spam.el (spam-register-routine): Move comment.
17057         (spam-verify-bogofilter): Use 'unknown for the initial
17058         spam-bogofilter-valid state, not 'never.
17059
17060         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17061         for netrc-machine.
17062
17063         * nnimap.el (nnimap-open-connection):
17064         Use netrc-machine-user-or-password.
17065
17066 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17067
17068         * gnus-registry.el (gnus-registry-unload-hook):
17069         Set as a variable with add-hook.
17070
17071         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17072         of news-path.
17073
17074         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17075
17076         * spam.el: Delete duplicate `provide'.
17077         (spam-unload-hook): Set as a variable with add-hook.
17078
17079 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17080
17081         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17082         in the doc string.
17083
17084         * message.el (message-ignored-news-headers)
17085         (message-ignored-supersedes-headers)
17086         (message-ignored-resent-headers)
17087         (message-forward-ignored-headers): Improve custom type.
17088
17089 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * message.el (message-tokenize-header): Fix 2004-09-06 change
17092         which used point-min in the wrong place.
17093
17094 2004-10-12  Simon Josefsson  <jas@extundo.com>
17095
17096         * tls.el (tls-certtool-program): New variable.
17097         (tls-certificate-information): New function, based on
17098         ssl-certificate-information.
17099
17100 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * compface.el: Move the version of ELisp-based uncompface program
17103         to the contrib directory because of the copyright problem.
17104
17105 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17106
17107         * message.el (message-kill-buffer): Raise the current frame.
17108
17109 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17110
17111         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17112
17113         * gnus.el (message-y-or-n-p): Autoload.
17114
17115         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17116         (pop3-password-required, pop3-authentication-scheme)
17117         (pop3-leave-mail-on-server): Make customizable.
17118         (pop3): New custom group.
17119         (pop3-retr): Remove `sleep-for' statements.
17120         Suggested by Dave Love <fx@gnu.org>.
17121
17122         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17123         Windows/DOS.
17124
17125         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17126         (imap-parse-body): Fix incorrect use of `assert'.
17127         Suggested by Dave Love <fx@gnu.org>.
17128
17129         * mml.el (mml-minibuffer-read-disposition): Require match.
17130         Suggested by Dave Love <fx@gnu.org>.
17131
17132 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17133
17134         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17135         doc string.
17136
17137 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17140
17141 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17142
17143         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17144         instead of calling `mm-insert-inline', to decode text/* parts
17145         before displaying them.
17146
17147 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * mm-uu.el (mm-uu-text-plain-type): New variable.
17150         (mm-uu-pgp-signed-extract-1): Use it.
17151         (mm-uu-pgp-encrypted-extract-1): Use it.
17152         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17153         bind mm-uu-text-plain-type with that value.
17154         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17155         mm-uu-dissect.
17156
17157 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-group.el (gnus-update-group-mark-positions):
17160         * gnus-sum.el (gnus-update-summary-mark-positions):
17161         * message.el (message-check-news-body-syntax):
17162         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17163         of string-as-multibyte.
17164
17165 2004-10-05  Juri Linkov  <juri@jurta.org>
17166
17167         * gnus-group.el (gnus-update-group-mark-positions):
17168         * gnus-sum.el (gnus-update-summary-mark-positions):
17169         * message.el (message-check-news-body-syntax):
17170         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17171         8-bit unibyte values to a multibyte string for search functions.
17172
17173 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17176         (mm-uu-dissect-text-parts): New function.
17177
17178         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17179         dissect text parts.
17180
17181         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17182         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17183
17184         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17185
17186         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17187         Use gnus-current-topics instead of gnus-current-topic.
17188
17189 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17190
17191         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17192
17193 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17194
17195         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17196         where approriate.
17197
17198         * nnml.el (nnml-generate-active-info): do.
17199
17200         * nndiary.el (nndiary-generate-active-info): do.
17201
17202         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17203         (gnus-topic-move): do.
17204
17205         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17206         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17207
17208         * gnus-srvr.el (gnus-server-prepare)
17209         (gnus-server-open-all-servers): do.
17210
17211         * gnus-msg.el (gnus-summary-cancel-article)
17212         (gnus-summary-resend-message)
17213         (gnus-summary-mail-crosspost-complaint): do.
17214
17215         * gnus-move.el (gnus-change-server): do.
17216
17217         * gnus-group.el (gnus-group-unmark-all-groups)
17218         (gnus-group-set-current-level): do.
17219
17220 2004-10-04  Simon Josefsson  <jas@extundo.com>
17221
17222         * message.el (message-generate-hashcash): Doc fix.
17223
17224 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17225
17226         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17227         avoid infinite recursion via gnus-get-function.
17228
17229 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17230
17231         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17232
17233         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17234
17235         * nnmail.el (nnmail-split-history): do.
17236
17237         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17238         (nnml-request-delete-group): do.
17239
17240         * nnslashdot.el (nnslashdot-read-groups): do.
17241
17242         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17243         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17244
17245         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17246         (nnspool-sift-nov-with-sed): Use last.
17247         (nnspool-retrieve-headers-with-nov): Use mapc.
17248         (nnspool-request-newgroups): Use dolist.
17249         (nnspool-request-group): Use last.
17250
17251         * nntp.el (nntp-read-server-type): Use dolist.
17252
17253         * nnvirtual.el (nnvirtual-create-mapping)
17254         (nnvirtual-update-read-and-marked): Use dolist.
17255         (nnvirtual-convert-headers): Simplify.
17256
17257 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17258
17259         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17260         Add support for sync'ing tick marks.
17261
17262 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17265         there's no visible header.
17266
17267 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17268
17269         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17270         When necessary, pass full group name to gnus-request-set-marks.
17271
17272 2004-10-01  Simon Josefsson  <jas@extundo.com>
17273
17274         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17275         acroread.
17276
17277 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17278
17279         * spam-report.el (spam-report-gmane): Fix interactive.
17280
17281         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17282
17283         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17284         when writing file.
17285         (gnus-agent-synchronize-flags): Don't default to being
17286         interactive.
17287
17288 2004-09-30  Simon Josefsson  <jas@extundo.com>
17289
17290         * message.el (message-generate-hashcash): Add.
17291         (message-send-mail): Use it, call mail-add-payment.
17292
17293 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17294
17295         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17296
17297 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17298
17299         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17300         gnus-requst-update-info with explicit code to sync the in-memory
17301         info read flags with the marks being sync'd to the backend.
17302
17303         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17304
17305 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17306
17307         * spam.el (spam-verify-bogofilter): Add new function.
17308         (spam-check-bogofilter)
17309         (spam-bogofilter-register-with-bogofilter): Use it.
17310         (spam-verify-bogofilter): Add small fixes.
17311
17312 2004-09-28  Simon Josefsson  <jas@extundo.com>
17313
17314         * hashcash.el (hashcash-generate-payment): Revert.
17315
17316 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17317
17318         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17319         Use gnus-extract-references instead of gnus-split-references.
17320
17321         * gnus-util.el (gnus-extract-references): Add new function, analogous
17322         to gnus-split-references but extracts only the message-ID without
17323         anything extra.
17324
17325         * hashcash.el (hashcash-generate-payment)
17326         (hashcash-check-payment): Do the right thing if hashcash-path is
17327         nil (because the hashcash program could not be found).
17328
17329         * spam.el (spam-use-hashcash): Remove comment.
17330
17331 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17332
17333         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17334         (gnus-cache-enter-article, gnus-cache-remove-article)
17335         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17336
17337         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17338
17339         * gnus-art.el (article-hide-boring-headers)
17340         (article-translate-strings, article-display-face)
17341         (gnus-article-mime-match-handle-first)
17342         (gnus-article-highlight-headers)
17343         (gnus-article-add-buttons-to-head): do.
17344
17345 2004-09-27  Simon Josefsson  <jas@extundo.com>
17346
17347         * hashcash.el: New version, from
17348         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17349         ../contrib/.
17350
17351 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17354
17355 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17356
17357         * gnus-dup.el (gnus-dup-open): Use mapc.
17358         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17359
17360         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17361         Reported by Stefan Wiens <s.wi@gmx.net>.
17362
17363         * gnus.el (gnus-shutdown): Use dolist.
17364
17365         * gnus-undo.el (gnus-undo): Use mapc.
17366
17367         * nnrss.el (nnrss-generate-active): do.
17368
17369         * message.el (message-cite-original-without-signature)
17370         (message-cite-original): Use mapc.
17371         (message-do-actions, message-make-forward-subject): Use dolist.
17372
17373 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17374
17375         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17376         deletion to remove entire duplicate line.  Fixes merged article
17377         number bug.
17378
17379 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17380
17381         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17382         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17383         first ask if you want to open a server and then, even when you
17384         responded with no, asking if you want to synchronize the server's
17385         flags.
17386         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17387         multi-line expressions.
17388         (gnus-agent-synchronize-group-flags): New internal function.
17389         Updates marks in memory (in the info structure) AND in the
17390         backend.
17391
17392         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17393
17394         * nnagent.el (nnagent-request-set-mark):
17395         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17396         method, to ensure that synchronization updates marks in the
17397         backend and in the info (in memory) structure.
17398
17399 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17402         convention fully; don't miss the root article of a thread; make
17403         the X-Draft-From header with correct article numbers.
17404
17405 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17406
17407         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17408         unless plugged.  Disable the agent so that an open failure causes
17409         an error.
17410
17411         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17412         Revert 2004-09-21 change.  The backend must be opened while
17413         synchronizing flags even when the backend stores the flags
17414         locally.
17415
17416 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17417
17418         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17419         in `header' match.  Reported by Svend Tollak Munkejord.
17420
17421         * message.el (message-cite-original): Fix use of
17422         `message-cite-articles-with-x-no-archive'.
17423
17424 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17427         (gnus-window-to-buffer): Ditto.
17428
17429         * mml.el (mml-preview-buffer): New variable.
17430         (mml-preview): Manage window layout with gnus-buffer-configuration.
17431
17432         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17433         X-Draft-From header even if those articles aren't quoted.
17434
17435 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17436
17437         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17438         (gnus-request-set-mark, gnus-request-update-mark): Use new
17439         g-s-t-u-l-m to decide to use backend even when unplugged.
17440
17441 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17444         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17445
17446 2004-09-20  Simon Josefsson  <jas@extundo.com>
17447
17448         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17449         "utf-16-le".
17450
17451 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17452
17453         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17454
17455 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * uudecode.el (uudecode-use-external): Add :version.
17458
17459         * smime.el (smime-CA-file, smime-encrypt-cipher)
17460         (smime-dns-server): Add :version.
17461
17462         * smiley.el (gnus-smiley-file-types): Add :version.
17463
17464         * sha1.el (sha1-use-external): Add :version.
17465
17466         * pgg-def.el (pgg-query-keyserver): Add :version.
17467
17468         * nnmail.el (nnmail-fancy-expiry-targets)
17469         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17470         Add :version.
17471
17472         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17473         (nnimap-retrieve-groups-asynchronous): Add :version.
17474         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17475
17476         * mml.el (mml-content-disposition-parameters)
17477         (mml-insert-mime-headers-always): Add :version.
17478
17479         * mm-util.el (mm-coding-system-priorities): Add :version.
17480
17481         * mm-decode.el (mm-inline-text-html-with-images)
17482         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17483         (mm-verify-option): Add :version.
17484         (mm-text-html-renderer): Change :version.
17485
17486         * message.el (message-fcc-externalize-attachments)
17487         (message-required-headers, message-draft-headers)
17488         (message-subject-trailing-was-query)
17489         (message-subject-trailing-was-ask-regexp)
17490         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17491         (message-mark-insert-end, message-archive-header)
17492         (message-archive-note, message-cross-post-default)
17493         (message-cross-post-note, message-followup-to-note)
17494         (message-cross-post-note-function, message-use-mail-followup-to)
17495         (message-subscribed-address-functions)
17496         (message-subscribed-address-file, message-subscribed-addresses)
17497         (message-subscribed-regexps, message-allow-no-recipients)
17498         (message-yank-cited-prefix, message-signature-insert-empty-line)
17499         (message-hidden-headers, message-hierarchical-addresses)
17500         (message-mail-user-agent, message-use-idna)
17501         (message-valid-fqdn-regexp)
17502         (message-strip-special-text-properties, message-header-synonyms)
17503         (message-beginning-of-line, message-tab-body-function): Add :version.
17504         (message-insert-canlock, message-wide-reply-confirm-recipients):
17505         Change :version.
17506
17507         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17508         and :version.
17509         (mail-source-delete-old-incoming-confirm)
17510         (mail-source-movemail-program): Add :version.
17511
17512         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17513         (gnus-agent-cache, gnus-agent): Change :version.
17514
17515         * gnus-util.el (gnus-use-byte-compile): Change :version.
17516
17517         * gnus-sum.el (gnus-summary-make-false-root-always)
17518         (gnus-summary-default-high-score)
17519         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17520         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17521         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17522         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17523         (gnus-sum-thread-tree-single-indent)
17524         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17525         (gnus-sum-thread-tree-leaf-with-other)
17526         (gnus-sum-thread-tree-single-leaf): Add :version.
17527         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17528         (gnus-article-loose-mime): Change :version.
17529
17530         * gnus-start.el (gnus-backup-startup-file)
17531         (gnus-save-startup-file-via-temp-buffer): Add :version.
17532
17533         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17534         (gnus-server-offline-face): Add :version.
17535
17536         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17537
17538         * gnus-msg.el (gnus-gcc-externalize-attachments)
17539         (gnus-debug-files, gnus-debug-exclude-variables)
17540         (gnus-discouraged-post-methods): Change :version.
17541         (gnus-confirm-mail-reply-to-news)
17542         (gnus-confirm-treat-mail-like-news): Add :version.
17543
17544         * gnus-int.el (gnus-server-unopen-status): Add :version.
17545
17546         * gnus-group.el (gnus-group-jump-to-group-prompt)
17547         (gnus-large-ephemeral-newsgroup)
17548         (gnus-fetch-old-ephemeral-headers): Add :version.
17549
17550         * gnus-fun.el (gnus-x-face-directory)
17551         (gnus-convert-pbm-to-x-face-command)
17552         (gnus-convert-image-to-x-face-command)
17553         (gnus-convert-image-to-face-command): Add :version.
17554
17555         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17556
17557         * gnus-cite.el (gnus-cite-blank-line-after-header)
17558         (gnus-article-boring-faces): Add :version.
17559
17560         * gnus-art.el (gnus-buttonized-mime-types)
17561         (gnus-inhibit-mime-unbuttonizing)
17562         (gnus-treat-display-face)
17563         (gnus-treat-body-boundary): Change :version.
17564         (gnus-body-boundary-delimiter, gnus-picon-databases)
17565         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17566         (gnus-treat-date-english, gnus-treat-fold-headers)
17567         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17568         (gnus-treat-mail-picon, gnus-treat-wash-html)
17569         (gnus-article-encrypt-protocol)
17570         (gnus-use-idna, gnus-article-over-scroll)
17571         (gnus-mime-display-multipart-alternative-as-mixed)
17572         (gnus-mime-display-multipart-related-as-mixed)
17573         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17574         (gnus-ctan-url, gnus-button-ctan-handler)
17575         (gnus-button-handle-ctan-bogus-regexp)
17576         (gnus-button-ctan-directory-regexp)
17577         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17578         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17579         (gnus-button-man-level, gnus-button-emacs-level)
17580         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17581
17582         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17583         (gnus-agent-go-online): Change :version.
17584         (gnus-agent-expire-unagentized-dirs)
17585         (gnus-agent-auto-agentize-methods): Add :version.
17586
17587         * flow-fill.el (fill-flowed-display-column)
17588         (fill-flowed-encode-column): Add :version.
17589
17590         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17591         (gnus-outlook-deuglify-unwrap-max)
17592         (gnus-outlook-deuglify-cite-marks)
17593         (gnus-outlook-deuglify-unwrap-stop-chars)
17594         (gnus-outlook-deuglify-no-wrap-chars)
17595         (gnus-outlook-deuglify-attrib-cut-regexp)
17596         (gnus-outlook-deuglify-attrib-verb-regexp)
17597         (gnus-outlook-deuglify-attrib-end-regexp)
17598         (gnus-outlook-display-hook): Add :version.
17599
17600         * binhex.el (binhex-use-external): Add :version.
17601
17602 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17603
17604         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17605         and `invisible'.
17606
17607 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17608
17609         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17610         in gnus-registry-trim.
17611
17612 2004-09-13  Simon Josefsson  <jas@extundo.com>
17613
17614         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17615
17616         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17617
17618         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17619         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17620         <yamaoka@jpl.org>.
17621         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17622         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17623         <yamaoka@jpl.org>.
17624
17625         * sieve.el (sieve-manage-mode): Ditto.
17626
17627 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17628
17629         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17630
17631 2004-09-11  Simon Josefsson  <jas@extundo.com>
17632
17633         * dns-mode.el: Add.
17634
17635         * mm-view.el (mm-display-dns-inline): Add.
17636
17637         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17638         (mm-automatic-display): Ditto.
17639
17640         * mailcap.el (mailcap-mime-data): Add text/dns.
17641         (mailcap-mime-extensions): Map .soa to text/dns.
17642
17643 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17644
17645         * gnus-art.el (article-decode-mime-words, article-babel)
17646         (gnus-article-highlight-signature, gnus-article-add-buttons)
17647         (gnus-signature-toggle): Remove unnecessary bindings of
17648         `inhibit-read-only' inherited from v5.10 merge.
17649
17650 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17651
17652         * nntp.el (nntp): New customization group.
17653         (nntp-authinfo-file): Add customization group.
17654
17655         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17656
17657         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17658
17659         * gnus.el (to-address, to-list, subscribed)
17660         (large-newsgroup-initial): Ditto.
17661
17662         * flow-fill.el (fill-flowed-display-column)
17663         (fill-flowed-encode-column): Ditto.
17664
17665 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17666
17667         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17668         Use point-min rather than 1.
17669         (message-send-mail): Use buffer-size rather than point-max.
17670
17671         * gnus-sum.el (gnus-summary-search-article-forward):
17672         Signal a specific `search-failed' rather than a generic `error'.
17673
17674         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17675         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17676         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17677
17678 2004-09-10  Simon Josefsson  <jas@extundo.com>
17679
17680         * nndb.el (require): Remove tcp and duplicate cl.
17681
17682 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * gnus-agent.el (directory-files-and-attributes): Move forward.
17685
17686 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17687
17688         * gnus-agent.el (directory-files-and-attributes):
17689         Optionally defined to support XEmacs.
17690
17691 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17692
17693         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17694         to avoid run-time CL dependencies.
17695         (gnus-agent-unfetch-articles): New function.
17696         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17697         article numbers even when local .overview file is missing.
17698         (gnus-agent-read-article-number): New function.  Only accepts
17699         27-bit article numbers.
17700         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17701         Use gnus-agent-read-article-number.
17702         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17703         from backend while recognizing that article numbers in .overview
17704         must be valid.
17705         (gnus-agent-update-files-total-fetched-for):
17706         Use directory-files-and-attributes to improve performance.
17707         * gnus-int.el (gnus-request-move-article):
17708         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17709         improve performance.
17710
17711         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17712         some users confused by references to .newsrc when they only have a
17713         .newsrc.eld file.
17714         (gnus-convert-mark-converter-prompt)
17715         (gnus-convert-converter-needs-prompt): Fix use of property list.
17716         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17717         New function.  Used internally to only display 'gnus converting
17718         files' message when actually necessary.
17719
17720         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17721         methods now autoloaded.
17722
17723 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17726         identifiers.
17727
17728 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * gnus-picon.el: Fix indentation and closing parenthesis.
17731
17732 2004-09-01  Simon Josefsson  <jas@extundo.com>
17733
17734         * message.el (message-canlock-generate): Require sha1, not
17735         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17736         to require within a function.  Sadly, if sha1.el isn't loaded, the
17737         let binding in m-c-g will hide the defcustom definition, which is
17738         bad.)
17739
17740         * canlock.el: Require sha1, not sha1-el.
17741
17742         * message.el: Don't autoload sha1 (there is a autoload cookie in
17743         sha1.el).
17744
17745         * sha1-el.el: Rename to sha1.el.
17746
17747 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17748
17749         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17750
17751 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17752
17753         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17754
17755 2004-08-30  Kim F. Storm  <storm@cua.dk>
17756
17757         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17758
17759         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17760         Add :group 'nnimap.
17761
17762 2004-08-30  Andreas Schwab  <schwab@suse.de>
17763
17764         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17765         ?* and ?\;.
17766
17767         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17768         and ?\' to symbol instead of whitespace.
17769
17770 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17773
17774         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17775         instead of re-search-forward.
17776
17777         * gnus-uu.el (gnus-uu-save-article): Ditto.
17778         (gnus-uu-post-encode-uuencode): Ditto.
17779
17780         * html2text.el (html2text-clean-list-items): Ditto.
17781         (html2text-clean-dtdd): Ditto.
17782         (html2text-format-tags): Ditto.
17783
17784         * message.el (message-send-mail-with-sendmail): Fix regexp.
17785         (message-fill-field-general): Use search-forward instead of
17786         re-search-forward.
17787         (unbold-region): Ditto.
17788
17789         * nnrss.el (nnrss-request-article): Ditto.
17790
17791         * nnslashdot.el (nnslashdot-request-article): Ditto.
17792
17793         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17794
17795         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17796         "Unrecognized menu descriptor" error in XEmacs.
17797
17798 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17799
17800         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17801         parent article of a sparse article in the thread hashtb.
17802
17803 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17804
17805         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17806         (nnmail-expand-newtext): Lowercase expanded entries if
17807         nnmail-split-lowercase-expanded is non-nil.
17808
17809 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17812
17813         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17814         of gnus-tmp-news-method into string under XEmacs.  It will be
17815         passed to gnus-correct-length which takes only a string argument.
17816
17817 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * gnus-util.el (gnus-bind-print-variables): New macro.
17820         (gnus-prin1): Use it.
17821         (gnus-prin1-to-string): Use it.
17822         (gnus-pp): New function.
17823         (gnus-pp-to-string): New function.
17824
17825         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17826         Replace pp-to-string with gnus-pp-to-string.
17827         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17828         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17829         * gnus-msg.el (gnus-debug): Ditto.
17830         * gnus-score.el (gnus-score-save): Ditto.
17831         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17832         gnus-pp-to-string.
17833         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17834         with gnus-pp.
17835         * score-mode.el (gnus-score-pretty-print): Ditto.
17836         * webmail.el (webmail-debug): Ditto.
17837
17838 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * gnus-art.el (article-display-face, article-display-x-face):
17841         Use buffer-read-only.
17842
17843 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17844
17845         * gnus-art.el (article-hide-list-identifiers):
17846         Bind inhibit-read-only as t.
17847
17848 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17849
17850         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17851
17852 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17853
17854         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17855         (gnus-narrow-to-page): Don't assume point-min == 1.
17856         (gnus-article-edit-mode): Derive from message-mode.
17857
17858         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17859         point-min == 1.
17860
17861         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17862         Disable incorrect use of `assert'.
17863
17864         * message.el (message-mode): Set comment-start-skip.
17865
17866
17867 2004-08-22  Sam Steingold  <sds@gnu.org>
17868
17869         * pop3.el (pop3-leave-mail-on-server): New user variable.
17870         (pop3-movemail): Delete mail only when it is nil.
17871
17872 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17873
17874         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17875
17876         * mml.el (mml-preview): Use `pop-to-buffer'.
17877
17878         * message.el (message-goto-mail-followup-to): Insert after "To".
17879         (message-carefully-insert-headers): Add comment.
17880
17881         * gnus.el: Remove unused variable `gnus-article-check-size'.
17882
17883         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17884
17885         * gnus-art.el (gnus-button-alist):
17886         Improve `gnus-button-handle-library' entry.
17887
17888 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17889
17890         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17891         Use downcase, since XEmacs capitalizes error messages differently.
17892
17893 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17894
17895         * nntp.el: Add (require 'gnus) due to reference to
17896         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17897
17898 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17899
17900         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17901         Bind `mm-fill-flowed'.
17902
17903         * mm-decode.el (mm-dissect-singlepart): Check it.
17904
17905 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17906
17907         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17908         'imap' for netrc parsing.
17909
17910 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17911
17912         * mailcap.el (mailcap-mime-data): Mark as risky.
17913
17914 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17917         may be included in the encoded word.
17918         (rfc2047-encode): Don't append a space if the encoded word
17919         includes close parenthesis.
17920
17921 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17924         of text within parentheses.
17925
17926 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17927
17928         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17929         (gnus-encrypt-write-file-contents): Make the password key the file
17930         name PLUS the cipher, not just the cipher.  Also remove failed
17931         passwords from the cache.
17932
17933 2004-08-06  Simon Josefsson  <jas@extundo.com>
17934
17935         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17936         Doc fix.
17937
17938 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17941         LWSP.
17942
17943 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17944
17945         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17946         Try to append in-reply-to: data to the references: header.
17947
17948         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17949         (netrc-parse): Use gnus-encrypt.el functions.
17950
17951         * gnus-encrypt.el: Add new file for encryption support; currently
17952         does only a few GPG ciphers and an internal XOR cipher.
17953
17954         * password.el: Add comments on using password-read-and-add.
17955         (password-read-and-add): Add function to read and add the
17956         password to the cache at once.
17957
17958 2004-07-28  Simon Josefsson  <jas@extundo.com>
17959
17960         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17961         parameter (but don't use it, for now).
17962
17963         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17964         instead of hard coding to nil.
17965
17966 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17969         as mm-inline-image-xemacs does.
17970
17971 2004-07-26  Simon Josefsson  <jas@extundo.com>
17972
17973         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17974         Revert part of 2004-07-17 change below.
17975
17976 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17979         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17980
17981 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17982
17983         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17984         quotes that actually start with ">" at the beginning of the
17985         lines.
17986
17987 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * rfc2047.el (rfc2047-encode-region): Fix last change.
17990         (rfc2047-encode-parameter): Remove useless concat.
17991
17992 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17995         encode special characters; fix some kind of misconfigured headers;
17996         signal a real error if debug-on-quit or debug-on-error is non-nil.
17997         (rfc2047-encode-max-chars): New variable.
17998         (rfc2047-encode-1): Use it.
17999         (rfc2047-encode-parameter): New function.
18000
18001         * mml.el (mml-insert-parameter): Remove an excessive space.
18002
18003 2004-07-17  Simon Josefsson  <jas@extundo.com>
18004
18005         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18006         Kai Grossjohann <kai@emptydomain.de>.
18007         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18008         (gnus-group-make-menu-bar): Ditto.
18009
18010         * gnus-util.el (gnus-group-server): Add.
18011
18012 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18013
18014         * message.el (message-clone-locals): Clone sendmail and smtp
18015         variables.
18016
18017 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18018
18019         * rfc2047.el (rfc2047-encode-region): Fix last change.
18020
18021 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18024         characters as non-special.
18025
18026 2004-07-09  Simon Josefsson  <jas@extundo.com>
18027
18028         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18029         Users will lose all flag changes made while unplugged with
18030         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18031         good default.  See numerous reports on ding mailing list.
18032
18033 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18034
18035         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18036         add generate-head-function and generate-article-function to the
18037         rfc822-forward entry.
18038         (nndoc-rfc822-forward-generate-article): New function.
18039         (nndoc-rfc822-forward-generate-head): New function.
18040
18041         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18042
18043 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18044
18045         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18046         respect display group parameter and gnus-summary-expunge-below.
18047         (gnus-articles-to-read): Remove unused reference to display group
18048         parameter.
18049
18050 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18051
18052         * nnheader.el (nnheader-uniquify-message-id): New experimental
18053         variable.
18054         (nnheader-nov-read-message-id): Use it.
18055
18056         * spam-report.el (spam-report-gmane): Add interactive.
18057
18058 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * mm-encode.el (mm-content-transfer-encoding-defaults):
18061         Use qp-or-base64 for the application/* types.
18062
18063 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18064
18065         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18066
18067 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18068
18069         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18070         trim value.
18071
18072 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18073
18074         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18075         New macro and function.
18076         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18077
18078 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18081         after-load-alist.
18082
18083 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18084
18085         * gnus-group.el (gnus-group-get-new-news-this-group):
18086         Don't update info that isn't there.
18087
18088 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18089
18090         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18091         entry.
18092
18093 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * mm-view.el (mm-inline-render-with-function): Use multibyte
18096         buffer; decode html source by charset.
18097
18098         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18099
18100         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18101         Mule-UCS is loaded under XEmacs.
18102         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18103
18104 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18105
18106         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18107
18108 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * mm-util.el (mm-coding-system-p): Return a coding-system.
18111         (mm-mime-mule-charset-alist): Use shift_jis instead of
18112         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18113         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18114         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18115         instead of japanese-shift-jis and iso-latin-1 respectively in
18116         order to share the default value with both Emacs and XEmacs-mule.
18117         (mm-mule-charset-to-mime-charset):
18118         Make mm-coding-system-priorities effective.
18119         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18120         while predicating of candidates upon the priorities.
18121
18122 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18123
18124         * gnus-sum.el (gnus-summary-make-menu-bar):
18125         Add gnus-uu-invert-processable.
18126
18127         * gnus.el: Autoload gnus-uu-invert-processable.
18128
18129 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18130
18131         * mm-util.el (mm-with-multibyte-buffer): New macro.
18132
18133         * rfc2047.el (rfc2047-encode-string): Use it.
18134         (rfc2047-encode-region): Move point to the end of the region after
18135         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18136
18137 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18140         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18141
18142 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18145         (gnus-cite-parse): Ignore quoted envelope From_.
18146         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18147
18148 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18149
18150         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18151         invalid addresses.
18152
18153 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18154
18155         * spam.el: Change section markers, revise TODO list.
18156         (spam-backends): Make new master list of all installed backends.
18157         (spam-summary-exit-behavior): Add new variable to determine how
18158         messages moves are done at summary exit.
18159         (spam-move-spam-nonspam-groups-only)
18160         (spam-process-ham-in-nonham-groups)
18161         (spam-process-ham-in-spam-groups): Remove variables, the
18162         spam-summary-exit-behavior variable should be used to manage this
18163         behavior.
18164         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18165         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18166         and spam-old-spam-articles.
18167         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18168         Add empty variables, placeholders for the backends they represent.
18169         (spam-set-difference): Move, unchanged.
18170         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18171         unless the user has a processor variable.
18172         (spam-classifications, spam-classification-valid-p)
18173         (spam-backend-properties, spam-backend-property-valid-p)
18174         (spam-backend-function-type-valid-p)
18175         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18176         (spam-report-articles-gmane, spam-report-articles-resend):
18177         Remove functions, they are not needed.
18178         (spam-install-backend-super, spam-backend-list)
18179         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18180         (spam-backend-function, spam-backend-ham-registration-function)
18181         (spam-backend-spam-registration-function)
18182         (spam-backend-ham-unregistration-function)
18183         (spam-backend-spam-unregistration-function)
18184         (spam-backend-statistical-p, spam-backend-mover-p)
18185         (spam-install-backend-alias, spam-install-checkonly-backend)
18186         (spam-install-mover-backend, spam-install-nocheck-backend)
18187         (spam-install-backend, spam-install-statistical-backend)
18188         (spam-install-statistical-checkonly-backend): Add backend installation
18189         support.
18190         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18191         (spam-group-processor-p): Use the new backend code and respect the
18192         summary exit behavior.
18193         (spam-mark-spam-as-expired-and-move-routine): Remove.
18194         (spam-summary-prepare): Change to use the new spam-old-articles
18195         variable.
18196         (spam-copy-or-move-routine, spam-copy-spam-routine)
18197         (spam-move-spam-routine, spam-copy-ham-routine)
18198         (spam-move-ham-routine): Add code to copy/move ham or spam.
18199         (spam-fetch-field-fast): Improve doc and code, plus allow the
18200         'number request.
18201         (spam-list-of-checks, spam-list-of-statistical-checks):
18202         Remove variables.
18203         (spam-split, spam-find-spam): Use the new backend code.
18204         (spam-registration-functions): Remove variable.
18205         (spam-unregister-routine): Add convenience wrapper.
18206         (spam-log-undo-registration, spam-register-routine)
18207         (spam-log-processing-to-registry)
18208         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18209         where possible.
18210         (spam-check-gmane-xref, spam-check-regex-headers)
18211         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18212         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18213         (spam-check-bogofilter-headers, spam-check-spamoracle)
18214         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18215         (spam-check-crm114-headers): Use the spam-split-group that
18216         spam-split prepares, no need to determine it every time.
18217
18218         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18219         to the nnheader-parse-naked-head call.
18220
18221         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18222
18223         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18224         the nnheader-nov-read-message-id call.
18225
18226 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18227
18228         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18229         gnus-activate-group twice.  Suggested by Markus Peter
18230         <warp@spin.de>.
18231
18232 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * gnus-art.el (gnus-article-time-format): Exchange the order of
18235         day and month in the default value; fix customization type.
18236         (article-date-ut): Use add-text-properties.
18237         (article-make-date-line): Use message-make-date instead of
18238         current-time-string.
18239
18240         * message.el (message-fetch-field): Don't use set-text-properties.
18241         (message-make-date): Simplify.
18242
18243         * messagexmas.el (message-xmas-make-date): New function.
18244         (message-xmas-redefine): Defalias message-make-date to it.
18245
18246 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18247
18248         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18249         (rfc2047-encode-region): Treat text within parentheses as special;
18250         show the original text when error has occurred.
18251
18252         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18253         already-computed method to gnus-activate-group.
18254
18255         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18256         same select-methods identical Lisp objects.
18257
18258         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18259         object when modifying the info.
18260
18261 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18264         gnus-opened-servers since it has never been opened with the new
18265         configuration yet.
18266
18267 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18268
18269         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18270         arg to nnheader-generate-fake-message-id.
18271
18272 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18273
18274         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18275         number and build a fake message ID localized to a group and
18276         article number (so it's repeatable from that point on).
18277         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18278         ID format.
18279
18280         * gnus-sum.el (gnus-get-newsgroup-headers):
18281         Call nnheader-generate-fake-message-id with the article number.
18282
18283 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18284
18285         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18286         end-of-buffer.
18287
18288 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18289
18290         * message.el (message-ignored-supersedes-headers): Add Approved.
18291
18292 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18293
18294         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18295         goto-char.
18296         (rfc2047-encode): Fold the line before encoding.
18297
18298 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18299
18300         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18301         folding -- not all headers can be folded, and this should be done
18302         by the message composition mode.  Probably.  I think.
18303
18304 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18307         fast.
18308
18309         * gnus-ems.el (gnus-remove-image): Don't use
18310         message-text-with-property; remove only the image found first.
18311
18312         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18313         found first.
18314
18315 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18316
18317         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18318
18319 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * message.el (message-text-with-property): Make it fast and accept
18322         optional arguments.
18323         (message-strip-forbidden-properties): Use it.
18324         (message-fix-before-sending): Follow the m-t-w-p change.
18325
18326         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18327
18328 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * gnus-art.el (article-hide-headers): Don't change the buffer
18331         mistakenly when performing mml-preview even if
18332         gnus-single-article-buffer is nil.
18333
18334 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18335
18336         * message.el (message-expand-name-databases): New user option.
18337         (message-expand-name): Use it.
18338
18339 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18340
18341         * spam.el (spam-report-articles-resend)
18342         (spam-report-resend-register-routine): Allow ham reporting.
18343         (spam-report-resend-register-ham-routine): Add wrapper.
18344         (spam-registration-functions): Add ham resending functions.
18345         (spam-list-of-processors): Add ham resend processor.
18346
18347         * gnus.el (ham-resend-to): Add new group parameter.
18348         (spam-process): Add ham resend option.
18349
18350         * spam-report.el (spam-report-resend): Allow reporting ham.
18351         (spam-report-resend-ham): Add wrapper.
18352
18353 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18354
18355         * message.el (message-cite-articles-with-x-no-archive):
18356         New variable.
18357         (message-cite-original): Use it.
18358
18359 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18360
18361         * message.el (message-cite-original): Respect X-No-Archive.
18362
18363 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-art.el (article-hide-headers): Refer to the values for
18366         gnus-ignored-headers and gnus-visible-headers in the summary
18367         buffer since a user may have set them as group parameters.
18368
18369 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18370
18371         * assistant.el (assistant-node-name): Add convenience function.
18372         (assistant-render-text, assistant-render-node): Add error handling,
18373         plus handle multiple next nodes.
18374         (assistant-find-next-node): Comment out for now.
18375         (assistant-find-next-nodes): Add function, returns list of next
18376         nodes.
18377
18378 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18379
18380         * mail-source.el (mail-source-directory): Fix doc-string.
18381
18382 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18383
18384         * assistant.el (assistant-render-text, assistant-eval): Add :set
18385         widget type, which is different because it takes and returns a
18386         list.  Much hilarity ensues.
18387
18388 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18389
18390         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18391
18392         * gnus-group.el (gnus-group-get-new-news-this-group):
18393         Add doc-string.
18394
18395         * gnus-start.el (gnus-activate-group): Add doc-string.
18396
18397 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18400
18401 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18402
18403         * assistant.el (assistant-render-text): Try to add a :set
18404         widget, more to come.
18405
18406         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18407         strings.
18408         (spam-report-articles-resend)
18409         (spam-register-routine): Do registration iff any articles warrant
18410         it.
18411         (spam-summary-prepare-exit): Change log message for nil group
18412         destinations.
18413
18414 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18415
18416         * spam.el (spam-report-resend-register-routine):
18417         Allow spam-report-resend-to to be a group parameter or a global value.
18418
18419 2004-05-26  Simon Josefsson  <jas@extundo.com>
18420
18421         * starttls.el: Merge with my GNUTLS based starttls.el.
18422         (starttls-gnutls-program, starttls-use-gnutls)
18423         (starttls-extra-arguments, starttls-process-connection-type)
18424         (starttls-connect, starttls-failure, starttls-success):
18425         New variables.
18426         (starttls-program, starttls-extra-args): Doc fix.
18427         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18428         New functions.
18429         (starttls-negotiate, starttls-open-stream):
18430         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18431         function if it is set.
18432
18433 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18434
18435         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18436         structured fields.
18437
18438 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18441
18442 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18443
18444         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18445         Add variable.
18446         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18447         assigning the spam-mark to new messages.
18448
18449 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18450
18451         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18452
18453 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18456
18457         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18458         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18459         default.
18460
18461 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18462
18463         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18464         correct data.
18465
18466 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18467
18468         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18469         (spam-group-processor-p): Fix function.
18470         (spam-group-processor-multiple-p)
18471         (spam-group-spam-processor-report-gmane-p)
18472         (spam-group-spam-processor-report-resend-p)
18473         (spam-group-spam-processor-bogofilter-p)
18474         (spam-group-spam-processor-blacklist-p)
18475         (spam-group-spam-processor-ifile-p)
18476         (spam-group-ham-processor-ifile-p)
18477         (spam-group-spam-processor-spamoracle-p)
18478         (spam-group-spam-processor-crm114-p)
18479         (spam-group-ham-processor-bogofilter-p)
18480         (spam-group-spam-processor-stat-p)
18481         (spam-group-ham-processor-stat-p)
18482         (spam-group-ham-processor-whitelist-p)
18483         (spam-group-ham-processor-BBDB-p)
18484         (spam-group-ham-processor-spamoracle-p)
18485         (spam-group-ham-processor-copy-p): Remove functions with some
18486         prejudice against unneeded code.
18487         (spam-report-articles-resend)
18488         (spam-report-resend-register-routine): Allow the group/topic
18489         spam-resend-to value to override spam-report-resend-to.
18490         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18491         properly now.
18492
18493         * gnus.el (spam-resend-to): Add group/topic parameter.
18494         (spam-process): Move the OBSOLETE processors to the end of the
18495         choices.
18496
18497 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18498
18499         * spam-report.el (spam-report-resend-to, spam-report-resend):
18500         Start with resend-to set to nil, and then ask the user if necessary.
18501         (spam-report-resend): spam-report-resend takes a list of articles, not
18502         separate article numbers.
18503
18504 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18505
18506         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18507         addition to emacs-w3m.
18508
18509 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18510
18511         * assistant.el (assistant-authinfo-data): New function.
18512         (assistant-eval): Eval for entire assistant.
18513
18514         * netrc.el (netrc-services-file): New variable.
18515         (netrc-parse-services): New function.
18516         (netrc-find-service-name): New function.
18517         (netrc-find-service-number): New function.
18518         (netrc-port-equal): New function.
18519         (netrc-machine): Use it.
18520
18521         * nnimap.el (nnimap-open-connection): Use netrc.
18522
18523         * gnus-util.el (gnus-netrc-get): Remove aliases.
18524
18525         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18526
18527         * assistant.el (wid-edit): Fix compilation.
18528
18529         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18530
18531 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18532
18533         * gnus-util.el (gnus-set-file-modes): New function.  (small
18534         patch).
18535
18536 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18537
18538         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18539
18540         * assistant.el (assistant-render-node): Fix up rendering and
18541         read-only text.
18542         (assistant-render-node): Reset.
18543         (assistant-make-read-only): Not sticky.
18544
18545 2004-05-20  Danny Siu  <dsiu@adobe.com>
18546
18547         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18548         centered even when gnus-auto-center-summary is t.
18549
18550 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18551
18552         * dns.el (dns-get-txt-answer): New function.
18553         (dns-read-txt): Ditto.
18554         (query-dns): Use it.
18555
18556 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18559         active for foreign groups even if the group level is higher than
18560         the specified value.
18561
18562 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18563
18564         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18565         non-active groups.
18566
18567         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18568
18569 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18570
18571         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18572
18573 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18574
18575         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18576         (spam-crm114-header, spam-crm114-spam-switch)
18577         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18578         (spam-crm114-positive-spam-header)
18579         (spam-crm114-database-directory, spam-list-of-processors)
18580         (spam-group-spam-processor-crm114-p)
18581         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18582         (spam-generic-score, spam-list-of-checks)
18583         (spam-list-of-statistical-checks, spam-registration-functions)
18584         (spam-check-crm114-headers, spam-crm114-score)
18585         (spam-check-crm114, spam-crm114-register-with-crm114)
18586         (spam-crm114-register-spam-routine)
18587         (spam-crm114-unregister-spam-routine)
18588         (spam-crm114-register-ham-routine)
18589         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18590         From asjo@koldfront.dk (Adam Sjøgren).
18591
18592         * gnus.el: Add spam-use-crm114.
18593
18594         * spam.el (spam-list-of-processors, spam-registration-functions):
18595         Add spam-use-resend.
18596         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18597         (spam-report-articles-gmane): Add doc fix.
18598         (spam-report-articles-resend, spam-report-resend-register-routine):
18599         Add wrappers around spam-report-resend-to.
18600
18601         * spam-report.el (spam-report-resend-to, spam-report-resend):
18602         Add support for resending spam.
18603         (spam-report-gmane): Fix line length >80.
18604
18605         * gnus.el (spam-process): Add spam-use-resend.
18606
18607 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18608
18609         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18610         number of processed spam messages.
18611         (spam-ham-copy-or-move-routine): Return the number of processed
18612         ham messages.
18613         (spam-summary-prepare-exit): Use the above values to decide
18614         whether status messages shouled be displayed.
18615
18616 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18617
18618         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18619         `rfc2047-encoding-function-alist' in order to avoid conflicting
18620         with the old version.
18621         (rfc2047-encode-region): Concatenate words containing non-ASCII
18622         characters in structured fields; don't encode space-delimited
18623         ASCII words even in unstructured fields; don't break words at
18624         char-category boundaries.
18625         (rfc2047-encode-1): New function.
18626         (rfc2047-encode): Use it; encode text so that it occupies the
18627         maximum width within 76-column; work correctly on Q encoding for
18628         iso-2022-* charsets.
18629         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18630         sure not to break a line just after the header name.
18631         (rfc2047-b-encode-region): Remove.
18632         (rfc2047-b-encode-string): New function.
18633         (rfc2047-q-encode-region): Remove.
18634         (rfc2047-q-encode-string): New function.
18635
18636         * mm-util.el (mm-replace-in-string): New function.
18637
18638 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18639
18640         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18641         Really get it right.
18642         (gnus-inews-make-draft): Really.
18643
18644 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18645
18646         * nnmh.el (nnmh-request-list-1): Don't check the link count
18647         before descending.  (small patch)
18648
18649 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18650
18651         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18652         stuff.
18653
18654         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18655         Match on real group name.
18656
18657         * gnus-art.el (gnus-signature-limit): Doc fix.
18658
18659         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18660
18661         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18662
18663 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18664
18665         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18666         isn't a string.
18667
18668 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18669
18670         * gnus-draft.el (gnus-draft-send):
18671         Bind rfc2047-encode-encoded-words.
18672
18673         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18674         (rfc2047-encodable-p): Say that =? needs encoding.
18675         (rfc2047-encode-encoded-words): New variable.
18676
18677         * gnus-group.el (gnus-group-select-group): Doc fix.
18678
18679         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18680
18681         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18682         to nil.
18683
18684         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18685
18686         * nnheader.el (nnheader-get-lines-and-char): New function.
18687
18688 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18689
18690         * gnus-msg.el (gnus-summary-followup-with-original):
18691         Document yanking of region when active.
18692
18693 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18696         groups if the group level is higher than the specified value.
18697
18698 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18701         (gnus-group-jump-to-group): Add prefix argument using
18702         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18703         non-active group.
18704
18705         * compface.el (uncompface): Be verbose when changing
18706         `uncompface-use-external'.
18707
18708         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18709         handle manual section.
18710
18711 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18712
18713         * gnus-art.el (gnus-button-alist): Revert previous change.
18714
18715 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18716
18717         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18718
18719 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18720
18721         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18722         whether backend can accept message.
18723
18724         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18725
18726 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18727
18728         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18729         Avoid creating directory when nntp-marks-is-evil is true.
18730         Reported by Reiner Steib.
18731
18732 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18733
18734         * gnus-picon.el (gnus-picon-style): New variable.
18735         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18736         (gnus-picon-transform-address): Support `gnus-picon-style'.
18737         From Jesper Harder <harder@ifa.au.dk>.
18738
18739 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18740
18741         * message.el (message-fill-field): Return point.
18742         (message-generate-headers): Go to end of field.
18743
18744         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18745         stuff for non-living groups.
18746
18747 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18748
18749         * gnus-art.el (gnus-article-followup-with-original)
18750         (gnus-article-reply-with-original): gnus-mark-active-p ->
18751         gnus-region-active-p.
18752
18753 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18754
18755         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18756         only when there is spam or ham to be processed.
18757
18758 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18759
18760         * mail-source.el (mail-source-delete-crash-box): Refactor.
18761         (mail-source-fetch): Use it.
18762         (mail-source-fetch-file): Ditto.
18763         (mail-source-fetch-directory): Run postscript in loop.
18764         (mail-source-fetch-pop): Delete.
18765         (mail-source-fetch-maildir): Ditto.
18766         (mail-source-fetch-imap): Ditto.
18767
18768         * imap.el (imap-authenticators): Comment out sasl.
18769
18770         * message.el (message-skip-to-next-address): New function.
18771         (message-fill-header-address): Refactor.
18772         (message-fill-address): Use it.
18773         (message-delete-address): Use it.
18774         (message-fill-header-general): Refactor.
18775         (message-fill-field-address): Rename.
18776         (message-narrow-to-field): Find the start of the header.
18777         (message-header-format-alist): Don't pre-fill.
18778         (message-fill-header): Remove.
18779         (message-insert-header): New function.
18780         (message-shorten-references): Use it.
18781
18782         * rfc2047.el (rfc2047-field-value): Strip props.
18783
18784         * mail-parse.el (mail-header-make-address): New alias.
18785
18786         * ietf-drums.el (ietf-drums-make-address): New function.
18787
18788         * imap.el: Add compiler directives.
18789
18790         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18791
18792         * gnus-art.el (article-decode-idna-rhs): Don't use
18793         message-idna-inside-rhs-p.
18794
18795 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18796
18797         * message.el (message-idna-inside-rhs-p): Remove.
18798         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18799
18800         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18801         false positives.
18802
18803 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18804
18805         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18806
18807 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18808
18809         * nneething.el (nneething-file-name): Don't create spurious
18810         files.
18811
18812         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18813         (gnus-inews-do-gcc): Remove sleep.
18814
18815         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18816         part under point.
18817
18818         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18819         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18820
18821 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18822
18823         * spam.el (spam-summary-prepare-exit): Fix (length).
18824
18825 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18826
18827         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18828         as expired without moving it" message when there are spam
18829         messages left.
18830
18831 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18832
18833         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18834         header is not nil.
18835
18836 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18837
18838         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18839         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18840         (nntp-marks-changed-p): New arg SERVER.
18841         (nntp-request-update-info): Adjust caller.
18842
18843 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18844
18845         * nntp.el (nntp-save-marks): Pass missing arg.
18846
18847 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18848
18849         * nntp.el: Support marks.
18850         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18851         (nntp-marks-modtime, nntp-marks-directory): New variables.
18852         (nntp-request-set-mark, nntp-request-update-info)
18853         (nntp-possibly-create-directory, nntp-marks-changed-p)
18854         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18855         New functions.
18856
18857 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18858
18859         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18860         (gnus-xmas-redefine): Rename.
18861
18862         * gnus-score.el (gnus-score-insert-help):
18863         Use gnus-select-lowest-window.
18864
18865         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18866         appt-select-lowest-window and rename to gnus-select-lowest-window.
18867
18868         * gnus.el: do.
18869
18870 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18871
18872         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18873         encodings of MIME-encoded words, in order to improve
18874         interoperability with several broken MUAs.
18875
18876 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18877
18878         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18879         tags, only when charsets are not specified in headers.
18880         (mm-inline-text-html-render-with-w3m): Ditto.
18881
18882         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18883         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18884
18885 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18886
18887         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18888         instead of MIME-decoded from fields when checking
18889         `gnus-article-address-banner-alist'.
18890
18891 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18892
18893         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18894         description rather than subject.
18895
18896 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18897
18898         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18899
18900 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18901
18902         * gnus.el (gnus-version-number): Bump.
18903
18904 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18905
18906         * gnus.el: No Gnus v0.2 is released.
18907
18908 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18909
18910         * gnus-agent.el (gnus-agent-read-agentview):
18911         Inline gnus-uncompress-range.
18912
18913 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18914
18915         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18916         `exec-installed-p'.
18917
18918 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18919
18920         * gnus.el (spam-process, spam-autodetect-methods):
18921         Add bsfilter and bsfilter-headers.
18922
18923         * spam.el (spam-bsfilter): New customize group.
18924         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18925         (spam-bsfilter-header, spam-bsfilter-probability-header)
18926         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18927         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18928         (spam-bsfilter-database-directory): New options.
18929         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18930         (spam-list-of-statistical-checks, spam-registration-functions):
18931         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18932         (spam-bsfilter-score): New command.
18933         (spam-check-bsfilter-headers, spam-check-bsfilter)
18934         (spam-bsfilter-register-with-bsfilter)
18935         (spam-bsfilter-register-spam-routine)
18936         (spam-bsfilter-unregister-spam-routine)
18937         (spam-bsfilter-register-ham-routine)
18938         (spam-bsfilter-unregister-ham-routine): New functions.
18939         (spam-generic-score): Support bsfilter; Accept an optional argument
18940         to recalcurate spam score even if scoring header has already been
18941         added.
18942         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18943         optional argument to recalcurate spam score even if scoring header
18944         has already been added.
18945
18946 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18947
18948         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18949         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18950         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18951         link is missing.
18952
18953 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18954
18955         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18956         (html2text-get-attr): Rewrite.
18957
18958         * message.el (message-setup-1): Remove redundant put-text-property
18959         on mail-header-separator.
18960
18961 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18962
18963         * gnus-registry.el (gnus-registry-cache-whitespace)
18964         (gnus-registry-action, gnus-registry-spool-action)
18965         (gnus-registry-split-fancy-with-parent): Change message levels
18966         from 5 to 3 or 7, as needed.
18967
18968         * spam.el (spam-summary-prepare-exit)
18969         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18970         (spam-split, spam-find-spam, spam-log-undo-registration)
18971         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18972         level from 5 to 6.
18973
18974 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18975
18976         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18977         2004-03-04 change).
18978
18979 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18980
18981         * sieve-manage.el (sieve-manage-open):
18982         * nnweb.el (nnweb-insert-html):
18983         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18984         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18985         * nnspool.el (nnspool-request-group):
18986         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18987         * nnml.el (nnml-request-update-info):
18988         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18989         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18990         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18991         (nnimap-request-set-mark):
18992         * nnfolder.el (nnfolder-request-update-info):
18993         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18994         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18995         * gnus-uu.el (gnus-uu-find-articles-matching):
18996         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18997         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18998         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18999         * gnus-nocem.el (gnus-nocem-scan-groups):
19000         * gnus-int.el (gnus-start-news-server):
19001         * gnus-group.el (gnus-group-make-kiboze-group)
19002         (gnus-group-browse-foreign-server):
19003         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19004         Use mapc when appropriate.
19005
19006 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19007
19008         FIXME: Make separate entries for each person.
19009
19010         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19011         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19012         <shields@msrl.com>:
19013
19014         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19015         may need for spam sorting and scoring.
19016         (spam-user-format-function-S): Add user format function suitable for
19017         general use.
19018         (spam-article-sort-by-spam-status): Add sorting function for summary
19019         sorting.
19020         (spam-extra-header-to-number): Add function to get a score from a
19021         header.
19022         (spam-summary-score): Add function to get a numeric score from the
19023         headers.
19024         (spam-generic-score): Fix function doc, was in wrong place.
19025         (spam-initialize): Take symbols when it's run, and install the
19026         extra headers that spam-necessary-extra-headers thinks we need.
19027
19028 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19029
19030         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19031         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19032
19033 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19034
19035         * gnus-sum.el (gnus-set-global-variables)
19036         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19037         (gnus-article-get-xrefs, gnus-summary-best-group)
19038         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19039         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19040         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19041         Use with-current-buffer.
19042
19043 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19044
19045         * spam.el (spam-summary-prepare-exit): Simplify logic.
19046         (spam-fetch-article-header): Read the article header if it's not
19047         available.
19048         (spam-list-articles): Simplify logic.
19049         (spam-filelist-register-routine): Fix bug with unregister-list.
19050
19051         * gnus-registry.el: Fix comments at beginning.
19052
19053 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19054
19055         * message.el (message-cater-to-broken-inn): Remove.
19056         (message-shorten-references): Make sure the total folded length of
19057         References is shorter than 998 characters to cater to a bug in INN
19058         2.3.  Also, don't pretend that references aren't folded -- this
19059         hasn't worked for a while.
19060
19061 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19062
19063         * gnus-agent.el (gnus-agentize):
19064         gnus-agent-send-mail-real-function no longer set to current value
19065         of message-send-mail-function but rather a lambda that calls
19066         message-send-mail-function.  The change makes the agent real-time
19067         responsive to user changes to message-send-mail-function.
19068
19069 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19070
19071         * legacy-gnus-agent.el
19072         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19073         help from Florian Weimer <fw@deneb.enyo.de>
19074
19075 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19076
19077         * nnmail.el (nnmail-cache-insert): Revert last change.
19078
19079 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19080
19081         * nnmail.el (nnmail-cache-insert): Always check whether
19082         nnmail-cache-ignore-groups matches a group name.
19083
19084 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19085
19086         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19087         (spam-find-spam, spam-log-processing-to-registry)
19088         (spam-log-registered-p, spam-log-unregistration-needed-p)
19089         (spam-log-undo-registration): Use gnus-message instead of
19090         gnus-error, none of these errors are fatal.
19091
19092         * gnus-registry.el (gnus-registry-clean-empty-function)
19093         (gnus-registry-clean-empty): Remove only empty entries without
19094         extra data.
19095
19096 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19097
19098         * spam-stat.el (spam-stat-buffer-change-to-spam)
19099         (spam-stat-buffer-change-to-non-spam): Change (error) to
19100         (gnus-message 8) invocation.
19101
19102 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * nntp.el (nntp-via-netcat-command): New variable.
19105         (nntp-via-netcat-switches): New variable.
19106         (nntp-open-via-rlogin-and-netcat): New function.
19107         (nntp-open-connection-function): Doc fix.
19108         (nntp-telnet-command): Doc fix.
19109         (nntp-end-of-line): Doc fix.
19110         (nntp-via-rlogin-command): Doc fix.
19111         (nntp-via-user-name): Doc fix.
19112         (nntp-via-address): Doc fix.
19113
19114 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19117         error in Emacs 21.1.
19118
19119 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19120
19121         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19122
19123 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19124
19125         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19126         (gnus-agent-with-refreshed-group): New macro.
19127         (gnus-agent-rename-group): New function.
19128         (gnus-agent-delete-group): New function.
19129         (gnus-agent-save-group-info): Use gnus-command-method when
19130         `method' parameter is nil.  Don't write nil entries into the
19131         active file.
19132         (gnus-agent-get-group-info): New function.
19133         (gnus-agent-fetch-articles):
19134         Use gnus-agent-update-files-total-fetched-for to increment disk space
19135         used.
19136         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19137         Use gnus-agent-update-view-total-fetched-for to increment disk space
19138         used.
19139         (gnus-agent-get-local): Add optional parameters to avoid calling
19140         gnus-group-real-name and gnus-find-method-for-group.
19141         (gnus-agent-set-local): Delete stored entry if either min, or max,
19142         are nil.
19143         (gnus-agent-fetch-session): Reworded error/quit messages.
19144         On quit, use gnus-agent-regenerate-group to record existance of any
19145         articles fetched to disk before the quit occurred.
19146         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19147         gnus-agent-update-view-total-fetched-for, and
19148         gnus-agent-update-files-total-fetched-for to decrement disk space
19149         used.
19150         (gnus-agent-retrieve-headers):
19151         Use gnus-agent-update-view-total-fetched-for to increment disk space
19152         used.
19153         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19154         with gnus-agent-update-files-total-fetched-for to decrement disk
19155         space and fresh group buffer.
19156         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19157         (gnus-agent-need-update-total-fetched-for): New variable.
19158         (gnus-agent-update-files-total-fetched-for): New function.
19159         (gnus-agent-update-view-total-fetched-for): New function.
19160         (gnus-agent-total-fetched-for): New function.
19161
19162         * gnus-cache.el (gnus-cache-save-buffers):
19163         Use gnus-cache-update-overview-total-fetched-for to change disk space
19164         used by this group.
19165         (gnus-cache-possibly-enter-article):
19166         Use gnus-cache-update-file-total-fetched-for to increment disk space
19167         used by this group.
19168         (gnus-cache-possibly-remove-article):
19169         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19170         used by this group.
19171         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19172         (gnus-cache-rename-group): New function.
19173         (gnus-cache-delete-group): New function.
19174         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19175         (gnus-cache-need-update-total-fetched-for): New variable.
19176         (gnus-cache-with-refreshed-group): New macro.
19177         (gnus-cache-update-file-total-fetched-for): New function.
19178         (gnus-cache-update-overview-total-fetched-for): New function.
19179         (gnus-cache-rename-group-total-fetched-for): New function.
19180         (gnus-cache-delete-group-total-fetched-for): New function.
19181         (gnus-cache-total-fetched-for): New function.
19182
19183         * gnus-group.el: Require gnus-sum and autoload functions to
19184         resolve warnings when gnus-group.el compiled alone.
19185         (gnus-group-line-format): Documented new %F.
19186         (size of Fetched data) group line format; identifies disk space
19187         used by agent and cache.
19188         (gnus-group-line-format-alist): Defined new F format.
19189         (gnus-total-fetched-for): New function.
19190         (gnus-group-delete-group): No longer update
19191         gnus-cache-active-altered as gnus-request-delete-group now keeps
19192         the cache in sync.
19193         (gnus-group-list-active): Let the agent store a server's active
19194         list if currently plugged.
19195
19196         * gnus-int.el (gnus-request-delete-group):
19197         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19198         local disk in sync with the server.
19199         (gnus-request-rename-group):
19200         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19201         local disk in sync with the server.
19202
19203         * gnus-start.el (gnus-get-unread-articles):
19204         Cosmetic simplification to logic.
19205
19206         * gnus-util.el (gnus-rename-file): New function.
19207
19208 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19209
19210         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19211
19212 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19213
19214         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19215         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19216
19217 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19218
19219         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19220         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19221
19222 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19223
19224         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19225
19226 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19227
19228         * spam.el (spam-set-difference): Add function to replace
19229         gnus-set-difference in spam.el.
19230         (spam-summary-prepare-exit): Use spam-set-difference.
19231
19232 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19233
19234         * gnus-registry.el (gnus-registry-cache-file): Update to use
19235         gnus-dribble-directory OR gnus-home-directory OR ~.
19236         (gnus-registry-split-fancy-with-parent): Fix doc.
19237
19238 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19239
19240         * message.el (message-exchange-point-and-mark):
19241         Use message-mark-active-p.  Suggested by Jesper Harder
19242         <harder@ifa.au.dk>.
19243
19244 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * message.el (message-exchange-point-and-mark): Don't activate
19247         region if it was inactive.  Suggested by Hiroshi Fujishima
19248         <pooh@nature.tsukuba.ac.jp>.
19249
19250 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * gnus-art.el (article-display-face): Display Faces in the same
19253         order as X-Faces.
19254
19255 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19258
19259 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19262         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19263         (gnus-article-mime-hierarchy): Remove.
19264         (gnus-article-mime-hierarchy-next): Remove.
19265         (gnus-article-mode): Revert 2004-03-19 change.
19266         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19267         (gnus-insert-mime-button): Revert 2004-03-19 change.
19268         (gnus-mime-accumulate-hierarchy): Remove.
19269         (gnus-mime-enter-multipart): Remove.
19270         (gnus-mime-leave-multipart): Remove.
19271         (gnus-mime-display-part): Revert 2004-03-19 change.
19272         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19273
19274         * mml.el (mml-preview): Revert 2004-03-19 change.
19275
19276 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19277
19278         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19279
19280 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19283         t while entering a file name using the mm-with-multibyte macro.
19284         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19285
19286         * mm-util.el (mm-with-multibyte): New macro.
19287
19288 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19289
19290         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19291         New user option.
19292         (gnus-mime-multipart-functions): Doc and customization fix.
19293         (gnus-article-mime-hierarchy): New variable.
19294         (gnus-article-mime-hierarchy-next): New variable.
19295         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19296         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19297         gnus-article-mime-hierarchy-next to nil.
19298         (gnus-insert-mime-button): Show hierarchy numbers.
19299         (gnus-mime-accumulate-hierarchy): New function.
19300         (gnus-mime-enter-multipart): New function.
19301         (gnus-mime-leave-multipart): New function.
19302         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19303         (gnus-mime-display-alternative): Show hierarchy numbers.
19304
19305         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19306         gnus-article-mime-hierarchy-next to nil.
19307
19308 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19309
19310         * dns.el: Don't require gnus-xmas.
19311
19312 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19313
19314         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19315         inline PGP.
19316         (mml-menu): Disable mml-quote-region if mark is inactive.
19317
19318 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19319
19320         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19321         when the group's active is not available.
19322
19323 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19326         error.
19327
19328 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19329
19330         * imap.el (imap-store-password): New variable.
19331         (imap-interactive-login): Use it.
19332         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19333
19334 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19335
19336         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19337         window-start and hscroll to summary window.
19338
19339 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19340
19341         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19342         conversion message to newsrc-dribble when an actual conversion is
19343         performed.
19344
19345 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19346
19347         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19348
19349 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19350
19351         * mm-decode.el (mm-complicated-handles): New function reviving
19352         former definition of mm-multiple-handles.
19353
19354         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19355         (gnus-mime-delete-part): Use it.
19356
19357 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19358
19359         * gnus-agent.el (gnus-agent-read-local):
19360         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19361         avoid the implicit assumption that they will always be equal.
19362         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19363         coding-system-for-write, as the with-temp-file macro first prints
19364         to a buffer then saves the buffer.
19365
19366 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19367
19368         * gnus-art.el (gnus-article-edit-part): New function.
19369         (gnus-mime-save-part-and-strip): Use it; do query instead of
19370         signaling an error; don't use mm-multiple-handles.
19371         (gnus-mime-delete-part): Ditto.
19372
19373 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19374
19375         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19376         old file versions.
19377         (gnus-group-prepare-hook): Remove function that converted list
19378         form of gnus-agent-expire-days to group properties.
19379
19380         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19381         (gnus-request-accept-article): Re-indented.
19382
19383         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19384         converters to handle old agent file formats.  Add logic for a
19385         "backup before upgrading warning".
19386         (gnus-convert-mark-converter-prompt): Developers can mark
19387         functions as needing (default), or not needing,
19388         gnus-convert-old-newsrc's "backup before upgrading warning".
19389         (gnus-convert-converter-needs-prompt): Tests whether the user
19390         should be protected from potentially irreversable changes by the
19391         function.
19392
19393         * legacy-gnus-agent.el: New.  Provides converters that are only
19394         loaded when gnus-convert-old-newsrc needs to call them.
19395
19396 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19397
19398         * mail-source.el (mail-source-touch-pop): Doc fix.
19399
19400         * message.el (message-smtpmail-send-it): Doc fix.
19401
19402 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19403
19404         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19405
19406         * nnmail.el (nnmail-split-fancy): do.
19407
19408         * gnus-kill.el (gnus-kill, gnus-execute): do.
19409
19410 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19411
19412         * gnus-sum.el (gnus-widget-reversible-match)
19413         (gnus-widget-reversible-to-internal)
19414         (gnus-widget-reversible-to-external): New functions.
19415         (gnus-widget-reversible): New widget.
19416         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19417
19418 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19419
19420         * gnus-sum.el (gnus-thread-sort-functions)
19421         (gnus-article-sort-functions): Document `(not F)' items.
19422
19423 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19424
19425         * spam.el (spam-use-gmane-xref): Add new backend.
19426         (spam-gmane-xref-spam-group): Add variable to control the name of the
19427         Gmane spam group.
19428         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19429         (spam-regex-headers-spam, spam-regex-headers-ham)
19430         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19431         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19432         backends and checks.
19433         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19434
19435         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19436         an autodetect method.
19437
19438 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19439
19440         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19441         articles are being added to a group.
19442         (gnus-request-replace-article): Inform the agent that articles
19443         need to be uncached as the cached contents are no longer valid.
19444
19445 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19446
19447         * binhex.el: Don't autoload executable-find.
19448
19449         * canlock.el: Don't autoload mail-fetch-field.
19450
19451         * dgnushack.el: Autoload c-mode for XEmacs.
19452
19453         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19454
19455         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19456         rmail-dont-reply-to and rmail-output.
19457
19458         * gnus-score.el: Don't autoload ffap-string-at-point.
19459
19460         * gnus-setup.el: Don't autoload sc-cite-original.
19461
19462         * imap.el: Don't autoload base64-decode-string,
19463         base64-encode-string and md5.
19464
19465         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19466         and rmail-msg-restore-non-pruned-header.
19467
19468         * mm-decode.el: Don't autoload executable-find.
19469
19470         * mm-url.el: Don't autoload executable-find.
19471
19472         * mm-view.el: Don't autoload diff-mode.
19473
19474         * nndb.el: Don't autoload news-reply-mode, news-setup,
19475         cancel-timer and telnet.
19476
19477         * password.el: Don't autoload run-at-time for Emacs.
19478
19479         * sha1-el.el: Don't autoload executable-find.
19480
19481         * sieve-mode.el: Don't autoload c-mode.
19482
19483         * uudecode.el: Don't autoload executable-find.
19484
19485 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19486
19487         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19488         (gnus-agent-possibly-alter-active): Avoid null in numeric
19489         comparison.
19490         (gnus-agent-set-local): Refuse to save null in local object table.
19491         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19492         list of articles that will be marked as unread.
19493
19494 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19495
19496         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19497
19498 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19499
19500         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19501         language tags.
19502
19503 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19504
19505         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19506         Don't bind "obarray".
19507
19508         * gnus-sum.el (gnus-thread-sort-functions):
19509         Add `gnus-thread-sort-by-most-recent-number' and
19510         `gnus-thread-sort-by-most-recent-date'.
19511         Reported by Kai Grossjohann <kai@emptydomain.de>.
19512
19513 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19514
19515         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19516
19517 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19518
19519         * gnus-cus.el (gnus-agent-customize-category):
19520         Remove ignore-errors macro reference that required cl to be loaded at
19521         run-time.
19522
19523         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19524         single-interval range of the form (min . max).  Previously the
19525         range had to look like ((min . max)).  Likewise, return
19526         (min . max) rather than ((min . max)).
19527         (gnus-range-map): Use gnus-range-normalize to accept
19528         single-interval range.
19529
19530         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19531         the cache, but not the agent, now appear with their usual face.
19532
19533         * dgnushack.el (loaddir): New variable that is bound to the
19534         directory containing the dgnushack.el file. Use loaddir, rather
19535         than srcdir, to update load-path. Change lets dgnushack compile
19536         code in directories other than GNUS/lisp.
19537
19538 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19539
19540         * lpath.el: Don't bind w3m-safe-url-regexp.
19541
19542         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19543         w3m-safe-url-regexp variable buffer-local.
19544
19545         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19546
19547 2004-02-27  Simon Josefsson  <jas@extundo.com>
19548
19549         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19550         gnus-group-real-prefix.
19551         (gnus-summary-move-article): Use it, instead of
19552         gnus-group-real-prefix.
19553
19554 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19555
19556         * lpath.el: Bind w3m-safe-url-regexp.
19557
19558         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19559         w3m-safe-url-regexp variable buffer-local and set it as the value
19560         of mm-w3m-safe-url-regexp.
19561
19562         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19563
19564         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19565         parsing gnus-posting-styles when the message is not for replying.
19566
19567         * dgnushack.el: Autoload sgml-mode for XEmacs.
19568
19569         * nnrss.el (nnrss-opml-export):
19570         Use mm-set-buffer-file-coding-system instead of
19571         set-buffer-file-coding-system.
19572
19573 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19574
19575         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19576         of checkdoc.el).
19577         * nnrss.el: do.
19578         * gnus-mlspl.el: do.
19579         * gnus-ml.el: do.
19580         * gnus-srvr.el: do.
19581
19582         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19583
19584 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19585
19586         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19587         Corrections to custom-manual links.
19588
19589         * gnus-art.el (gnus-article): Ditto.
19590
19591         * mm-decode.el (mime-display, mime-security): Ditto.
19592
19593 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19594
19595         * flow-fill.el: Typo.
19596
19597 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19598
19599         * spam-wash.el: New file.
19600
19601 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19602
19603         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19604
19605 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19606
19607         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19608         to be run with new-articles as LIST1, not LIST2.
19609         (spam-registration-functions): Add spam-use-ham-copy as a nil
19610         registration backend.
19611
19612 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19613
19614         * spam-stat.el (spam-stat-washing-hook): New option.
19615         (spam-stat-buffer-words): Use it.
19616         (spam-stat-process-directory, spam-stat-test-directory):
19617         Use insert-file-contents-literally.
19618         (spam-stat-coding-system): New variable.
19619         (spam-stat-load, spam-stat-save): Use it.
19620
19621 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19622
19623         * spam-report.el (spam-report-plug-agent):
19624         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19625
19626 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19627
19628         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19629         Allow / in mailto URLs.
19630
19631 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19632
19633         * spam-report.el (spam-report-process-queue): Fix interactive use.
19634         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19635         (spam-report-unplug-agent): Doc fixes.
19636         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19637         (spam-report-agentize, spam-report-deagentize): Autoload.
19638
19639 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19640
19641         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19642
19643         * message.el (message-setup-fill-variables): Add mml tags to
19644         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19645         <ajk@iu.edu>.
19646         (message-mode): Don't modify paragraph-separate there.
19647
19648 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19649
19650         * compface.el (uncompface-use-external): Default to undecided.
19651         (uncompface-use-external-threshold): New variable.
19652         (uncompface-float-time): New macro.
19653         (uncompface): Determine whether to use the external decoder if
19654         uncompface-use-external is undecided.
19655
19656 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19657
19658         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19659         after images.
19660
19661         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19662
19663 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19664
19665         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19666
19667         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19668
19669         * gnus-sum.el (gnus-summary-limit-to-age)
19670         (gnus-summary-limit-children): do.
19671
19672         * gnus-int.el (gnus-request-scan): do.
19673
19674         * gnus-group.el (gnus-group-suspend): do.
19675
19676         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19677
19678         * gnus-cite.el (gnus-cite-parse-attributions): do.
19679
19680         * gnus-agent.el (gnus-summary-set-agent-mark)
19681         (gnus-agent-regenerate-group): do.
19682
19683         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19684
19685         * binhex.el (binhex-decode-region-internal): do.
19686
19687 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * gnus-fun.el (gnus-face-properties-alist): New user option.
19690         (gnus-display-x-face-in-from): Use it.
19691
19692         * gnus-art.el (article-display-face): Ditto.
19693
19694         * compface.el (uncompface-use-external): Default to nil.
19695
19696 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19697
19698         * nntp.el (nntp-erase-buffer): New function.
19699         (nntp-retrieve-data, nntp-send-command)
19700         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19701         (nntp-possibly-change-group): Use it.
19702
19703         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19704         Use with-current-buffer.
19705
19706 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19707
19708         * compface.el: Merge the ELisp-based uncompface program.
19709         (compface): New customization group.
19710         (uncompface-use-external): New user option.
19711         (uncompface): Call uncompface-internal if uncompface-use-external
19712         is nil.
19713         (uncompface-internal): New function.  Note that there are also
19714         some other functions and variables added for this function.
19715
19716 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19717
19718         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19719         if necessary.
19720
19721 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19722
19723         * spam-report.el (spam-report-unplug-agent)
19724         (spam-report-plug-agent, spam-report-deagentize)
19725         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19726         Add support for the Agent in spam-report: when unplugged, report to a
19727         file; when plugged, submit all the requests.
19728
19729         * spam.el (spam-register-routine): Fix message about
19730         registration.
19731
19732 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19733
19734         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19735         dependencies.
19736         (rfc2047-encode): Use it.
19737
19738         * gnus-art.el (gnus-button-marker-list): Move before first
19739         reference.
19740
19741         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19742         (imap-parse-body): Fix format string mismatch.
19743
19744         * gnus-score.el (gnus-summary-increase-score): do.
19745
19746         * nnrss.el (nnrss-close): New function.
19747
19748 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19749
19750         * nnrss.el (nnrss-make-filename): New function.
19751         (nnrss-request-delete-group, nnrss-read-server-data)
19752         (nnrss-save-server-data, nnrss-read-group-data)
19753         (nnrss-save-group-data): Use it.
19754         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19755         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19756         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19757
19758 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19759
19760         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19761
19762 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19763
19764         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19765         files.
19766
19767         * message.el (message-generate-headers-first): Don't quote nil
19768         and t in docstrings.
19769
19770         * imap.el (imap-id): do.
19771
19772         * gnus-agent.el (gnus-agent-consider-all-articles)
19773         (gnus-agent-queue-mail): do.
19774
19775 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19776
19777         * spam-report.el (spam-report-process-queue): New function.
19778         Process requests from `spam-report-requests-file'.
19779         (spam-report-process-queue): Doc fix.
19780
19781 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19782
19783         * spam.el (spam-register-routine)
19784         (spam-log-processing-to-registry, spam-log-registered-p)
19785         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19786         Change "check" to "spam-check" for semi-clarity.
19787
19788 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19789
19790         * pop3.el: Require nnheader.
19791
19792         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19793
19794         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19795
19796         * gnus-picon.el: Require cl.
19797
19798         * gnus-fun.el: Require gnus-ems and gnus-util.
19799
19800         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19801
19802         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19803
19804         * gnus-art.el (gnus-article-edit-mode): Define before first
19805         reference.
19806
19807 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19808
19809         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19810         (gnus-uu-post-encoded): Use point-at-bol.
19811
19812         * gnus-topic.el (gnus-group-active-topic-p): do.
19813
19814         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19815
19816         * gnus-group.el (gnus-group-kill-region): do.
19817
19818         * gnus-art.el (article-date-ut): do.
19819
19820         * message.el (message-fetch-field): Remove redundant
19821         case-fold-search binding.
19822         (message-narrow-to-field): Simplify.
19823
19824 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19825
19826         * spam.el (spam-directory): Derive from `gnus-directory'.
19827
19828         * spam-report.el (spam-report-url-to-file)
19829         (spam-report-requests-file): New function and variable for offline
19830         reporting.
19831         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19832         and user defined function.
19833         (spam-report-url-ping-mm-url): Remove doubled slash.
19834
19835 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19836
19837         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19838
19839 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19840
19841         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19842         Fix format string mismatch.
19843
19844         * sieve.el (sieve-deactivate-all): do.
19845
19846         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19847
19848         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19849
19850         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19851
19852         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19853
19854 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19855
19856         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19857         the list of checks.
19858
19859 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19860
19861         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19862         padding.
19863
19864 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19865
19866         * mm-view.el (mm-fill-flowed): New variable.
19867         (mm-inline-text): Use it.
19868
19869 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19870
19871         * spam.el (spam-spamassassin-register-ham-routine)
19872         (spam-spamassassin-register-spam-routine): Fix function names.
19873
19874 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19875
19876         * gnus.el (gnus-tmp-grouplens): Remove.
19877         (gnus-summary-line-format): Remove grouplens.
19878
19879         * gnus-group.el (gnus-group-line-format): Ditto.
19880
19881         * gnus-spec.el (gnus-format-specs): Ditto.
19882         (gnus-update-format-specifications): Flush the group format spec
19883         cache if there's the grouplens stuff.
19884         (gnus-parse-simple-format): Replace %l with the empty string.
19885
19886 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19887
19888         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19889         omission.
19890
19891 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19894         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19895
19896 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19897
19898         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19899         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19900         New macros and functions.
19901         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19902         Handle > NLINK_MAX messages.
19903         * nnmaildir.el (nnmaildir-request-set-mark):
19904         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19905
19906 2004-01-25  Alex Schroeder  <alex@gnu.org>
19907
19908         * spam-stat.el (spam-stat-process-directory-age): New option.
19909         (spam-stat-process-directory): Use it.
19910
19911 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19912
19913         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19914         (spam-stat-save): Accept prefix argument.
19915
19916 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19917
19918         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19919         links" error.
19920
19921 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19922
19923         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19924         the rest of the and/or forms.
19925
19926 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19927
19928         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19929         compatibility with old .newsrc.eld files.
19930
19931         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19932
19933         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19934
19935         * gnus-start.el (gnus-1): do.
19936
19937         * gnus-group.el (gnus-group-line-format-alist): do.
19938
19939         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19940
19941         * gnus-gl.el: Remove.
19942
19943 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19944
19945         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19946         marks consisting of a single range {for example, (3 . 5)} rather
19947         than a list of a single range { ((3 . 5)) }.
19948
19949 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19950
19951         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19952         Use with-current-buffer.
19953         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19954         avoid consing a string.
19955
19956         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19957         Remove obsolete entries for big5 and gb2312.
19958
19959 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19960
19961         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19962         uncompressed list.
19963
19964 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19965
19966         * spam-stat.el (spam-stat-strip-xref): New function.
19967         (spam-stat-process-directory): Use it.
19968
19969         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19970         here -- it's done in message-fetch-field.
19971
19972 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19973
19974         * gnus-agent.el (gnus-agent-queue-mail)
19975         (gnus-agent-prompt-send-queue): New variables.
19976         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19977         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19978         "nndraft:queue" along to gnus-draft-send.
19979         Use gnus-agent-prompt-send-queue.
19980         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19981         is "nndraft:queue".  Suggested by Gaute Strokkenes
19982         <gs234@srcf.ucam.org>
19983
19984         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19985         (agent-enable-undownloaded-faces): Add.
19986         (gnus-agent-cat-groups): Use eval-and-compile, not
19987         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19988         method of gnus-agent-cat-groups even when the buffer has been
19989         evaled.
19990         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19991         delete gnus-agent-save-active-1.
19992         (gnus-agent-save-groups): Delete.  Identical to
19993         gnus-agent-save-active.
19994         (gnus-agent-write-active): No longer adjust agent's copy of active
19995         file as agent's adjustments are now stored in their own
19996         file.  Remove optional parameter.
19997         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19998         servers.  Add use of min/max range limits from server's local
19999         file.
20000         (gnus-agent-save-alist): Remove unused optional argument.
20001         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20002         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20003         (gnus-agent-set-local): A per-server file that keeps min/max range
20004         limits for articles known to the agent.  Provides a fast mechanism
20005         for altering many active ranges.
20006         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20007         active file (local makes it unnecessary).
20008         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20009
20010         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20011         (agent-enable-undownloaded-faces): Add.
20012
20013         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20014         disable it when sending to "nndraft:queue".
20015         (gnus-group-send-queue): Add safety check to avoid sending queue
20016         when unplugged.
20017
20018         * gnus-group.el (gnus-group-catchup): Use new
20019         gnus-sequence-of-unread-articles, not
20020         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20021         numbers of articles.  Use gnus-range-map to avoid having to
20022         uncompress the unread list.
20023         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20024         Fix invalid ange-ftp reference.
20025
20026         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20027         (gnus-sorted-range-intersection): Intersection of two ranges
20028         without requiring that they first be uncompressed.
20029
20030         * gnus-start.el (gnus-activate-group): Unless blocked by the
20031         caller, possibly expand the active range to include both cached
20032         and agentized articles.
20033         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20034         multiple version-dependent converters.
20035         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20036         gnus-agent-save-active.
20037         (gnus-save-newsrc-file): Save dirty agent range limits.
20038
20039         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20040         gnus-agent-possibly-alter-active.
20041         (gnus-adjust-marked-articles): Faster handling of simple lists.
20042
20043 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20044
20045         * spam-stat.el (spam-stat-test-directory): New optional argument
20046         displays a list of files detected.  Suggested by Andrew Cohen
20047         <cohen@andy.bu.edu>.
20048         (spam-stat-buffer-words-with-scores): Don't narrow and change
20049         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20050
20051 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20052
20053         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20054         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20055         (spam-spamassassin-arguments)
20056         (spam-spamassassin-spam-flag-header)
20057         (spam-spamassassin-positive-spam-flag-header)
20058         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20059         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20060         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20061         (spam-list-of-processors, spam-list-of-checks)
20062         (spam-list-of-statistical-checks, spam-registration-functions)
20063         (spam-check-spamassassin-headers, spam-check-spamassassin)
20064         (spam-spamassassin-score)
20065         (spam-spamassassin-register-with-sa-learn)
20066         (spam-spamassassin-register-spam-routine)
20067         (spam-spamassassin-register-ham-routine)
20068         (spam-assassin-register-spam-routine)
20069         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20070         (spam-bogofilter-score): Fix to show article before scoring.
20071
20072 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20073
20074         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20075         default scoring function.
20076         (spam-generic-score): Call spam-spamassassin-score if
20077         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20078         spam-bogofilter-score otherwise.
20079
20080         * gnus.el (spam-process, spam-autodetect-methods):
20081         Add spamassassin and spamassassin-headers.
20082
20083 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20084
20085         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20086         Suppress unnecessary messages.
20087
20088 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20089
20090         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20091         make-hash-table.
20092
20093 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20094
20095         * canlock.el (base64-encode-string): Don't autoload it.
20096
20097 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20098
20099         * run-at-time.el: Remove useless (require 'itimer),
20100         eval-and-compile and (featurep 'xemacs).
20101
20102 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20103
20104         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20105         GROUP is a virtual group.
20106
20107 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20108
20109         * gnus.el: Autoload `message-y-or-n-p'.
20110
20111 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20112
20113         * pgg-parse.el: Remove unnecessary (require 'custom).
20114
20115         * pgg-def.el: do.
20116
20117         * nnmail.el: do.
20118
20119         * gnus-undo.el: do.
20120
20121         * gnus-picon.el: do.
20122
20123         * gnus-util.el: do.
20124
20125 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20126
20127         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20128
20129 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20130
20131         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20132         handle, as well as a list.
20133
20134         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20135         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20136         (mm-w3m-cid-retrieve): Simplify.
20137
20138 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20139
20140         * message.el (message-kill-to-signature): Allow prefix arg to
20141         specify number of lines to keep before signature.
20142
20143 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20144
20145         * message.el (message-kill-to-signature): Change docstring.
20146
20147 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20148
20149         * canlock.el: Always require sha1-el.
20150         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20151
20152         * message.el: Autoload sha1 only when compiling.
20153
20154         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20155         eudc-expand-inline for XEmacs.
20156
20157 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20158
20159         * message.el (message-canlock-generate): Require sha1-el.
20160
20161 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20162
20163         * message.el (message-expand-name): Silence the byte compiler.
20164
20165         * lpath.el: Add detect-coding-system.
20166
20167         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20168         cus-edit.
20169
20170 2004-01-13  Simon Josefsson  <jas@extundo.com>
20171
20172         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20173         Invoke gnus-score-mode.
20174         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20175
20176         * gnus-range.el (gnus-compress-sequence): Doc fix.
20177         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20178
20179 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20180
20181         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20182
20183 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20184
20185         * spam.el (spam-get-article-as-string): Update to use
20186         gnus-request-article-this-buffer, much simpler.
20187         (spam-get-article-as-buffer): Remove.
20188
20189 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20190
20191         * message.el (message-expand-name): Use EUDC if the user uses that.
20192
20193 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20194
20195         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20196         character for the encoding to avoid consing a string.
20197
20198         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20199         unnecessarily.
20200
20201         * mm-util.el (mm-replace-chars-in-string): Remove.
20202
20203         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20204         of mm-replace-chars-in-string.
20205
20206 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20207
20208         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20209
20210         * mm-util.el (mm-subst-char-in-string): Support inplace.
20211
20212         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20213         a new string in every iteration.  Use shy groups.
20214
20215 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20216
20217         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20218         * gnus-soup.el (gnus-soup-group-brew):
20219         * gnus-msg.el (gnus-put-message):
20220         * gnus-move.el (gnus-group-move-group-to-server):
20221         * gnus-kill.el (gnus-batch-score):
20222         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20223         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20224         (gnus-group-update-group, gnus-group-read-group)
20225         (gnus-group-make-group, gnus-group-make-help-group)
20226         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20227         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20228         (gnus-group-sort-by-unread, gnus-group-catchup)
20229         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20230         (gnus-group-yank-group, gnus-group-set-info)
20231         (gnus-group-list-groups):
20232         * gnus.el (gnus-generate-new-group-name):
20233         * gnus-delay.el (gnus-delay-send-queue):
20234         * nnvirtual.el (nnvirtual-catchup-group):
20235         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20236         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20237         (gnus-group-prepare-topics, gnus-topic-check-topology):
20238         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20239         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20240         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20241         (gnus-group-make-articles-read):
20242         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20243         (gnus-group-change-level, gnus-kill-newsgroup)
20244         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20245         (gnus-get-unread-articles, gnus-make-articles-unread)
20246         (gnus-make-ascending-articles-unread): Use accessor
20247         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20248         to get group information for improved readability.
20249
20250
20251 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20252
20253         * gnus-art.el (article-decode-mime-words, article-babel)
20254         (gnus-article-highlight-signature, gnus-article-add-buttons)
20255         (gnus-signature-toggle): Use gnus-with-article-buffer.
20256
20257         * gnus-art.el (gnus-article-highlight-headers)
20258         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20259
20260         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20261         (gnus-article-set-globals, gnus-request-article-this-buffer)
20262         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20263         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20264         (gnus-mime-display-alternative): Use with-current-buffer.
20265
20266 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20267
20268         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20269         also under 80 char limit, and call gnus-error if needed.
20270         (spam-fetch-article-header): Fix - it was a
20271         buffer-local variable (gnus-newsgroup-data).
20272         (spam-find-spam): Use spam-generate-fake-headers, forget about
20273         spam-insert-fake-headers.
20274         (spam-insert-fake-headers): Remove.
20275
20276 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20277
20278         * deuglify.el (gnus-article-outlook-unwrap-lines)
20279         (gnus-outlook-rearrange-article)
20280         (gnus-outlook-repair-attribution-outlook)
20281         (gnus-outlook-repair-attribution-block)
20282         (gnus-outlook-repair-attribution-other): Remove redundant
20283         save-excursion.
20284
20285 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20286
20287         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20288         (spam-fetch-field-subject-fast)
20289         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20290         (spam-fetch-article-header): Add functions to deal with Gnus
20291         internals for fast retrieval of article header data.
20292         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20293
20294 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20295
20296         * pop3.el (pop3-md5): Remove.
20297         (pop3-apop): Replace pop3-md5 with md5.
20298
20299         * mm-bodies.el: base64 is always built-in.
20300
20301         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20302         Use with-current-buffer.
20303
20304 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20305
20306         * canlock.el (canlock-insert-header): Remove excessive grouping in
20307         regexp.
20308
20309         * gnus-sum.el (gnus-summary-read-document): Ditto.
20310
20311         * gnus-uu.el (gnus-uu-part-number): Ditto.
20312
20313         * html2text.el (html2text-remove-tags): Ditto.
20314         (html2text-format-tags): Ditto.
20315         (html2text-format-single-elements): Ditto.
20316
20317         * mml.el (mml-parse-1): Ditto.
20318
20319 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20320
20321         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20322
20323         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20324
20325         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20326
20327         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20328
20329 2003-11-15  Simon Josefsson  <jas@extundo.com>
20330
20331         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20332         (pgg-gpg-lookup-key): Use regexp match instead of
20333         split-string (split-string is different between emacs 21.2 and
20334         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20335
20336 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20337
20338         * gnus-art.el (gnus-mime-view-all-parts)
20339         (gnus-article-part-wrapper, gnus-article-view-part):
20340         Use with-current-buffer.
20341
20342 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20343
20344         * spam.el (spam-disable-spam-split-during-ham-respool)
20345         (spam-spamoracle-database, spam-cache-lookups)
20346         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20347         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20348         (spam-group-ham-marks, spam-group-spam-marks)
20349         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20350         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20351         also add spam-use-blackholes to the statistical checks.
20352         (spam-fetch-field-fast): Add interface to fetching fields, may
20353         become a macro.
20354         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20355         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20356         (spam-insert-fake-headers): Fake an article when needed.
20357         (spam-find-spam): Fake article when possible.
20358         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20359         (spam-check-bogofilter-headers): Use message-fetch-field instead
20360         of nnmail-fetch-field.
20361
20362 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20363
20364         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20365
20366 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20367
20368         * spam.el (spam-split): Do not require spam-use-CHECK to be
20369         enabled if that check is passed to spam-split explicitly; also
20370         fix so 'spam doesn't get converted to spam-split-group when
20371         spam-split-symbolic-return is t.
20372         (spam-find-spam): Find registrations of the article and use those
20373         instead of re-running spam-split to find the spam/ham
20374         classification of the article.
20375         (spam-log-processing-to-registry, spam-log-registered-p)
20376         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20377         Use gnus-error instead of gnus-message.
20378         (spam-log-registration-type): Add function to determine the
20379         classification of a message based on registry entries; will
20380         return nil if both 'spam and 'ham are found.
20381         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20382         a reasonably fast local cache without the loading errors.
20383         (spam-cache-lookups): Set to t by default.
20384         (spam-find-spam): Don't try to guess spam-cache-lookups.
20385         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20386         spam-caches entry.
20387         (spam-filelist-build-cache, spam-filelist-check-cache):
20388         Fix caching of whitelist/blacklist entries.
20389         (spam-check-whitelist, spam-check-blacklist):
20390         Invoke spam-from-listed-p with a type, not a cache variable.
20391         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20392
20393 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20394
20395         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20396
20397         * nnmail.el (nnmail-split-fancy): do.
20398
20399         * mml.el (mml-parse): do.
20400
20401         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20402         (gnus-score-adaptive): do.
20403
20404 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20405
20406         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20407         (gnus-mime-button-map): Don't set keymap parent.
20408         (gnus-button-ctan-directory-regexp): Use shy grouping.
20409         (gnus-prev-page-map): Don't set keymap parent.
20410         (gnus-prev-page-map): Remove duplicated one.
20411         (gnus-next-page-map): Don't set keymap parent.
20412         (gnus-mime-security-button-map): Ditto.
20413
20414         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20415         version number.
20416
20417         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20418
20419 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20420
20421         * canlock.el (canlock-sha1-function): Remove.
20422         (canlock-sha1-function-for-verify): Remove.
20423         (canlock-openssl-program): Remove.
20424         (canlock-openssl-args): Remove.
20425         (canlock-ignore-errors): Remove.
20426         (canlock-sha1-with-openssl): Remove.
20427         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20428         (canlock-verify): Don't use canlock-ignore-errors.
20429
20430         * sha1-el.el (sha1-string-external): Make it can return a string
20431         in binary form.
20432         (sha1-region-external): Ditto.
20433         (sha1-string-internal): Ditto.
20434         (sha1-region-internal): Ditto.
20435         (sha1-region): Ditto.
20436         (sha1-string): Ditto.
20437         (sha1): Ditto.
20438
20439 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20440
20441         * spam.el (spam-report-articles-gmane): New command.
20442
20443 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20444
20445         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20446
20447         * run-at-time.el (run-at-time-saved): Remove.
20448         (run-at-time): Doc fix.
20449
20450 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20451
20452         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20453         (gnus-summary-limit-map): Add it.
20454         (gnus-summary-make-menu-bar): do.
20455
20456 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20457
20458         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20459         Make attempt at some caching support (done for BBDB only now).
20460         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20461         addresses to be checked.
20462         (spam-clear-cache-BBDB): Add function, to be invoked by
20463         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20464         (spam-check-BBDB): Check and use the caches, if
20465         spam-cache-lookups is on, remove superfluous (provide).
20466
20467 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20468
20469         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20470
20471 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20472
20473         * run-at-time.el (run-at-time-saved): Move to after the definition
20474         of `run-at-time'.
20475
20476         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20477
20478 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20481         mm-w3m-local-map-property.
20482
20483         * mm-view.el (mm-w3m-mode-map): Remove.
20484         (mm-w3m-local-map-property): Remove.
20485         (mm-inline-text-html-render-with-w3m): Don't use
20486         mm-w3m-local-map-property.
20487
20488 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20489
20490         * run-at-time.el: New file.
20491
20492         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20493         under Emacs.
20494
20495         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20496         of gnus-set-text-properties.
20497
20498         * gnus-uu.el (gnus-uu-save-article): Ditto.
20499
20500         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20501
20502         * gnus-cite.el (gnus-cite-parse): Ditto.
20503
20504         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20505         of gnus-.
20506
20507         * gnus-xmas.el (run-at-time): Require run-at-time.
20508
20509         * gnus.el: Change calls to nnheader-run-at-time and
20510         password-run-at-time throughout to use run-at-time directly.
20511
20512         * password.el: Remove definition of run-at-time.
20513
20514         * nnheaderxm.el: Remove definition of run-at-time.
20515
20516 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20517
20518         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20519         in prompt.
20520
20521 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20522
20523         * messagexmas.el (message-xmas-redefine): Alias
20524         `message-make-caesar-translation-table' to
20525         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20526         version.
20527
20528         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20529         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20530         `gnus-xmas-set-text-properties'.
20531         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20532         `gnus-xmas-completing-read'.
20533         (gnus-xmas-completing-read): Removed.
20534         (gnus-xmas-open-network-stream): Removed.
20535
20536         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20537         XEmacs version.
20538
20539         * dns.el (dns-make-network-process): Use `open-network-stream'
20540         instead of `gnus-xmas-open-network-stream'.
20541
20542         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20543
20544         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20545
20546 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20547
20548         * gnus-art.el (gnus-mime-display-alternative)
20549         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20550         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20551         Don't use gnus-local-map-property.
20552
20553         * gnus-util.el (gnus-local-map-property): Remove.
20554
20555         * mm-view.el (mm-view-pkcs7-decrypt):
20556         Replace gnus-completing-read-maybe-default with completing-read.
20557
20558         * gnus-util.el (gnus-completing-read): do.
20559         (gnus-completing-read-maybe-default): Remove.
20560
20561 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20562
20563         * password.el: Only autoload `run-at-time' if not XEmacs.
20564         Only autoload the itimer functions if XEmacs.
20565
20566 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20567
20568         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20569         XEmacsen.
20570
20571         * dgnushack.el: Autoload executable-find for XEmacs.
20572
20573 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20574
20575         * gnus-art.el (gnus-read-string): Remove.
20576         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20577         read-string.
20578
20579 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20580
20581         * netrc.el: Autoload password-read.
20582         (netrc): Add configuration group.
20583         (netrc-encoding-method, netrc-openssl-path):
20584         Add variables for encoding and decoding of files with symmetric
20585         ciphers.
20586         (netrc-encode): Add assistant function to encode a file with
20587         netrc-encoding-method.
20588         (netrc-parse): Add interactive parameter, added optional
20589         decoding if netrc-encoding-method is non-nil but otherwise
20590         behavior is standard.
20591         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20592         Do s/encode/encrypt/ everywhere.
20593
20594         * spam.el: Remove executable-find autoload.
20595
20596 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20597
20598         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20599
20600         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20601
20602 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20603
20604         * gnus-art.el (gnus-treat-ansi-sequences)
20605         (article-treat-ansi-sequences): New variable and function.
20606         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20607
20608         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20609         Use it.
20610
20611 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20612
20613         * mm-util.el (mm-quote-arg): Remove.
20614
20615         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20616         shell-quote-argument.
20617
20618         * gnus-uu.el (gnus-uu-command): do.
20619
20620         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20621
20622         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20623         with make-char.
20624
20625         * mm-util.el (mm-make-char): Remove.
20626
20627         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20628         add-minor-mode.
20629
20630         * gnus-undo.el (gnus-undo-mode): do.
20631
20632         * gnus-topic.el (gnus-topic-mode): do.
20633
20634         * gnus-sum.el (gnus-dead-summary-mode): do.
20635
20636         * gnus-start.el (gnus-slave-mode): do.
20637
20638         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20639
20640         * gnus-ml.el (gnus-mailing-list-mode): do.
20641
20642         * gnus-gl.el (gnus-grouplens-mode): do.
20643
20644         * gnus-draft.el (gnus-draft-mode): do.
20645
20646         * gnus-dired.el (gnus-dired-mode): do.
20647
20648         * gnus-ems.el (gnus-add-minor-mode): Remove.
20649
20650         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20651         Replace gnus-char-width with char-width.
20652
20653         * gnus-ems.el (gnus-char-width): Remove.
20654
20655         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20656         Replace gnus-char-width with char-width.
20657
20658         * gnus-ems.el (gnus-char-width): Remove.
20659
20660         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20661         definition.
20662         Remove Emacs 20 hash table compatibility code.
20663
20664         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20665         20 compatibility code.
20666
20667         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20668
20669         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20670
20671         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20672         Replace with point-at-{eol,bol}.
20673
20674         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20675
20676         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20677
20678         * flow-fill.el (fill-flowed-point-at-bol)
20679         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20680
20681         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20682         Replace with point-at-{eol,bol} throughout all files.
20683
20684 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20685
20686         * ntlm.el (ntlm-string-as-unibyte): New macro.
20687         (ntlm-build-auth-response): Use it.
20688
20689         Remove Emacs 20 stuff:
20690         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20691         (butlast, mapc, remove): Remove the compiler macros.
20692         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20693         of delq and copy-sequence.
20694         * gnus-art.el (popup-menu): Remove the compiler macro.
20695         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20696         Emacs 20.
20697
20698 2004-01-05  Simon Josefsson  <jas@extundo.com>
20699
20700         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20701         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20702         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20703         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20704         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20705         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20706         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20707         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20708         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20709         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20710         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20711         string-xor into ntlm-string-xor.
20712         Suggested by Jesper Harder <harder@myrealbox.com>.
20713
20714         * ntlm.el: Don't include poem.
20715
20716         * md4.el (print-int32, print-string-hexa): Remove.
20717         Suggested by Jesper Harder <harder@myrealbox.com>.
20718
20719         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20720
20721         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20722         probably breaks emacs with DL patch, but do we care? Is anyone
20723         still using the DL stuff?)
20724
20725         * sieve-manage.el: Use the password package.
20726         (sieve-manage-read-passwd): Remove.
20727         (sieve-manage-interactive-login): Use password.  Re-add
20728         condition-case around loop.
20729
20730         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20731         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20732         Use the password package.
20733
20734 2003-02-19  Simon Josefsson  <jas@extundo.com>
20735
20736         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20737         token.
20738
20739 2002-08-07  Simon Josefsson  <jas@extundo.com>
20740
20741         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20742         (sieve-manage-authenticators):
20743         (sieve-manage-authenticator-alist): Add some SASL mechs.
20744         (sieve-sasl-auth): New function.
20745         (sieve-manage-cram-md5-auth):
20746         (sieve-manage-plain-auth): Rewrite using SASL library.
20747         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20748         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20749         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20750         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20751
20752 2004-01-05  Simon Josefsson  <jas@extundo.com>
20753
20754         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20755         New files.
20756
20757 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20758
20759         * gnus-group.el (gnus-no-groups-message): Update.
20760
20761         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20762
20763 2003-11-09  Simon Josefsson  <jas@extundo.com>
20764
20765         * imap.el: Support for ID IMAP extension (RFC 2971).
20766         (imap-local-variables): Add imap-id.
20767         (imap-id): New variable.
20768         (imap-id): New function.
20769         (imap-parse-response): Parse untagged ID response.
20770         * nnimap.el (nnimap-id): New variable.
20771         (nnimap-open-connection): Use it.
20772
20773 2003-12-28  Simon Josefsson  <jas@extundo.com>
20774
20775         * gnus-score.el (gnus-score-edit-all-score): New.
20776         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20777
20778 2004-01-04  Simon Josefsson  <jas@extundo.com>
20779
20780         * password.el: Add.
20781
20782 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20783
20784         * dns.el (dns-query-types): Fix typo.
20785         (dns-query-types): New function.
20786         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20787         PTR and SOA replies, see RFC 1035.
20788
20789 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20790
20791         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20792
20793         * Move to Changelog.2.
20794
20795 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20796
20797         * gnus.el (gnus-version-number): Bump version.
20798
20799 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20800
20801         * gnus.el: No Gnus v0.1 is released.
20802
20803 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20804
20805         * gnus.el: No Gnus v0.0 is released.
20806
20807 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20808
20809         * gnus.el (gnus-version-number): Bump.
20810         (gnus-version): No.
20811
20812 See ChangeLog.2 for earlier changes.
20813
20814   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20815
20816   This file is part of GNU Emacs.
20817
20818   GNU Emacs is free software: you can redistribute it and/or modify
20819   it under the terms of the GNU General Public License as published by
20820   the Free Software Foundation, either version 3 of the License, or
20821   (at your option) any later version.
20822
20823   GNU Emacs is distributed in the hope that it will be useful,
20824   but WITHOUT ANY WARRANTY; without even the implied warranty of
20825   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20826   GNU General Public License for more details.
20827
20828   You should have received a copy of the GNU General Public License
20829   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20830
20831 ;; Local Variables:
20832 ;; coding: utf-8
20833 ;; fill-column: 79
20834 ;; add-log-time-zone-rule: t
20835 ;; End: