Merge branch 'master' of https://git.gnus.org/gnus into tzz-auth-source-rewrite
[gnus] / lisp / ChangeLog
1 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * nnimap.el: Autoload `auth-source-forget+'.
4         (nnimap-open-connection-1): Use it if the connection fails.
5
6         * auth-source.el: Require `password-cache'.
7         (auth-source-hide-passwords, auth-source-cache): Remove and mark
8         obsolete.
9         (auth-source-magic): Marker for `password-cache' keys.
10         (auth-source-do-cache): Update docstring.
11         (auth-source-search): Use and check cache.
12         (auth-source-forget-all-cached, auth-source-remember)
13         (auth-source-recall, auth-source-forget, auth-source-forget+)
14         (auth-source-specmatchp): Caching support functions.
15         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
16         Remove and obsolete.
17         (auth-source-user-or-password): Remove caching to further discourage
18         using it.  Always hide passwords.
19
20         * password-cache.el (password-cache-remove): Accept secrets that are
21         not strings.
22
23 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
24
25         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
26         code for now, since it doesn't work for all users.
27
28 2011-02-09  Julien Danjou  <julien@danjou.info>
29
30         * message.el (message-options): Make message-options really buffer
31         local.
32
33 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
34
35         * mail-source.el: Autoload `auth-source-search'.
36         (mail-source-keyword-map): Note order matters.
37         (mail-source-set-1): Get all the mail-source source values and
38         defaults and search auth-source on those if needed.  This can all
39         probably be simplified.
40
41         * nnimap.el: Autoload `auth-source-search'.
42         (nnimap-credentials): Use it.
43         (nnimap-open-connection-1): Ask for the virtual server and physical
44         address in one shot.
45
46         * nntp.el: Autoload `auth-source-search'.
47         (nntp-send-authinfo): Use it.  Note TODO.
48
49 2011-02-08  Julien Danjou  <julien@danjou.info>
50
51         * shr.el (shr-tag-body): Add support for text attribute in body
52         markups.
53
54         * message.el (message-options): Make message-options a local variable.
55
56 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
57
58         * auth-source.el (auth-source-secrets-search)
59         (auth-source-user-or-password): Use `append' instead of `nconc'.
60         (auth-source-user-or-password): Build return list better and protect
61         against nil :secret.
62
63 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
64
65         * nnimap.el (nnimap-update-info): Refactor slightly.
66         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
67         (nnimap-update-info): Clean up slightly.
68         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
69         characters.
70         (nnimap-process-quirk): Renamed function to avoid collision.
71         (nnimap-update-info): Fix macrology bug-out.
72         (nnimap-update-info): Simplify split history test.
73
74 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
75
76         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
77         `secrets-get-attributes' instead of `secrets-get-attribute'.
78         (auth-source-secrets-search): Limit search when `max' is greater than
79         number of results.
80
81 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
82
83         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
84         part not returning any data.
85
86         * proto-stream.el (open-protocol-stream): Document the return value.
87
88 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
89
90         * auth-source.el (auth-source-secrets-search): Add examples.
91
92 2011-02-06  Julien Danjou  <julien@danjou.info>
93
94         * message.el (message-setup-1): Handle message-generate-headers-first
95         set to t.
96
97 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
98
99         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
100         API with a string "secrets:collection-name" and with 'default.
101         (auth-source-backend-parse): Parse "secrets:collection-name" and
102         'default.  Recurse on parses instead of repeating code.  Use the
103         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
104         message when ignoring a source.
105         (auth-source-search): List ignored search keys at the top level.
106         (auth-source-netrc-create): Use `case' instead of `cond'.
107         (auth-source-secrets-search): Created with TODOs.
108         (auth-source-secrets-create): Created with TODOs.
109         (auth-source-retrieve, auth-source-create, auth-source-delete)
110         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
111         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
112         (auth-source-user-or-password-sftp)
113         (auth-source-user-or-password-smtp): Removed.
114         (auth-source-user-or-password): Deprecated and modified to be a wrapper
115         around `auth-source-search'.  Not tested thoroughly.
116
117 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
118
119         * auth-source.el: Bring in assoc and eioeio libraries.
120         (secrets-enabled): New variable to track the status of the Secrets API.
121         (auth-source-backend): New EIOEIO class to represent a backend.
122         (auth-source-creation-defaults): New variable to set prompt defaults
123         during token creation (see the `auth-source-search' docstring for
124         details).
125         (auth-sources): Simplify to allow a simple string as a netrc backend
126         spec.
127         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
128         (auth-source-backend-parse-parameters): Fill in the backend parameters.
129         (auth-source-search): Main auth-source API entry point.
130         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
131         (auth-source-search-collection): Helper function for searching.
132         (auth-source-netrc-parse, auth-source-netrc-normalize)
133         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
134         Supports search, create, and delete.
135         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
136         backend stubs.
137         (auth-source-user-or-password): Call `auth-source-search' but it's not
138         ready yet.
139
140 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
141
142         * message.el (message-setup-1): Remove the read-only stuff, since it
143         doesn't work under XEmacs, for some reason.
144
145         * gnus-sum.el (gnus-user-date): Renamed back from
146         gnus-summary-user-date since user code refers to it.
147
148         * shr.el (shr-render-td): Store the actual background colour used.
149
150         * message.el (message-setup-1): Don't bind the constant
151         -forbidden-properties.
152         (message-setup-1): Revert previous change, since it needs to bind the
153         props to insert them.
154         (message-resend): Allow removing the read-only separator line.
155
156 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
157
158         * nnimap.el (nnimap-request-accept-article): Give an error message if
159         the APPEND wasn't successful.
160
161 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
162
163         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
164         that have no groups.
165
166 2011-02-03  Julien Danjou  <julien@danjou.info>
167
168         * gnus-draft.el: Remove progn around gnus-draft-setup.
169
170 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
171
172         * gnus-start.el (gnus-read-active-for-groups): This function is never
173         called with a nil `infos', so clean that up.
174         (gnus-get-unread-articles): Request active files from primary/secondary
175         methods that have no groups (yet).
176
177 2011-02-03  Julien Danjou  <julien@danjou.info>
178
179         * message.el (message-setup-1): Always generate References first.
180         (message-mail): Return the return value of message-setup, not always t.
181         (message-setup-1): Insert mail-header-separator with read-only and
182         intangible properties set.
183
184         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
185         user-date in docstring.
186
187         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
188
189         * gnus.el (gnus-summary-line-format): Mention &user-date format in
190         docstring.
191
192         * gnus.el (gnus-user-date-format-alist): Change default value. Use
193         defcustom, with type and group. Move from gnus-util.el. Rename to
194         gnus-summary-user-date-format-alist.
195
196 2011-02-03  Glenn Morris  <rgm@gnu.org>
197
198         * nnimap.el (gnus-fetch-headers): Declare.
199
200         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
201
202 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
203
204         * message.el (message-forward-make-body-digest-plain)
205         (message-followup, message-reply): Clean up things noted by Stefan.
206
207         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
208         gnus-article-update-date-headers is nil.
209         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
210         it didn't really work with defcustom.
211         (article-update-date-lapsed): Make sure the window start doesn't move,
212         either.
213
214 2011-02-01  Julien Danjou  <julien@danjou.info>
215
216         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
217         format.
218
219         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
220         standard in Emacs nowadays.
221
222         * color.el (color-gradient): Add a color-gradient function.
223
224 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
225
226         * message.el (message-expand-name): Don't trust the return value of
227         bbdb-complete-name.
228         (message-check-news-header-syntax): Remove unused var `start'.
229         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
230         (message-inhibit-body-encoding): Move to before first use.
231         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
232         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
233         (Organization, Message-ID, Date, mh-previous-window-config):
234         Defvar the vars using dynamic scoping.
235
236 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
237
238         * shr.el (shr-render-td): Only do colours at the final rendering.
239         Should be slightly faster.
240         (shr-insert-table): Fix up TD background colours when doing the
241         vertical padding.
242
243         * gnus-art.el (article-date-ut): Protect against articles with no Date
244         header.
245         (article-update-date-lapsed): Don't use current-column to find the
246         horizontal position.  It's fragile in the presence of \003 characters.
247
248         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
249
250 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus-art.el (article-transform-date): Rewrite to still work when
253         there are several rfc2822 parts.
254         (article-transform-date): Fix infinite recursion.
255         (article-date-ut): Replace infinitely many Date headers with a single
256         one when called interactively.
257
258         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
259         secure manner.
260
261         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
262         move around by not using save-window-excursion.  It seems to work...
263
264 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * gnus-art.el (article-make-date-line): Work for user-defined format.
267
268 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * nntp.el (nntp-retrieve-group-data-early)
271         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
272         fetching functions.
273
274         * gnus-start.el (gnus-read-active-for-groups): Read the active files
275         thoroughly for all backends that have no known groups.  This should
276         allow new nnml methods to retrieve mail.
277
278         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
279         that Gnus doesn't know exists again.
280
281         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
282         (gnus-treat-date-ut): Ditto.
283         (gnus-article-update-date-header): Renamed.
284         (gnus-treat-date-local): Removed.
285         (gnus-treat-date-english): Removed.
286         (gnus-treat-date-lapsed): Removed.
287         (gnus-treat-date-combined-lapsed): Removed.
288         (gnus-treat-date-original): Removed.
289         (gnus-treat-date-iso8601): Removed.
290         (gnus-treat-date-user-defined): Removed.
291         (gnus-article-date-headers): New variable to control all the date
292         header options.
293         (article-date-ut): Rewrite to allow using the new way to format date
294         headers(s).
295
296 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
297
298         * nnmail.el (nnmail-article-group): Check for a direct fancy split
299         method.
300         (nnmail-article-group): A better test for fanciness.
301
302         * nnimap.el (nnimap-request-head): Protect against not finding the
303         article by Message-ID.
304
305 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-art.el (article-update-date-lapsed): Try a better way to really
308         keep point at the "same place".
309
310 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
311
312         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
313         data if the group is unactivated.
314
315 2011-01-28  Julien Danjou  <julien@danjou.info>
316
317         * gnus-win.el: Remove dead function gnus-window-configuration-element.
318         (gnus-all-windows-visible-p): Remove old compatibility code.
319         (gnus-window-top-edge): Add docstring.
320
321         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
322
323 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
326         older request-update-info.
327
328         * gnus-art.el (article-make-date-line): Limit the length a bit more.
329
330 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
331
332         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
333         mml2015-signers higher precedence over mml2015-sign-with-sender.
334
335 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
336
337         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
338         groups.  This makes the nndraft:queue group pop up if it's not already
339         there.
340
341         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
342         messages" logic, which was reversed.
343
344         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
345         the "same place" even if point is on the line being replaced.
346         (article-update-date-lapsed): Allow updating both the combined lapsed
347         and the lapsed headers.
348         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
349         (article-make-date-line): Limit the number of segments dynamically to
350         avoid too-long lines.
351
352 2011-01-27  Julien Danjou  <julien@danjou.info>
353
354         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
355         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
356
357 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
360         Use plist-get instead of the cl function getf.
361
362 2011-01-27  Glenn Morris  <rgm@gnu.org>
363
364         * gnus-util.el (float-time): Get rid of compiler warning, again.
365
366 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
367
368         * shr.el (shr-put-color): Special-case background colours: Do put them
369         at the blank parts at the front of the lines.
370
371         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
372         exit hook to nix out all data on readedness on group exit.
373
374         * gnus-util.el (float-time): If float-time is bound, always use it on
375         all Emacsen.  It's unclear why the subrp check was there.
376         (time-date): Require to make some autoload issues on XEmacs go away.
377
378         * shr.el (shr-put-color): Don't do the box padding in tables, since
379         they're already padded.
380
381 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus-art.el (gnus-article-next-page): When the last line of the
384         article is displayed, scroll down once more instead of going to the
385         next article at once.
386         (article-lapsed-string): Refactor out and allow specifying how many
387         segments you want.
388         (gnus-article-setup-buffer): Start updating the lapsed header directly.
389         (gnus-article-update-lapsed-header): New variable.
390
391         * shr.el: Revert change that made headings use different-sized faces.
392         The Emacs display engine isn't advanced enough that, for instance,
393         tables can comfortably use differntly-sized faces.
394
395 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
396
397         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
398         used.
399         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
400         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
401         we're using an encrypted connection.
402
403         * proto-stream.el: Alter the interface functions to also return the
404         actual stream type used: network or tls.
405
406 2011-01-25  Julien Danjou  <julien@danjou.info>
407
408         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
409         (mm-display-javascript-inline): New function.
410
411         * mm-decode.el (mm-inline-media-tests): Add application/javascript
412         viewing function.
413
414 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * shr.el (shr-expand-newlines): Fix variable name.
417
418 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
419
420         * shr.el (shr-expand-newlines): Make nested boxes work.
421
422 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
425         backgrounds.
426         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
427         in a more sensible manner.
428
429 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
430
431         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
432         if EPG is loaded.
433
434 2011-01-24  Julien Danjou  <julien@danjou.info>
435
436         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
437         tags.
438
439 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
440
441         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
442         commands.
443
444         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
445         in the article buffer.
446         (gnus-gravatar-insert): Use blank space from the current buffer to
447         avoid breaking text properties.  This makes X-Sent updating work again.
448
449         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
450
451 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
454         fix the bug in url-http.el instead.
455
456         * shr.el (shr-image-fetched): Ditto.
457
458         * shr.el (shr-image-fetched): Avoid having point move in the article
459         buffer.
460
461         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
462         buffer after being called.  It's apparently being killed by url.el, and
463         killing it made point move to end-of-buffer in a random buffer.
464
465         * shr.el (shr-image-fetched): Ditto.
466
467 2011-01-23  Julien Danjou  <julien@danjou.info>
468
469         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
470
471         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
472         text/x-org.
473
474 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
475
476         * gnus-sum.el (gnus-summary-move-article): Protect against backends
477         (i.e., nnimap) returning nil as the article number.
478
479 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
480
481         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
482         "DelSp" parameter in RFC3676.
483
484 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
485
486         * message.el (message-check-recipients): Display the encoded version of
487         the bogus address if they differ.
488
489         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
490         after sending.
491
492         * gnus-agent.el (gnus-agent-send-mail): Ditto.
493
494         * gnus-group.el (gnus-group-refresh-group): New convenience function.
495
496         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
497         group buffer after sending the queue.
498
499         * gnus-agent.el (gnus-agent-send-mail): Ditto.
500
501 2011-01-22  Julien Danjou  <julien@danjou.info>
502
503         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
504
505 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
506
507         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
508         nested related parts.
509
510         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
511         unexpired articles.  This fixes the regression that led expiry marks to
512         disappear from nnfolder groups.
513
514 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
515
516         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
517         Don't confuse the "ret" of "retrograde" with RET.
518
519 2011-01-21  Julien Danjou  <julien@danjou.info>
520
521         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
522         than mm-insert-inline.
523
524 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
527         Widen article buffer.
528
529 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
530
531         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
532         the temp buffer.
533         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
534
535 2011-01-20  Julien Danjou  <julien@danjou.info>
536
537         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
538
539         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
540         than mm-insert-inline to insert inline part: this respect
541         mm-inline-media-tests displayers.
542
543         * mm-view.el (mm-display-shell-script-inline): New function.
544
545         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
546
547         * mm-uu.el (mm-uu-type-alist): Add org block.
548         (mm-uu-org-src-code-block-extract): New function.
549
550         * mm-view.el (mm-display-org-inline): New function.
551
552         * mm-decode.el (mm-automatic-display): Add text/org.
553
554         * mailcap.el (mailcap-mime-extensions): Add .org.
555
556 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * gnus-art.el (gnus-article-highlight): Remove argument passed to
559         gnus-article-add-buttons.
560
561 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
562
563         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
564         From header with a date and "nobody" as the sender.
565
566 2011-01-19  Julien Danjou  <julien@danjou.info>
567
568         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
569         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
570         if you have the same regexp several times.
571         (gnus-button-push): Fix matching when regexp is symbol.
572
573 2011-01-15  Glenn Morris  <rgm@gnu.org>
574
575         * message.el (message-mail): A compose-mail function should
576         accept headers as strings.
577
578 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
579
580         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
581         Add :vert-only tags.
582         (message-mail): New arg RETURN-ACTION.
583         (message-return-action): New var.
584         (message-bury): Use it.
585         (message-mode): Make it buffer-local.
586         (message-send-and-exit): Always call message-bury.
587
588         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
589         message-mail.
590
591 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * nnimap.el (nnimap-convert-partial-article): Protect against
594         zero-length body parts.
595
596         * mm-decode.el (mm-preferred-alternative-precedence):
597         Discourage showing empty parts.
598
599         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
600         and stuff if the backend didn't return the article number.  This fixes
601         an Exchange-related nnimap bug.
602
603         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
604         group window, because it does the wrong thing when a separate frame
605         displays the group buffer.
606
607         * proto-stream.el (open-protocol-stream): Protect against the low-level
608         transport functions returning nil.
609
610 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
611
612         * mml2015.el (epg-sub-key-fingerprint): Autoload.
613         (mml2015-epg-find-usable-secret-key): New function.
614         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
615         mml2015-epg-find-usable-key (Bug#7797).
616         (mml2015-epg-encrypt): Ditto.
617
618 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * dgnushack.el (rot13-string): Fix the way to get the argument.
621
622 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
625
626 2011-01-03  Glenn Morris  <rgm@gnu.org>
627
628         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
629
630         * sieve.el (sieve-open-server): Give a more explicit error if
631         sieve-manage-open returns nil.  (Bug#7720)
632
633 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
634
635         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
636
637 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
640         This avoids sending passwords in plain text over non-encrypted
641         channels.
642
643         * shr.el (shr-rescale-image): Display all GIF images as animated images.
644
645         * nnimap.el (nnimap-login): Refactored out into own function, and
646         implement CRAM-MD5.
647         (nnimap-wait-for-line): Refactored out.
648
649         * mm-view.el (mml-smime): Require.
650
651 2010-12-20  David Engster  <deng@eml.cc>
652
653         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
654         use EPG to decrypt S/MIME messages instead of openssl.
655
656 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
659
660         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
661         status is the group clearly is unreachable.
662
663         * auth-source.el (auth-source-create): Add the optional second
664         parameter to `local-variable-p' to be compatible with XEmacs.
665
666 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
667
668         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
669         work when using a compressed nnml folder.
670
671 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
674         backends after sanitising on entry, because this never makes sense:
675         If the articles have gone missing, then the data no longer exists on
676         the backend, and if they haven't, then Gnus is wrong, and shouldn't
677         overwrite anything anyway.
678
679         * shr.el (shr-insert-document): Bind shr-width dynamically to
680         window-width if it's nil.
681
682 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
683
684         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
685         with the meaning of using the full emacs window width for rendering.
686
687 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
688
689         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
690         case when sender is not given.
691
692 2010-12-23  Julien Danjou  <julien@danjou.info>
693
694         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
695         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
696         the addresses, otherwise we might misplaced the gravatar.
697
698 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
699
700         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
701         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
702         obsolete in Emacs.
703
704 2010-12-20  Julien Danjou  <julien@danjou.info>
705
706         * gnus-util.el (gnus-rescale-image): Revert last change.
707
708 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
709
710         * binhex.el: Improve commentary (Bug#7482).
711
712 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * gnus-group.el (gnus-group-delete-articles): New command.
715
716 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
717
718         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
719
720 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
723         here, since it's up to the backends to do CRLF removal if their
724         protocol has it.
725
726         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
727
728 2010-12-17  Julien Danjou  <julien@danjou.info>
729
730         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
731         they are from file. Can also scale up.
732
733 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
734
735         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
736         gnus-use-agent.
737         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
738
739         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
740
741 2010-12-17  Julien Danjou  <julien@danjou.info>
742
743         * gravatar.el (gravatar-retrieve-synchronously): New function.
744         (gravatar-get-data): Make more robust.
745
746 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
749
750 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
753         to really consider the last line.
754
755 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
756
757         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
758         list of recipient keys, or use symmetric encryption if not a list.
759         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
760         EPA override, replacing the call to `netrc-store-data'.
761
762 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
763
764         * gnus-srvr.el: Avoid passing nil regexp argument to
765         delete-matching-lines.
766
767 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
770         fetching stops when Gnus exits.
771
772         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
773         function.
774         (nnfolder-request-expire-articles): Save all the buffers after doing
775         expiry.
776
777         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
778         the last article", since that led to serious performance regressions
779         when expiring nnml groups.
780
781 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
782
783         * nnir.el: Improve customizations.
784
785 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
788
789         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
790         group has been killed.
791         (gnus-group-yank-group): Ditto.
792
793         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
794
795         * nnimap.el (nnimap-request-update-group-status): New function.
796
797         * gnus-int.el (gnus-request-update-group-status): New interface
798         function.
799
800         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
801         copying read-ness to the backends.
802
803         * nnimap.el (nnimap-quirk): New function.
804         (nnimap-retrieve-group-data-early): Use it.
805         (nnimap-quirks): New alist.
806
807 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
808
809         * shr.el (shr-insert): Set shr-start after deleting trailing space;
810         don't delete it within indentation.
811
812 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
815         previous line.
816
817 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
820         QRESYNC command by deleting a superfluous space which broke Cyrus
821         servers.  This change will break other servers that are buggy the other
822         way around.
823
824 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
825
826         * spam.el: Reindent and fix long lines.
827         (spam-copy-or-move-routine): Exclude invalid move destinations.
828
829 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
830
831         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
832         installed the registry.
833
834 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
837
838 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
839
840         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
841         groupname doesn't contain "gmane".
842
843 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
846         and netrc-bound-and-true-p bindings.
847         (netrc-parse): Cache the netrc contents.
848
849         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
850         (gnus-1): Don't create the nndrafts group twice.
851         (gnus-setup-news): There's no need to read the active file here, since
852         that's done again later on a per-backend basis.
853         (gnus-start-draft-setup): Make sure that the new group is started out
854         empty.
855
856         * gnus-agent.el (gnus-agentize): Don't create the queue group
857         automatically on startup.  It'll be created later, if needed.
858
859         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
860         of automatically subscribed groups.
861         (gnus-auto-subscribed-categories): New variable.
862         (gnus-matches-options-n): Use it.
863         (gnus-default-subscribed-newsgroups): Remove unused variable.
864         (gnus-start-draft-setup): Message a bit less.
865
866 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
867
868         * nnir.el (nnir-run-imap): Return article list in order of increasing
869         UID.
870
871 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * gnus-sum.el (gnus-summary-enter-digest-group):
874         Mention gnus-auto-select-on-ephemeral-exit.
875
876         * proto-stream.el (proto-stream-open-network-only): Fix the calling
877         convention of the network-only option.
878
879 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * proto-stream.el (proto-stream-open-network-only): New function to
882         have a way to specify non-STARTTLS upgrade connections.
883
884 2010-12-10  Julien Danjou  <julien@danjou.info>
885
886         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
887         email address is nil.
888
889         * message.el (message-bogus-recipient-p): Set address to "" if nil.
890
891 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
892
893         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
894         deletion.
895         (nnir-run-imap): Only need to parse list once.
896
897 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * shr.el (shr-tag-script): Ignore <script>.
900         (shr-tag-label): Add <label> support.
901
902 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
905
906         * shr.el (shr-image-displayer): Work for images lined side by side.
907
908 2010-12-08  Robert Pluim  <rpluim@gmail.com>
909
910         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
911         parameter, since XEmacs doesn't accept t as a parameter.
912
913 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
914
915         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
916         ids.
917         (nnir-run-gmane): Simplify groupspec formatting.
918         (nnir-request-expire-articles): New function.
919
920 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
923         overflow, possibly.
924
925         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
926         (shr-render-td): Handle td style="" better.
927         (shr-tag-table): Use the color from the style sheet.
928         (shr-render-td): Make sure we copy over all the overlays, too.
929
930 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
931
932         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
933         (nnir-request-article): Improve article retrieval.
934
935 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * mm-util.el (mm-extra-numeric-entities): New variable.
938
939         * mm-url.el (mm-url-decode-entities):
940         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
941
942         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
943
944 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
945
946         * message.el: Use completion-at-point.
947         (message-completion-function): New fun, extracted from message-tab.
948         (message-mode): Use it for completion-at-point-functions.
949         (message-tab): Use it and completion-at-point.
950
951 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
954         character if a non-breakable character follows.
955
956 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
959         any stream.
960
961         * shr.el (shr-tag-font): Colorize the region.
962         (shr-tag-body): Ditto.
963         (shr-tag-font): Actually let the styles be inherited instead of
964         overwriting them.
965         (shr-tag-font): Get the background color right.
966         (shr-tag-style): Ignore all <style> tags for the moment.
967
968         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
969         a Message-ID to avoid having nnimap depend on gnus-sum.
970
971         * shr.el (shr-descend): Only colorize something if we have a node that
972         sets colors.
973
974 2010-12-06  Julien Danjou  <julien@danjou.info>
975
976         * shr.el (shr-render-td): Render td content with shr-descend, so style
977         will be applied to <td> too.
978         (shr-colorize-region): Colorize region even if we only have a background.
979         (shr-tag-body): Fix color and background color inheritance.
980         Do not recolorize after shr-generic.
981         (shr-tag-font): Let shr-generic colorize via inheritance.
982
983 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
986
987 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
988
989         * nnir.el (nnir-request-move-article): Remove obsolete code.
990
991 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
994
995 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus-sum.el (gnus-summary-respool-article): The completion function
998         expects a list instead of an alist.
999
1000         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1001         string as the parameter.
1002
1003         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1004
1005         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1006         styles.
1007         (shr-colorize-region): New function.
1008         (shr-insert-background-overlay): Remove.
1009         (shr-render-td): Background setting should be taken care of on a higher
1010         level.
1011         (shr-tag-body): Use post-hoc colorizations.
1012         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1013         (shr-put-color-1): Don't overwrite old colors.
1014         (shr-colorize-region): When the background color isn't explicit, use
1015         a fixed background.
1016
1017         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1018         nnmail variables.
1019
1020 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1021
1022         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1023         unless necessary.
1024
1025 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1026
1027         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1028         server.
1029
1030 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1033         so that TAB works.
1034
1035         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1036         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1037
1038         * shr.el (shr-urlify): Show the URL before the title to avoid
1039         misleading URLs.
1040
1041 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1042
1043         * shr.el (shr-urlify): Display the title in <a> tags.
1044
1045 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1046
1047         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1048
1049 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1050
1051         * nnir.el: Rearrange code to allow macros to be autoloaded by
1052         gnus-sum.el.
1053         (nnir-retrieve-headers-override-function): Make this variable
1054         customizable.
1055         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1056
1057         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1058         from nnir.el.
1059
1060 2010-12-03  Julien Danjou  <julien@danjou.info>
1061
1062         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1063
1064 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1067         allow optional argument `environment'.
1068
1069 2010-12-03  Glenn Morris  <rgm@gnu.org>
1070
1071         * mm-extern.el (message-goto-body): Update declaration.
1072
1073 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * gnus-util.el (gnus-macroexpand-all): New function.
1076
1077         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1078         instead of macroexpand-all that is unavailable in XEmacs.
1079
1080 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1081
1082         * nnir.el (nnir-summary-line-format): New variable.
1083         (nnir-mode): Use it.
1084         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1085         (nnir-article-ids): Reimplement as defsubst.
1086         (nnir-retrieve-headers): Don't mangle the subject header.
1087         (nnir-run-imap): Use 100 as RSV score.
1088         (nnir-run-find-grep): Fix for full server searching.
1089         (nnir-run-gmane): Better restriction to gmane groups.
1090
1091         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1092         summary buffers.
1093
1094 2010-12-02  Julien Danjou  <julien@danjou.info>
1095
1096         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1097
1098         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1099
1100         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1101         support.
1102
1103 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1104
1105         * nnir.el: Update to handle the registry better.
1106         (autoload): Silence byte-compiler.
1107         (nnir-open-server): Add a hook for nnir groups.
1108         (nnir-request-move-article): Don't mangle the header. Better to use
1109         formating variables (which will be added in the future).
1110         (nnir-registry-action): Update the registry using the original article
1111         group name.
1112         (nnir-mode): Install nnir-specific hooks for updating the registry.
1113
1114         * gnus-sum.el
1115         (gnus-article-original-subject,gnus-newsgroup-original-name):
1116         Remove obsolete variables.
1117         (gnus-summary-move-article): Remove use of obsolete variables.
1118         (gnus-summary-local-variables): Make move and delete hooks local to
1119         summary buffers.
1120
1121 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * rtree.el: New file.
1124
1125 2010-12-01  Julien Danjou  <julien@danjou.info>
1126
1127         * message.el (message-user-organization): Do not use
1128         gnus-local-organization.
1129
1130         * gnus.el: Remove gnus-local-organization.
1131
1132         * gnus-msg.el: Remove nastygram thing.
1133
1134 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1135
1136         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1137         funcall.
1138
1139 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1142         names.
1143
1144         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1145         characters.
1146
1147         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1148         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1149         Suggested by Štěpán Němec <stepnem@gmail.com>.
1150         (gnus-gravatar-transform-address): Use mail-extract-address-components
1151         that supports non-ASCII names rather than mail-header-parse-addresses.
1152
1153 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * proto-stream.el (open-protocol-stream): All starttls connections are
1156         handled by the network handler.
1157
1158 2010-11-30  Julien Danjou  <julien@danjou.info>
1159
1160         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1161         (nnimap-open-connection-1): Fix PREAUTH.
1162
1163         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1164
1165 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1168         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1169         (shr-insert): Use them.
1170         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1171
1172 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1173
1174         * nnir.el (nnir-request-move-article): Bail out if original group
1175         doesn't support article moves.
1176         (nnir-get-active): Improve active list retrieval.
1177
1178 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1181
1182 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1183
1184         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1185         seem to accept strings-with-numbers as port numbers,
1186
1187 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1188
1189         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1190         change the registry.
1191
1192 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1195         delete-dups that is not available in XEmacs 21.4.
1196
1197         * mm-util.el (mm-delete-duplicates): Add comment.
1198
1199 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1200
1201         * nnir.el (nnir-ignored-newsgroups): New variable.
1202         (nnir-get-active): Use it.
1203
1204 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * proto-stream.el (proto-stream-open-network): Add some comments.
1207
1208         * nntp.el (nntp-open-connection): Provide a :success condition.
1209
1210         * nnimap.el (nnimap-open-connection-1): Ditto.
1211
1212         * proto-stream.el (proto-stream-open-network): See what the response to
1213         the STARTTLS command is.
1214
1215         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1216         backwards compatibility).
1217         (nnimap-open-connection-1): Really respect nnimap-server-port.
1218
1219         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1220         TLS upgrades we don't really care about the identity of the peer.
1221         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1222         that what we've checked for.
1223         (proto-stream-always-use-starttls): Only default to t if
1224         open-gnutls-stream exists.
1225         (proto-stream-open-network): If STARTTLS failed, then just open a
1226         normal connection.
1227         (proto-stream-open-network): Wait until the greeting before doing
1228         STARTTLS.
1229
1230         * nntp.el (nntp-open-connection): Report what the connection error is.
1231
1232         * proto-stream.el (open-protocol-stream): Rename from
1233         open-proto-stream.
1234
1235 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * nnimap.el (nnimap-stream): Change default to `undecided'.
1238         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1239         first, and then network.
1240         (nnimap-open-connection-1): Respect nnimap-server-port.
1241         (nnimap-open-connection): Be more backwards-compatible.
1242
1243         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1244         (proto-stream-open-starttls): De-duplicate the starttls code.
1245         (proto-stream-open-starttls): Folded back into the main function.
1246         (proto-stream-open-network): Fix typo in the gnutls path.
1247         (proto-stream-command): Refactor out.
1248
1249         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1250
1251         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1252         starttls.el STARTTLS.
1253
1254         * color.el (color-lab->srgb): Fix function call name.
1255
1256         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1257         if we're using tls.el.
1258         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1259         built in, then don't try to establish a STARTTLS connection.
1260
1261         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1262         servers.
1263
1264         * proto-stream.el (open-proto-stream): Use network, not stream.
1265         (open-proto-stream): Add a way to specify what the end of a command is.
1266
1267         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1268         connections types.
1269         (nntp-open-network-stream): Remove.
1270         (nntp-open-ssl-stream): Remove.
1271         (nntp-open-tls-stream): Remove.
1272         (nntp-ssl-program): Remove.
1273
1274         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1275
1276 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1277
1278         * nnir.el: Fix typos.
1279         (nnir-retrieve-headers-override-function): Rename variable to reflect
1280         new semantics.
1281         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1282         macros.
1283         (nnir-request-article, nnir-request-move-article): Use them.
1284         (nnir-categorize): New function.
1285         (nnir-run-query): Use it.
1286         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1287         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1288         sorted.
1289         (nnir-group-full-name): Use gnus-group-full-name instead.
1290         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1291         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1292
1293 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1296
1297         * proto-stream.el: New library to provide protocol-specific
1298         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1299         protocols.
1300         (open-proto-stream): Complete the documentation.
1301         (proto-stream-open-network): Fix some typos.
1302
1303         * nnimap.el (nnimap-open-connection): Use it.
1304
1305 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1306
1307         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1308         negotiation.
1309
1310 2010-11-26  Julien Danjou  <julien@danjou.info>
1311
1312         * color.el: Rename various rgb functions to srgb.
1313
1314 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1317         names.
1318
1319 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * shr.el (shr-insert): Revert last change.
1322         (shr-find-fill-point): Never leave point being at bol;
1323         relax the kinsoku limitation when rendering tables.
1324
1325 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1328         results from -accept-article.
1329
1330         * shr-color.el: Require cl when compiling.
1331
1332         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1333         checkin.
1334
1335         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1336
1337         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1338
1339         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1340         'add and 'delete to set backend marks.
1341
1342         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1343
1344         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1345
1346         * nntp.el (nntp-request-set-mark): Use it.
1347
1348         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1349
1350         * nnml.el (nnml-request-set-mark): Ditto.
1351
1352         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1353         introduces regressions in article selection.
1354         (nnimap-find-uid-response): New function.
1355         (nnimap-request-accept-article): Use the UID returned, if any.
1356         (nnimap-request-move-article): Use the UID returned, if any.
1357         (nnimap-get-groups): Reimplement to work with folded lines.
1358         (nnimap-find-uid-response): The UID is the last element in the list.
1359         (nnimap-request-set-mark): Extend syntax with 'set.
1360
1361         * nnml.el (nnml-request-set-mark): Ditto.
1362
1363         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1364
1365         * nntp.el (nntp-request-set-mark): Ditto.
1366
1367 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * message.el (message-called-interactively-p): A temporary macro.
1370         (message-goto-body): Use it temporarily.
1371
1372 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1375         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1376         (nnimap-last-response-string): Fix last unfolding fix.
1377
1378 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * shr.el (shr-insert): Fix the way to fold lines.
1381
1382 2010-11-25  Julien Danjou  <julien@danjou.info>
1383
1384         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1385
1386         * color.el: Rename from color-lab.el
1387         (color-rgb->hex): Add.
1388         (color-complement): Add.
1389         (color-complement-hex): Add.
1390
1391         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1392
1393 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1396         don't exist.
1397
1398 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1401         assuming that article displaying or another mml-preview may be
1402         interrupted for an error or for the like.
1403
1404         * shr.el (shr-get-background): Fix argument name.
1405
1406 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1409
1410         * gnus-sum.el (gnus-summary-include-articles): New function.
1411
1412         * message.el (message-goto-body): called-interactively-p needs a
1413         parameter, so use `any'.
1414
1415         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1416         clear marks before moving, since they're synced from the Gnus side
1417         first.
1418
1419         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1420         (gnus-summary-move-article): Copy over all marks before moving, so that
1421         IMAP doesn't think a new article has arrived.
1422
1423 2010-11-24  Julien Danjou  <julien@danjou.info>
1424
1425         * shr.el (shr-insert-background-overlay): Fix typo.
1426         (shr-render-td): Copy the background before rendering.
1427
1428         * shr-color.el (shr-color-visible): Fix docstring.
1429
1430         * shr.el (shr-tag-table): Add bgcolor support.
1431         (shr-render-td): Add bgcolor support.
1432         (shr-get-background): Add.
1433         (shr-insert-foreground-overlay): Use shr-get-background.
1434
1435         * message.el (message-goto-body): Use called-interactively-p.
1436         (message-in-body-p): message-goto-body returns point.
1437
1438 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439
1440         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1441         Fixes something or other in Emacs 23, and is backwards compatible.
1442
1443         * message.el (message-goto-body): Remove the <#secure special-casing,
1444         which is too special.
1445
1446         * shr.el (shr-parse-style): Drop !important from styles.
1447
1448 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1449
1450         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1451         this function to return incorrect results when calling it with an
1452         explicit article argument different from
1453         (gnus-summary-article-number).
1454
1455 2010-11-24  Julien Danjou  <julien@danjou.info>
1456
1457         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1458         (shr-tag-body): Add background support.
1459         (shr-descend): Add background support.
1460         (shr-tag-title): Add.
1461
1462         * shr-color.el (shr-color-visible): Really return original background
1463         if fixed.
1464
1465 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * shr.el (shr-color-check): Protect against non-existant colour names.
1468
1469 2010-11-24  Julien Danjou  <julien@danjou.info>
1470
1471         * color-lab.el: Require 'cl when compiling.
1472
1473         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1474
1475         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1476         matched part.
1477
1478         * color-lab.el: Fix all expt calls to use float type.
1479
1480 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1483         expression to shr-color-check as is.
1484
1485         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1486
1487         * color-lab.el: Add coding cookie.
1488         (float-pi): Use eval-and-compile.
1489
1490         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1491         compiled for Emacsen having no `libxml-parse-html-region' support.
1492
1493 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1494
1495         * shr.el (shr-insert-color-overlay): Split stuff like
1496         "#444444 !important" to find the real colour.
1497         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1498         parse <font color="red"> entries.
1499
1500 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1501
1502         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1503         point when parsing headers.
1504
1505         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1506         is positioned properly when parsing headers.
1507
1508 2010-11-23  Julien Danjou  <julien@danjou.info>
1509
1510         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1511
1512         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1513
1514         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1515
1516         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1517         Use shr-color-hue-to-rgb.
1518         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1519
1520 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * shr.el (shr-color->hexadecimal): Autoload.
1523         (shr-descend): Add color to all tags.
1524
1525 2010-11-22  Julien Danjou  <julien@danjou.info>
1526
1527         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1528         shr-color->hexadecimal.
1529
1530         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1531         RGB() or HSL() color representation.
1532
1533         * shr.el (shr-tag-font): Add.
1534         (shr-tag-color-check): New function to get better colors.
1535         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1536         tag-span.
1537
1538         * shr-color.el: New file.
1539
1540         * color-lab.el: New file.
1541
1542         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1543
1544 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1545
1546         * nnir.el: Fix typo in comments.
1547         (nnir-run-imap): Simplify code. No need to reverse artlist.
1548         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1549
1550 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1553
1554         * nnimap.el (nnimap-get-capabilities): Refactor out.
1555         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1556
1557 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1558
1559         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1560         appearing when `mm-uu-hide-markers' is nil.
1561
1562 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * nnimap.el (nnimap-unselect-group): Make into its own function.
1565         (nnimap-request-rename-group): Unselect group before renaming.
1566         This had gotten lost somewhere.
1567         (nnimap-request-accept-article): Keep track of examined groups, and
1568         unselect the group before APPENDing to read-only groups.
1569         (nnimap-request-move-article): Clear flags before moving so that they
1570         can be re-set later.
1571
1572 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1575         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1576
1577 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * gnus-art.el (gnus-mime-display-single)
1580         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1581         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1582         parameter.
1583
1584 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1587         (shr-table-vertical-line): New variable.
1588         (shr-insert-table): Use it.
1589
1590 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-html.el (gnus-html-wash-images): Don't display images if
1593         gnus-inhibit-images is non-nil; register displayer for cid images.
1594         (gnus-html-display-image): Work for cid image.
1595         (gnus-html-insert-image): Allow arguments.
1596         (gnus-html-put-image): Inhibit read-only.
1597         (gnus-html-prefetch-images): Don't prefetch images if
1598         gnus-inhibit-images is non-nil.
1599
1600 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * shr.el (shr-put-image): Break lines when inserting big pictures.
1603
1604 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1605
1606         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1607         sender, thanks Katsumi Yamaoka.
1608
1609 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1610
1611         * nnir.el (nnir-run-imap): Reverse the article list for each group
1612         rather than the whole list.
1613
1614 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * shr.el (shr-image-displayer): Protect function against non-existent
1617         image source.
1618
1619         * gnus-art.el (gnus-inhibit-images): New user option.
1620         (gnus-mime-display-single): Don't display image if it is non-nil.
1621
1622         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1623         gnus-inhibit-images.
1624
1625         * shr.el (shr-image-displayer): New function.
1626         (shr-tag-img): Use it.
1627
1628 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1629
1630         * mml2015.el (mml2015-epg-sign): Use From header.
1631
1632 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1635
1636         * gnus-util.el (gnus-find-text-property-region): Return markers.
1637
1638         * shr.el (shr-tag-img): Put a displayer in the text property.
1639
1640         * gnus-util.el (gnus-find-text-property-region): New utility function.
1641
1642         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1643         (gnus-html-show-images): Remove.
1644
1645         * gnus-art.el (gnus-article-show-images): New, more general function.
1646
1647         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1648         image url text properties.
1649
1650         * shr.el: Ditto.
1651
1652         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1653         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1654
1655 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1658         work for two or more articles.
1659
1660 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1663         divide an image that's in an html article to two or more when washing
1664         non-ASCII characters in alt text of it.
1665
1666 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1669         smime-decrypt-region using function argument.
1670         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1671
1672         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1673
1674         * smime.el (smime-decrypt-region): Catch it.
1675
1676 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1677
1678         * smime.el (smime-mode-map): Move initialization into declaration.
1679         (gnus-run-mode-hooks): Don't autoload.
1680         (smime-mode): Use define-derived-mode.
1681
1682 2010-11-11  Glenn Morris  <rgm@gnu.org>
1683
1684         * smime.el (from): Restrict declaration to XEmacs.
1685
1686         * nnir.el (gnus-group-topic-name): Autoload.
1687
1688 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * shr.el (shr-insert): Don't break long line if it is because of
1691         kinsoku-bol characters in the line end.
1692
1693 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1694
1695         * nnir.el (nnir-request-move-article): Fix to provide original group
1696         and subject.
1697         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1698         been retrieved.
1699
1700         * gnus-sum.el (gnus-summary-move-article): Use original group and
1701         subject for virtual articles such as those in an nnir summary buffer.
1702
1703 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1706         least 21.5).
1707
1708         * smime.el (from): Declare it again for XEmacs.
1709
1710 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * message.el (message-resend): Don't disable encoding unless it's
1713         already encoded.
1714
1715         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1716         low-numbered articles.
1717
1718 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * rfc2047.el (rfc2047-syntax-table): Simplify.
1721
1722         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1723
1724         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1725         set-char-table-range for XEmacs.
1726
1727 2010-11-10  Glenn Morris  <rgm@gnu.org>
1728
1729         * time-date.el (time-to-seconds): Always an alias on Emacs,
1730         never a real function.
1731         (with-no-warnings): Remove compat stub, now unused.
1732         (time-less-p): Doc fix.
1733         (time-to-number-of-days): Simplify.
1734
1735         * smime.el (from): Remove unused declaration.
1736
1737         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1738         (gnus-float-time): On Emacs, always an alias.
1739
1740         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1741         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1742
1743 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * dgnushack.el: Don't use ignore-errors in the top level form since it
1746         is unavailable in XEmacs even if cl is loaded.
1747
1748         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1749
1750 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * shr.el (browse-url-mailto): Autoload.
1753
1754         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1755
1756         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1757         regexp doesn't need quoting.
1758
1759 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1760
1761         * message.el (message-subject-trailing-was-ask-regexp)
1762         (message-subject-trailing-was-regexp): Match was: in addition to was.
1763
1764 2010-11-09  Glenn Morris  <rgm@gnu.org>
1765
1766         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1767         (nnbabyl-check-mbox): Use point-at-bol.
1768
1769 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1772
1773         * message.el (message-mailto): New function.
1774         (message-mailto): Should accept other parameters.
1775         (message-mailto): Remove since it duplicates browse-url-mailto
1776         functionality.
1777
1778 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1781         methods.
1782         (gnus-read-active-file): Ditto.
1783
1784         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1785         ": " from the prompt.
1786         (gnus-group-make-group): Ditto.
1787
1788 2010-11-07  Glenn Morris  <rgm@gnu.org>
1789
1790         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1791         (gnus-bookmark-kill-line): Use point-at-eol.
1792
1793 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1796         asterisks in From header.
1797
1798 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1801         string to avoid making the From headers syntactically invalid.
1802
1803         * message.el (message-send-mail): Don't insert courtesy messages if the
1804         message already has List-Post and List-ID messages.
1805
1806 2010-11-06  Glenn Morris  <rgm@gnu.org>
1807
1808         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1809         `condition', `type', `length' a prefix.
1810         (gnus-treat-predicate): Update for above name changes.
1811
1812 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1813
1814         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1815         binding.  Handled by `gnus-summary-refer-thread' instead.
1816         (nnir-warp-to-article): New backend function.
1817
1818         * nnimap.el (nnimap-request-thread): Force dependency updating.
1819
1820         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1821         (gnus-summary-refer-thread): Rework to improve thread-referral.
1822
1823         * gnus-int.el (gnus-warp-to-article): New function.
1824
1825         * gnus-sum.el (gnus-summary-article-map): Bind it.
1826
1827 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1828
1829         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1830         gnus-summary-refer-thread.
1831
1832         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1833         headers.
1834         (gnus-summary-limit-include-thread): Prevent articles in thread from
1835         being cut in gnus-cut-threads.
1836         (gnus-summary-refer-thread): Limit retrieved headers to those in
1837         thread.
1838
1839 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * message.el (message-send-mail): Use the value of
1842         message-courtesy-message from the message buffer.
1843
1844         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1845
1846         * shr.el (shr-browse-url): Implement mailto: URLs.
1847
1848         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1849         "raw".
1850
1851         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1852         if it's already selected.
1853
1854         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1855
1856 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1859         to measure the length and truncate alt text.
1860
1861 2010-11-03  Glenn Morris  <rgm@gnu.org>
1862
1863         * nndiary.el (nndiary-generate-nov-databases-1)
1864         (nndiary-generate-active-info): Rename dynamic variable `files' to
1865         something less generic.
1866
1867 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1868
1869         * nnir.el (nnir-request-move-article): Call the underlying backend to
1870         move articles from nnir.
1871
1872 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1875
1876 2010-11-02  Julien Danjou  <julien@danjou.info>
1877
1878         * nnir.el: Remove wais support.
1879
1880 2010-11-02  Glenn Morris  <rgm@gnu.org>
1881
1882         * gnus-html.el: Reorder requirements to quieten compiler.
1883
1884 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1887         properly for XEmacs as well.
1888         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1889         (gnus-article-natural-long-line-p): Use window-width rather than
1890         frame-width.
1891
1892 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1893
1894         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1895         (nnir-read-parms): Don't modify query.
1896         (nnir-run-query): Add ability to search topic on current line.
1897         (nnir-get-active): Clean up.
1898
1899 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1902         degenerate articles.
1903
1904         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1905         (gnus-print-buffer): Just print the buffer as is, without any copying
1906         to a buffer and then re-highlighting.
1907
1908         * nnimap.el (nnimap-request-group): Store the new updated info.
1909         (nnimap-request-group): Select the group when we don't know whether it
1910         exists or not.
1911
1912         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1913         groups.
1914
1915         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1916         groups.
1917
1918         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1919         groups.
1920
1921         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1922         long-lines case by only filling the long lines.
1923
1924         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1925         (bug #7311).
1926
1927 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * shr.el: No need to declare `declare-function' since shr.el is for
1930         only Emacsen that provide `libxml-parse-html-region'.
1931
1932         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1933         effective only in a file it is referred to.
1934
1935 2010-11-01  Glenn Morris  <rgm@gnu.org>
1936
1937         * mm-util.el (gnus-completing-read): Autoload.
1938         (mm-read-coding-system): Simplify Emacs definition.
1939
1940         * nnmail.el (gnus-activate-group):
1941         * nnimap.el (gnutls-negotiate):
1942         * nntp.el (netrc-parse): Fix declarations.
1943
1944 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1947         string-match-p in Emacs >=23.
1948
1949         * gnus-msg.el (gnus-configure-posting-styles)
1950         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1951
1952 2010-11-01  Glenn Morris  <rgm@gnu.org>
1953
1954         * nnir.el (declare-function): Add compat stub.
1955         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1956         (nnir-run-gmane): Require 'mm-url.
1957
1958         * mm-util.el (mm-string-to-multibyte): Simplify.
1959
1960         * shr.el (declare-function): Add compat stub.
1961         (url-cache-create-filename): Declare.
1962         (mm-disable-multibyte, widget-convert-button): Autoload.
1963
1964         * smime.el (ldap-search): Declare.
1965         (smime-cert-by-ldap-1): Require ldap on Emacs.
1966
1967         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1968         (nnimap-keepalive): Use gnus-float-time.
1969
1970         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1971         (mail-source-delete-crash-box): Use gnus-float-time.
1972
1973         * gnus-dired.el (gnus-completing-read): Autoload.
1974
1975         * mm-view.el (gnus-rescale-image): Autoload.
1976
1977         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1978
1979         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1980
1981         * sieve-manage.el: Require 'cl when compiling.
1982
1983         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1984         (gnus-iswitchb-completing-read): Require iswitchb.
1985         (gnus-select-frame-set-input-focus): Silence compiler.
1986
1987 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * message.el (message-subject-trailing-was-query): Change default to t,
1990         since I think that's what most people want.
1991
1992         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1993         appending for easier debugging.
1994         (nnimap-wait-for-connection): Take a regexp.
1995         (nnimap-request-accept-article): Wait for the continuation line before
1996         sending anything unless we're streaming.
1997
1998         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1999         leave the header washing to take place.
2000
2001 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2002
2003         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2004         regular expression match and replace in posting styles.
2005
2006 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2007
2008         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2009         an entire server.
2010         (nnir-get-active): New function.
2011         (nnir-run-imap): Use it.
2012         (nnir-run-gmane): Who knew, gmane search returns an article score!
2013
2014         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2015         server on the current line with nnir.
2016
2017 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2020         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2021         left edge.
2022         (gnus-article-foldable-buffer): Skip past the prefix when determining
2023         raggedness.
2024
2025         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2026         the raw article, and change `C-u g' to show the article without doing
2027         treatments.
2028
2029         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2030         on to `gnus-treat-article'.
2031         (gnus-inhibit-article-treatments): New variable.
2032
2033         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2034
2035         * gnus-art.el (gnus-treatment-function-alist): Have
2036         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2037         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2038         sections.
2039
2040         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2041         parameter.
2042         (gnus-article-fill-cited-long-lines): New function.
2043         (gnus-article-fill-cited-article): Allow filling only long sections.
2044
2045         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2046         and non-punctuation (like after the apostrophe in "'We").
2047
2048         * gnus-sum.el (gnus-summary-select-article): Make sure
2049         gnus-original-article-buffer is alive.
2050
2051         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2052         reflect the order they're in in the digest.
2053
2054         * gnus.el (gnus-group-startup-message): Move point to the start of the
2055         buffer.
2056
2057         * nnimap.el (nnimap-capability): New function.
2058         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2059         is set.
2060
2061 2010-10-31  David Engster  <dengste@eml.cc>
2062
2063         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2064         conform with changes to gnus-completing-read.
2065
2066 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2069
2070 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2071
2072         * nnir.el: Move defvar, defcustom around to keep file organized
2073         and keep byte-compiler quiet.
2074         (nnir-read-parms): Accept search-engine as arg.
2075         (nnir-run-query): Pass search-engine as arg.
2076         (nnir-search-engine): Remove.
2077
2078 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * shr.el (shr-generic): The text nodes should be text, not :text.
2081
2082         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2083         later in the file.
2084
2085 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2086
2087         * nnir.el: General clean up.  Allow searching with multiple engines.
2088         Allow separate extra-parameters for each engine.
2089         Batch queries when possible.
2090         (nnir-imap-default-search-key,nnir-method-default-engines):
2091         Add customize interface.
2092         (nnir-run-gmane): New engine.
2093         (nnir-engines): Use it.  Qualify all prompts with engine name.
2094         (nnir-search-engine): Remove global variable.
2095         (nnir-run-hyrex): Restore for now.
2096         (nnir-extra-parms,nnir-search-history): New variables.
2097         (gnus-group-make-nnir-group): Use them.
2098         (nnir-group-server): Remove in favor of gnus-group-server.
2099         (nnir-request-group): Avoid searching twice.
2100         (nnir-sort-groups-by-server): New function.
2101
2102 2010-10-30  Julien Danjou  <julien@danjou.info>
2103
2104         * gnus-group.el: Remove gnus-group-fetch-control.
2105
2106         * gnus-start.el (gnus-find-new-newsgroups):
2107         Remove gnus-check-first-time-used.
2108
2109         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2110
2111 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2112
2113         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2114         set on groups that don't have \* permanentflags.
2115
2116 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2119         control the background color.
2120         (shr-tag-img): Ignore very small web bug type images.
2121         (shr-put-image): Add help-echo alt texts to the images.
2122         (shr-tag-video): Show the video poster image.
2123
2124 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * shr.el (shr-table-depth): New variable.
2127         (shr-tag-table-1): Only insert the images after the top-level table.
2128
2129         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2130
2131         * gnus-util.el (gnus-list-memq-of-list): New function.
2132
2133         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2134         selected.
2135         (nnimap-unsplittable-articles): New slot.
2136         (nnimap-new-articles): Use it.
2137
2138 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2139
2140         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2141         move to the previous line on `M-g'.
2142
2143 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2144
2145         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2146         *-request-group, which seems unnecessary.
2147
2148         * nnimap.el (nnimap-quote-specials): Function copied over from
2149         imap.el.
2150         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2151         they support that.  Suggested by Tom Regner.
2152
2153 2010-10-29  Julien Danjou  <julien@danjou.info>
2154
2155         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2156         defalias.
2157         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2158
2159         * gnus.el: Remove `gnus-nntp-service' variable.
2160         (gnus-secondary-servers): Make obsolete.
2161         (gnus-nntp-server): Make obsolete.
2162
2163         * gnus-start.el (gnus-1): Remove x-splash calls.
2164
2165         * gnus-ems.el (gnus-x-splash): Remove.
2166
2167         * gnus.el (gnus-group-startup-message): Simplify/update code.
2168
2169         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2170         definition.
2171
2172         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2173         capability before doing anything.
2174         (gnus-group-insert-group-line): Remove useless
2175         gnus-group-remove-excess-properties.
2176
2177 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2180
2181 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2184         config after reselecting.
2185
2186 2010-10-28  Julien Danjou  <julien@danjou.info>
2187
2188         * shr.el (shr-put-image): Use point even if only inserting text.
2189         (shr-put-image): Save excursion when inserting alt text on non-graphic
2190         display, so the behaviour is the same when we are on a graphic display.
2191
2192         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2193
2194 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2197         (gnus-mime-copy-part): Check coding system, not charset.
2198         (gnus-mime-view-part-externally): Never remove part.
2199         (gnus-mime-view-part-internally): Don't remove part here.
2200         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2201         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2202         multipart/alternative.
2203
2204         * mm-decode.el (mm-display-part): Take optional arg `force'.
2205
2206 2010-10-26  Julien Danjou  <julien@danjou.info>
2207
2208         * gnus-group.el (gnus-group-default-list-level): Add this function to
2209         compute the default list level.
2210         (gnus-group-default-list-level): Add possibility to use a function.
2211
2212 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2215
2216         * gnus-group.el (gnus-group-completing-read)
2217         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2218         gnus-replace-in-string.
2219
2220 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * shr.el (shr-tag-div): Add.
2223
2224         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2225
2226 2010-10-25  Julien Danjou  <julien@danjou.info>
2227
2228         * gnus-util.el: Remove `gnus-with-local-quit'.
2229
2230         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2231
2232 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2235         the original article buffer.
2236
2237 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * nnimap.el (nnimap-request-head): New function.
2240         (nnimap-request-move-article): Try to be slighly faster by not
2241         requesting the entire message when moving.
2242         (nnimap-transform-headers): Don't bug out on bodiless articles.
2243         (nnimap-send-command): Have no outstanding messages if the IMAP server
2244         doesn't support streaming.
2245         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2246
2247 2010-10-24  Julien Danjou  <julien@danjou.info>
2248
2249         * message.el (message-default-headers): Fix type.
2250
2251 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2254         prefetching images.
2255
2256         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2257         backend for unknown groups.  This is mainly useful for nnimap groups.
2258
2259         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2260         group isn't covered by the agent.
2261
2262 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2263
2264         * nnir.el (nnir-method-default-engines): New variable.
2265         (nnir-run-query): Use it.
2266         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2267         (gnus-summary-nnir-goto-thread): Change group if needed.
2268
2269         * gnus-group.el (gnus-group-group-map): Add key binding for
2270         gnus-group-make-nnir-group.
2271
2272 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * shr.el (shr-tag-object): Add.
2275
2276         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2277         original article buffer live.
2278         (gnus-summary-select-article-buffer):
2279         Mention gnus-widen-article-buffer.
2280
2281 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * shr.el (shr-tag-strong): Add.
2284
2285 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2288         group names.  They mess up the group buffer badly.
2289
2290         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2291
2292         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2293         instead of the summary one.
2294
2295 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * mml.el (mml-preview): Work properly when editing article.
2298
2299         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2300         gnus-have-read-active-file if it's already been in.
2301
2302 2010-10-22  Tom Tromey  <tromey@redhat.com>
2303
2304         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2305         gnus-group-completing-read.
2306
2307 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * message.el (message-mode-map): Don't bind M-; to comment region, to
2310         allow the global comment-dwim to work.
2311
2312 2010-10-21  Julien Danjou  <julien@danjou.info>
2313
2314         * message.el (message-setup-1): Allow message-default-headers to be a
2315         function.
2316
2317 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * shr.el (shr-tag-table): Simplify.
2320
2321 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2324         to avoid trying to snarf invalid stuff.
2325
2326         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2327
2328         * gnus.el (gnus-message-archive-group): Quote value.
2329         (gnus-message-archive-group): Mark as changed.
2330
2331         * shr.el (shr-add-font): Don't put the font properties on the newline
2332         or the indentation.
2333
2334         * message.el (message-fix-before-sending): Change options when sending
2335         non-printable characters.
2336
2337         * gnus.el (gnus-message-archive-method): Change the default to
2338         monthly outgoing groups.
2339
2340         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2341         that have gotten new numbers.
2342
2343         * nnimap.el (nnimap-request-replace-article): New function.
2344
2345 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2348         (nnrss-request-article): Don't use special html washing code.
2349
2350 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * shr.el (shr-tag-table): Remove useless nconc.
2353
2354 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * gnus-art.el (article-wash-html): Simplify and remove the charset
2357         stuff.  Use the normal html rendering code instead of the special html
2358         washing code.
2359
2360         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2361         `gnus-w3m' symbols.
2362         (mm-text-html-washer-alist): Remove.
2363
2364         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2365         (mm-inline-media-tests): Remove use.
2366         (mm-text-html-renderer): Change default to the `shr' symbol.
2367
2368         * mm-view.el (mm-inline-text-html): Remove use.
2369
2370         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2371         `gnus-blocked-images' to be a function.
2372         (gnus-article-wash-function): Remove.
2373
2374 2010-10-20  Julien Danjou  <julien@danjou.info>
2375
2376         * spam.el (spam-list-of-processors): Mark as obsolete.
2377
2378         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2379         (nnimap-insert-partial-structure): Fix boundary detection.
2380
2381 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2382
2383         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2384         run file-truename on remote files.  This can be expensive and even
2385         prevent one from editing drafts if some unrelated buffer has a stale
2386         connection.
2387
2388 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2391         kinsoku-eol regardless of shr-kinsoku-shorten.
2392         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2393         (shr-tag-table): Support caption, thead, and tfoot.
2394
2395 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2398         lines.
2399         (shr-save-contents): New command and keystroke.
2400
2401         * nndoc.el (nndoc-type-alist): Add git support.
2402         (nndoc-git-type-p): New function.
2403         (nndoc-transform-git-article): Ditto.
2404         (nndoc-transform-git-headers): Ditto.
2405         (nndoc-transform-git-headers): Generate Subject headers.
2406
2407         * shr.el (shr-parse-style): New function.
2408         (shr-tag-span): Ditto.
2409
2410         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2411         to `G G' to avoid collisions.
2412
2413 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * shr.el: Load kinsoku if necessary.
2416         (shr-kinsoku-shorten): New internal variable.
2417         (shr-find-fill-point): Make kinsoku shorten text line if
2418         shr-kinsoku-shorten is bound to non-nil.
2419         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2420         shr-indentation too when testing if table is wider than frame width.
2421         (shr-insert-table): Use `string-width' instead of `length' to measure
2422         text width.
2423         (shr-insert-table-ruler): Make sure indentation is done at bol.
2424
2425 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2426
2427         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2428         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2429         undecoded network data.
2430
2431 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2434         name in the mode line spec so that the mode line menu works
2435         (bug #2431).
2436
2437         * message.el (message-get-reply-headers): If we're fed `to-address',
2438         then always use that.
2439
2440         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2441         aren't so wide as to need to switch off the edit menu.
2442
2443         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2444         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2445
2446         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2447         `M-g'.
2448         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2449         the permanent marks.
2450
2451 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2452
2453         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2454         Splitting according to references/in-reply-to obeys the ignore-groups
2455         variable, while splitting by sender and subject do not.
2456
2457 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2460         alist, so that we can look for non-Unicode chars.
2461         (article-translate-strings): Allow both character and string maps.
2462
2463 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * shr.el (shr-insert): Don't insert space behind a wide character
2466         categorized as kinsoku-bol, or between characters both categorized as
2467         nospace.
2468
2469 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2470
2471         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2472         headers to gnus-newsgroup-headers.
2473
2474 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * shr.el (shr-tag-img): Don't align images -- since we're not
2477         rescaling, this often leads to ugly displays.
2478
2479 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2480
2481         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2482         duplicates.
2483
2484 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2485
2486         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2487         call.
2488
2489 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus.el: Autoload gnus-html-show-images.
2492
2493         * nnimap.el: Use nnheader-message throughout.
2494
2495         * shr.el (shr-tag-img): Ignore images with no data.
2496
2497 2010-10-15  Julien Danjou  <julien@danjou.info>
2498
2499         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2500         a possibility to disable format=flow encoding when using hard newlines.
2501
2502 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * shr.el (shr-insert): Remove space inserted before or after a
2505         breakable character or at the beginning or the end of a line.
2506         (shr-find-fill-point): Do kinsoku; find the second best point or give
2507         it up if there's no breakable point.
2508
2509 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * nnimap.el (nnimap-open-connection): Message when opening connection
2512         for debugging purposes.
2513
2514         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2515         on every setup buffer call to allow this to change from article to
2516         article.
2517
2518         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2519         buffers where we have a wide table.
2520
2521 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2522
2523         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2524         uses *-request-thread.
2525
2526 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2529         incantation, which is no longer valid.
2530
2531 2010-10-14  Julien Danjou  <julien@danjou.info>
2532
2533         * shr.el: Fix defcustom type (char -> character).
2534
2535 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2538         programs.
2539
2540 2010-10-14  Julien Danjou  <julien@danjou.info>
2541
2542         * shr.el (shr-tag-a): Use url-link as widget type.
2543
2544         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2545         `gnus-group-get-icon'.
2546
2547 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2550         This should make server editing work better.
2551
2552         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2553
2554         * tls.el (tls-program): Remove spurious %s from openssl.
2555
2556         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2557         (nnimap-parse-flags): Fix regexp.
2558
2559         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2560         probably work for CJVK text, too.
2561
2562         * nnimap.el (nnimap-extend-tls-programs): Remove.
2563         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2564
2565         * tls.el (tls-starttls-switches): Remove starttls hack.
2566         (open-tls-stream): Ditto.
2567         (tls-find-starttls-argument): Ditto.
2568
2569 2010-10-13  Julien Danjou  <julien@danjou.info>
2570
2571         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2572         responses.
2573
2574 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2577
2578         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2579         anything in Emacs.
2580
2581         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2582
2583 2010-10-13  Julien Danjou  <julien@danjou.info>
2584
2585         * shr.el (shr-width): Make shr-width a defcustom with default to
2586         fill-column.
2587         (shr-tag-img): Use shr-width rather than fill-column.
2588
2589 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * dgnushack.el (byte-optimize-apply)
2592         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2593
2594         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2595         position when (X-)Faces exist.
2596         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2597         avatars when called interactively.
2598
2599 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2602         gnus-article-x-face-too-ugly is bound.
2603
2604 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2607
2608         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2609         mailbox that doesn't exist.
2610
2611 2010-10-12  Julien Danjou  <julien@danjou.info>
2612
2613         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2614         (shr-get-image-data): Encode URL properly when fetching from cache.
2615         (shr-tag-img): Use aligned-to spaces to align correctly images.
2616
2617         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2618         before inserting the Gravatar.
2619
2620         * shr.el (shr-tag-img): Add align attribute support for <img>.
2621
2622 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * gnus-gravatar.el (gnus-art): Require.
2625
2626         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2627         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2628         Remove long obsoleted functions.
2629
2630 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2633
2634         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2635
2636         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2637         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2638         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2639         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2640         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2641         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2642         * sieve-manage.el, smime.el, spam.el:
2643         Fix comment for declare-function.
2644
2645 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * nnimap.el (nnimap-request-rename-group): Select group read-only
2648         before renaming it.
2649
2650         * shr.el (shr-insert): Fix up the white space only regexp.
2651
2652         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2653         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2654
2655         * shr.el (shr-current-column): New function.
2656         (shr-find-fill-point): New function.
2657
2658 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2659
2660         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2661         numbers.
2662
2663 2010-10-11  Julien Danjou  <julien@danjou.info>
2664
2665         * shr.el (shr-hr-line): Add.
2666         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2667         display hr lines.
2668         (shr-max-columns): Do not change state to nil if we just inserting
2669         spaces.
2670
2671 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2674         select the last group.
2675
2676 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2677
2678         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2679
2680 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2681
2682         * dig.el (dig-mode-map): Declare and define in one step.
2683
2684 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685
2686         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2687         for Gnus.
2688         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2689         (nnimap-update-qresync-info): Mark \Seen articles as read.
2690
2691         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2692         non-variable, too.
2693
2694         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2695         available.
2696         (nnimap-update-info): Rely more on the current active than the param
2697         active to avoid marking articles as read too much.
2698
2699         * auth-source.el (auth-source-create): Use (user-login-name) for the
2700         user name default.
2701
2702         * nnimap.el (nnimap-update-info): If the server doesn't return any
2703         useful info, just use the previous info.
2704         (nnimap-update-info): Prefer old info over start-article.
2705         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2706
2707 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2708
2709         * nnir.el (autoload): Clean up autoloads.
2710         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2711         Use key rather than value.
2712         (nnir-imap-search-other): New variable.
2713         (nnir-read-parm): Use it.
2714         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2715         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2716
2717 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2718
2719         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2720         the process, too.
2721
2722 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * spam.el (gnus-summary-mode-map): Bind to "$".
2725         Suggested by Russ Allbery.
2726
2727         * shr.el: Rework the way things are indented by <li> slightly.
2728
2729         * gnus.el (gnus-group-set-parameter): Fix typo.
2730
2731         * nnimap.el: Start implementing QRESYNC support.
2732
2733 2010-10-09  Julien Danjou  <julien@danjou.info>
2734
2735         * nnir.el (nnir-engines): Fix too many arguments.
2736
2737 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2740         group is the "last", so that the backends like nnfolder actually save
2741         their folders.
2742
2743         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2744         try to use that for the tls stream.
2745         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2746         UIDVALIDITY and find out which groups are read-only and not.
2747         (nnimap-get-flags): Use the same marks parsing code as the rest of
2748         nnimap.
2749
2750 2010-10-09  Julien Danjou  <julien@danjou.info>
2751
2752         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2753
2754         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2755         retrieving gravatars.
2756
2757         * shr.el (shr-table-corner): Add.
2758         (shr-table-line): Add.
2759         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2760
2761 2010-10-08  Julien Danjou  <julien@danjou.info>
2762
2763         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2764
2765 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2768
2769         * gnus-sum.el (gnus-mark-article-as-unread)
2770         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2771         (gnus-summary-set-bookmark): Use it.
2772
2773         * gnus-msg.el (gnus-setup-message): Use it.
2774
2775         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2776
2777         * gnus.el (gnus-group-remove-parameter): Use it.
2778
2779         * gnus-group.el (gnus-group-make-web-group): Use it.
2780
2781         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2782
2783         * nnregistry.el: Update docs to mention manual.
2784
2785         * gnus-registry.el: Update docs to mention nnregistry.el.
2786         (gnus-registry-initialize): Don't install nnregistry refer method
2787         automatically.
2788         (gnus-registry-install-nnregistry): Remove it.
2789
2790 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * shr.el (shr-insert): Don't insert double spaces.
2793
2794 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * gnus-gravatar.el (gnus-treat-from-gravatar)
2797         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2798         called interactively.
2799
2800         * gnus-art.el (gnus-mime-view-part-externally)
2801         (gnus-mime-view-part-internally): Make predicate function passed to
2802         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2803         of a mime type.
2804
2805         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2806
2807 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * shr.el (require): Require cl when compiling.
2810         (shr-tag-hr): New function.
2811
2812         * nnimap.el (nnimap-update-info): Remove double setting of high.
2813         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2814         This makes nnimap work properly on Courier again.
2815
2816         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2817         the variable for backwards compatability.
2818
2819         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2820         the file name before using to avoid setting mm-default-directory to
2821         nil.
2822
2823         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2824         bidning gnus-agent variables.
2825
2826         * shr.el (shr-render-td): Use a cache for the table rendering function
2827         to avoid getting an exponential rendering behaviour in nested tables.
2828         (shr-insert): Rework the line-breaking algorithm.
2829         (shr-insert): Don't leave trailing spaces.
2830         (shr-insert-table): Also insert empty TDs.
2831         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2832
2833 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2834
2835         * gnus-sum.el (gnus-number): Rename from `number'.
2836         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2837         (gnus-summary-limit-children): Update uses correspondingly.
2838
2839 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2842         (gnus-gravatar-transform-address): Don't show avatars of people of
2843         which mail addresses match gnus-gravatar-too-ugly.
2844
2845 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * shr.el (shr-table-widths): Expand TD elements to fill available
2848         space.
2849
2850 2010-10-07  Julien Danjou  <julien@danjou.info>
2851
2852         * nnimap.el (nnimap-request-rename-group): Add this method.
2853
2854 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2857         name from XEmacs' function-arglist.
2858
2859         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2860         gravatar under XEmacs.
2861
2862 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2863
2864         * auth-source.el: Update docs with TODO items.
2865
2866         * gnus-sync.el: Update docs to explain state and plans.
2867
2868         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2869         Hooks for mark updates.
2870         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2871
2872         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2873         hooks with arguments, which is needed for mark update hooks.
2874
2875 2010-10-06  Julien Danjou  <julien@danjou.info>
2876
2877         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2878         was matched.
2879
2880         * sieve-manage.el: Update example in `Commentary'.
2881
2882         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2883
2884         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2885         not 2000.
2886         (sieve-manage-authenticate): Re-add function.
2887
2888 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * shr.el (shr-insert): Get 'space transition right.
2891         (shr-render-td): Only delete space at the end of the TD.
2892
2893         * nnimap.el (nnimap-open-connection): Prepare to support
2894         open-gnutls-stream.
2895
2896         * shr.el: Rearrange function order to be more logical.
2897
2898 2010-10-06  Julien Danjou  <julien@danjou.info>
2899
2900         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2901         (nnrss-discover-feed): Remove 404 URL in docstring.
2902
2903         * nnir.el: Fix Swish-E URL.
2904         Fix Namazu URL.
2905
2906         * message.el (message-change-subject): Remove 404 URL in a comment.
2907
2908 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2911         called interactively.
2912
2913         * gnus-util.el (gnus-remove-if): Allow hash table.
2914         (gnus-remove-if-not): New function.
2915
2916         * gnus-art.el (gnus-mime-view-part-as-type)
2917         * gnus-score.el (gnus-summary-score-effect)
2918         * gnus-sum.el (gnus-read-move-group-name):
2919         Replace remove-if-not with gnus-remove-if-not.
2920
2921         * gnus-group.el (gnus-group-completing-read):
2922         Regard collection as a hash table if it is not a list.
2923
2924 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925
2926         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2927
2928         * shr.el: Document the table-rendering algorithm.
2929
2930 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2933         for Emacsen having no `libxml-parse-html-region' support.
2934
2935 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2938         invalid URLs.
2939
2940         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2941         line-broken.
2942         (shr-tag-img): Ignore image fetching errors.
2943         (shr-overlays-in-region): Compute overlay positions correctly.
2944
2945         * mm-decode.el (mm-shr): Require shr.
2946
2947         * gnus-art.el (gnus-blocked-images): Move variable here.
2948
2949         * shr.el (shr-insert-table): Bind free variable.
2950
2951         * mm-decode.el (mm-shr): Bind shr-content-function.
2952
2953         * shr.el (shr-content-function): New variable.
2954
2955         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2956         added for symmetry.
2957
2958         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2959
2960         * gnus-group.el (gnus-group-make-group): Doc fix.
2961
2962         * nnimap.el (nnimap-request-newgroups): Return success.
2963
2964         * shr.el (shr-find-elements): New function.
2965         (shr-tag-table): Put all the images after the table.
2966         (shr-tag-table): Really inhibit images inside the table.
2967         (shr-collect-overlays): Copy over overlays from the TD elements to the
2968         main document.
2969
2970         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2971         gnus-blocked-images.
2972
2973 2010-10-05  Julien Danjou  <julien@danjou.info>
2974
2975         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2976
2977         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2978         (gnus-html-maximum-image-size): Add this function.
2979         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2980
2981         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2982         server-value of the capability is nil.
2983
2984 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * shr.el (shr-tag-em): Add <EM> tag.
2987
2988 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2989
2990         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2991         customizable.
2992
2993         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2994         handing broken links to browse-url.
2995
2996 2010-10-05  Julien Danjou  <julien@danjou.info>
2997
2998         * gnus-util.el (gnus-emacs-completing-read)
2999         (gnus-iswitchb-completing-read): Use autoload rather than require.
3000
3001 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3004         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3005         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3006         iswitchb-temp-buflist for XEmacs.
3007
3008         * gnus-util.el (gnus-completing-read-function): Exclude
3009         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3010         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3011         XEmacs.
3012
3013         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3014         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3015
3016         * gnus-html.el: Don't require help-fns under XEmacs.
3017         (gnus-html-schedule-image-fetching): Work for XEmacs.
3018
3019         * mm-decode.el (mm-shr): Decode contents by charset.
3020
3021 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3024         unknown.
3025
3026         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3027         (shr-get-image-data): Ensure against the cache file missing.
3028
3029         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3030         for data.
3031
3032         * spam-report.el (spam-report-url-ping-plain): Don't query about
3033         killing the process.
3034
3035         * shr.el (shr-render-td): Protect against too-wide text.
3036
3037 2010-10-04  Julien Danjou  <julien@danjou.info>
3038
3039         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3040         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3041
3042         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3043         retrieved.
3044
3045 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * shr.el (browse-url): Require.
3048         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3049         lines.
3050         (shr-show-alt-text, shr-browse-image): New commands.
3051         (shr-browse-url, shr-copy-url): New commands.
3052
3053         * gnus-sum.el (gnus-widen-article-window): New variable.
3054         (gnus-summary-select-article-buffer): Use it.
3055
3056         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3057         without @ signs.
3058
3059 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3060
3061         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3062
3063 2010-10-04  Julien Danjou  <julien@danjou.info>
3064
3065         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3066         for XEmacs.
3067
3068 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3071
3072         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3073         (nnimap-close-server): Implement.
3074
3075         * dgnushack.el (iswitchb): Require to shut up the compiler.
3076
3077         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3078         (shr-insert): Tweak line breaking.
3079         (shr-insert): Handle <pre> better.
3080         (shr-tag-li): Get <li> indentation right.
3081         (shr-tag-li): Get <li> indentation even righter.
3082         (shr-tag-blockquote): Ensure paragraph start.
3083         (shr-make-table): Tweak table generation.
3084         (shr-make-table): Fix typo.
3085
3086         * shr.el: Implement table rendering.
3087
3088 2010-10-04  Julien Danjou  <julien@danjou.info>
3089
3090         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3091
3092 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * shr.el (shr-insert): Use string anchors instead of line anchors.
3095
3096 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * shr.el: Add headings.
3099         (shr-ensure-paragraph): Actually work.
3100         (shr-tag-li): Make <ul> prettier.
3101         (shr-insert): Get white space at the beginning/end of elements right.
3102         (shr-tag-p): Collapse subsequent <p>s.
3103         (shr-ensure-paragraph): Don't insert double line feeds after blank
3104         lines.
3105         (shr-insert): \t is also space.
3106         (shr-tag-s): Fix "s" tag name function.
3107         (shr-tag-s): Fix face prop name.
3108
3109 2010-10-03  Julien Danjou  <julien@danjou.info>
3110
3111         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3112
3113         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3114         gnus-window-inside-pixel-edges.
3115
3116         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3117         gnus-ems.
3118
3119         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3120
3121         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3122         function.
3123
3124         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3125         resize choice.
3126
3127 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3130         beginning of the buffer.
3131
3132         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3133         article buffer again.
3134
3135         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3136
3137         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3138         when it's at the start of the buffer.
3139
3140         * shr.el (shr-tag-blockquote): Convert name.
3141         (shr-rescale-image): Use the right image-size variant.
3142
3143         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3144         buffer isn't shown, then select the current article first instead of
3145         bugging out.
3146         (gnus-summary-select-article-buffer): Show both the article and summary
3147         buffers again.
3148
3149         * shr.el (shr-fontize-cont): Protect against regions with no text.
3150         Rename tag functions to shr-tag-* for enhanced security.
3151         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3152
3153 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3154
3155         * shr.el (shr-insert):
3156         * pop3.el (pop3-movemail):
3157         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3158         loaded.
3159
3160 2010-10-03  Glenn Morris  <rgm@gnu.org>
3161
3162         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3163
3164         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3165
3166         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3167
3168         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3169
3170         * gnus-util.el (gnus-make-local-hook): Simplify.
3171
3172 2010-10-02  Julien Danjou  <julien@danjou.info>
3173
3174         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3175         (gnus-ido-completing-read): New function.
3176         (gnus-emacs-completing-read): New function.
3177         (gnus-completing-read): Use gnus-completing-read-function.
3178         Add gnus-completing-read-function.
3179
3180 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * shr.el (shr-insert-document): Autoload.
3183         (shr-img): Be silent.
3184         (shr-insert): Add a newline after every picture before text.
3185         (shr-add-font): Use overlays for combining faces.
3186         (shr-insert): Pass upwards the text start point.
3187
3188         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3189         possible.
3190         (mm-shr): New function.
3191
3192 2010-10-02  Julien Danjou  <julien@danjou.info>
3193
3194         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3195         should go backward.
3196
3197 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3198
3199         * shr.el (shr): Fix typo in provide call.
3200
3201 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * shr.el: New file.
3204
3205         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3206
3207         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3208         completing read.
3209
3210 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3213         we're being queried about.  Suggested by Dan Jacobson.
3214
3215         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3216         Suggested by Jason Eisner.
3217
3218         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3219         table, too.  Suggested by Stefan Wiens.
3220         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3221         the table unnecessary.  Suggested by Stefan Wiens.
3222
3223         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3224         longer needed, and probably doesn't work either, as pointed out by
3225         Stefan Wiens.
3226         (gnus-summary-exit): Remove call to the clearing function.
3227         (gnus-summary-exit-no-update): Ditto.
3228
3229         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3230         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3231         Reported by Stefan Monnier.
3232         (gnus-summary-save-in-rmail): Ditto.
3233
3234         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3235         article buffer, instead of both the article buffer and the summary
3236         buffer.  Sort of suggested by Dan Jacobson.
3237
3238         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3239
3240         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3241         Suggested by Dan Jacobson.
3242
3243         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3244         documentation clearer.
3245
3246         * message.el (message-shorten-references): Comment on the number "21".
3247         Suggested by Stefan Monnier.
3248
3249         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3250         Suggested by Dan Jacobson.
3251
3252         * gnus.el (gnus-large-newsgroup):
3253         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3254
3255         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3256         externalize attachments.  Bug reported by Steve Wen.
3257
3258         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3259         really message anything to the user.
3260
3261         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3262         directly.
3263
3264         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3265         messages in empty groups.
3266
3267 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3268
3269         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3270         non-UIDNEXT group.
3271
3272 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3275         not the value from the collection.
3276
3277         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3278         values.  This sometimes happens on some groups that have no info.
3279         (nnimap-request-newgroups): New function.
3280
3281 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3282
3283         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3284         check into `gnus-registry-initialize'.
3285         (gnus-registry-initialize): Ditto.
3286         Fix and extend header docs.
3287
3288 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3291         regexp backtrace overflows.
3292
3293         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3294         for starttls that tls.el implements; i.e. openssl.
3295
3296         * tls.el (tls-starttls-switches): Give up on using starttls with
3297         gnutls-cli.
3298         (tls-program): Add --insecure to be consistent with the defaults from
3299         openssl s_client.  Now all three commands are insecure.
3300
3301 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * lpath.el: Bind completion-styles-alist for XEmacs.
3304
3305         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3306         (gravatar-create-image): New function that's an alias to
3307         gnus-xmas-create-image, gnus-create-image, or create-image.
3308         (gravatar-data->image): Use it.
3309
3310 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3311
3312         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3313         install the nnregistry refer method.
3314         (gnus-registry-install-hooks): Use it.
3315         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3316         unfollowed groups.
3317
3318 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3319
3320         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3321         expanding threads.
3322
3323 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * nnir.el: Use the server names without suffixes (bug #7009).
3326
3327         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3328         unencrypted to STARTTLS, if possible.
3329
3330 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3331
3332         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3333         headers before superseding.
3334
3335 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * nnrss.el (nnrss-use-local): Add documentation.
3338
3339         * nnimap.el (nnimap-extend-tls-programs): New function.
3340         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3341         (nnimap-wait-for-connection): Accept the greeting from the stupid
3342         output from openssl s_client -starttls, too.
3343
3344         * tls.el (tls-starttls-switches): New variable.
3345         (tls-find-starttls-argument): Use it.
3346         (open-tls-stream): Ditto.
3347
3348         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3349         (netrc-machine): Ditto.
3350
3351         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3352         article number.
3353         (nnimap-split-fancy): New variable.
3354         (nnimap-split-incoming-mail): Use it.
3355
3356         * nntp.el (nntp-server-list-active-group): Document.
3357
3358         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3359         SELECT to get the message-id.
3360
3361         * mail-source.el (mail-sources): Remove webmail support.
3362         (defvar): Ditto.
3363         (mail-source-fetcher-alist): Ditto.
3364         (mail-source-fetch-webmail): Remove.
3365
3366         * webmail.el: Remove -- doesn't seem relevant any more.
3367
3368         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3369
3370         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3371         the \r.
3372
3373 2010-09-30  Julien Danjou  <julien@danjou.info>
3374
3375         * gnus-agent.el (gnus-agent-add-group): Fix call to
3376         gnus-completing-read.
3377
3378 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * nndoc.el (nndoc-retrieve-groups): New function.
3381
3382         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3383         `default', use nnmail-split-methods.
3384         (nnimap-request-article): Downcase the NILs so that they are nil.
3385
3386         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3387         symbol.
3388
3389         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3390         code, since if the user has requested network, that's what they ought
3391         to get.
3392         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3393         (nnimap-split-rule): Mark as obsolete.
3394
3395         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3396         New variable.
3397
3398         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3399         correct slot, too.
3400
3401 2010-09-29  Julien Danjou  <julien@danjou.info>
3402
3403         * gnus.el (gnus-local-domain): Declare variable obsolete.
3404
3405         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3406         Fix history computing.
3407         (gnus-ido-completing-read): Require ido.
3408
3409 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3412         build Gnus.
3413
3414         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3415         when interpreting the structures.
3416         (nnimap-request-accept-article): Add \r\n to the lines to make this
3417         work with Cyrus.
3418
3419         * nndraft.el (nndraft-request-expire-articles): Use the group name
3420         instead if "nndraft".  Fix found by Nils Ackermann.
3421
3422 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3423
3424         * nnregistry.el: Add.
3425
3426 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3427
3428         * nnmail.el (group, group-art-list, group-art):
3429         Remove unneeded directives.
3430
3431 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3434         (mm-mime-charset)
3435         * rfc2047.el (rfc2047-syntax-table)
3436         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3437
3438         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3439         rather than `insert-file-contents' and `eval-region'.
3440
3441         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3442         construction.
3443
3444         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3445
3446         * time-date.el: No need to require cl for Emacs 21.
3447
3448 2010-09-29  Julien Danjou  <julien@danjou.info>
3449
3450         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3451         replacement of `gnus-gravatar-relief' to mimic
3452         `gnus-faces-properties-alist'.
3453         Add :version property.
3454
3455 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * mail-source.el (mail-source-report-new-mail)
3458         * message.el (message-default-mail-headers)
3459         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3460
3461         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3462
3463 2010-09-28  Julien Danjou  <julien@danjou.info>
3464
3465         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3466         mail-address contains the same string as real-name.
3467
3468         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3469         non-blank in header, otherwise it'll get stripped.
3470
3471         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3472         real-name, and then for mail address rather than doing : or , search.
3473
3474 2010-09-27  Julien Danjou  <julien@danjou.info>
3475
3476         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3477         right completing-read function.
3478         (gnus-use-ido): New variable
3479         (gnus-completing-read-with-default): Remove.
3480         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3481         (gnus-agent-add-group):
3482         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3483         * mm-view.el (mm-view-pkcs7-decrypt):
3484         * mm-util.el (mm-codepage-setup):
3485         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3486         * mml-smime.el (mml-smime-openssl-sign-query):
3487         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3488         (mml-insert-multipart):
3489         * gnus-msg.el (gnus-summary-yank-message):
3490         * gnus-int.el (gnus-start-news-server):
3491         * mm-decode.el (mm-interactively-view-part):
3492         * gnus-dired.el (gnus-dired-attach):
3493         * gnus.el (gnus-read-method):
3494         * gnus-bookmark.el (gnus-bookmark-jump):
3495         * gnus-art.el (gnus-mime-view-part-as-type)
3496         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3497         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3498         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3499         * nnmairix.el (nnmairix-create-server-and-default-group)
3500         (nnmairix-update-groups, nnmairix-get-server)
3501         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3502         (nnmairix-get-group-from-file-path):
3503         * nnrss.el (nnrss-find-rss-via-syndic8):
3504         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3505         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3506         (gnus-group-browse-foreign-server):
3507         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3508         (gnus-summary-execute-command, gnus-summary-respool-article)
3509         (gnus-read-move-group-name):
3510         * gnus-score.el (gnus-summary-increase-score)
3511         (gnus-summary-score-effect):
3512         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3513
3514 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3517         x-focus-frame.
3518
3519         * nnimap.el (auth-source-forget-user-or-password)
3520         (auth-source-user-or-password): Autoload.
3521
3522         * message.el (message-from-style, message-interactive)
3523         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3524         (message-yank-prefix, message-indentation-spaces, message-signature)
3525         (message-signature-file): Add comment.
3526
3527 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3530         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3531         new articles.
3532
3533         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3534         parts.
3535         (nnimap-request-article): Work with the t setting, too.
3536
3537         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3538         that you don't get flashes of other buffers.
3539         (gnus-summary-show-complete-article): Intern before setting.
3540
3541 2010-09-27  David Engster  <dengste@eml.cc>
3542
3543         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3544         well as HEADERS.
3545         (nnmairix-retrieve-headers): Provide new argument for the above.
3546
3547 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548
3549         * gnus-sum.el (gnus-summary-move-article): Don't alter
3550         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3551         group.
3552
3553         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3554
3555         * message.el (message-cite-prefix-regexp): Revert my last edit.
3556
3557         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3558         variable instead of the Gnus variable.
3559
3560         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3561
3562         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3563
3564         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3565         since some servers don't like it.
3566         (nnimap-open-connection): Forget credentials if the server says the
3567         password was wrong.
3568         (nnimap-parse-line): Protect against invalid data.
3569
3570         * gnus-sum.el (gnus-summary-move-article): Add comment.
3571         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3572         nothing alters it while scanning for new messages.
3573
3574         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3575         which may or may not help.
3576         (nnimap-open-connection): If we're doing a stream connection, and then
3577         discover we're on a STARTTLS-capable server, then open a STARTTLS
3578         connection instead.
3579
3580 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * nnimap.el (utf7): Require.
3583
3584         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3585         prefix.
3586
3587 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3588
3589         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3590
3591 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * nnimap.el (nnimap-request-accept-article): Message the error on
3594         error.
3595
3596 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3599
3600 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * nndoc.el (nndoc-request-list): Return success always.
3603
3604         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3605         `fetch-old' -- we only want to fetch the articles we've requested.
3606         The rest are in the agent, probably.
3607         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3608         disappeared server" to something low.  It's not important.
3609
3610         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3611         arrived before the FETCH data.
3612
3613         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3614         target here, because we don't know the Gnus name of the group.
3615
3616         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3617         for the correct group.
3618
3619         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3620
3621         * gnus.el (gnus): Give a final warning after startup.
3622
3623         * gnus-util.el (gnus-action-message-log): New variable.
3624         (gnus-message): Use it.
3625         (gnus-final-warning): New function.
3626
3627         * nnimap.el (nnimap-open-connection): Record the greeting.
3628         (nnimap): Add greeting.
3629
3630 2010-09-26  Julien Danjou  <julien@danjou.info>
3631
3632         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3633         arguments.
3634         (gnus-html-wash-images): Fix spec computing to include start/end.
3635
3636         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3637
3638 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3641         deletion.
3642         (nnimap-retrieve-headers): Don't select the group, because that's
3643         already done by nnimap-possibly-change-group.
3644
3645         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3646         (gnus-picon-transform-address): Use it.
3647
3648         * mail-source.el (mail-source-value): Revert previous patch.
3649
3650         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3651         on failure.
3652         (nnimap-open-connection): Look up both virtual and physical server name
3653         credentials.
3654
3655         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3656
3657 2009-02-07  Dave Love  <fx@gnu.org>
3658
3659         * tls.el (open-tls-stream): Don't query killing process.
3660
3661 2009-02-08  Dave Love  <fx@gnu.org>
3662
3663         * gnus-win.el (gnus-window-to-buffer-helper)
3664         (gnus-all-windows-visible-p): Function needn't be a symbol.
3665
3666         * mail-source.el (mail-source-value): Function needn't be a symbol.
3667
3668 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * message.el (message-cite-prefix-regexp): Remove } from the cite
3671         prefix.
3672
3673         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3674         highlight again, so that the highlight is correct.
3675
3676         * gnus-picon.el (gnus-picon): Remove again.
3677         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3678
3679         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3680         doing the header highlightling, so that the background colour of the
3681         picon is correct.
3682
3683         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3684         (gnus-picon): Ditto.
3685         (gnus-picon): Reinstate.  The background colour for picons is white.
3686         (gnus-picon-insert-glyph): Make the background white.
3687
3688         * nnml.el (nnml-open-nov): Don't return dead buffers.
3689
3690         * auth-source.el (auth-source-create): Query the user for whether to
3691         store the credentials.
3692
3693         * netrc.el (netrc-store-data): New function.
3694
3695         * auth-source.el (auth-source-user-or-password): Use the existing auth
3696         sources, if any, for creation.
3697
3698         * gnus.el (gnus-group-fast-parameter): Return the last matching
3699         parameter instead of the first matching parameter.
3700
3701 2010-09-26  Julien Danjou  <julien@danjou.info>
3702
3703         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3704
3705 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * mml2015.el (mml2015-use): Remove gpg support.
3708
3709         * mml1991.el (mml1991-function-alist): Remove gpg function.
3710         (mml1991-gpg-sign): Remove.
3711
3712 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3713
3714         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3715         (gnus-browse-unsubscribe-current-group): Document it.
3716         (gnus-browse-unsubscribe-group): Use it.
3717
3718 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3721         address to the To list for easier response.
3722
3723         * gnus.el (gnus-play-startup-jingle): Remove.
3724         (gnus-splash): Don't play jingle.
3725         (gnus): Silence gnus-load message.
3726
3727         * gnus-art.el (gnus-treat-play-sounds): Remove.
3728
3729         * gnus.el (gnus-play-jingle): Remove audio support.
3730
3731         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3732
3733         * earcon.el: Remove -- no users.
3734
3735         * gnus-audio.el: Remove -- no users of this package.
3736
3737         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3738
3739         * gnus-start.el (gnus-setup-news): Remove nocem support.
3740
3741         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3742
3743         * gnus.el (gnus-use-nocem): Remove.
3744
3745         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3746         Remove.
3747
3748         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3749         uses NoCeM any more.
3750
3751         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3752         (gnus-button-ctan-handler): Ditto.
3753         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3754         (gnus-button-ctan-directory-regexp): Ditto.
3755         (gnus-button-handle-ctan): Ditto.
3756         (gnus-button-tex-level): Ditto.
3757         (gnus-button-alist): Remove CTAN stuff.
3758
3759 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3762         nnimap-streaming test.
3763
3764         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3765         servers twice.
3766
3767         * nnimap.el (nnimap-open-connection): Add more error reporting when
3768         nnimap fails early.
3769
3770         * nnheader.el (nnheader-get-report-string): New function.
3771         (nnheader-get-report): Use it.
3772
3773         * gnus-int.el (gnus-check-server): Say what the error was when opening
3774         failed.
3775
3776         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3777         using streaming.
3778
3779 2010-09-25  Julien Danjou  <julien@danjou.info>
3780
3781         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3782         gnus-window-inside-pixel-edges.
3783
3784 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3787
3788         * mm-decode.el (mm-save-part): Allow saving to other directories the
3789         normal Emacs way.
3790
3791         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3792         Suggested by Jay Berkenbilt.
3793
3794         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3795         there isn't a single byte.
3796
3797         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3798         just do it.  It doesn't really seem to matter what the user responds
3799         here, I think, so it's just a confusing question.
3800
3801         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3802         non-streaming case.
3803
3804         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3805         (gnus-article-encrypt-body): Use it.
3806
3807         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3808         keystroke.
3809
3810         * nnimap.el (nnimap-find-wanted-parts-1):
3811         Use gnus-fetch-partial-articles.
3812
3813         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3814
3815         * nnimap.el (nnimap-insert-partial-structure): New function.
3816         (nnimap-get-partial-article): New function.
3817         (nnimap-request-article): Use it.
3818         (nnimap-wait-for-response): Return whether the wait was successful.
3819         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3820         retrieval wasn't successful.
3821         (nnimap-retrieve-group-data-early): Allow throttling servers.
3822         (nnimap-streaming): New variable.
3823         (nnimap-fetch-partial-articles): Remove.
3824
3825         * mm-decode.el (mm-with-part): Protect against killed buffers.
3826
3827         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3828         for prettier summary display.
3829
3830 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3831
3832         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3833
3834 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3837         apparently third-party libraries depend on it.
3838
3839         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3840         before starting negotiation.
3841
3842         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3843         privacy reasons.
3844         (gnus-treat-mail-gravatar): Ditto.
3845
3846         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3847         buffer when inserting images.  Inserting text into the headers, for
3848         instance, can make them invalid.
3849
3850 2010-09-25  Julien Danjou  <julien@danjou.info>
3851
3852         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3853         variables.
3854
3855         * nnheader.el: Remove useless variables news-reply-yank-from and
3856         news-reply-yank-message-id.
3857
3858         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3859         variables.
3860
3861         * mml1991.el: Remove useless mml1991-verbose.
3862
3863         * gnus.el: Remove useless variable gnus-use-generic-from.
3864         Remove obsolete variable gnus-topic-indentation.
3865
3866         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3867
3868         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3869
3870         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3871
3872         * gnus-group.el: Remove useless gnus-group-icon-cache.
3873         Remove useless gnus-ephemeral-group-server.
3874
3875         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3876
3877         * mml2015.el: Remove useless mml2015-verbose.
3878
3879         * mml-smime.el: Remove useless mml-smime-verbose.
3880
3881         * gnus.el: Remove useless gnus-local-domain.
3882
3883         * gnus-gravatar.el (gnus-gravatar-transform-address):
3884         Use gnus-gravatar-size.
3885
3886         * gnus-art.el: Remove useless gnus-treat-translate.
3887
3888 2010-09-24  Julien Danjou  <julien@danjou.info>
3889
3890         * gnus-sum.el: Add support for Gravatars.
3891
3892         * gnus-art.el: Add support for Gravatars.
3893
3894         * gnus-gravatar.el: Add this file.
3895
3896         * gravatar.el: Add this file.
3897
3898 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3901
3902         * gnus-group.el (gnus-group-fetch-faq): Remove.
3903
3904         * gnus.el (gnus-group-faq-directory): Remove.
3905
3906         * gnus-group.el (gnus-group-fetch-charter): Remove.
3907
3908         * gnus.el (gnus-group-charter-alist): Remove.
3909
3910         * gnus-group.el (gnus-group-archive-directory): Remove.
3911         (gnus-group-recent-archive-directory): Ditto.
3912         (gnus-group-make-archive-group): Remove.
3913
3914         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3915
3916         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3917         use the same article number for all the cached articles.
3918
3919         * nnimap.el (nnimap-command): Register the last command time so
3920         that we can use it for idling NOOPs.
3921         (nnimap-open-connection): Start the keeplive timer.
3922         (nnimap-make-process-buffer): Store all the process buffers.
3923         (nnimap-keepalive): New function.
3924
3925         * starttls.el (starttls-open-stream): Add autoload cookie.
3926
3927 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3928
3929         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3930         handling.
3931
3932 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3935         its data structures.
3936
3937         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3938         instead of the cl.el copy-list.
3939         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3940         equalp.
3941
3942 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3945         and tool-bar-local-item-from-menu.
3946
3947         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3948         mode-line-highlight face for Emacs.
3949
3950         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3951         loading gnus-sum.elc; fix comment for canlock-verify.
3952         (gnus-article-jump-to-part): Use read-number.
3953         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3954         Remove Emacs pre-21 compatible code for help-echo.
3955         (gnus-article-next-page-1): No need to adjust the number of lines.
3956         (gnus-article-describe-bindings): Always use help-buffer.
3957
3958         * gnus-audio.el (gnus-audio-inline-sound)
3959         * gnus-cus.el (gnus-custom-mode)
3960         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3961
3962         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3963
3964         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3965         compatible code.
3966
3967 2010-09-24  Glenn Morris  <rgm@gnu.org>
3968
3969         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3970         visiting the fcc file in rmail-mode.
3971
3972         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3973
3974 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * nnir.el: Silence the byte compiler.
3977
3978         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3979         alias to browse-url-url-encode-chars if any.
3980         (gnus-html-encode-url): Use it.
3981
3982 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * gnus-start.el (gnus-use-backend-marks): New variable.
3985         (gnus-get-unread-articles-in-group): Use it.
3986
3987         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3988         makeover.
3989
3990 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3991
3992         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3993
3994 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3997         Remove.
3998         (gnus-setup-news-hook):
3999         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4000
4001         * gnus-int.el (gnus-request-update-info): Protect against backends not
4002         having the function.
4003
4004         * nnimap.el (nnimap-stream): Mention starttls.
4005         (nnimap-open-connection): Add starttls support.
4006
4007 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4008
4009         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4010
4011 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4014         BODYSTRUCTUREs.
4015         (nnimap-transform-headers): Unfold quoted {42} headers.
4016
4017         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4018         the info.
4019         (gnus-get-unread-articles): Only call updatep on backends that support
4020         it.
4021
4022         * nnweb.el (nnweb-request-update-info): NOOP.
4023
4024         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4025
4026         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4027         since it only deals with marks.
4028
4029         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4030         gnus-request-marks, and make a new gnus-request-update-info.
4031
4032         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4033         the active instead of the high number, which is usually too low.
4034
4035 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4036
4037         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4038         * encrypt.el: Remove.
4039
4040 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041
4042         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4043         server in symbolic form.
4044
4045         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4046
4047 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4050         (nnimap-update-info): Fix up code slightly.
4051
4052         * gnus-int.el (gnus-open-server): Add tracing for performance
4053         debugging.
4054
4055         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4056         (gnus-group-insert-group-line): Pass the real group name so that it
4057         gets the right data.
4058
4059         * gnus-start.el (gnus-get-unread-articles): Don't have
4060         `gnus-get-unread-articles-in-group' update info, since that can be
4061         really slow and doesn't seem to be needed?
4062
4063 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4064
4065         * time-date.el (date-to-time): Try using parse-time-string first before
4066         using the slower timezone-make-date-arpa-standard.
4067
4068 2010-09-22  Julien Danjou  <julien@danjou.info>
4069
4070         * gnus-group.el (gnus-group-insert-group-line):
4071         Call gnus-group-highlight-line.
4072         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4073         default hook list.
4074         (gnus-group-update-eval-form): Add new function.
4075         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4076         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4077
4078 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079
4080         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4081         immediate, then expire all articles.
4082         (nnimap-update-info): Fix off-by-one errors.
4083         (nnimap-flags-to-marks): Would return no marks lists for group with no
4084         flags.  Instead return the other data.
4085
4086 2010-09-22  Julien Danjou  <julien@danjou.info>
4087
4088         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4089         Only return an icon.
4090         (gnus-group-insert-group-line): Compute icon to return.
4091
4092         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4093         (gnus-html-image-fetched): Only cache if
4094         gnus-html-image-automatic-caching is set.
4095         (gnus-html-image-fetched): Check for errors.
4096
4097 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4098
4099         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4100         once per method on `g'.  This ensures that backends like nnfolder don't
4101         open all their folders.
4102
4103         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4104         (nnimap-request-list): Nix out group in the correct buffer.
4105         (nnimap-parse-flags): Implement by using `read' instead of
4106         hand-parsing.
4107         (nnimap-flags-to-marks): Pass on permanent-flags.
4108         (nnimap-make-process-buffer): Record the server name.
4109         (nnimap-parse-flags): Fix typo.
4110         (nnimap-request-scan): Run split on the server in general, not just a
4111         single group.
4112
4113         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4114         parameter, and propagate this downwards.
4115
4116         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4117         since EXAMINE changes it on the server.
4118
4119         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4120         this command might take a while.
4121
4122 2010-09-22  Julien Danjou  <julien@danjou.info>
4123
4124         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4125         harmful if you have 2 images side-by-side, they can't be properly
4126         update on text deletion.  Using text-property is safer here.
4127         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4128         data.
4129
4130 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * nnimap.el (nnimap-expunge-inbox): Remove.
4133         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4134         (nnimap-expunge): Flip default to t.
4135
4136         * gnus.el (gnus-method-to-server): Don't push things to the cache
4137         unless it's unique.
4138         (gnus-server-to-method): Ditto.
4139
4140 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4143
4144 2010-09-22  Julien Danjou  <julien@danjou.info>
4145
4146         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4147         get the start of data.
4148         (gnus-html-encode-url): Add this function to encode special chars in
4149         URL.
4150         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4151         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4152
4153         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4154         default.
4155         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4156
4157         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4158         images alt-text.
4159         (gnus-html-put-image): Put alt-text as help-echo.
4160
4161 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4164         * mm-util.el (mm-decompress-buffer)
4165         * nnir.el (nnir-run-find-grep)
4166         * pop3.el (pop3-list): Use 3rd arg of split-string.
4167
4168         * time-date.el (format-seconds): Comment fix.
4169
4170         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4171         and byte-optimize-form-code-walker.
4172         (dgnushack-make-auto-load): Don't advise make-autoload.
4173
4174         * lpath.el: Remove Emacs 21 stuff.
4175
4176 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4179         outside the active range.  Suggested by Dan Christensen.
4180
4181         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4182         slightly later to avoid double-getting it.
4183
4184         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4185         previous patch.
4186
4187         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4188
4189 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4190
4191         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4192
4193 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * gnus-int.el (gnus-open-server): Give a better error message in the
4196         "go offline" case.
4197
4198         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4199         marks for nnimap, which is seldom the right thing to do.
4200
4201         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4202         (gnus-same-method-different-name): New function.
4203
4204         * nnimap.el (parse-time): Require.
4205
4206         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4207         method in the presence of many similar methods.
4208
4209         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4210
4211         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4212         nnml-inhibit-expiry.
4213
4214         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4215         find out whether methods are equal.
4216
4217         * nnimap.el (nnimap-find-expired-articles): New function.
4218         (nnimap-process-expiry-targets): New function.
4219         (nnimap-request-move-article): Request the article before looking at
4220         what the Message-ID is.  Fix found by Andrew Cohen.
4221         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4222
4223         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4224         for oldness in addition to being a predicate.
4225
4226         * nnimap.el (nnimap-request-group): When we have zero articles, return
4227         the right data to Gnus.
4228         (nnimap-request-expire-articles): Only delete articles immediately if
4229         the target is 'delete.
4230
4231         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4232         method, this would bug out.
4233
4234         * gnus-group.el (gnus-group-expunge-group): Rename from
4235         gnus-group-nnimap-expunge, and implemented as a normal interface
4236         function.
4237
4238         * gnus-int.el (gnus-request-expunge-group): New function.
4239
4240         * nnimap.el (nnimap-request-create-group): Implement.
4241         (nnimap-request-expunge-group): New function.
4242
4243 2010-09-21  Julien Danjou  <julien@danjou.info>
4244
4245         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4246         (gnus-html-cache-expired): Add new function.
4247         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4248         wethever we should display image for fetch it.
4249         Compute alt-text earlier to pass it to the fetching function too.
4250         (gnus-html-schedule-image-fetching): Change function argument to only
4251         get one image at a time, not a list.
4252         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4253         cache.
4254         (gnus-html-get-image-data): New function to retrieve image data from
4255         cache.
4256         (gnus-html-put-image): Change buffer argument to use image data rather
4257         than file, and place image above region rather than inserting a new
4258         one.  Do not take alt-text as argument, since it's useless now: we place
4259         the image above alt-text.
4260         (gnus-html-prune-cache): Remove.
4261         (gnus-html-show-images): Start to fetch image when we find one, do not
4262         push into a temporary list.
4263         (gnus-html-prefetch-images): Only fetch image if they have expired.
4264         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4265         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4266
4267 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4270
4271 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4272
4273         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4274         spec inser "*" if the group isn't active instead of 0.
4275
4276         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4277         opening the server.
4278         (nnimap-request-delete-group): Implement group deletion.
4279         (nnimap-transform-headers): Return the size of the entire message in
4280         the Bytes header, not just the size of the first part.
4281         (nnimap-request-move-article): When moving an article from nnimap,
4282         request the article first so the accepting form has an article to
4283         accept.  Reported by Dan Christensen.
4284         (nnimap-command): Make sure that the error message doesn't error out.
4285
4286 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4287
4288         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4289         we haven't requested anything.
4290
4291 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292
4293         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4294         "".  Fix found by Andrew Cohen.
4295
4296         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4297         instead of -encode-string.
4298
4299 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4302
4303         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4304         by mm-subst-char-in-string.
4305
4306 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4307
4308         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4309         waiting for the connection string.
4310
4311         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4312         arriving.
4313
4314         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4315         bogus characters.  This allows selecting certain Gmail groups.
4316
4317         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4318         (nnimap-fetch-partial-articles): New variable.
4319         (nnimap-open-connection): When looking for credentials, also use the
4320         nnimap-server-port.
4321         (nnimap-request-article): Return the group/article number, so that Gnus
4322         `^' works as expected.
4323         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4324
4325         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4326         comments.
4327         (gnus-methods-sloppily-equal): New function.
4328         (gnus): When using the development version of Gnus, load the gnus-load
4329         file.
4330
4331         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4332         `gnus-open-server' on each method before trying to scan them etc.
4333         This ensures that all the backend parameters are set correctly.
4334
4335         * nnimap.el (nnimap-authenticator): New variable.
4336         (nnimap-open-connection): Allow anonymous login.
4337         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4338         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4339
4340         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4341         patch, found by Knut Anders Hatlen.
4342
4343 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4344
4345         * gnus-agent.el (gnus-agent-batch-confirmation)
4346         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4347         to gnus-message.
4348         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4349         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4350         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4351         * gnus-int.el (gnus-open-server): Likewise.
4352         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4353         (gnus-score-check-syntax): Likewise.
4354         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4355         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4356         Likewise.
4357         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4358
4359 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4362         calling conventions so that prefetch doesn't bug out.
4363
4364 2010-09-19  Julien Danjou  <julien@danjou.info>
4365
4366         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4367         rather than `subst-char-in-region' in order to be able to replace ASCII
4368         char by UTF-8 ones.
4369
4370         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4371         than curl.
4372         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4373         the right URL and ALT text on images.
4374         (gnus-html-wash-tags): Fix tag case.
4375         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4376         (gnus-article-html): Add -o display_ins_del=2 option.
4377         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4378
4379 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4382         the extra mail headers, which sometimes seem to happen for unknown
4383         reasons.
4384
4385         * mail-parse.el (mail-header-encode-parameter): Define as
4386         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4387         (or most, perhaps?) mail readers don't understand the latter, but do
4388         understand the former.
4389
4390         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4391         to nil, so that no methods are automatically agentized.  I think this
4392         is probably what most users want.
4393
4394         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4395         from url-retrieve, for instance about invalid URLs.
4396
4397         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4398         groups that have no articles.
4399         (nnimap-request-article): Check that we really got an article when we
4400         requested one.
4401
4402         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4403         doesn't exist.
4404
4405         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4406         nntp buffer so the agent can save it.
4407         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4408         that CRLF doesn't get translated to \n.
4409         (nnimap-open-connection): Don't make 'shell commands only send \n.
4410
4411 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4412
4413         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4414         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4415         Update var name.
4416         (nnml-generate-nov-file): Use dolist.
4417         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4418         Use with-current-buffer.
4419
4420 2010-09-18  Julien Danjou  <julien@danjou.info>
4421
4422         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4423         parallel.
4424
4425 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426
4427         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4428         the range update right.
4429         (nnimap-request-group): Don't make `M-g' bug out on group with no
4430         marks.
4431         (nnoo): Require, so that other packages can require nnimap.
4432         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4433         command we're looking for.  This helps when the server sends more
4434         responses after we've gotten everything we expected.
4435         (nnimap): Add a `newlinep' field to keep track of end-of-line
4436         conventions.
4437         Don't send CRLF to things that don't want it.
4438         (nnimap-request-accept-article): Ditto.
4439
4440 2010-09-18  Julien Danjou  <julien@danjou.info>
4441
4442         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4443         than curl to retrieve images.
4444
4445 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4448         the marks.
4449         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4450         (nnimap-wait-for-connection): New function.
4451         (nnimap-open-connection): If we have PREAUTH, don't query for login
4452         credentials.
4453         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4454         when doing a partial update.
4455
4456 2010-09-18  Julien Danjou  <julien@danjou.info>
4457
4458         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4459         tags.
4460
4461 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * nnimap.el (nnimap-credentials): New function.
4464         (nnimap-open-connection): Use the new function to look for credentials
4465         also on the numeric equivalents of "imap" and "imaps".
4466
4467         * gnus-start.el (gnus-activate-group): Send the info to
4468         gnus-request-group.
4469
4470         * nnimap.el (nnimap-request-group): Have the "check" version of the
4471         function parse flags and update the info, so that a `M-g' get a total
4472         resync of all flags from the group.
4473
4474         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4475         to allow backends to alter the info on group selection.  Also alter all
4476         the backend -request-group functions to take the parameter.
4477
4478         * nnimap.el (nnimap-store-info): New function.
4479         (nnimap-update-info): Store the info for later usage.
4480         (nnimap-request-group): Use the stored info for the dont-check case, so
4481         that we don't retrieve all marks when we enter a group.
4482
4483         * nnimap.el: Use deffoo instead of defun for interface functions.
4484
4485         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4486         update the group info.  This makes the nndraft groups, for instance, go
4487         back to their old behaviour.
4488
4489         * gnus-sum.el (gnus-select-newsgroup): Indent.
4490
4491         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4492         in.
4493         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4494         nothing.
4495
4496         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4497         from methods that are denied.
4498
4499         * gnus-int.el (gnus-method-denied-p): New function.
4500
4501         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4502         store the password instead of netrc.
4503         (nnimap-open-connection): Don't error out when we can't make a
4504         connections.
4505
4506         * auth-source.el (auth-source-create): In the password prompt, say what
4507         we're querying for.  Also prompt for user name if that hasn't been
4508         given.
4509
4510         * nnimap.el (nnimap-with-process-buffer): Remove.
4511
4512 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4515         method when we're reading from the agent.
4516
4517         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4518
4519         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4520         that's probably most useful for users.
4521
4522         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4523         "failed" all the time.
4524
4525         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4526         ...)) with (with-current-buffer ... ).
4527
4528         * nntp.el (nntp-open-server): Return whether the open was successful or
4529         not.
4530
4531         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4532         select an unread unseen article first.
4533
4534         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4535         /etc/services, supply some sensible port defaults.
4536
4537         * dgnushack.el: Define netrc-credentials.
4538
4539 2010-09-17  Julien Danjou  <julien@danjou.info>
4540
4541         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4542
4543 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4544
4545         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4546         doesn't have any parameters.
4547
4548 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549
4550         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4551         only upcased checks.
4552
4553         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4554
4555         * nnimap.el (nnimap-open-shell-stream): New function.
4556         (nnimap-open-connection): Use it.
4557         (nnimap-transform-headers): Get the number of lines in each message.
4558         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4559         number of lines.
4560         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4561         problem.
4562
4563         * utf7.el (utf7-encode): Autoload.
4564
4565         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4566         to allow the mail splitting to not return a default group.  This is
4567         useful for nnimap, which will leave unmatched mail in the inbox.
4568
4569         * nnimap.el: Rewritten.
4570
4571         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4572         nnimap usage.
4573
4574         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4575         if the move is internal, so that nnimap can do fast internal moves.
4576
4577         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4578         data.
4579         (gnus-read-active-for-groups): Support finishing the early retrieval of
4580         data.
4581
4582         * gnus-range.el (gnus-range-nconcat): New function.
4583
4584         * gnus-int.el (gnus-finish-retrieve-group-infos)
4585         (gnus-retrieve-group-data-early): New functions.
4586
4587 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4588
4589         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4590         (nnrss-retrieve-groups):
4591         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4592         (pop3-quit): Use with-current-buffer.
4593
4594 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4597         instead of nnheader-accept-process-output.
4598
4599         * dgnushack.el (dgnushack-compile): Add comment.
4600
4601         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4602
4603         * gnus-html.el (gnus-html-schedule-image-fetching)
4604         (gnus-html-prefetch-images): Replace process-kill-without-query by
4605         gnus-set-process-query-on-exit-flag.
4606
4607 2010-09-16  Romain Francoise  <romain@orebokech.com>
4608
4609         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4610
4611 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4614         parameter to unintern is mandatory-ish in Emacs 24.
4615
4616         * gnus-html.el (gnus-html-schedule-image-fetching)
4617         (gnus-html-prefetch-images): Check for curl before using it.
4618
4619         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4620         depend on curl, which isn't essential.
4621
4622         * imap.el: Revert back to version
4623         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4624         seem problematic.
4625
4626 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4627
4628         * gnus-registry.el (gnus-registry-install-shortcuts):
4629         Explicitly pass `obarray' to `unintern' to avoid a warning.
4630
4631 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4632
4633         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4634         change.
4635
4636         * nnrss.el (nnrss-request-list): Remove this function and related
4637         functions, including the moreover stuff.
4638
4639 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * nnrss.el (nnrss-retrieve-groups): New function.
4642
4643 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4644
4645         * .dir-locals.el: Add no-byte-compile cookie.
4646
4647 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * time-date.el (format-seconds): Comment fix.
4650
4651         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4652         for back end that doesn't support request-scan.
4653
4654 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4657         then do request scans from the backends.
4658
4659         * netrc.el (netrc-credentials): New conveniency function.
4660
4661         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4662         avoid running a hook per line, since this takes a lot of time,
4663         profiling shows.
4664         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4665         directly if gnus-visual-p is true.
4666
4667 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4670         groups; replace mapcar with dolist which is a bit faster; pass groups
4671         info to gnus-read-active-file-1.
4672         (gnus-read-active-file-1): Scan only specified groups if the new
4673         optional arg `infos' is given.
4674
4675 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4676
4677         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4678
4679         * pop3.el (pop3-movemail): Remove.
4680         (pop3-streaming-movemail): Rename to pop3-movemail.
4681
4682         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4683         don't restrict end-tag searches to the end of the line.
4684
4685 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4688         articles of every unchecked group to t, which means unknown since the
4689         server has never been opened.
4690
4691 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692
4693         * gnus-html.el (gnus-html-show-alt-text): New command.
4694         (gnus-html-browse-image): Ditto.
4695         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4696         to browse the image directly.
4697         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4698         better.
4699
4700         * gnus-async.el (gnus-async-article-callback):
4701         Call `gnus-html-prefetch-images' unconditionally.
4702
4703         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4704         before feeding URLs to curl.
4705
4706 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4709         internal images as deletable by `W D D'.
4710
4711         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4712         (gnus-async-article-callback): Fix typo.
4713
4714 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4717         current line to work around bugs in the output from w3m.
4718
4719         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4720         for groups that want that.
4721
4722         * nntp.el (nntp-wait-for-string): Supply a timeout for
4723         accept-process-output to ensure progress.
4724
4725         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4726         level to get unread articles from, then use that for foreign groups,
4727         too.
4728
4729         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4730         confuses the rest of the function.
4731
4732         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4733         for the methods that support -retrieve-groups, too.
4734
4735         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4736
4737 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4740         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4741
4742         * pop3.el: Require cl when compiling.
4743         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4744
4745 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746
4747         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4748         that aren't going to be activated.
4749         (gnus-get-unread-articles): Fix up the last commit.
4750
4751         * gnus-html.el (gnus-article-html): Allow calling without specifying
4752         the handle.  In that case, dissect the buffer first.
4753
4754         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4755
4756         * nnimap.el (nnimap-open-connection): Revert the change that would look
4757         into authinfo for imaps instead of imap.
4758
4759         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4760         say that you don't want to call gnus-request-group with don-check, but
4761         do check the reponse.  This is for virtual groups only.
4762         (gnus-get-unread-articles): Count the archive groups as secondary, so
4763         that they're activated the same way as before.
4764
4765         * imap.el (imap-message-map): Removed optional buffer parameter, since
4766         no callers use it.
4767         (imap-message-get): Ditto.
4768         (imap-message-put): Ditto.
4769         (imap-mailbox-map): Ditto.
4770         (imap-mailbox-put): Ditto.
4771         (imap-mailbox-get): Ditto.
4772         (imap-mailbox-get): Revert last change for this function.
4773
4774         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4775         case-insensitively.
4776         (nnimap-debug): Remove.
4777
4778         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4779         to use `imap-fetch' instead.  According to the comments, this should be
4780         safe, since all other IMAP clients use the 1:* syntax.
4781         (imap-enable-exchange-bug-workaround): Removed.
4782         (imap-debug): Removed -- doesn't seem very useful.
4783
4784         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4785         mail from a file, and the file doesn't exist.
4786
4787         * imap.el (imap-log): New convenience function used throughout instead
4788         of repeating the same code all over the place.
4789
4790         * pop3.el (pop3-streaming-movemail): Return t for success.
4791
4792         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4793         .authinfo if we're using ssl connection.
4794
4795         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4796         already have if we're in a main Gnus `g' run.
4797
4798         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4799
4800 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4803
4804         * nnmh.el (nnmh-request-list-1): Bind `file'.
4805
4806         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4807         alias to set-process-query-on-exit-flag or process-kill-without-query.
4808         (pop3-open-server): Use it.
4809
4810 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4811
4812         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4813         box to the Incoming file.  Fixes mistake in previous checkin.
4814
4815         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4816         request loop (for debugging purposes) removed.
4817
4818         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4819         culprit is more visible.
4820         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4821         (nnml-add-incremental-nov): New functions to do "incremental" nov
4822         updates, where we just append to the end of the existing nov files
4823         without reading/writing them in full.
4824
4825         * mail-source.el (mail-source-delete-crash-box): Really only check the
4826         incoming files once in a while.
4827
4828         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4829
4830         * mail-source.el (mail-source-delete-crash-box): Only check the
4831         incoming files for deletion once per day to save a lot of file
4832         accesses.
4833
4834         * pop3.el (pop3-logon): Fix up unbound variable typo.
4835
4836         * mail-source.el (pop3-streaming-movemail): Autoload.
4837
4838         * pop3.el (pop3-streaming-movemail):
4839         Respect pop3-leave-mail-on-server.
4840
4841         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4842         retrieval.
4843
4844         * pop3.el (pop3-process-filter): Remove unused function.
4845         (pop3-streaming-movemail, pop3-send-streaming-command)
4846         (pop3-wait-for-messages, pop3-write-to-file)
4847         (pop3-number-of-responses): New functions for streaming pop3
4848         retrieval.
4849
4850         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4851         come from no known methods.
4852         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4853         list.
4854
4855         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4856         message sizes.
4857         (pop3-movemail): Use erase-buffer instead of looping and deleting
4858         regions, which seems rather odd.
4859
4860         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4861         file once per `g' run.
4862
4863         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4864         directories.  This makes the draft queue directory work.
4865
4866         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4867         data from the backends, so that we only request the list of groups from
4868         each method once.  This should speed things up considerably.
4869
4870         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4871         detect that it's not implemented.
4872
4873         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4874         we actually do recurse down into the tree, but don't stat all leaf
4875         nodes.
4876
4877         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4878         then say so instead of bugging out.
4879
4880         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4881         files exist before trying to read them.
4882
4883         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4884         around <pre_int>.
4885
4886         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4887
4888         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4889
4890 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * mm-util.el (mm-image-load-path): Just return the image directories,
4893         not all directories in the path in addition to the image directories.
4894         (mm-image-load-path): Maintain a cache of the image directories so that
4895         the `g' command in Gnus doesn't have to stat dozens of directories each
4896         time.
4897
4898         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4899         (gnus-html-wash-tags): Add a new `i' command to insert images.
4900         (gnus-html-insert-image): New command and keystroke.
4901         (gnus-html-redisplay-with-images): New command and keystroke.
4902         (gnus-html-show-images): Rename command.
4903         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4904         spacers.
4905         (gnus-html-wash-tags): Decode entities at the end, so that entities
4906         inside the tags don't mess up the rest of the "parsing".
4907
4908         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4909         so that nnimap methods aren't agentized by default.  There's apparently
4910         many problems related to agent/imap behaviour.
4911
4912         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4913
4914         * gnus-html.el: Doc fix.
4915
4916 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4919         specifier-spec-list for Emacs 21.
4920
4921         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4922         glyph-width and glyph-height instead of display-graphic-p and
4923         image-size; make avoidance of displaying small images work for XEmacs.
4924
4925         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4926         for XEmacs.
4927
4928         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4929         of symbol that holds plist data.
4930         (gnus-process-plist): Remove plist of process after getting it.
4931
4932 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * message.el (message-generate-hashcash): Change default to
4935         'opportunistic if hashcash is installed.
4936
4937         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4938         (gnus-html-put-image): Only call image-size once, since it's somewhat
4939         time-consuming on remote X servers.
4940
4941 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4944         type on data, not a file name.
4945
4946         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4947         window-pixel-edges for Emacs 21.
4948
4949         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4950         decoded contents.
4951         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4952
4953 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4956         group line format, since it isn't very interesting.
4957
4958         * gnus-agent.el (gnus-agent-short-article),
4959         (gnus-agent-long-article): Increase values for these two variables,
4960         since most people are likely to have more network connection and
4961         storage than before.
4962
4963         * gnus.el (gnus-refer-article-method): Change default to 'current.
4964         When referring an article, the common behaviour is to refer it from the
4965         current select method, not the native select method.  The chances of
4966         the native select method having the message in question is rather slim
4967         these days.
4968
4969         * gnus-sum.el (gnus-auto-select-subject): Change default to
4970         `unseen-or-unread'.  I think it's likely that most people want to
4971         select an unseen article over a previously seen, but unread one.
4972
4973         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4974         means that in the article buffer none of the minor mode elements will
4975         be shown, usually, and this is not desirable in most cases.
4976
4977         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4978         that commands like `d' (and the like) go to the next line in the
4979         buffer, instead of the next unread article.  I think this is the
4980         behaviour that is most natural for most users.
4981         (gnus-single-article-buffer): Change default to nil, so that people can
4982         have as many article buffers open as they have summary buffer.  I think
4983         this is the most natural way for the groups to behave.
4984
4985         * message.el (message-generate-new-buffers): Change default to
4986         `unsent', so that all new message buffers start their names with the
4987         string "*unsent", and it's easier to find the buffers if you move from
4988         them.
4989
4990 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4993         small.  They're probably tracking images.
4994         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4995         (gnus-html-rescale-image): Yet another try at getting the image sizing
4996         right.
4997
4998         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4999         nntp-marks-file-name is nil.
5000
5001 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5002
5003         * gnus-html.el (gnus-html-wash-tags)
5004         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5005         Better logging.
5006
5007 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5010
5011         * gnus-html.el (gnus-html-wash-tags): Check the value of
5012         gnus-blocked-images in the summary buffer.
5013
5014 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5017
5018 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5021         like "a", it seems like.
5022         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5023         since it needs to be picked from the correct buffer.
5024
5025         * nnwfm.el: Remove.
5026
5027         * nnlistserv.el: Remove.
5028
5029 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5030
5031         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5032         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5033
5034 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5035
5036         * nnkiboze.el: Remove.
5037
5038         * nndb.el: Remove.
5039
5040         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5041         alt text.
5042         (gnus-html-rescale-image): Try to get the rescaling logic right for
5043         images that are just wide and not tall.
5044
5045         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5046         overshadow variable bindings.
5047
5048 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5049
5050         * gnus-html.el (gnus-html-wash-tags)
5051         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5052         Add extra logging.
5053
5054 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055
5056         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5057         (gnus-max-image-proportion): New variable.
5058         (gnus-html-rescale-image): New function.
5059         (gnus-html-put-image): Rescale images.
5060
5061 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5062
5063         Fix up some byte-compiler warnings.
5064         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5065         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5066         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5067         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5068         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5069         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5070         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5071
5072 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-html.el (gnus-article-html): Decode contents by charset.
5075
5076 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5079         (gnus-html-frame-width, gnus-blocked-images)
5080         * message.el (message-prune-recipient-rules): Add custom version.
5081         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5082
5083         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5084         functions.
5085
5086         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5087         gnus-process-get.
5088
5089 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5090
5091         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5092         instead of lsub directly.
5093
5094 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * nnwarchive.el: Remove.
5097
5098         * gnus-soup.el: Remove.
5099
5100         * nnsoup.el: Remove.
5101
5102         * nnultimate.el: Remove.
5103
5104         * gnus-html.el (gnus-blocked-images): New variable.
5105
5106         * message.el (message-prune-recipients): New function.
5107         (message-prune-recipient-rules): New variable.
5108
5109         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5110         guess whether a long line is natural text or not.
5111
5112         * gnus-html.el (gnus-html-schedule-image-fetching):
5113         Use gnus-process-plist and friends for compatibility.
5114
5115 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5116
5117         * gnus-html.el: Require packages that define macros used in this file.
5118         (gnus-article-mouse-face): Declare to silence byte-compiler.
5119         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5120         process-get.
5121         (gnus-html-put-image): Use plist-get to avoid getf.
5122         (gnus-html-prefetch-images): Use with-current-buffer.
5123
5124 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * gnus-ems.el: Provide compatibility functions for
5127         gnus-set-process-plist.
5128
5129         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5130         header-line-format for XEmacs 21.4.
5131
5132         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5133         * gnus.el (gnus-valid-select-methods)
5134         * message.el (message-send-mail-partially-limit)
5135         * mm-decode.el (mm-text-html-renderer)
5136         * mml.el (mml-insert-mime-headers-always)
5137         * smiley.el (smiley-regexp-alist): Bump custom version.
5138
5139 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * gnus-html.el: require mm-url.
5142         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5143         with the url to `url'.
5144         (gnus-html-wash-tags): Support cid: URLs/images.
5145
5146 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5149         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5150         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5151
5152         * gnus-move.el: Remove file, since it doesn't really work.
5153
5154         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5155         UTF-8.  This seems to fix problems with some German web feeds.
5156
5157         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5158         at the top so that the proper colours are applied.
5159
5160         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5161         don't have dots in their names.
5162
5163         * gnus-art.el (gnus-article-view-part): Doc fix.
5164
5165         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5166         XEmacs-compatible.
5167         (gnus-html-put-image): Don't do images on non-graphic displays.
5168
5169         * nnslashdot.el: Remove this unused backend.
5170
5171         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5172         actions.
5173         (gnus-undo-register-1): Revert last change.
5174
5175         * gnus-group.el (gnus-group-completing-read): Protect against not
5176         having completion-styles bound.
5177
5178         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5179         make broken recipients happier.
5180
5181         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5182
5183         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5184         point parameter.
5185
5186         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5187
5188         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5189         completion-styles for group selection.
5190
5191 2009-02-04  Andreas Schwab  <schwab@suse.de>
5192
5193         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5194         headers and regexp-quote the match if necessary.
5195
5196 2009-03-24  Miles Bader  <miles@gnu.org>
5197
5198         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5199         the blinking smiley.
5200
5201 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5202
5203         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5204         blink smiley.
5205
5206 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5209         where the dribbel file lives exists.
5210
5211         * message.el (message-send-mail-partially-limit): Change the default to
5212         nil, since most people don't want this.
5213
5214         * mm-url.el (mm-url-decode-entities): Also decode entities like
5215         &#x3212.
5216
5217 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5218
5219         * gnus-sum.el (gnus-summary-idna-message):
5220         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5221         Hyperlink urls in docstrings with URL `...'.
5222
5223 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5224
5225         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5226         functions.
5227
5228 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5231         say what the mouseover text should be.
5232
5233         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5234         version of the mm-w3m-safe-url-regexp variable to only download images
5235         in the groups where we want that to happen.
5236
5237         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5238
5239         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5240         easier debugging.
5241         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5242         big pictures in the article buffer.
5243
5244         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5245         gnus-article-html.
5246         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5247         w3m.
5248
5249         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5250
5251 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5254         which doesn't exist.
5255
5256         * message.el (message-inhibit-ecomplete): New variable to allow some
5257         function to inhibit ecomplete address storage.
5258         (message-resend): Disable ecomplete message storage when resending
5259         messages.
5260
5261         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5262
5263 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5266         Save excursion while copying, moving, and deleting articles in order to
5267         prevent the cursor from jumping to unforeseen place.
5268
5269 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * lpath.el: No need to bind bookmark-current-buffer,
5272         bookmark-yank-point and bookmark-make-record-function.
5273
5274 2010-08-17  Glenn Morris  <rgm@gnu.org>
5275
5276         * gnus-sync.el: Require gnus components whose functions are used.
5277
5278         * gnus-art.el (bookmark-make-record-function):
5279         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5280         Declare for compiler.
5281
5282         * mm-url.el (mml-compute-boundary): Autoload.
5283
5284 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5287
5288 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5289
5290         Typo fix "hoo4a" -> "hook".
5291
5292         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5293
5294 2010-08-14  Glenn Morris  <rgm@gnu.org>
5295
5296         * gnus-sync.el (gnus-sync): Fix defgroup version.
5297
5298 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5299
5300         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5301
5302         * gnus-sync.el: Fix docs.
5303         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5304         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5305
5306 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         Optimizations for gnus-sync.el.
5309
5310         * gnus-sync.el: Add docs about gnus-sync-backend
5311         possibilities.
5312         (gnus-sync-save): Remove unnecessary message.
5313         (gnus-sync-read): Optimize and show what groups were skipped.
5314
5315 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5316
5317         Minor bug fixes for gnus-sync.el.
5318
5319         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5320         Don't read the sync on get-new-news.
5321
5322         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5323         quiet.
5324
5325         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5326         (fix typo).
5327
5328 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5329
5330         Make saving and restoring of hidden threads work with overlays.
5331         Patch applied by Ted Zlatanov.
5332
5333         * gnus-sum.el (gnus-hidden-threads-configuration)
5334         (gnus-restore-hidden-threads-configuration): Update to deal with text
5335         properties, rather than searching for a magic character.
5336
5337 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5338
5339         New gnus-sync.el library for synchronization of marks.
5340
5341         * gnus-sync.el: New library for synchronization of marks.
5342
5343         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5344         renamed from `gnus-registry-grep-in-list'.
5345
5346         * gnus-registry.el (gnus-registry-follow-group-p):
5347         Use `gnus-grep-in-list'.
5348
5349         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5350
5351 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5354         determining charset of text fails.
5355
5356 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * nnmail.el (nnmail-get-new-mail-1): Revert.
5359
5360         * nnml.el (nnml-active-number): Make sure names of newly created groups
5361         in nnml-group-alist are encoded.
5362
5363 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5366         containing non-ASCII characters in active file for nnml back end.
5367
5368 2010-07-24  David Engster  <dengste@eml.cc>
5369
5370         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5371         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5372
5373 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5374
5375         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5376         tag (Bug#6654).
5377
5378 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5381         the article buffer, not the summary buffer.
5382
5383 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5386         Emacs 23 as well.
5387
5388 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5391         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5392
5393 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5394
5395         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5396         Patch applied by Karl Fogel.
5397
5398         * gnus-sum.el (gnus-summary-bookmark-make-record):
5399         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5400
5401 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5402
5403         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5404         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5405         C-w still not working correctly from Article buffers; Thierry's
5406         patch to fix that will be applied after this.
5407
5408         * gnus-art.el (bookmark-make-record-function): New local variable.
5409
5410         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5411         article buffer.
5412         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5413
5414 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5415
5416         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5417         on changes in bookmark.el.
5418
5419 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5422         `no-log' instead of message not to log prompt string.
5423
5424 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5425
5426         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5427         the *other* type of HTML form submission.
5428
5429 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5430
5431         * auth-source.el (auth-source-pick): If choice does not contain a
5432         questioned keyword, set the check to t.
5433
5434 2010-06-12  Romain Francoise  <romain@orebokech.com>
5435
5436         * gnus-util.el (gnus-date-get-time): Move up before first use.
5437
5438 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5441         (gnus-article-edit-part): Bind it to make last part that is substituted
5442         or deleted visible.
5443         (gnus-mime-display-single): Buttonize part of which id equals to
5444         gnus-mime-buttonized-part-id.
5445
5446 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5447
5448         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5449         (gnus-dd-mmm): Use gnus-date-get-time.
5450         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5451         simplify logic.
5452         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5453         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5454
5455 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5456
5457         * auth-source.el (top): Autoload `secrets-list-collections',
5458         `secrets-create-item', `secrets-delete-item'.
5459         (auth-sources): Fix tag string.
5460         (auth-get-source, auth-source-retrieve, auth-source-create)
5461         (auth-source-delete): New defuns.
5462         (auth-source-pick): Rewrite in order to avoid 2 passes.
5463         (auth-source-forget-user-or-password): New parameter USERNAME.
5464         (auth-source-user-or-password): New parameters CREATE-MISSING and
5465         DELETE-EXISTING.  Retrieve password interactively, if needed.
5466
5467 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5468
5469         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5470         deleting unused directories when gnus-expert-user is t.
5471
5472 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5475         for each temp file when gnus-article-browse-delete-temp is ask.
5476
5477 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5478
5479         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5480         Lisp calls to delete-backward-char by calls to delete-char.
5481
5482 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5483
5484         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5485
5486 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5487
5488         * password-cache.el (password-cache-remove): Fix docstring.
5489
5490 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5493         article unless decoding article to be saved.
5494
5495 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5498         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5499         generated within the mm-with-unibyte-current-buffer macro.
5500
5501 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5504         to nil when we're in a mml-preview buffer and no group is selected.
5505
5506 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5507
5508         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5509         when catching the `C-g'.  Reported by "Leo".
5510
5511 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * message.el (message-forward-make-body-plain)
5514         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5515         multibyte-string-p.
5516
5517         * lpath.el: Revert.
5518
5519 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * message.el (message-forward-make-body-mml): Assume original message
5522         is multibyte string; error on unibyte.
5523         (message-forward-make-body-plain): Ditto; don't add excessive newline
5524         in body end.
5525
5526         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5527
5528 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5529
5530         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5531         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5532
5533 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * mm-extern.el (mm-extern-url): Don't use
5536         mm-with-unibyte-current-buffer.
5537         (mm-extern-cache-contents): Use with-current-buffer instead of
5538         save-excursion + set-buffer.
5539
5540 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * mm-util.el (mm-emacs-mule): Remove.
5543
5544 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5545
5546         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5547         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5548         change.
5549
5550 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5553         bind the default value of enable-multibyte-characters to nil.
5554
5555 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * message.el (message-forward-make-body-plain)
5558         (message-forward-make-body-mml):
5559         Don't use mm-with-unibyte-current-buffer.
5560
5561 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5562
5563         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5564
5565 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5566
5567         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5568         (Bug#5592).
5569
5570 2010-05-07  Julien Danjou  <julien@danjou.info>
5571
5572         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5573         it to mm-pipe-part.
5574
5575         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5576         it is given.
5577
5578 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * binhex.el (binhex-decode-region-internal)
5581         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5582         (dns-query)
5583         * nnweb.el (nnweb-gmane-search)
5584         * pgg-parse.el (pgg-parse-armor)
5585         * pgg.el (pgg-verify-region)
5586         * sha1.el (sha1-string-external)
5587         * uudecode.el (uudecode-decode-region-internal)
5588         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5589         XEmacs.
5590
5591         * gnus-art.el (gnus-article-browse-html-parts)
5592         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5593         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5594         make-temp-file.
5595
5596         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5597         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5598         compiling.
5599
5600         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5601         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5602         XEmacs when compiling.
5603
5604         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5605         gnus-pick-mode-off-hook for XEmacs when compiling.
5606         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5607         gnus-binary-mode-off-hook for XEmacs when compiling.
5608
5609         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5610         Return nil if char-charset is not available.
5611
5612         * imap.el (imap-disable-multibyte)
5613         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5614         macros.
5615
5616         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5617         instead of encode-coding-string.
5618
5619         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5620         'xemacs) instead of mm-emacs-mule to switch function definitions.
5621         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5622
5623         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5624         bind temporary-file-directory for XEmacs;
5625         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5626         timer-set-function for XEmacs 21.4 and SXEmacs;
5627         bind timer-list for XEmacs 21.4 and SXEmacs;
5628         fbind char-charset and find-charset-region for non-Mule XEmacs;
5629         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5630         encode-coding-region and encode-coding-string for XEmacs having no
5631         file-coding feature.
5632
5633 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5634
5635         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5636
5637 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5640         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5641
5642 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5643
5644         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5645         alias `jka-compr-delete-temp-file' no longer exists.
5646
5647 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5648
5649         Use define-minor-mode in Gnus where applicable.
5650         * mml.el (mml-mode): Use define-minor-mode.
5651         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5652         (gnus-undo-mode): Use define-minor-mode.
5653         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5654         (gnus-dead-summary-mode): Use define-minor-mode.
5655         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5656         Initialize in declaration.
5657         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5658         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5659         (gnus-mailing-list-mode): Use define-minor-mode.
5660         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5661         (gnus-draft-mode): Use define-minor-mode.
5662         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5663         (gnus-dired-mode): Use define-minor-mode.
5664
5665 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5666
5667         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5668         handles on recursive mml-to-mime translation and check them for
5669         boundary delimiter collisions.  Reported by Greg Troxel.
5670
5671 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5674
5675 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5676
5677         * mm-util.el (mm-find-buffer-file-coding-system):
5678         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5679
5680 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5681
5682         * message.el (message-generate-headers): Record insertion of optional
5683         headers as well.  Otherwise the check to prevent repeated insertion of
5684         optional headers is a no-op.
5685
5686 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * smime.el: Don't mention CVS.
5689
5690         * nnrss.el (nnrss-fetch): Don't mention CVS.
5691
5692         * nnir.el: Don't mention CVS.
5693
5694 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5695
5696         * gnus-sum.el (gnus-summary-bookmark-make-record):
5697         Add `location' field.
5698
5699 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * lpath.el: Fbind bookmark-default-handler,
5702         bookmark-get-bookmark-record, bookmark-make-record-default,
5703         bookmark-prop-get for Emacs <23 and XEmacs.
5704
5705 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5706
5707         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5708         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5709         Use with-current-buffer to silence the byte-compiler.
5710         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5711         bother to require `gnus'.
5712         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5713
5714 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5715
5716         * gnus-sum.el (gnus-summary-bookmark-make-record)
5717         (gnus-summary-bookmark-jump): New functions.
5718         (gnus-summary-mode): Setup bookmark support.
5719
5720 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5721
5722         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5723         if set.
5724
5725 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5728         gnus-article-browse-html-save-cid-image; make it work recursively for
5729         forwarded messages as well.
5730         (gnus-article-browse-html-parts): Work when prefix arg is given.
5731         (gnus-article-browse-html-article): Doc fix.
5732
5733 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5734
5735         * message.el (message-default-mail-headers):
5736         (message-default-headers): Carry the value mail-default-headers over
5737         into message-default-mail-headers, rather than message-default-headers.
5738
5739 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5740
5741         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5742         charset.
5743
5744         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5745         charset into the <meta> tag when the article is encoded to utf-8.
5746
5747 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-art.el (gnus-article-browse-delete-temp-files):
5750         Delete directories as well.
5751         (gnus-article-browse-html-parts): Work for images that do not specify
5752         file names; delete temp directory when quitting; insert header at the
5753         right place; use file: scheme for image files.
5754
5755 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5756
5757         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5758         (gnus-article-browse-html-parts): Use it to make temporary cid image
5759         files in addition to html file so that browser may display them.
5760
5761 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5764
5765 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5768
5769 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5770
5771         * auth-source.el (auth-sources): Change default to be simpler.
5772         Explain about Secret Service API sources.  Improve Customize options.
5773         (auth-source-pick): Change to accept any number of search parameters.
5774         Implement fallbacks iteratively, not recursively.  Add scoring on the
5775         second pass and sort by score.  Call Secret Service API when needed.
5776         (auth-source-user-or-password): Use it.  Call Secret Service API
5777         directly when needed to get the user name and the password.
5778
5779 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5780
5781         * message.el (message-interactive): Doc fix.
5782         (message-qmail-inject-args): Reflow.
5783         (message-kill-to-signature): Fix typo in docstring.
5784
5785         * smiley.el (smiley-buffer): Fix typo in docstring.
5786
5787 2010-03-24  Glenn Morris  <rgm@gnu.org>
5788
5789         * mail-source.el (gnus-message): Declare.
5790         (mail-source-delete-old-incoming): Require gnus-util.
5791
5792 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5795
5796         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5797
5798         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5799         password-cache's default if it is not bound.
5800         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5801         password-cache-expiry's default if it is not bound.
5802
5803         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5804         available in Emacs 21.
5805
5806         * lpath.el: Suppress compiler warnings for:
5807         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5808         XEmacs;
5809         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5810         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5811         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5812
5813 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5814
5815         * auth-source.el (auth-sources): Fix up definition so extra parameters
5816         are always inline.
5817
5818 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5819
5820         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5821         wasn't updated after mismatch.  Clear cached mailbox info correctly
5822         when uidvalidity changes.
5823         (nnimap-group-prefixed-name): New function to avoid some code
5824         duplication.
5825         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5826         (nnimap-request-group): Use it.
5827         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5828         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5829         with many imap folders.  This is done by caching the group status from
5830         the imap server persistently in a group parameter `imap-status'.  (This
5831         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5832         but not persistently, so every Gnus startup was still very slow.)
5833
5834 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5837         delete the extra newline.  Otherwise editing of :string and :number
5838         types don't work.
5839
5840 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5841
5842         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5843         secrets.el dependency.
5844         (auth-sources): Add optional user name.  Add secrets.el configuration
5845         choice (unused right now).
5846
5847 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5848
5849         * gnus-sum.el (gnus-summary-make-menu-bar):
5850         Let `gnus-registry-install-shortcuts' fill in the functions.
5851
5852         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5853         warnings.
5854         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5855         (gnus-registry-install-shortcuts): Populate and use it in a
5856         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5857
5858 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5859
5860         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5861         In-place substitutions for the group name encoding/decoding.
5862         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5863         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5864         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5865         (nnimap-update-unseen, nnimap-request-list)
5866         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5867         (nnimap-request-set-mark, nnimap-split-to-groups)
5868         (nnimap-split-articles, nnimap-request-newgroups)
5869         (nnimap-request-create-group, nnimap-request-accept-article)
5870         (nnimap-request-delete-group, nnimap-request-rename-group)
5871         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5872         `encoded-mbx' for consistency.
5873         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5874         variable `imap-current-mailbox'.
5875
5876         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5877         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5878
5879 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5880
5881         * pop3.el (pop3-display-message-size-flag): Display message size byte
5882         counts during POP3 download.
5883         (pop3-movemail): Use it.
5884         (pop3-list): Implement listing of available messages.
5885
5886 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5887
5888         * nnir.el (nnir-get-article-nov-override-function): New function to
5889         override the normal NOV retrieval.
5890         (nnir-retrieve-headers): Use it.
5891
5892 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5893
5894         * auth-source.el (netrc-machine-user-or-password): Autoload.
5895
5896 2010-03-19  Glenn Morris  <rgm@gnu.org>
5897
5898         Stop message.el from loading about 40 libraries it doesn't always need.
5899         The general approach is to autoload rather than require, and to
5900         require in the specific functions rather than the file.  (Bug#5642)
5901
5902         * gmm-utils.el: Don't require wid-edit.
5903         (widget-create-child-value, widget-convert, widget-default-get):
5904         Autoload.
5905
5906         * gnus-util.el: Don't require time-date, netrc.
5907         (message-fetch-field, gnus-group-name-decode): Declare rather than
5908         autoloading.
5909         (gnus-fetch-field): Require message.
5910         (gnus-decode-newsgroups): Require gnus-group.
5911
5912         * ietf-drums.el: Don't require time-date.
5913
5914         * message.el: Don't require hashcash, canlock, ecomplete.
5915         Do require mail-utils.  Require nnheader only when compiling.
5916         (smtpmail-default-smtp-server): Remove declaration.
5917         (message-send-mail-function): Check smtpmail-default-smtp-server
5918         is bound rather than requiring smtpmail.
5919         (message-auto-save-directory, message-insert-signature):
5920         Use expand-file-name rather than nnheader-concat.
5921         (nnheader-insert-file-contents): Autoload.
5922         (hashcash-wait-async): Declare.
5923         (message-send-mail): Only call gnus-setup-posting-charset if
5924         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5925         (message-send-mail-with-sendmail): Require sendmail.
5926         (canlock-password, canlock-password-for-verify): Declare.
5927         (message-canlock-password): Require canlock.
5928         (nnheader-get-report): Autoload.
5929         (gnus-setup-posting-charset): Declare.
5930         (message-send-news): Require gnus-msg.
5931         (message-make-references, message-make-in-reply-to): Use mail-header-id
5932         rather than the alias mail-header-message-id.
5933         (ecomplete-add-item, ecomplete-save): Declare.
5934         (message-put-addresses-in-ecomplete): Require ecomplete.
5935         (ecomplete-display-matches): Autoload.
5936
5937         * mm-decode.el: Don't require mailcap, gnus-util.
5938         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5939         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5940         Autoload.
5941         (mailcap-mime-extensions): Declare.
5942
5943         * mm-encode.el: Don't require mailcap.
5944         (mailcap-extension-to-mime): Autoload.
5945
5946         * mml-sec.el: Don't require password-cache.
5947
5948         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5949         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5950         (mml-minibuffer-read-type): Require mailcap.
5951         (mml-preview): Require gnus-msg.
5952
5953         * mml1991.el: Require password-cache.
5954         (password-cache-expiry): Remove declaration.
5955
5956         * mml2015.el: Require password-cache.
5957         (password-cache-expiry): Remove declaration.
5958
5959         * nneething.el (mailcap): Require mailcap.
5960
5961         * nnheader.el (declare-function): Add compatibility stub.
5962         (message-remove-header): Declare rather than autoload.
5963         (nnheader-replace-header): Require message.
5964
5965         * nnimap.el (declare-function): Add compatibility stub.
5966         (netrc-parse, netrc-machine-user-or-password): Declare.
5967         (nnimap-open-connection): Require netrc.
5968
5969         * nntp.el (declare-function): Add compatibility stub.
5970         (netrc-parse, netrc-machine, netrc-get): Declare.
5971         (nntp-send-authinfo): Require netrc.
5972
5973         * rfc2047.el: Don't require qp.
5974         (quoted-printable-encode-region, quoted-printable-decode-string):
5975         Autoload.
5976
5977         * sieve-mode.el: Don't require easymenu.
5978         (easy-menu-add-item): Autoload it.
5979
5980         * spam-stat.el (time-to-number-of-days): Autoload it.
5981
5982 2010-03-19  Glenn Morris  <rgm@gnu.org>
5983
5984         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5985
5986 2010-03-18  Glenn Morris  <rgm@gnu.org>
5987
5988         * hashcash.el (declare-function): Remove duplicate definition.
5989
5990 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5991
5992         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5993         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5994         value if any backslash escapes).
5995
5996 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5999         if it is available.  (bug#5647)
6000
6001         * lpath.el: Suppress compiler warning for coding-system-from-name for
6002         Emacs 21 and XEmacs.
6003
6004 2010-03-14  Juri Linkov  <juri@jurta.org>
6005
6006         * hmac-def.el:
6007         * hmac-md5.el:
6008         * netrc.el: Fix keywords.
6009
6010 2010-02-26  Glenn Morris  <rgm@gnu.org>
6011
6012         * message.el (message-send-mail-function): Change the default, so that
6013         it inherits from a customized send-mail-function.  (Bug#5643)
6014
6015 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6016
6017         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6018         shell-command-to-string signals an error (bug#5299).
6019
6020 2010-02-24  Glenn Morris  <rgm@gnu.org>
6021
6022         * message.el (message-smtpmail-send-it)
6023         (message-send-mail-with-mailclient): Doc fixes.
6024
6025 2010-02-16  Glenn Morris  <rgm@gnu.org>
6026
6027         * message.el (message-default-mail-headers): Change the default value
6028         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6029
6030 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6033         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6034
6035 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6036
6037         * time-date.el (date-to-time): Doc fix (Bug#5408).
6038
6039 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6040
6041         * message.el (message-mail): Just pass yank-action on to message-setup.
6042         (message-setup): Handle (FUN . ARGS) form of yank-action.
6043         (message-with-reply-buffer, message-widen-reply)
6044         (message-yank-original): Handle non-buffer values of
6045         message-reply-buffer (Bug#4080).
6046         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6047
6048 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6049
6050         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6051         Fix typo in docstring.
6052
6053 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6054
6055         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6056         response.
6057
6058 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6061
6062         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6063
6064         * message.el (message-check-news-header-syntax): Protect against a
6065         string that `rfc822-addresses' returns when parsing fails.
6066
6067 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6070         (gnus-previous-char-property-change): New functions.
6071
6072         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6073
6074 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6075
6076         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6077         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6078
6079 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6080
6081         * message.el (message-exchange-point-and-mark): Rework last change to
6082         avoid using optional arg of exchange-point-and-mark, for backward
6083         compatibility.
6084
6085 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6086
6087         * message.el (message-exchange-point-and-mark):
6088         Call exchange-point-and-mark with an argument rather than setting
6089         mark-active by hand (Bug#5175).
6090
6091 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * nntp.el (nntp-service-to-port): Work for service expressed with
6094         numeric string; replace [:digit:] with [0-9] for XEmacs.
6095
6096 2009-12-17  Glenn Morris  <rgm@gnu.org>
6097
6098         * gnus-group.el (gnus-bug-group-download-format-alist):
6099         Change emacs entry to debbugs.gnu.org.  Bump :version.
6100
6101 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6104
6105 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6106
6107         * message.el (message-info): Explain why we use `Info-goto-node'.
6108
6109 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6112
6113 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6114
6115         * message.el (message-completion-in-region): New compatibility function.
6116         (message-expand-group): Use it.
6117
6118 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6121         with no unread article should be listed if the 2nd arg `predicate' is
6122         given.
6123
6124 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6127
6128 2009-11-29  Juri Linkov  <juri@jurta.org>
6129
6130         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6131         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6132         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6133
6134 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6135
6136         * sha1.el (sha1-string-external): default-directory "/" in case
6137         otherwise non-existent.  process-connection-type pipe for touch of
6138         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6139
6140 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6141
6142         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6143         it's comms related and sgml-mode.el has "comm" on that basis too.
6144
6145 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6148         containing tspecial characters if they have been already quoted.
6149
6150 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6151
6152         * dns-mode.el (auto-mode-alist): Purecopy string.
6153
6154 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6155
6156         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6157
6158 2009-10-24  Glenn Morris  <rgm@gnu.org>
6159
6160         * gnus-art.el (help-xref-stack-item): Define for compiler.
6161
6162 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6163
6164         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6165
6166 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6169
6170 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6173         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6174
6175 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6178         (gnus-overlays-in): New alias to overlays-in.
6179
6180         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6181         gnus-overlay-get, and gnus-delete-overlay.
6182         (gnus-summary-show-thread): Make it work as well for systems in which
6183         next-single-char-property-change is not available.
6184         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6185
6186         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6187         (gnus-overlay-get): New alias to extent-property.
6188         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6189
6190         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6191         SXEmacs.
6192
6193         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6194         SXEmacs.
6195
6196 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6199
6200 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6201
6202         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6203         and XEmacs that don't have `remove-overlays'.
6204
6205 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6206
6207         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6208         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6209         selective display.  Use overlays instead.
6210
6211 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6212
6213         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6214
6215 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6216
6217         * spam-stat.el (spam-stat-load): Fix typo in message.
6218
6219 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6220
6221         * dig.el (dig-invoke): Fix typo in docstring.
6222         (query-dig): Reflow docstring.
6223
6224 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6225
6226         * gnus-art.el (gnus-article-encrypt-body):
6227         * message.el (message-check-recipients):
6228         * mm-util.el (mm-codepage-setup):
6229         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6230         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6231
6232 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6233
6234         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6235         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6236         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6237         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6238         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6239
6240 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6241
6242         * dig.el: Add "Keywords: comm", as per net-utils.el.
6243
6244 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6245
6246         * dig.el (dig-mode): Use define-derived-mode.
6247
6248 2009-09-19  Glenn Morris  <rgm@gnu.org>
6249
6250         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6251
6252 2009-09-18  Glenn Morris  <rgm@gnu.org>
6253
6254         * gnus-diary.el (gnus-diary-check-message):
6255         * message.el (message-insert-formatted-citation-line):
6256         * nnbabyl.el (top-level):
6257         * nndiary.el (nndiary-schedule):
6258         Fix typos in condition-case handlers.
6259
6260 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6263         configuration that provides the sole article window in a frame;
6264         position point correctly after deleting a part.
6265
6266 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6267
6268         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6269         (spam-resolve-registrations-routine): Use it to unregister articles
6270         that change status.
6271
6272 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6275         with XEmacs.
6276         (parse-time-string-chars): Use it.
6277
6278 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6279
6280         * imap.el (imap-interactive-login): Better messages.
6281         (imap-open): Fix bug with renamed buffer on reconnect.
6282         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6283         for easier debugging and cleaner code.  On successful (guessed based on
6284         server capabilities) secondary authentication, set imap-state
6285         correctly.
6286         (imap-last-authenticator): Define imap-last-authenticator as a variable
6287         to avoid warnings.
6288
6289 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * nnrss.el (nnrss-request-article): Remove binding of
6292         default-enable-multibyte-characters that has gotten needless by
6293         the 2007-07-13 change in rfc2047-encode-message-header.
6294
6295         * mml.el (mml-insert-multipart): Error on the message header.
6296         (mml-insert-part): Error on the message header; position point at
6297         the end of a MIME tag.
6298
6299 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * time-date.el (autoload): Expand define-obsolete-function-alias into
6302         defalias and make-obsolete for old Emacsen that Gnus supports.
6303         (with-no-warnings): Define it for old Emacsen.
6304         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6305         is available.
6306         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6307         float-time is available; suppress compile warning for time-to-seconds.
6308
6309         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6310         (gnus-float-time): Alias to float-time if it exists.
6311
6312         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6313         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6314         float-time is available; suppress compile warning for time-to-seconds.
6315
6316         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6317         XEmacs.
6318
6319 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6320
6321         * imap.el (imap-message-map): Docstring fix.
6322
6323 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6326         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6327         Add the optional argument `encoding' that overrides the default.
6328
6329         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6330         mm-encode-buffer.
6331
6332 2009-09-04  Glenn Morris  <rgm@gnu.org>
6333
6334         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6335         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6336         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6337         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6338         * mm-util.el (mm-with-unibyte-current-buffer)
6339         (mm-find-buffer-file-coding-system):
6340         * yenc.el (yenc-decode-region): Use default-value rather than
6341         default-enable-multibyte-characters.
6342
6343 2009-09-03  Glenn Morris  <rgm@gnu.org>
6344
6345         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6346         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6347         than default-enable-multibyte-characters.
6348
6349 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6350
6351         * gnus-art.el (gnus-article-read-summary-keys):
6352         Fix gnus-buffer-configuration's value temporarily used.
6353
6354 2009-09-02  Glenn Morris  <rgm@gnu.org>
6355
6356         * gnus-util.el (gnus-float-time): New function.
6357         * gnus-delay.el (gnus-delay-article):
6358         * gnus-sum.el (gnus-thread-latest-date):
6359         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6360         * nnspool.el (nnspool-request-newgroups):
6361         Use gnus-float-time rather than time-to-seconds.
6362         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6363
6364         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6365         (gnus-header-subject-face, gnus-header-newsgroups-face)
6366         (gnus-header-name-face, gnus-header-content-face):
6367         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6368         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6369         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6370         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6371         (gnus-cite-face-11):
6372         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6373         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6374         (gnus-server-closed-face, gnus-server-denied-face)
6375         (gnus-server-offline-face):
6376         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6377         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6378         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6379         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6380         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6381         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6382         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6383         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6384         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6385         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6386         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6387         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6388         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6389         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6390         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6391         (gnus-summary-high-undownloaded-face)
6392         (gnus-summary-low-undownloaded-face)
6393         (gnus-summary-normal-undownloaded-face)
6394         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6395         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6396         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6397         (gnus-splash-face):
6398         * message.el (message-header-to-face, message-header-cc-face)
6399         (message-header-subject-face, message-header-newsgroups-face)
6400         (message-header-other-face, message-header-name-face)
6401         (message-header-xheader-face, message-separator-face)
6402         (message-cited-text-face, message-mml-face):
6403         * sieve-mode.el (sieve-control-commands-face)
6404         (sieve-action-commands-face, sieve-test-commands-face)
6405         (sieve-tagged-arguments-face):
6406         * spam.el (spam-face):
6407         Mark face aliases with "-face" in the name as obsolete.
6408
6409 2009-09-01  Glenn Morris  <rgm@gnu.org>
6410
6411         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6412         than goto-line.
6413
6414 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6417         Don't move point if the command is invoked inside the message header.
6418
6419 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6420
6421         * imap.el (imap-send-command): Simplify.
6422         (imap-wait-for-tag): point-max -> buffer-size.
6423
6424 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6425
6426         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6427         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6428         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6429         * nnir.el (nnir-swish-e-index-file):
6430         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6431         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6432         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6433         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6434         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6435         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6436
6437 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6440         Don't save excursion.
6441
6442 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6443
6444         * nnheader.el (nnheader-find-file-noselect):
6445         * mm-util.el (mm-insert-file-contents):
6446         Use (default-value 'major-mode) instead of default-major-mode.
6447
6448 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6449
6450         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6451
6452 2009-08-26  Glenn Morris  <rgm@gnu.org>
6453
6454         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6455         than placing in files.el.
6456
6457 2009-08-25  Glenn Morris  <rgm@gnu.org>
6458
6459         * nnir.el (top-level): Don't require cl at run-time.
6460         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6461         Replace cl-function substitute with gnus-replace-in-string.
6462         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6463         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6464         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6465         simplified expansions.
6466
6467 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6468
6469         * dig.el (dig): Add autoload cookie.
6470
6471 2009-08-22  Glenn Morris  <rgm@gnu.org>
6472
6473         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6474         goto-line.
6475
6476 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6477
6478         * parse-time.el (parse-time-string-chars): Save match data.
6479
6480 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6481
6482         * parse-time.el (parse-time-string-chars): Compute using character
6483         classes, to handle non-ascii characters (Bug#3190).
6484
6485 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6488
6489         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6490         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6491         (gnus-mm-display-part, gnus-mime-display-single)
6492         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6493         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6494
6495         * gnus-sum.el
6496         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6497         (gnus-summary-move-article): Add expirable mark to articles copied or
6498         moved to group that has auto-expire turned on if the option is non-nil.
6499
6500 2009-07-24  Glenn Morris  <rgm@gnu.org>
6501
6502         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6503         Fix typo.  (Bug#3903)
6504
6505 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6508         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6509         that should not be used for draft articles.
6510         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6511         that has no concern in minor mode keys.
6512         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6513         Abolish.
6514
6515 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6518         article without making inquiry to a user for unknown encoding.
6519
6520         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6521         (nnmaildir--scan): Assume i-node and device number that file-attributes
6522         returns might be cons-cell.
6523
6524         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6525
6526         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6527
6528 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6529
6530         * auth-source.el: Remove docs now in auth.texi.  Don't use
6531         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6532         `auth-source-hide-passwords' and use them.
6533
6534 2009-07-15  Glenn Morris  <rgm@gnu.org>
6535
6536         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6537
6538 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6541         excessive whitespace from the default values of title and description.
6542
6543 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6546         mail-fetch-field to fetch Content-Description header in order to
6547         exclude newlines.
6548
6549 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6550
6551         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6552         format used by GnuPG 2.0.11.
6553
6554 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6557         to deleted part.
6558
6559 2009-05-30  David Engster  <dengste@eml.cc>
6560
6561         * nnmairix.el: Remove old documentation in the commentary block.
6562         (nnmairix-request-group): Do not update active file for nnml back ends.
6563         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6564         end so that overview files are ignored.
6565         (nnmairix-update-groups): Make updating the groups more robust by using
6566         marks.
6567         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6568         with dollar characters in message-id.
6569
6570 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6573         2008-12-25 in dns.el.
6574
6575 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6576
6577         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6578         could happen if the text is only composed of spaces and/or tabs.
6579
6580 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6581
6582         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6583         when sending a queued message to avoid extra mml tags.
6584
6585 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6588
6589 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6592         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6593         rmail-toggle-header for XEmacs;
6594         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6595
6596 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * gnus-dired.el: Remove autoload for gnus-setup-message.
6599         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6600         displaying Gnus logo; always use compose-mail.
6601
6602 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6605
6606 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6609         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6610         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6611         available.
6612         (gnus-nocem-epg-verify): New function.
6613
6614 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6615
6616         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6617
6618 2009-02-15  Glenn Morris  <rgm@gnu.org>
6619
6620         * gnus-util.el (rmail-insert-rmail-file-header)
6621         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6622         autoloads.
6623         (rmail-default-rmail-file): Remove unnecessary declaration.
6624         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6625
6626 2009-02-14  Glenn Morris  <rgm@gnu.org>
6627
6628         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6629         variable (only used in gnus-util, which declares it anyway).
6630         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6631         which was only needed by gnus-art (changed to not use it any more).
6632         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6633         only used in gnus-util, which autoloads it itself.
6634         (rmail-update-summary): Fix autoload.
6635
6636         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6637         rather than rmail-output-to-rmail-file.
6638
6639 2009-02-07  Glenn Morris  <rgm@gnu.org>
6640
6641         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6642         autoload of function that no longer exists.
6643         (rmail-toggle-header): Declare.
6644         (message-forward-rmail-make-body): Handle mbox Rmail.
6645
6646 2009-01-31  Glenn Morris  <rgm@gnu.org>
6647
6648         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6649         2009-01-09 change.
6650
6651 2009-01-31  Dave Love  <fx@gnu.org>
6652
6653         * imap.el (imap-fetch-safe): Bind debug-on-error.
6654         (imap-debug): Add imap-fetch-safe.
6655
6656 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6657
6658         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6659         (auth-source-forget-all-cached): New convenience function.
6660         (auth-source-user-or-password): Accept list of modes or a single mode.
6661
6662         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6663         auth-source modes.
6664
6665         * netrc.el (netrc-machine-user-or-password): Use list of
6666         auth-source modes.
6667
6668         * nnimap.el (nnimap-open-connection): Use list of
6669         auth-source modes.
6670
6671         * nntp.el (nntp-send-authinfo): Use list of
6672         auth-source modes.
6673
6674 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6675
6676         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6677         now.
6678
6679 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6682         coding system in XEmacs; add a workaround for XEmacs.
6683
6684         * lpath.el: Fbind coding-system-aliasee.
6685
6686 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6689         of current-language-environment.
6690
6691 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6692
6693         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6694         available at runtime.
6695
6696 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6699
6700 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6701
6702         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6703         the greatest positive fixnum value doesn't work under an XEmacs with
6704         bignum support; use the most-positive-fixnum constant instead,
6705         available since Emacs 21.1 with cl and XEmacs 21.1.
6706
6707 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6710         XEmacs gets not to work.
6711
6712 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * mm-util.el (mm-coding-system-priorities): Allow the value like
6715         "Japanese (UTF-8)" of current-language-environment.
6716
6717 2009-01-09  Glenn Morris  <rgm@gnu.org>
6718
6719         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6720         with last-command-event.
6721
6722 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6725         in the doc string.
6726
6727         * message.el (message-fix-before-sending): Amend comment.
6728
6729 2009-01-08  Dave Love  <fx@gnu.org>
6730
6731         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6732
6733 2009-01-07  David Engster  <dengste@eml.cc>
6734
6735         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6736         simplified server definitions by converting it via
6737         gnus-server-to-method.
6738
6739 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6742         parameter's operands.
6743
6744 2009-01-06  David Engster  <dengste@eml.cc>
6745
6746         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6747         primary select method (for gnus-group-mark-article-as-read).
6748
6749 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6750
6751         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6752         `(gnus)Face', not `(gnus)X-Face'.
6753
6754 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * mm-util.el (mm-ucs-to-char): New function.
6757
6758         * mm-url.el (mm-url-decode-entities): Use it.
6759
6760         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6761         unicode-to-char.
6762
6763 2009-01-05  Dave Love  <fx@gnu.org>
6764
6765         * time-date.el: Require cl for `declare'.
6766
6767 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6770         Dave Love.
6771
6772 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * message.el (message-fix-before-sending): Add `eight-bit' to
6775         illegible-text check.
6776
6777 2009-01-03  Michael Olson  <mwolson@gnu.org>
6778
6779         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6780         `headers' is nil.  This can occur if the IMAP server does not have
6781         permissions to read messages from a folder, but can write new messages
6782         to the folder.
6783         (nnimap-request-article-part): Do not insert `data' if it is nil.
6784
6785         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6786         characters which will confuse `read', so skip past them.
6787
6788 2009-01-01  Dave Love  <fx@gnu.org>
6789
6790         * imap.el (imap-string-to-integer): Fix typo.
6791         (imap-fetch-safe): New function.
6792         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6793
6794         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6795
6796         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6797         (imap-parse-greeting): Fix doc strings.
6798         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6799         (imap-parse-flag-list): Make messages unique.
6800         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6801
6802         * nnimap.el: Fix author email.
6803         (nnimap-split-rule): Add FIXME comment.
6804         (nnimap-debug): Fix doc string.
6805
6806 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6809
6810 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6813         nslookup if resolv.conf isn't available.
6814         (dns-query): Rename from query-dns.
6815         (dns-query-cached): Rename from query-dns-cached.
6816
6817 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6820         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6821         to check if those variables exist (first appeared in Emacs 18.50).
6822
6823 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * mm-util.el (mm-line-number-at-pos): New function.
6826
6827         * spam-report.el (spam-report-process-queue): Use it.
6828
6829 2008-12-24  David Engster  <dengste@eml.cc>
6830
6831         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6832         parameters that haven't existed as variables as buffer-local variables.
6833
6834 2008-12-23  Dave Love  <fx@gnu.org>
6835
6836         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6837         cadar.
6838
6839         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6840         imap-starttls-p.
6841         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6842
6843 2008-12-22  Dave Love  <fx@gnu.org>
6844
6845         * imap.el: Fix author email.  Doc fixes.
6846         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6847         reply.
6848
6849 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6850
6851         * spam-report.el (spam-report-gmane-max-requests): New constant.
6852         (spam-report-gmane-wait): New variable.
6853         (spam-report-gmane-ham, spam-report-gmane-spam)
6854         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6855         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6856         the server.
6857
6858         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6859         Add explanations.
6860
6861         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6862         nnheader-accept-process-output and nnheader-read-timeout if available.
6863         (pop3-movemail): Use it.
6864
6865         * message.el (message-check-news-body-syntax): Fix signature check if
6866         there's an attachment.
6867
6868 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * mm-util.el: Add comments to the mm- emulating functions.
6871
6872 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6875         Reported by Stephen Berman <stephen.berman@gmx.net>.
6876
6877 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * mm-util.el (mm-substring-no-properties): New function.
6880         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6881         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6882         (mm-string-to-multibyte): Doc fix.
6883
6884         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6885
6886 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6887
6888         * mml.el (mml-attach-file): Strip text properties from file name.
6889         (Bug#1574)
6890
6891 2008-12-16  Glenn Morris  <rgm@gnu.org>
6892
6893         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6894
6895 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6898         knows since the charset specified might be a bogus alias that
6899         mm-charset-synonym-alist provides.
6900
6901 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6904         "ISO_8859-1".
6905
6906         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6907
6908 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * mm-util.el (mm-charset-eval-alist):
6911         Define it before mm-charset-to-coding-system.
6912         (mm-charset-to-coding-system): Add optional argument `silent';
6913         define it before mm-charset-override-alist.
6914         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6915         default value if it can be used in Emacs currently running;
6916         silence mm-charset-to-coding-system.
6917
6918 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6921         `allow-override' which says whether to use `mm-charset-override-alist'.
6922         (rfc2047-decode-encoded-words): Use it.
6923
6924         * mm-util.el (mm-charset-override-alist): Fix custom type;
6925         add `(gb2312 . gbk)' to choices.
6926
6927 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6930         fast.
6931
6932         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6933
6934         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6935
6936 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6937
6938         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6939         on links.
6940
6941         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6942
6943 2008-12-03  Lute Kamstra  <lute@gnu.org>
6944
6945         * sha1.el: Remove leading * from docstrings of defcustoms,
6946         deffaces, defconsts and defuns.
6947
6948 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6951         users' addresses that don't have domain parts.
6952         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6953         rather than message-narrow-to-head since there will be the message
6954         header separator.
6955
6956 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6957
6958         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6959         since the result is inserted in a unibyte buffer anyway.
6960         (nnimap-demule-use-string-to-multibyte): Remove.
6961         (nnimap-demule): Alias it to mm-string-to-multibyte.
6962
6963 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6966         variable for debugging bug#464 and bug#1174.
6967         (nnimap-demule): Use it.
6968
6969 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6972         score calculation correctly.
6973
6974 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6975
6976         * message.el (message-send-mail): Just set the buffer to unibyte
6977         rather than use mm-with-unibyte-current-buffer which does a lot more.
6978         (message-send-mail-partially): Don't bother with
6979         mm-with-unibyte-current-buffer since it's already been made unibyte by
6980         message-send-mail.
6981
6982 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6983
6984         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6985
6986 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6987
6988         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6989
6990 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6993         require itself and to remove `with-no-warnings'.
6994
6995 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6996
6997         * starttls.el (starttls-any-program-available): Get the name of the
6998         available TLS layer program.
6999         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7000         well as the host name in the "opening" message.
7001
7002         * auth-source.el (auth-source-cache, auth-source-do-cache)
7003         (auth-source-user-or-password): Cache passwords and logins by default,
7004         allow override with `auth-source-do-cache'.
7005         (auth-source-forget-user-or-password): Allow users to remove cache
7006         entries if needed.
7007
7008 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7009
7010         * md4.el (md4-buffer): Fix typo in docstring.
7011         (md4, md4-64): Doc fixes.
7012         (md4-pack-int32): Reflow docstring.
7013
7014 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7015
7016         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7017         condition-case to only the forward-sexp call.
7018
7019 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7020
7021         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7022         quotes contained.  Make it more robust regardless by an extra
7023         condition-case wrapper.
7024
7025 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7028
7029 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * nnml.el (nnml-request-expire-articles): Check if the function set to
7032         `nnmail-expiry-target' returns the symbol `delete'.
7033
7034         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7035
7036         * nnmail.el (nnmail-expiry-target): Fix custom type.
7037
7038 2008-10-02  Glenn Morris  <rgm@gnu.org>
7039
7040         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7041         Silence compiler warning.
7042
7043 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7044
7045         * tls.el (open-tls-stream): Show the actual command being
7046         executed, instead of the format string.
7047
7048 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * lpath.el: Fbind codepage-setup for Emacs 23.
7051
7052 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7053
7054         * mml.el (mml-menu): Don't assume mml2015 is bound.
7055
7056 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7059         exists.
7060
7061 2008-09-27  Glenn Morris  <rgm@gnu.org>
7062
7063         * gnus-util.el (mail-header-remove-comments): Autoload it.
7064
7065 2008-09-27  Andreas Schwab  <schwab@suse.de>
7066
7067         * gnus-util.el (gnus-split-references): Strip comments.
7068         (gnus-parent-id): Likewise.
7069
7070 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * message.el (message-confirm-send): Fix version.
7073
7074 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * message.el (message-idna-to-ascii-rhs-1): Use
7077         mail-extract-address-components rather than mail-header-parse-addresses
7078         that is an alias by default to ietf-drums-parse-addresses that does not
7079         support non-ASCII names in headers' contents.
7080
7081 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7082
7083         * message.el (message-confirm-send): Fix variable documentation to
7084         avoid the "y/n" wording.
7085
7086 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7087
7088         * message.el (message-set-auto-save-file-name): Save to a different
7089         filename so multiple messages (especially drafts) can be recovered.
7090
7091 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7092
7093         * message.el (message-confirm-send): Add appropriate version.
7094
7095 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7096
7097         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7098         defvar.
7099
7100 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7101
7102         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7103         (mm-pkcs7-enveloped-magic): Ditto.
7104
7105 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7106
7107         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7108         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7109
7110 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7113         default, it's better.
7114
7115 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7116
7117         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7118         summary line gnus-number property and ignore them (with a warning
7119         message).
7120
7121 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7124         macro caddr in the interactive form since it won't be expanded.
7125
7126 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7129         `charset'; fix name of function called recursively.
7130         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7131
7132 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7135         (gnus-mime-set-charset-parameters): New function.
7136         (gnus-mime-view-part-as-charset): Use it to correctly display part
7137         specifying wrong charset.
7138
7139 2008-09-08  David Engster  <dengste@eml.cc>
7140
7141         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7142         in completing-read for back end server.
7143
7144 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7145
7146         * message.el (message-confirm-send): New variable to confirm sending a
7147         message.
7148         (message-send): Use it.
7149
7150 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7153
7154 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7157
7158 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7159
7160         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7161         prevent tracking too many groups.
7162         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7163         Use it.
7164
7165 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7166
7167         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7168         moving point to the bottom of the window in order to avoid recentering.
7169
7170 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7173
7174         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7175         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7176         (gnus-article-beginning-of-window): Fix calculation.
7177
7178 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus-msg.el (gnus-summary-supersede-article)
7181         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7182         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7183         message header.
7184
7185 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7186
7187         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7188         pending output coming after the status change.
7189
7190 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7191
7192         * message.el:
7193         * gnus-start.el:
7194         * gnus-registry.el: Remove VMS support.
7195
7196 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7199         macro.
7200         (rfc2104-hash): Use it.
7201
7202 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7205         (gnus-summary-sort-by-most-recent-date): New commands.
7206         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7207         and menu entries.
7208
7209 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7212         don't redisplay article for raw contents; remove plural articles stuff.
7213
7214         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7215         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7216         on gnus-summary-save-article; display results properly.
7217
7218 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * lpath.el: No need to fbind ns-focus-frame.
7221
7222 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7225
7226 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * gnus-art.el (gnus-summary-save-in-pipe):
7229         Consider gnus-save-all-headers.
7230
7231 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7232
7233         * gnus-util.el (ns-focus-frame): Remove declaration.
7234         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7235         like x.
7236
7237 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7238
7239         * rfc2104.el (rfc2104-zero): Delete defconst.
7240         (rfc2104-hex-alist): Likewise.
7241         (rfc2104-hex-to-int): Delete func.
7242         (rfc2104-hexstring-to-bitstring): Likewise.
7243         (rfc2104-nybbles): New defconst.
7244         (rfc2104-hash): Rewrite for speed.
7245
7246 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * tls.el (open-tls-stream): Make it work with the 2nd argument
7249         BUFFER that is a string but does not exist as a buffer object, as
7250         mentioned in the doc-string.
7251
7252 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7255         SXEmacs.
7256
7257 2008-07-16  Glenn Morris  <rgm@gnu.org>
7258
7259         * gnus-util.el (ns-focus-frame): Declare for compiler.
7260
7261 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7264         set as a group parameter.
7265         (gnus-summary-save-in-pipe): Work when it is called independently.
7266         (gnus-summary-pipe-to-muttprint): Don't modify
7267         gnus-summary-pipe-output-default-command.
7268
7269 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7270
7271         * message.el (message-send-mail-with-sendmail):
7272         Display the error message.
7273
7274 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-art.el (gnus-default-article-saver):
7277         Add gnus-summary-save-in-pipe to choices.
7278         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7279         gnus-summary-pipe-output-default-command as the default command.
7280         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7281         instead of gnus-last-shell-command.
7282
7283         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7284         New user option.
7285         (gnus-summary-muttprint-program): Mention the value will be changed.
7286         (gnus-summary-save-article): Force showing of all headers.
7287         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7288
7289 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7290
7291         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7292
7293 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7294
7295         * nnimap.el (nnimap-id):
7296         * sieve-manage.el (sieve-manage-open): Doc fixes.
7297
7298 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7299
7300         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7301         if available.
7302
7303 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7304
7305         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7306
7307         * nnkiboze.el (nnkiboze-generate-group):
7308         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7309
7310         * nnmairix.el: Require CL.
7311
7312 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * dgnushack.el: Autoload get-display-table and put-display-table for
7315         XEmacs 21.5.
7316
7317         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7318         21.4 and SXEmacs.
7319
7320 2008-06-15  David Engster  <dengste@eml.cc>
7321
7322         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7323
7324 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7325
7326         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7327         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7328         runtime choice under XEmacs.
7329
7330         * gnus-sum.el (gnus-summary-set-display-table):
7331         Use `gnus-put-display-table', `gnus-get-display-table',
7332         `gnus-set-display-table' for the display table, instead of `aset'.
7333
7334         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7335         Use `gnus-put-display-table', `gnus-get-display-table',
7336         `gnus-set-display-table' for the display table.
7337
7338 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * nnmairix.el: Add autoloads.
7341
7342 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * nnmairix.el (nnmairix-delete-recreate-group)
7345         (nnmairix-update-and-clear-marks): Fix error messages.
7346
7347 2008-06-14  David Engster  <dengste@eml.cc>
7348
7349         * nnmairix.el: Upgrade to version 0.6.
7350         (nnmairix-group-toggle-propmarks-this-group)
7351         (nnmairix-group-toggle-readmarks-this-group)
7352         (nnmairix-group-delete-recreate-this-group)
7353         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7354         (nnmairix-remove-tick-mark-original-article): New commands.
7355         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7356         (nnmairix-propagate-marks-to-nnmairix-groups)
7357         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7358         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7359         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7360         functions needed for marks propagation and manipulation of read marks.
7361         (nnmairix-update-groups): New function.
7362         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7363         (nnmairix-determine-original-group-from-registry)
7364         (nnmairix-determine-original-group-from-path)
7365         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7366         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7367         New helper functions.
7368         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7369         keystrokes for new commands.
7370         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7371         (nnmairix-request-group): Check allow-fast group parameter.
7372         (nnmairix-request-create-group): Set allow-fast group parameter if
7373         nnmairix-allowfast-default is set.
7374         (nnmairix-close-group): Propagate marks upon closing if needed.
7375         (nnmairix-group-toggle-threads-this-group): Use new.
7376         nnmairix-group-toggle-parameter helper function.
7377         (nnmairix-search): Better check for empty search result.
7378         (nnmairix-goto-original-article): Use new helper functions for
7379         determining original article.
7380         (nnmairix-show-original-article): Make sure message-id is in brackets.
7381         (nnmairix-call-mairix-binary): Change variable name.
7382         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7383         helper function.
7384         (nnmairix-widget-toggle-activate): Fix doc string.
7385
7386 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * nnir.el: Require edmacro when compiling with XEmacs.
7389         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7390         available in Emacs 21.
7391
7392 2008-06-11  Glenn Morris  <rgm@gnu.org>
7393
7394         * gnus-util.el (x-focus-frame):
7395         * gnus.el (image-size):
7396         * mm-decode.el (image-size): Declare.
7397
7398         * gnus-picon.el (declare-function): Add compat definition.
7399         (image-size): Declare.
7400
7401         * gnus-group.el (tool-bar-map):
7402         * gnus-sum.el (tool-bar-map): Define for compiler.
7403
7404         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7405
7406         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7407
7408         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7409         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7410         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7411         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7412         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7413         * sieve-manage.el, spam-report.el, spam.el:
7414         Remove unnecessary eval-and-compile of autoloads.
7415
7416 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7417
7418         * auth-source.el: Precise Tramp doc.
7419
7420 2008-06-07  Glenn Morris  <rgm@gnu.org>
7421
7422         * nnmairix.el: Remove unnecessary eval-when-compile.
7423
7424 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * lpath.el: Fbind propertize for XEmacs 21.4.
7427
7428 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * nnir.el: Move here from ../contrib.
7431
7432 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7433
7434         * gnus-util.el (gnus-read-shell-command): New function.
7435         * mm-decode.el (mm-pipe-part):
7436         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7437
7438 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7441
7442 2008-06-03  Glenn Morris  <rgm@gnu.org>
7443
7444         * pop3.el (nnheader-accept-process-output): Autoload it.
7445
7446 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7449         are not 2-digit hexadecimal characters that follow `%'s.
7450
7451 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * message.el (message-bogus-recipient-p): Fix type in doc string.
7454         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7455         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7456         Improve custom options.
7457         (message-bogus-recipient-p): Adjust accordingly.
7458
7459 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7460
7461         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7462         long-form month and day names.
7463
7464 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * dgnushack.el: Autoload debug, eudc-expand-inline and
7467         pgg-snarf-keys-region for XEmacs.
7468
7469         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7470
7471         * nnmairix.el: Require edmacro when compiling with XEmacs.
7472
7473 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7476         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7477
7478 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7479
7480         * auth-source.el: Add more docs.
7481
7482         * netrc.el (netrc-machine): Always match if the port is not given.
7483
7484 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7485
7486         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7487         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7488         retrieval faster in some cases, but might make CPU usage larger.
7489         If this has any bad side effects, we might revert this change.
7490
7491         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7492         seems to make mail retrieval much, much faster.
7493         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7494         unconditionally.
7495
7496         * gnus-draft.el (gnus-group-send-queue):
7497         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7498
7499 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7502
7503         * message.el (message-bogus-address-regexp): Fix and improve custom
7504         type.
7505         (message-setup-hook): Add message-check-recipients as custom option.
7506
7507 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * message.el (message-cite-function): Remove bogus autoload which crept
7510         in during merge from v5-10.
7511
7512 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7513
7514         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7515
7516         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7517
7518         * auth-source.el: Preliminary Tramp docs.
7519         (auth-sources): Change the default auth-sources to use
7520         EPA .gpg files.
7521
7522 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7523
7524         * nntp.el: Autoload `auth-source-user-or-password'.
7525         (nntp-send-authinfo): Use it.
7526
7527         * nnimap.el: Autoload `auth-source-user-or-password'.
7528         (nnimap-open-connection): Use it.
7529
7530         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7531         for the gnus-message function.
7532         (auth-source-user-or-password): Use it.
7533
7534 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7535
7536         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7537         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7538         (rfc2104-hash): Use it.
7539
7540 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7541
7542         * gnus-art.el (gnus-article-toggle-truncate-lines):
7543         Don't use `iff' in docstring.
7544
7545 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7546
7547         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7548
7549         * gnus-util.el (gnus-extract-address-component-name)
7550         (gnus-extract-address-component-email): Convenience functions around
7551         `gnus-extract-address-components'.
7552
7553         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7554         Use `gnus-extract-address-component-email' to fix bug of comparing full
7555         sender name to `user-mail-address'.
7556
7557 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7558
7559         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7560         catch/throw to optimize.
7561         (gnus-registry-find-keywords): Just use member to find a keyword.
7562
7563 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7564
7565         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7566         is current before calling gnus-server-prepare.
7567         (gnus-server-setup-buffer, gnus-server-update-server)
7568         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7569
7570 2008-05-04  Juri Linkov  <juri@jurta.org>
7571
7572         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7573         (mailcap-file-default-commands): Use mailcap-replace-in-string
7574         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7575         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7576
7577 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7578
7579         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7580
7581 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7582
7583         * gnus.el: Bump version to 0.11.
7584
7585 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7586
7587         * gnus.el: No Gnus v0.10 is released.
7588
7589 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7592         hooks.
7593         (gnus-update-read-articles): Speed up non-marks-using users.
7594         (gnus-use-marks): Define gnus-use-marks.
7595         (gnus-propagate-marks): Rename variable to something more sensible.
7596
7597 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7598
7599         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7600         (gmm-image-load-path-for-library): Fix typos in docstrings.
7601         (gmm-message): Reflow docstring.
7602
7603 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7604
7605         * mail-source.el (mail-source-set-1, mail-source-bind):
7606         Move auth-source code out of the macro to clean it up and fix bugs.
7607
7608 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7609
7610         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7611         by sender if it's equal to user-mail-address, it's likely to be
7612         useless.
7613
7614         * mail-source.el (mail-source-bind): Don't use user or password if they
7615         are not bound.  Unintern them if they are nil.  Don't use server unless
7616         it's bound, and default it to empty string otherwise.
7617
7618 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7619
7620         * mail-source.el: Load auth-source.el.
7621         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7622         get user name or password, if auth-sources is set up.
7623
7624         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7625         strategy of splitting with parent.
7626         (gnus-registry-split-fancy-with-parent)
7627         (gnus-registry-post-process-groups): Use it and fix prior
7628         bug (returning a list as the split result).
7629
7630         * auth-source.el (auth-sources): Remove server parameter.
7631         (auth-source-pick, auth-source-user-or-password)
7632         (auth-source-user-or-password-imap)
7633         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7634         (auth-source-user-or-password-sftp)
7635         (auth-source-user-or-password-smtp): Remove server parameter.
7636
7637 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7638
7639         * smime.el (smime-sign-region, smime-encrypt-region)
7640         (smime-decrypt-region):
7641         Remove redundant calls to `generate-new-buffer-name'.
7642
7643 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7644
7645         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7646         Don't use QP for message/rfc822.
7647         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7648
7649 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7650
7651         * sieve-manage.el (sieve-string-bytes): Remove.
7652         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7653         correct byte-length only if the process's coding-system is the same as
7654         the one used internally by Emacs to represent strings.
7655
7656 2008-04-22  Juri Linkov  <juri@jurta.org>
7657
7658         * mailcap.el (mailcap-file-default-commands): New function.
7659
7660 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * message.el (message-signature-separator, message-cite-function):
7663         Change custom version.
7664
7665 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7666
7667         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7668         commands.
7669         (tls-checktrust): Ditto.
7670
7671 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * mm-decode.el (mm-display-external): Make temp file read-only.
7674
7675 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7678         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7679         `C-c C-f d'.
7680
7681 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7682
7683         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7684
7685 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * gnus.el: Bump version to 0.9.
7688
7689 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gnus.el: No Gnus v0.8 is released.
7692
7693 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7694
7695         * mail-source.el (mail-source-value):
7696         Prefer fboundp to functionp so it works with macros as well.
7697
7698 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7699
7700         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7701         Fix last change in case the element is not even a symbol.
7702
7703 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7704
7705         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7706         Prefer fboundp to functionp so it works with macros as well.
7707
7708 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7709
7710         * auth-source.el: Add docs.
7711         (auth-sources): Modify format to support server.
7712         (auth-source-pick, auth-source-user-or-password)
7713         (auth-source-user-or-password-imap)
7714         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7715         (auth-source-user-or-password-sftp)
7716         (auth-source-user-or-password-smtp): Add server parameter.
7717
7718 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7719
7720         * gnus-registry.el: Initialize the registry when gnus-registry-install
7721         is t.
7722
7723 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * compface.el (uncompface): Make buffer unibyte.
7726
7727 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7728
7729         * mail-source.el (mail-source-value):
7730         Prefer fboundp to functionp so it works with macros as well.
7731
7732 2008-04-05  Glenn Morris  <rgm@gnu.org>
7733
7734         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7735
7736 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7737
7738         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7739         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7740
7741         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7742         multibyteness after rather than before erasing it.
7743
7744         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7745         mm-with-multibyte.
7746         (gnus-request-article-this-buffer): Make sure the proper decoding is
7747         used if gnus-original-article-buffer happens to be unibyte.
7748
7749         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7750         default-enable-multibyte-characters.
7751
7752         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7753         default-enable-multibyte-characters.
7754
7755         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7756
7757         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7758
7759 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7760
7761         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7762         Fix last change in case the element is not even a symbol.
7763
7764 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7765
7766         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7767         (imap-message-copyuid-1): Use it.
7768         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7769         J. Williams in
7770         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7771
7772         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7773         imap-enable-exchange-bug-workaround.
7774         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7775
7776 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7777
7778         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7779         a 100 byte status-checks into a 2-3MB transfer for each group.
7780         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7781         to enable bug workaround or not.
7782         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7783
7784 2008-03-31  Glenn Morris  <rgm@gnu.org>
7785
7786         * message.el (mml2015-use): Declare for compiler.
7787         (message-info): Require mml2015 when appropriate.
7788
7789 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7792         whitespace.
7793
7794 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7795
7796         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7797         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7798         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7799         (nntp-service-to-port): New function.
7800         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7801         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7802         (nntp-open-netcat-stream): New function.
7803         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7804
7805 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7806
7807         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7808
7809 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7810
7811         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7812
7813 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7814
7815         * dns.el (dns-write): Use set-buffer-multibyte.
7816
7817 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7818
7819         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7820
7821 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * message.el (message-signature-separator): Change default.
7824         Improve custom type.
7825         (message-cite-function): Change default to
7826         message-cite-original-without-signature.
7827
7828         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7829         toggle.
7830
7831         * message.el (message-check-news-body-syntax): Fix signature check.
7832         (message-setup-1): Mark buffer as unmodified _after_ running
7833         message-setup-hook and handling message-alternative-emails.
7834         (message-shorten-references): Be more strict when building list of
7835         valid references to comply with GNKSA.
7836
7837         * gnus-group.el (gnus-read-ephemeral-bug-group)
7838         (gnus-read-ephemeral-debian-bug-group)
7839         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7840
7841         * message.el (message-info): Don't use booleanp which isn't supported
7842         in Emacs 21 and XEmacs.
7843
7844 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7847         gnus-group-gmane-group-download-format.
7848         (gnus-group-read-ephemeral-gmane-group): Rename from
7849         gnus-group-read-ephemeral-gmane-group.
7850         (gnus-read-ephemeral-gmane-group-url): Rename from
7851         gnus-group-read-ephemeral-gmane-group-url.
7852         (gnus-bug-group-download-format-alist): New variable.
7853         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7854         (gnus-read-ephemeral-emacs-bug-group): New commands.
7855
7856 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7859         (gnus-visible-headers): Improve custom type.
7860
7861 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7862
7863         * mml.el (mml-menu): Add workarounds for XEmacs.
7864
7865         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7866         X-Boundary header.
7867
7868         * message.el (message-simplify-recipients): Fix previous commit.
7869
7870 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7871
7872         * mm-util.el (mm-set-buffer-multibyte): New function.
7873         * mm-decode.el (mm-copy-to-buffer): Use it.
7874
7875         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7876         Prefer fboundp to functionp so it works with macros as well.
7877
7878 2008-03-19  Glenn Morris  <rgm@gnu.org>
7879
7880         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7881         Accidentally removed in the sync process with Emacs.
7882
7883 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * message.el (message-alter-recipients-discard-bogus-full-name):
7886         New function.
7887         (message-alter-recipients-function): New variable.
7888         (message-get-reply-headers): Use it.
7889         (message-replace-header): New helper function.
7890         (message-recipients-without-full-name): New variable.
7891         (message-simplify-recipients): New command.
7892
7893         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7894
7895         * message.el (message-info): Handle EasyPG manual.
7896
7897         * mml.el (mml-menu): Add entry for EasyPG.
7898
7899 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7900
7901         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7902         parameter.
7903
7904         * message.el (message-disassociate-draft): Specify drafts group name
7905         fully.
7906
7907 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7908
7909         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7910         Eliminate unnecessary duplicates from the match list.
7911
7912 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7915
7916         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7917
7918         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7919         args of `how-many' of which the XEmacs version doesn't take; declare
7920         Info-index-next as function.
7921
7922 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7923
7924         * gnus-score.el (gnus-score-headers): Fix handling of
7925         gnus-inhibit-slow-scoring.
7926
7927         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7928         string.
7929         (gnus-button-url-regexp): Improve handling of parenthesis.
7930         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7931         (gnus-button-handle-info-keystrokes): Handle index entries.
7932
7933 2008-03-15  Glenn Morris  <rgm@gnu.org>
7934
7935         * parse-time.el (parse-time-string): Simplify.
7936
7937 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7940         Incoming* files.
7941
7942 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7943
7944         * auth-source.el (auth-sources): Rename from auth-source-choices.
7945         (auth-source-pick): Use it.
7946
7947 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7948
7949         * binhex.el (binhex-decode-region-internal):
7950         * uudecode.el (uudecode-decode-region-internal):
7951         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7952         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7953         setting default-enable-multibyte-characters.
7954
7955 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7956
7957         * auth-source.el (auth-source-protocols)
7958         (auth-source-protocols-customize, auth-source-choices): Add and
7959         modified variable customizations and defaults.
7960         (auth-source-pick, auth-source-user-or-password)
7961         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7962         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7963         (auth-source-user-or-password-sftp)
7964         (auth-source-user-or-password-smtp): Use new variables and provide an
7965         interface to netrc.el.
7966
7967 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7970         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7971         Make sure the nntp port to specify is a string.
7972
7973 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7974
7975         * nntp.el: Use with-current-buffer.
7976         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7977         dubious mm-with-unibyte-current-buffer.
7978         (nntp-with-open-group-function): New function extracted from
7979         nntp-with-open-group macro.
7980         (nntp-with-open-group): Use the function, so it's easier to debug.
7981         Add indentation and debugging info.
7982         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7983         Recommend the use of the netcat alternatives.
7984
7985         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7986         Avoid mm-string-as-multibyte as well.
7987
7988         * nnweb.el (nnweb-insert-html):
7989         Remove use of nnheader-string-as-multibyte.
7990
7991         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7992         (nnheader-string-as-multibyte): Remove.
7993
7994         * mm-view.el: Use inhibit-read-only.
7995         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7996         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7997         or unibyte-string.
7998
7999         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8000         (mm-uu-yenc-extract): Use with-current-buffer.
8001
8002         * gnus-soup.el (gnus-soup-send-packet): Don't use
8003         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8004
8005         * nnmh.el: Use with-current-buffer.
8006         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8007         mm-string-as-multibyte on the output of mm-encode-coding-string.
8008
8009         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8010         (nnimap-request-move-article): Use with-current-buffer.
8011
8012         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8013         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8014         conversion uses string-make-unibyte rather than string-as-unibyte.
8015
8016         * gnus-msg.el: Use with-current-buffer.
8017
8018         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8019
8020 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8021
8022         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8023         string for caching if it is 'PIN.
8024
8025 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * lpath.el: Consider the case without Emacs/W3.
8028
8029 2008-03-08  Glenn Morris  <rgm@gnu.org>
8030
8031         * time-date.el (date-to-time, time-subtract, time-add)
8032         (safe-date-to-time): Doc fixes.
8033
8034 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * mail-source.el (mail-source-delete-old-incoming-confirm):
8037         Change default to nil.
8038         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8039
8040 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * lpath.el: Rearrange.
8043
8044         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8045         (gnus-article-goto-prev-page): Work for articles having ^L's.
8046
8047         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8048
8049         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8050
8051 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8052
8053         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8054         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8055         (gnus-bookmark-jump): Adjust some variable names.
8056
8057 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8058
8059         * auth-source.el: New package.
8060         (auth-source-choices): Add customization entry point variable.
8061
8062         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8063         bug.
8064
8065 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8066
8067         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8068         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8069         (gnus-registry-install-shortcuts): Rename from
8070         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8071         the `gnus-registry-mark-map' keymap dynamically from
8072         `gnus-registry-marks'.  The generated functions update the summary line
8073         when a registry mark is added or deleted, and will call
8074         `gnus-registry-install-p' (see the comments in the code).
8075         (gnus-registry-user-format-function-M): Use concat intelligently.
8076
8077         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8078         the registry mark functions.
8079
8080 2008-03-05  Glenn Morris  <rgm@gnu.org>
8081
8082         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8083         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8084         gnus-art.
8085         (top-level): No need to load own source when compiling.
8086
8087 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8090         Suggested by <chris.anderton@zetnet.co.uk>.
8091
8092 2008-03-04  Glenn Morris  <rgm@gnu.org>
8093
8094         * gnus-sum.el (top-level): No need to require gnus when compiling,
8095         since unconditionally required near start of file.
8096         (gnus-summary-display-while-building): Move definition before use.
8097
8098 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8099
8100         * gnus-registry.el (gnus-registry-user-format-function-M):
8101         Add formatting function.
8102
8103 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8104
8105         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8106         with plists.
8107         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8108         Use new format.
8109
8110 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8113         `where-is-internal' that returns a range of key sequences.
8114
8115 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8116
8117         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8118
8119         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8120         (gnus-summary-jump-to-group): Consider windows on other displayed
8121         frames as well.  Similar changes might be needed elsewhere, but that's
8122         the one I've bumped into during my use.
8123
8124         * nndoc.el (nndoc-oe-dbx-type-p):
8125         * gnus-msg.el (gnus-debug):
8126         * gnus-group.el (gnus-update-group-mark-positions):
8127         Use mm-string-to-multibyte.
8128
8129 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8132         doesn't handle NotDashEscaped.
8133
8134         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8135         (mml-dnd-attach-options): Fix typo in custom choice.
8136
8137         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8138         Change nndoc-article-type to mbox.
8139         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8140
8141         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8142         to nil, instead of html2text.
8143
8144         * imap.el (imap-debug): Add `imap-ping-server'.
8145
8146         * gnus-bookmark.el: Add FIXMEs.
8147
8148         * message.el (message-form-letter-separator)
8149         (message-send-form-letter-delay): New variables.
8150         (message-send-form-letter): Use them.  New command to send form
8151         letters.  Requested by Uwe Siart.
8152         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8153
8154 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8155
8156         * Update copyright years.
8157
8158 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         Sync from EMACS_22_BASE.
8161
8162         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8163
8164 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8165
8166         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8167         empty author.
8168
8169 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8170
8171         * gnus-registry.el (gnus-registry-marks): Add variable for
8172         customization of marks and their appearance.
8173         (gnus-registry-read-mark): Use it.
8174         (gnus-registry-do-marks): Add utility function to loop through
8175         `gnus-registry-marks'.
8176         (gnus-registry-install-shortcuts-and-menus): Add function to install
8177         shortcuts and menus.
8178         (gnus-registry-initialize): Use it.
8179         (gnus-registry-default-mark): Clarify documentation.
8180
8181 2008-02-29  Glenn Morris  <rgm@gnu.org>
8182
8183         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8184         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8185         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8186         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8187         Change defcustom :version from 23.0 to 23.1.
8188
8189 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8190
8191         * gnus-registry.el (gnus-registry-follow-group-p)
8192         (gnus-registry-post-process-groups): Add functions to aid registry
8193         splitting and improve logging.  Clarify behavior in function
8194         documentation.
8195         (gnus-registry-split-fancy-with-parent): Use them.
8196
8197 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8198
8199         * gnus-art.el: Use with-current-buffer.
8200
8201 2008-02-27  David Engster  <dengste@eml.cc>
8202
8203         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8204         Express real group name in the response.
8205
8206 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8209         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8210         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8211         autoload gnus-registry-fetch-group when compiling.
8212         (nnmairix-request-group-with-article-number-correction):
8213         Remove unreferenced argument passed to nnmairix-call-backend.
8214
8215 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8218         (mm-uu-extract): Improve face for low color ttys.
8219         Reported by Sascha Wilde.
8220
8221 2008-02-27  Glenn Morris  <rgm@gnu.org>
8222
8223         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8224         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8225         variables to defconsts.  Convert comments to doc-strings.
8226         (nnmairix-last-server, nnmairix-current-server): Convert from free
8227         variables to defvars.  Convert comments to doc-strings.
8228         (gnus-registry-fetch-group): Autoload.
8229         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8230         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8231         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8232         caddr.
8233         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8234         nnmairix-request-group-with-article-number-correction call.
8235         (nnmairix-fast, nnmairix-group): New, less general names, for free
8236         variables passed from nnmairix-request-group to
8237         nnmairix-request-group-with-article-number-correction.  Declare.
8238         (nnmairix-request-group-with-article-number-correction):
8239         Use nnmairix-fast, nnmairix-group rather than fast, group.
8240
8241 2008-02-26  David Engster  <dengste@eml.cc>
8242
8243         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8244         version 0.5.
8245
8246 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8247
8248         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8249         instead of making an extra function call.  Don't add the current group
8250         to articles only when they have the group.  Use
8251         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8252         Reported by David <de_bb@arcor.de>.
8253
8254 2008-02-24  Miles Bader  <miles@gnu.org>
8255
8256         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8257         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8258         (mm-find-mime-charset-region):
8259         * mm-bodies.el (mm-encode-body):
8260         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8261
8262 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8265         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8266
8267 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * mail-source.el (mail-source-delete-incoming): Change default.
8270         Supplement doc string.
8271
8272         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8273
8274 2008-02-14  Glenn Morris  <rgm@gnu.org>
8275
8276         * time-date.el (format-seconds): New function.
8277
8278 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * nnmail.el (nnmail-message-id-cache-file): Derive from
8281         `gnus-home-directory'.
8282
8283 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8286         Document negative prefix.
8287
8288         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8289
8290 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8291
8292         * message.el (message-unsent-separator): Add the Exim bounce
8293         separator.
8294
8295 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8296
8297         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8298         list.
8299         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8300         recipient/signer list.
8301
8302 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * Makefile.in (datarootdir): Define.
8305         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8306         name that might contain whitespace.
8307
8308 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8311         fbound (Emacs 23 unicode), signal an error.
8312
8313 2008-02-08  Glenn Morris  <rgm@gnu.org>
8314
8315         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8316
8317 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8318
8319         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8320         ports to the calls to `netrc-machine-user-or-password' in addition to
8321         "imap" and "imaps".
8322
8323 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8324
8325         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8326
8327         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8328
8329 2008-02-01  Kenichi Handa  <handa@m17n.org>
8330
8331         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8332         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8333         (rfc2104-hash): Convert the result of concat to unibyte string.
8334
8335 2008-02-01  Dave Love  <fx@gnu.org>
8336
8337         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8338         coding-system-for-read.
8339         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8340
8341 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8344         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8345         <hanche@math.ntnu.no>.
8346
8347 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8350
8351         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8352
8353 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8354
8355         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8356         * message.el (message-beginning-of-line): Use featurep instead of bound
8357         tests in order to resolve conditionals at compile time.
8358
8359 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8360
8361         * mail-source.el (mail-sources): Add `group' choice.
8362
8363         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8364         parameter `in-group' to control into which group the articles go.
8365         Add treatment of `group' mail-source.
8366
8367 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8370
8371         * mm-decode.el (mm-dissect-buffer): Decode description.
8372
8373         * mml.el (mml-to-mime): Encode message header first.
8374
8375 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8378         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8379
8380         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8381         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8382
8383 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8384
8385         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8386
8387 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8390         prefix keys.
8391         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8392         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8393         gnus-xmas.el.
8394
8395         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8396         (gnus-xmas-article-describe-bindings): New function.
8397         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8398         gnus-xmas-article-describe-bindings.
8399
8400         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8401
8402 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8403
8404         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8405         Add new variables for article mark management.
8406         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8407         list of extra data entries which, when present, will indicate that the
8408         article ID should not be trimmed from the registry.
8409         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8410         functions.
8411         (gnus-registry-read-mark): New function to read a mark name from the
8412         user.
8413         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8414         (gnus-registry-set-article-mark-internal): New functions to add and
8415         remove marks.
8416         (gnus-registry-get-article-marks): New function to show the marks for
8417         an article, or retrieve them for further use.
8418
8419 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8422         keys when no argument is given.
8423
8424 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * imap.el (imap-ping-server): New variable.
8427         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8428         (imap-ping-server): Minor doc string fixes.
8429
8430 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8431
8432         * imap.el (imap-ping-server): New function.
8433         (imap-opened): Call imap-ping-server.
8434
8435 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * gnus-sum.el (gnus-article-sort-by-random)
8438         (gnus-thread-sort-by-random): Fix doc strings.
8439         Reported by jidanni@jidanni.org.
8440
8441 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-art.el (gnus-article-describe-bindings): New function.
8444         (gnus-article-read-summary-keys): Use it.
8445         (gnus-article-mode-map): Bind `C-h b' to it.
8446
8447 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8450         XEmacs.
8451         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8452         Protect against non-character events.
8453
8454         * lpath.el: Fbind map-keymap for Emacs 21.
8455
8456 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8459         New command.
8460         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8461         instead of END.  Change name of the temp file.
8462         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8463         customizable.
8464
8465 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8468         bind `S W' to gnus-article-wide-reply-with-original; set default
8469         binding to gnus-article-read-summary-send-keys.
8470         (gnus-article-read-summary-keys): Fix the order of keys; display
8471         continuation keys correctly in the echo area; describe bindings
8472         correctly when keys end with `C-h'.
8473         (gnus-article-read-summary-send-keys): New function.
8474         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8475         Work for gnus-article-read-summary-send-keys; display continuation keys
8476         correctly in the echo area.
8477         (gnus-article-reply-with-original): Ignore prefix argument.
8478         (gnus-article-wide-reply-with-original): New function.
8479
8480         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8481         Emacs 21.
8482
8483 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8486         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8487
8488 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8491         (gnus-group-read-ephemeral-gmane-group): New command.
8492
8493 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8494
8495         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8496
8497 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * message.el (message-send-mail-function): Increase custom version.
8500
8501         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8502         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8503
8504 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8505
8506         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8507         for the cases where imap-authenticate is called with a nil buffer
8508         parameter.
8509
8510 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8513         html parts correctly; support forwarded messages.
8514         (gnus-article-browse-html-article): Remove work buffers.
8515
8516         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8517         compiling.
8518         (netrc-bound-and-true-p): New macro.
8519         (netrc-parse): Use it instead of bound-and-true-p that is not available
8520         in XEmacs 21.4.
8521
8522 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8523
8524         * gnus-registry.el (gnus-registry-mark-article)
8525         (gnus-registry-article-marks): Add functionality to mark articles
8526         through the Gnus registry.
8527
8528         * encrypt.el: Clarify documentation for the new pgg method.
8529         (encrypt-file-alist): Add PGG option.
8530         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8531         functionality.  Abstract password key and messaging to external
8532         functions.
8533         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8534         (encrypt-message-method-and-cipher): Add new convenience external
8535         functions.
8536         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8537         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8538
8539         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8540         (netrc-parse): Use encrypt-file-alist to determine if
8541         encrypt-find-model or encrypt-insert-file-contents should be used.
8542
8543         * encrypt.el: Clarify documentation.  Load password-cache or
8544         password, whichever one is found first, instead of autoloading.
8545
8546 2007-12-19  Glenn Morris  <rgm@gnu.org>
8547
8548         * mml.el (message-options-set, message-narrow-to-head)
8549         (message-in-body-p, message-mail-p, message-encode-message-body):
8550         Autoload.
8551         (message-remove-header, message-narrow-to-headers-or-head)
8552         (message-subscribed-p, message-make-mail-followup-to)
8553         (message-position-on-field, message-news-p)
8554         (message-options-set-recipient, message-generate-headers)
8555         (message-sort-headers): Declare as functions.
8556
8557 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8560         convention in doc string.
8561
8562 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8565         title to html parts.
8566         (gnus-article-browse-html-article): Pass message header to it.
8567
8568         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8569
8570 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8573         or password compatible with XEmacs.
8574
8575 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8578         format document.
8579         (gnus-mime-delete-part): Don't write description line if empty.
8580         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8581
8582 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8583
8584         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8585         (gnus-summary-mark-read-and-unread-as-read)
8586         (gnus-summary-mark-current-read-and-unread-as-read)
8587         (gnus-summary-mark-unread-as-ticked): Doc fix.
8588         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8589
8590 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8593         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8594
8595 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8598         yes-or-no-p.
8599
8600 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * mm-decode.el (mm-add-meta-html-tag): New function.
8603         (mm-save-part-to-file, mm-pipe-part): Use it.
8604
8605         * gnus-art.el (gnus-article-browse-delete-temp-files):
8606         Use gnus-y-or-n-p instead of y-or-n-p.
8607         (gnus-article-browse-html-parts): Work with message/external-body; use
8608         mm-add-meta-html-tag.
8609
8610 2007-12-11  Glenn Morris  <rgm@gnu.org>
8611
8612         * gnus-cache.el: Require gnus-sum not just when compiling.
8613
8614         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8615
8616         * gnus-int.el (gnus-server-opened, gnus-status-message):
8617         Move definitions before use.
8618
8619         * mm-decode.el: Require gnus-util.
8620         (mm-remove-part): Only call delete-annotation on XEmacs.
8621
8622         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8623
8624         * nnmail.el: Require gnus-int.
8625
8626         * spam.el: Move `require's before `eval-when-compile's.
8627
8628         * gnus-ems.el (gnus-alive-p):
8629         * gnus-fun.el (message-goto-eoh):
8630         * gnus-util.el (gnus-group-name-decode):
8631         * mail-source.el (gnus-compress-sequence):
8632         * message.el (Info-goto-node, format-spec):
8633         * mm-bodies.el (message-options-get):
8634         * mm-decode.el (mm-view-pkcs7):
8635         * mm-util.el (gmm-write-region):
8636         * mml-smime.el (mml-compute-boundary)
8637         (gnus-completing-read-with-default):
8638         * mml.el (widget-button-press, gnus-make-hashtable):
8639         * mml1991.el (mm-decode-content-transfer-encoding)
8640         (mm-encode-content-transfer-encoding)
8641         (message-options-get, message-options-set):
8642         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8643         * nnfolder.el (gnus-request-group):
8644         * nnheader.el (ietf-drums-unfold-fws):
8645         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8646         * smime.el (gnus-run-mode-hooks):
8647         * spam-stat.el (gnus-message): Autoload.
8648
8649         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8650         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8651         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8652         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8653         Add declare-function compatibility definition.
8654
8655         * gnus-cache.el (nnvirtual-find-group-art):
8656         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8657         (gnus-add-image, gnus-add-wash-type):
8658         * gnus-group.el (nnkiboze-score-file):
8659         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8660         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8661         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8662         (message-tokenize-header, gnus-get-buffer-create)
8663         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8664         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8665         * gnus.el (gnus-group-decoded-name):
8666         * mail-source.el (imap-capability):
8667         * mm-bodies.el (message-options-set):
8668         * mm-decode.el (gnus-configure-windows):
8669         * mm-extern.el (message-goto-body):
8670         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8671         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8672         (epg-sub-key-validity, message-options-set):
8673         * mml.el (widget-event-point, gnus-configure-windows):
8674         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8675         * mml2015.el (epg-check-configuration, epg-configuration)
8676         (message-options-set):
8677         * nndb.el (nndb-request-article):
8678         * nnfolder.el (gnus-request-create-group):
8679         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8680         * nnmaildir.el (gnus-group-mark-article-read):
8681         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8682         * rfc1843.el (message-fetch-field):
8683         * spam.el (gnus-extract-address-components):
8684         Declare as functions.
8685
8686 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8689
8690         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8691
8692         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8693         bind show-trailing-whitespace for XEmacs.
8694
8695 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8698         new no-op macro for backward compatibility.
8699
8700         * imap.el (imap-string-to-integer): New function.
8701
8702 2007-12-09  Glenn Morris  <rgm@gnu.org>
8703
8704         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8705
8706         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8707         * message.el, mm-view.el, sieve-manage.el, smime.el:
8708         Add declare-function compatibility definition.
8709
8710         * gnus-art.el (w3-region, w3m-region, Info-menu):
8711         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8712         * gnus-sum.el (gnus-get-predicate):
8713         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8714         * message.el (mail-abbrev-in-expansion-header-p):
8715         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8716         (w3m-detect-meta-charset, w3m-region):
8717         * sieve-manage.el (password-read, password-cache-add)
8718         (password-cache-remove):
8719         * smime.el (password-read-and-add): Declare as functions.
8720
8721 2007-12-08  David Kastrup  <dak@gnu.org>
8722
8723         * gnus-sum.el (gnus-summary-simplify-subject-query):
8724         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8725         `message'.
8726
8727 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8730         it to bind idna-program, installation-directory, defined-colors, and
8731         face-attribute for XEmacs of the version that compiles defcustom forms.
8732
8733 2007-12-07  Glenn Morris  <rgm@gnu.org>
8734
8735         * gnus-art.el (article-make-date-line): Revert previous change.
8736
8737 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8740
8741 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8742
8743         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8744         Call gnus-add-to-range ranges only once with a prepared article-list.
8745
8746 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8747
8748         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8749         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8750         group names with backslashes.
8751         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8752
8753 2007-12-06  Deepak Goel  <deego3@gmail.com>
8754
8755         * gnus-art.el (article-make-date-line):
8756         * gnus-start.el (gnus-load):
8757         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8758
8759 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * gnus-art.el (gnus-use-idna)
8762         * gnus-start.el (gnus-site-init-file)
8763         * message.el (message-use-idna)
8764         * mm-uu.el (mm-uu-hide-markers)
8765         * smiley.el (smiley-style): Revert changes that suppress warnings.
8766
8767 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8770         specify charset to html source.
8771         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8772
8773 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8776         idna-program in order to suppress byte compile warning issued by XEmacs
8777         that came to byte compile the default value section of defcustom forms
8778         recently.
8779
8780         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8781         value of installation-directory.
8782
8783         * message.el (message-use-idna): Don't directly refer to the value of
8784         idna-program.
8785
8786         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8787
8788         * smiley.el (smiley-style): Don't directly call face-attribute.
8789
8790 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8793
8794         * gnus-dired.el: Reduce Gnus dependencies.
8795         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8796         Don't require.  Use autoloads instead.
8797         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8798         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8799         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8800         (gnus-dired-mode): Adjust doc string.
8801         (gnus-dired-mail-mode): New variable.
8802         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8803         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8804         (gnus-dired-mail-buffers): New function.  Return mail or message
8805         composition buffers.
8806         (gnus-dired-attach): Use it.
8807         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8808         NO-DECODE.
8809         (gnus-dired-print): Use `gnus-print-buffer' depending on
8810         `gnus-dired-mail-mode'.
8811
8812 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * rfc2047.el (rfc2047-encoded-word-regexp)
8815         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8816         explaining what regexp patterns are for.
8817
8818 2007-12-04  Glenn Morris  <rgm@gnu.org>
8819
8820         * password.el: Move to password-cache.el.
8821
8822         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8823         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8824         * mml-smime.el (password-read, password-cache-add)
8825         (password-cache-remove):
8826         No need to autoload, since mml-sec requires password.
8827
8828         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8829         * message.el (gnus-extract-address-components):
8830         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8831
8832         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8833         password.
8834
8835 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * mailcap.el: Reduce dependencies.
8838         (mail-header-parse-content-type): Autoload.
8839         (mailcap-delete-duplicates): New alias.
8840         (mailcap-mime-info): Add optional argument NO-DECODE.
8841         (mailcap-mime-types): Use mailcap-delete-duplicates.
8842
8843         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8844
8845 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8846
8847         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8848         (imap-parse-status): Upcase status-att for servers that sends them
8849         lower-case (e.g., MS Exchange 2007).
8850
8851 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8852
8853         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8854         function.
8855
8856         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8857         (gnus-uu-yenc-article): New function.
8858
8859         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8860
8861         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8862
8863 2007-12-02  Glenn Morris  <rgm@gnu.org>
8864
8865         * binhex.el (binhex): New custom group.
8866         (binhex-decoder-program, binhex-decoder-switches)
8867         (binhex-use-external): Move to the binhex custom group.
8868
8869         * uudecode.el (uudecode): New custom group.
8870         (uudecode-decoder-program, uudecode-decoder-switches)
8871         (uudecode-use-external): Move to the uudecode custom group.
8872
8873         * netrc.el (top-level): Don't load `encrypt' features.
8874         (netrc-parse): Don't use encrypt.
8875         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8876
8877         * encrypt.el: Remove file.
8878
8879 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8880
8881         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8882         matches on patches.
8883
8884         * gnus-art.el (gnus-article-browse-html-article):
8885         Mention `mm-text-html-renderer' in the doc string.
8886
8887         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8888         string.  Add comments.
8889
8890         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8891         if rhs is ASCII.
8892
8893 2007-12-01  Glenn Morris  <rgm@gnu.org>
8894
8895         * mail-source.el (top-level): Require format-spec before
8896         eval-when-compile.
8897
8898 2007-11-30  Glenn Morris  <rgm@gnu.org>
8899
8900         * encrypt.el: Require password, rather than autoloading password-read.
8901
8902 2007-11-29  Glenn Morris  <rgm@gnu.org>
8903
8904         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8905         (sasl-make-client, sasl-next-step, sasl-step-data)
8906         (sasl-step-set-data): Declare as functions.
8907
8908 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8911
8912 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8913
8914         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8915         certs should be verified and what is to be done in the event of a
8916         verification failure.
8917
8918         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8919         caller can indicate whether the cache should be disregarded for this
8920         call.  This way the result of the call is reproducible at all times and
8921         can be considered a canonical server name for the supplied method.
8922         (gnus-agent-method-p): Canonicalize server names by pushing their
8923         method through `gnus-method-to-server' using the no-cache argument.
8924
8925         * gnus-srvr.el (gnus-server-insert-server-line):
8926         Call `gnus-method-to-server' with `no-cache' argument.
8927
8928         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8929         gnus-agent-possibly-synchronize-flags as this should be called when the
8930         server is actually being opened.
8931         (gnus-agent-possibly-synchronize-flags)
8932         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8933         flags file of an agentized server to the latter function.
8934
8935         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8936         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8937         after a connection has been established successfully.
8938
8939 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-art.el (article-display-face): Force to display face if called
8942         interactively; check if gnus-article-x-face-too-ugly matches author.
8943         (article-display-x-face): Display face even if From header is missing
8944         as article-display-face does.
8945
8946 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8947
8948         * hashcash.el (message-narrow-to-headers-or-head)
8949         (message-fetch-field, message-goto-eoh)
8950         (message-narrow-to-headers): Declare as functions.
8951
8952 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * mail-source.el (mail-sources): Default to fetch from file for
8955         compatibility with default of nnmail-spool-file.
8956
8957 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8960         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8961         to look for encoded word that should be encoded again.
8962         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8963         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8964         encoding pattern.
8965         (rfc2047-decode-region): Switch strict regexp and loose one according
8966         to rfc2047-allow-irregular-q-encoded-words.
8967
8968 2007-11-25  Romain Francoise  <romain@orebokech.com>
8969
8970         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8971
8972 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * tls.el (tls-program): Provide more custom choices from
8975         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8976         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8977
8978 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8981         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8982
8983         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8984         `nnmail-spool-file'.
8985
8986         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8987         `nnmail-spool-file'.
8988
8989         * gnus-move.el (gnus-change-server): Ditto.
8990
8991         * gnus-kill.el (gnus-batch-score): Ditto.
8992
8993         * gnus-cache.el (gnus-jog-cache): Ditto.
8994
8995         * gnus-msg.el (gnus-summary-reply):
8996         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8997
8998 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9001         version.  Minor improvement to doc strings.
9002         (tls-program): Add comment.
9003
9004 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9005
9006         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9007         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9008         mismatch between the hostname provided in the certificate and the name
9009         of the host connnecting to.
9010         (open-tls-stream): Use them.  Check certificates against trusted root
9011         certificates.
9012
9013 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * gnus-cache.el (gnus-cache-generate-nov-databases):
9016         Use nnml-generate-nov-databases-directory instead of
9017         nnml-generate-nov-databases-1.
9018
9019 2007-11-24  Glenn Morris  <rgm@gnu.org>
9020
9021         * message.el (message-tool-bar-retro): Update for rename
9022         mail_send.xpm->mail-send.xpm.
9023
9024 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9027         `smime-ldap-search' for Emacs 22 and up.
9028
9029 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9030
9031         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9032
9033         * message.el (message-send-mail-function): Fix error convention.
9034         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9035         (message-widen-reply, message-send-mail, message-talkative-question)
9036         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9037         (message-clone-locals, message-send-news): Use with-current-buffer.
9038         (message-insert-or-toggle-importance): Remove unused var `valid'.
9039         (message-make-references): Remove unused var `new-references'.
9040         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9041
9042 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9043
9044         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9045         (spam-split-symbolic-return-positive): Reflow docstring.
9046         (spam-backends, spam-summary-exit-behavior)
9047         (spam-mark-ham-unread-before-move-from-spam-group)
9048         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9049         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9050         (spam-clear-cache, spam-backend-check, spam-install-backend)
9051         (spam-install-statistical-backend, spam-list-of-processors)
9052         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9053         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9054         (spam-check-crm114, spam-initialize, spam-unload-hook):
9055         Fix typos in docstrings.
9056
9057 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9060         been checked if they have never been read and those group levels are
9061         higher than the one that a user specified.
9062
9063 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9066         foreign groups unless a group level is specified by a user.
9067         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9068
9069 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * message.el (message-send-mail-function): Require sendmail.
9072
9073 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * message.el (message-send-mail-function): Check for smtpmail too.
9076
9077         * utf7.el (utf7-encode, utf7-decode): Use coding system
9078         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9079
9080         * message.el (message-send-mail-function): New function.
9081         (message-send-mail-function): Set default using
9082         message-send-mail-function.  Adjust doc string.
9083         (message-send-mail-with-mailclient): New function.
9084
9085 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9086
9087         * smime.el (from):
9088         * rfc2047.el (message-posting-charset):
9089         * qp.el (mm-use-ultra-safe-encoding):
9090         * pop3.el (parse-time-months):
9091         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9092         * nnml.el (files):
9093         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9094         (jka-compr-compression-info-list, ange-ftp-path-format)
9095         (efs-path-regexp):
9096         * nndiary.el (files):
9097         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9098         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9099         (epg-digest-algorithm-alist, inhibit-redisplay)
9100         (password-cache-expiry):
9101         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9102         (pgg-output-buffer, password-cache-expiry):
9103         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9104         (efs-path-regexp):
9105         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9106         (inhibit-redisplay):
9107         * mm-uu.el (file-name, start-point, end-point, entry)
9108         (gnus-newsgroup-name, gnus-newsgroup-charset):
9109         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9110         (latin-unity-ucs-list):
9111         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9112         (mm-uu-binhex-decode-function):
9113         * message.el (gnus-message-group-art, gnus-list-identifiers)
9114         (rmail-enable-mime-composing, gnus-local-organization)
9115         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9116         (gnus-read-active-file, facemenu-add-face-function)
9117         (facemenu-remove-face-function, gnus-article-decoded-p)
9118         (tool-bar-mode):
9119         * mail-source.el (display-time-mail-function):
9120         * gnus-util.el (nnmail-pathname-coding-system)
9121         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9122         (gnus-original-article-buffer, gnus-user-agent)
9123         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9124         (xemacs-codename, sxemacs-codename, emacs-program-version):
9125         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9126         * gnus-start.el (gnus-agent-covered-methods)
9127         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9128         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9129         (gnus-newsgroup-headers, gnus-group-list-mode)
9130         (gnus-group-mark-positions, gnus-newsgroup-data)
9131         (gnus-newsgroup-unreads, nnoo-state-alist)
9132         (gnus-current-select-method, mail-sources)
9133         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9134         (nnmail-spool-file, gnus-cache-active-hashtb):
9135         * gnus-mh.el (mh-lib-progs):
9136         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9137         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9138         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9139         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9140         (gnus-group-buffer):
9141         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9142         (font-lock-set-defaults):
9143         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9144         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9145         (gnus-summary-post-menu, total-parts, type, condition, length):
9146         * gnus-agent.el (gnus-agent-read-agentview):
9147         * flow-fill.el (show-trailing-whitespace):
9148         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9149         eval-and-compile wrappers for byte compiler pacifiers.
9150
9151         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9152         (mm-display-inline-fontify): Check for featurep 'xemacs not
9153         extent-list.
9154
9155         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9156         itimer-list.
9157         (mm-create-image-xemacs): Only do something for XEmacs.
9158         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9159
9160         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9161
9162         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9163         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9164
9165 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9166
9167         * nnimap.el (nnimap-split-download-body):
9168         * gnus-demon.el (gnus-demon):
9169         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9170
9171 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9174         New macros.
9175         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9176         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9177         copy data from unibyte buffer to multibyte current buffer.
9178         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9179         to copy data from unibyte current buffer to multibyte buffer.
9180         (nntp-make-process-buffer): Make process buffer unibyte.
9181
9182         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9183
9184 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9185
9186         * pop3.el (pop3-open-server): Accept and process data more robustly at
9187         connexion start to avoid spurious "POP SSL connexion failed" errors.
9188
9189 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9192         read group names.
9193
9194 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9197
9198 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9201         (nnmail-save-active): Use a unibyte buffer when saving active file,
9202         which may contain non-ASCII group names.
9203
9204         * nnml.el (nnml-request-group): Decode group names in messages.
9205
9206 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * message.el (message-citation-line-function)
9209         (message-insert-formatted-citation-line): Fix spelling of
9210         `message-insert-formated-citation-line'.
9211
9212 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9215
9216 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9219         nnmail-pathname-coding-system.
9220
9221         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9222         that a user enters; decode group names in messages.
9223
9224         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9225
9226 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9229
9230         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9231
9232         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9233         risky local variable.
9234
9235         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9236
9237 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9238
9239         * encrypt.el: Improve documentation to fix function name typo.
9240         Reported by Daiki Ueno <ueno@unixuser.org>.
9241
9242 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9245         even if the point is not in the last page of an article.
9246         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9247         back to the previous page.
9248
9249 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9252
9253 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9256
9257 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9258
9259         * message.el (message-check-news-body-syntax):
9260         Avoid mm-string-as-multibyte.
9261         (message-hide-headers): Don't assume (point-min)==1.
9262
9263 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * message.el (message-remove-blank-cited-lines): Fix if remove is
9266         given.
9267         (message-bogus-address-regexp): New variable.
9268         (message-bogus-recipient-p): New function.
9269         (message-check-recipients): New command.
9270         (message-syntax-checks): Add `bogus-recipient'.
9271         (message-fix-before-sending): Add `bogus-recipient'.
9272
9273         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9274         (gnus-treat-body-boundary): Don't test window-system.
9275
9276 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9277
9278         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9279
9280 2007-10-28  Miles Bader  <miles@gnu.org>
9281
9282         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9283         at compile-time too.
9284
9285 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * gnus-msg.el (gnus-message-setup-hook):
9288         Add `message-remove-blank-cited-lines' to options.
9289
9290 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * message.el (message-remove-blank-cited-lines): New function.
9293         Suggested by Karl Plästerer.
9294
9295 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9298         mapc.
9299
9300         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9301         (top-level): Use mapc to set functions to be traced for debugging.
9302
9303         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9304         called for effect with while loop.
9305
9306         * message.el (message-talkative-question): Replace mapcar called for
9307         effect with mapc.
9308
9309         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9310         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9311         called for effect with dolist.
9312
9313         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9314
9315         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9316         gnus-extra-headers and nnmail-extra-headers.
9317
9318         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9319         called for effect with dolist.
9320         (top-level): Use mapc to set functions to be traced for debugging.
9321
9322         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9323         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9324         dolist.
9325
9326         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9327         Replace mapcar called for effect with mapc.
9328         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9329         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9330         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9331         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9332
9333         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9334         remove-if that's a cl function.
9335
9336         * webmail.el (webmail-debug): Replace mapcar called for effect with
9337         dolist.
9338
9339         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9340         with mapc.
9341
9342 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9345         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9346         with while loop.
9347
9348         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9349         functions from article-* functions.
9350         (gnus-multi-decode-header): Replace mapcar called for effect with
9351         dolist.
9352
9353         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9354         (gnus-bookmark-show-details): Replace mapcar called for effect with
9355         while loop.
9356
9357         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9358         called for effect with while loop.
9359
9360         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9361         with dolist.
9362
9363         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9364         Replace mapcar called for effect with dolist.
9365
9366         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9367
9368         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9369         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9370         Replace mapcar called for effect with dolist.
9371         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9372         mapc.
9373
9374         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9375         Replace mapcar called for effect with dolist.
9376         (gnus-topic-list): Replace mapcar called for effect with mapc.
9377
9378         * gnus.el: Use mapc instead of mapcar to add autoloads.
9379
9380 2007-10-23  Richard Stallman  <rms@gnu.org>
9381
9382         * gnus-group.el (gnus-group-highlight): Mark as risky.
9383
9384 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * gnus.el (gnus-server-to-method): Return method found first in
9387         gnus-newsrc-alist.
9388
9389         * gnus-art.el (gnus-article-highlight-signature)
9390         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9391         button overlay without the front stickiness.
9392
9393 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9394
9395         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9396         overview buffer needed a catch to receive its throw.
9397         (gnus-agent-flush-cache): Declare as interactive to make this function
9398         easier to use.
9399
9400 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9403         `next-line'.
9404
9405 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9408         exclude address matching message-dont-reply-to-names.
9409
9410 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-util.el (gnus-string<): New function.
9413
9414         * gnus-sum.el (gnus-article-sort-by-author)
9415         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9416
9417 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9420         the frame-focus tag is set in gnus-buffer-configuration.
9421
9422 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9425         the front stickiness.
9426
9427 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9430         url pattern; remove duplicate one.
9431         (gnus-article-extend-url-button): New function.
9432         (gnus-article-add-buttons): Use it.
9433         (gnus-button-push): Use concatenated url that it makes.
9434
9435 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9436
9437         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9438
9439 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9440
9441         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9442         Don't hardcode point-min==1.
9443
9444 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9445
9446         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9447         Fix comment about "iso8859-1".
9448
9449 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9450
9451         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9452         ones returned from the verify-function.
9453
9454         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9455         Call mml2015-extract-cleartext-signature if extraction failed.
9456
9457 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9458
9459         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9460         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9461         failed.
9462
9463 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9466
9467 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9470         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9471         recommends to use EasyPG instead of PGG.
9472
9473         * pgg.el: Revert to revision 6.23.2.16.
9474
9475         * pgg-def.el: Revert to revision 6.6.2.14.
9476
9477         * pgg-gpg.el: Revert to revision 6.23.2.34.
9478
9479 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9480
9481         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9482         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9483         thread for both the null and zero (kill/expire thread) universal prefix
9484         cases.
9485         (gnus-summary-expire-thread): Add new function to expire a thread,
9486         using gnus-summary-kill-thread.
9487         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9488         shortcuts for gnus-summary-expire-thread.
9489         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9490         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9491
9492 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9493
9494         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9495         extras value, so an extras entry can be deleted.
9496         (gnus-registry-delete-extra-entry): Use it.
9497         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9498         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9499         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9500         storage through the gnus-registry, and provide an appropriate API for
9501         it.
9502
9503 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9506         Suggested by Leo <sdl.web@gmail.com>.
9507
9508         * gnus.el: Do.
9509
9510 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9513         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9514
9515         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9516
9517         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9518         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9519
9520 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9523         newline.
9524         (nnmbox-request-accept-article): Don't change article in source buffer;
9525         narrow to header to use message-fetch-field rather than
9526         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9527         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9528         as delimiters; make sure article ends with newline.
9529         (nnmbox-delete-mail): Correct last position of article to be deleted;
9530         ignore X-Gnus-Newsgroup header in article body.
9531         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9532         positions; make sure article ends with newline.
9533
9534         * message.el (message-display-abbrev): Don't infloop when a user
9535         inserts SPC in the beginning of header.
9536
9537         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9538         coding-system-for-read and coding-system-for-write for XEmacs having no
9539         file-coding feature.
9540
9541         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9542
9543 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9544
9545         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9546         list of groups not followed by default.  Fix type to be regexp.
9547         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9548
9549 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9550
9551         * hmac-def.el (define-hmac-function): Switch from old-style to
9552         new-style backquotes.
9553
9554         * md4.el (md4-make-step): Likewise.
9555
9556 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9559         raw-text coding system when saving .newsrc file, which may contain
9560         non-ASCII group names.
9561
9562 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * gnus-cus.el (gnus-score-extra): New widget.
9565         (gnus-score-extra-convert): New function.
9566         (gnus-score-customize): Use it for Extra.
9567
9568 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9569
9570         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9571         (mml2015-mailcrypt-clear-verify): Use it.
9572         (mml2015-gpg-clear-verify): Use it.
9573         (mml2015-pgg-clear-verify): Use it.
9574         (mml2015-epg-clear-verify): Replace the current part with the output
9575         from GnuPG; don't extract the plaintext by itself.
9576
9577         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9578         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9579         mml2015-clear-verify-function; don't touch the armor headers or
9580         dash-escaped text here.
9581
9582 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9585         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9586         parts, or application/octet-stream as a last resort.
9587         (gnus-mime-view-part-as-type): Don't toggle display.
9588         (gnus-mime-view-part-as-charset): Don't turn off display before
9589         querying charset.
9590
9591         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9592         stuff to undisplayer function in Emacs.
9593         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9594
9595         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9596         text/calendar parts.
9597
9598 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9601         decoding text/calendar parts.
9602
9603         * message.el (message-forward-make-body-mime): Always mark body as
9604         having no illegible text; remove signed-or-encrypted argument.
9605         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9606
9607         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9608         (mml-generate-mime-1): Don't encode body if it is specified to be in
9609         raw form; don't make buffer be unibyte when inserting multibyte string.
9610
9611 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9612
9613         * sha1.el: Fix up comment style.
9614         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9615         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9616
9617         * hex-util.el: Fix up comment style.
9618         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9619
9620         * gnus-salt.el: Use with-current-buffer.
9621         (gnus-pick-setup-message): Fix long-standing typo.
9622
9623 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * imap.el (imap-logout-timeout): New variable.
9626         (imap-logout, imap-logout-wait): New functions.
9627         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9628
9629         * nnimap.el (nnimap-logout-timeout): New server variable.
9630         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9631         nnimap-logout-timeout.
9632
9633         * gnus-art.el (gnus-article-summary-command-nosave)
9634         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9635
9636 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus.el (gnus-maximum-newsgroup): New variable.
9639
9640         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9641         according to gnus-maximum-newsgroup.
9642
9643         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9644         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9645         Limit the range of articles according to gnus-maximum-newsgroup.
9646
9647 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9648
9649         * gnus-art.el (gnus-sticky-article): Fix problems described in
9650         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9651         Don't perform gnus-configure-windows here; reuse existing sticky
9652         article buffer.
9653
9654         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9655         it doesn't exist in gnus-article-mode.
9656
9657 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9660         (gnus-agent-decoded-group-name): New function.
9661         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9662         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9663
9664 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9665
9666         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9667         Add binding for gnus-sticky-article.
9668         (gnus-summary-exit): Don't kill sticky article buffers.
9669
9670         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9671         article buffer.
9672         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9673         (gnus-kill-sticky-article-buffers): New commands.
9674
9675 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * nntp.el (nntp-xref-number-is-evil): New server variable.
9678         (nntp-find-group-and-number): If it is non-nil, don't trust article
9679         numbers in the Xref header.
9680
9681 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * gnus-agent.el (gnus-agent-read-group): New function.
9684         (gnus-agent-flush-group, gnus-agent-expire-group)
9685         (gnus-agent-regenerate-group): Use it.
9686         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9687         nnmail-pathname-coding-system.
9688
9689 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9692
9693         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9694         that are unread as unread, and also as selected so that information of
9695         marks having been changed by a user may be updated when exiting group.
9696
9697 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9700
9701 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9704         calculated ignoring signature parts to gnus-treat-article.
9705
9706 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9709         a point here in order to keep the window start.
9710         (gnus-insert-mime-security-button): Make a button overlay without the
9711         front stickiness.
9712         (gnus-mime-display-security): Goto the end of a button.
9713
9714         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9715
9716 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9719         group-name-at-point.
9720         (gnus-group-completing-read): New function that offers decoded
9721         non-ASCII group names for completion.
9722         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9723         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9724         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9725         (gnus-group-fetch-control): Use it.
9726         (gnus-fetch-group): Use group-name-at-point for the initial value
9727         rather than the default value; use gnus-alive-p.
9728
9729         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9730         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9731         (gnus-summary-post-news): Use gnus-group-completing-read.
9732
9733         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9734         (gnus-read-move-group-name): Decode group name for completion.
9735
9736 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9737
9738         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9739         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9740         Yamaoka slightly modified the code).
9741
9742 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9745         (nnmail-split-incoming): Bind it.
9746
9747         * nnml.el (nnml-group-name-charset): New function.
9748         (nnml-decoded-group-name): Use it; don't decode group name if
9749         nnmail-group-names-not-encoded-p is non-nil.
9750         (nnml-encoded-group-name): New function.
9751         (nnml-group-pathname): Inline nnml-decoded-group-name.
9752         (nnml-request-expire-articles): Decode group name in message.
9753         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9754         nnmail-pathname-coding-system.
9755         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9756         not decoded ones according to nnmail-group-names-not-encoded-p.
9757         (nnml-generate-active-info): Use nnml-encoded-group-name.
9758
9759 2007-08-08  Glenn Morris  <rgm@gnu.org>
9760
9761         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9762         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9763         doc-strings and comments.
9764
9765 2007-07-25  Glenn Morris  <rgm@gnu.org>
9766
9767         * Relicense all FSF files to GPLv3 or later.
9768
9769 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-sum.el (gnus-summary-move-article):
9772         Make gnus-summary-respool-article work.
9773
9774 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9777         string.
9778
9779 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9780
9781         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9782         that should be ignored when comparing distant RSS articles with local
9783         ones.
9784         (nnrss-make-hash-index): New function.  Create a hash index according
9785         to the ignored fields.
9786         (nnrss-check-group): Use it.
9787
9788 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9791
9792         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9793
9794         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9795         the new optional argument ENCODED is non-nil.
9796         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9797         coding system for encoding group name.
9798         (gnus-group-make-rss-group): Pass un-encoded group name to
9799         gnus-group-make-group.
9800         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9801         encoded.
9802
9803         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9804         Encode group name to which articles are moved or copied.
9805         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9806         coding system for encoding Newsgroup, Followup-To and Xref headers.
9807
9808         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9809         marks; use nnheader-file-coding-system to write a file.
9810         (nnagent-retrieve-headers): Bind file-name-coding-system to
9811         nnmail-pathname-coding-system.
9812
9813         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9814
9815         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9816         (nnml-request-article, nnml-request-create-group)
9817         (nnml-request-rename-group, nnml-find-id)
9818         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9819         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9820         (nnml-save-marks): Use nnml-group-pathname instead of
9821         nnmail-group-pathname.
9822
9823         (nnml-request-create-group, nnml-request-expire-articles)
9824         (nnml-request-move-article, nnml-request-delete-group)
9825         (nnml-deletable-article-p, nnml-possibly-create-directory)
9826         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9827         (nnml-open-marks): Bind file-name-coding-system to
9828         nnmail-pathname-coding-system.
9829
9830         (nnml-request-article): Pass server argument to nnml-find-group-number.
9831         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9832         Pass server argument to nnml-possibly-create-directory.
9833         (nnml-request-accept-article): Pass server argument to
9834         nnml-active-number and nnml-save-mail.
9835         (nnml-find-group-number): Pass server argument to nnml-find-id.
9836         (nnml-request-update-info): Pass server argument to
9837         nnml-marks-changed-p.
9838
9839         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9840         (nnml-save-mail, nnml-active-number): Add server argument.
9841
9842         (nnml-request-delete-group): Warn if group is missing.
9843         (nnml-get-nov-buffer): Decode group name.
9844         (nnml-generate-active-info): Encode group name.
9845         (nnml-open-marks): Decode group name in messages.
9846
9847 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9850         if it is not specified.
9851         (gnus-article-pipe-part, gnus-article-save-part)
9852         (gnus-article-interactively-view-part, gnus-article-copy-part)
9853         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9854         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9855         (gnus-article-replace-part, gnus-article-delete-part)
9856         (gnus-article-view-part-as-type): Pass raw prefix argument to
9857         gnus-article-part-wrapper.
9858
9859 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * gnus-agent.el (gnus-agent-save-active):
9862         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9863
9864         * gnus-cache.el (gnus-cache-save-buffers)
9865         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9866         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9867         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9868         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9869         (gnus-cache-generate-active, gnus-cache-rename-group)
9870         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9871         (gnus-cache-update-overview-total-fetched-for):
9872         Bind file-name-coding-system to nnmail-pathname-coding-system.
9873         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9874         New variables.
9875         (gnus-cache-decoded-group-name): New function.
9876         (gnus-cache-file-name): Use it.
9877         (gnus-cache-generate-active): Use non-decoded group name for active.
9878
9879         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9880         right place.
9881         (gnus-write-active-file): Don't break non-ASCII group names.
9882
9883         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9884         nnmail-pathname-coding-system.
9885
9886         * lpath.el: Bind default-file-name-coding-system,
9887         file-name-coding-system and language-info-alist for XEmacs.
9888
9889         * gnus-uu.el (gnus-uu-decode-save): Typo.
9890
9891 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9894
9895 2007-07-14  David Kastrup  <dak@gnu.org>
9896
9897         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9898         finishing actions if we did not edit the article.
9899
9900 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9903         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9904         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9905         (gnus-agent-flush-group, gnus-agent-flush-cache)
9906         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9907         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9908         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9909         (gnus-agent-regenerate-group)
9910         (gnus-agent-update-files-total-fetched-for)
9911         (gnus-agent-update-view-total-fetched-for):
9912         Bind file-name-coding-system to nnmail-pathname-coding-system.
9913         (gnus-agent-group-pathname): Don't encode file names by
9914         nnmail-pathname-coding-system.
9915         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9916         coding-system-for-write instead of buffer-file-coding-system to
9917         gnus-agent-file-coding-system.
9918
9919         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9920         Decode group name.
9921
9922         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9923
9924         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9925         (gnus-read-newsrc-el-file): Make group names unibyte.
9926
9927         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9928         nnmail-pathname-coding-system.
9929
9930         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9931         (nnrss-request-delete-group): Bind file-name-coding-system to
9932         nnmail-pathname-coding-system.
9933         (nnrss-read-server-data, nnrss-read-group-data):
9934         Bind file-name-coding-system correctly.
9935         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9936
9937         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9938         (nntp-server-to-method-cache): New variable.
9939         (nntp-group-pathname): New function that decodes non-ASCII group names.
9940         (nntp-possibly-create-directory, nntp-marks-changed-p)
9941         (nntp-save-marks, nntp-open-marks): Use it.
9942         (nntp-possibly-create-directory, nntp-open-marks):
9943         Bind file-name-coding-system to nnmail-pathname-coding-system.
9944         (nntp-open-marks): Decode group names when bootstrapping marks.
9945
9946         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9947         Newsgroups and Folowup-To headers.
9948
9949 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9952         (gnus-server-closed-face, gnus-server-denied-face)
9953         (gnus-server-offline-face): Remove variable.
9954         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9955
9956         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9957         of modifying message-stack directly for XEmacs.
9958
9959         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9960         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9961         if the coding-system argument is nil for XEmacs.
9962
9963         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9964         mm-charset-override-alist.
9965
9966         * rfc2047.el: Don't require base64; require rfc2045 for the function
9967         rfc2045-encode-string.
9968         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9969         to quote the parameter value.
9970
9971 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9974         form in gnus-group-name-charset-method-alist.
9975
9976         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9977         overrides the default layout edit-form.
9978
9979         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9980
9981         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9982
9983 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9986         as unfetched articles.
9987
9988 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9991
9992 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9995         original back end that keeps marks in the local system.
9996
9997 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10000         arg of pop-to-buffer for XEmacs.
10001         (gnus-article-read-summary-keys): Ditto; don't restore window
10002         configuration if summary command ends up with neither article buffer
10003         nor summary buffer; describe bindings if summary keys end with C-h.
10004
10005 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * message.el (message-fix-before-sending): Skip raw message part to be
10008         forwarded while checking illegible text.
10009         (message-forward-make-body-mime, message-forward-make-body):
10010         Mark signed or encrypted raw message as having no illegible text.
10011
10012 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10015         (gnus-message-with-timestamp-1): New macro.
10016         (gnus-message-with-timestamp): New function.
10017         (gnus-message): Use them.
10018
10019         * nnheader.el (nnheader-message): Use them.
10020
10021 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10024         .newsrc.eld file.
10025
10026 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * gnus-agent.el (gnus-agent-fetch-headers)
10029         (gnus-agent-retrieve-headers):
10030         Bind gnus-decode-encoded-address-function to identity.
10031
10032         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10033         available also when the server returns simply a dot.
10034
10035         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10036
10037 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10040
10041 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-ems.el (gnus-x-splash): Make it work.
10044
10045         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10046         from being used.
10047
10048         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10049
10050 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10053         4th and the 5th arguments.
10054
10055         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10056         the front stickiness.
10057         (gnus-article-summary-command-nosave): Correct the order of the
10058         arguments passed to pop-to-buffer.
10059         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10060         summary command ends up with the article buffer.
10061
10062         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10063         the same faces.
10064
10065 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10066
10067         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10068
10069 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10070
10071         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10072         * gnus-sum.el (gnus-summary-highlight):
10073         * pgg.el (pgg-sign-region, pgg-sign):
10074         * mail-source.el (mail-source-delete-old-incoming-confirm):
10075         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10076
10077 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-art.el (gnus-mime-view-part-externally)
10080         (gnus-mime-view-part-internally): Fix predicate function passed to
10081         completing-read.
10082
10083         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10084
10085         * gnus.el (gnus-update-message-archive-method): Add :version.
10086
10087 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus.el (gnus-update-message-archive-method): New variable.
10090
10091         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10092         according to gnus-message-archive-method if
10093         gnus-update-message-archive-method is non-nil.
10094
10095 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10098         Suggested by Loic Dachary <loic@dachary.org>.
10099         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10100
10101 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * message.el (message-pop-to-buffer): Add switch-function argument.
10104         (message-mail): Pass switch-function argument to it.
10105
10106 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10109         Improve doc string.
10110
10111 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10114         (gnus-header-content)
10115         * gnus-cite.el (gnus-cite-10)
10116         * gnus-srvr.el (gnus-server-closed)
10117         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10118         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10119         (gnus-group-mail-3-empty, gnus-group-mail-low)
10120         (gnus-group-mail-low-empty, gnus-splash)
10121         * message.el (message-header-to, message-header-cc)
10122         (message-header-subject, message-header-other, message-header-name)
10123         (message-header-xheader, message-separator, message-cited-text)
10124         (message-mml): Lighten colors of faces used for dark background.
10125
10126 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10127
10128         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10129         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10130
10131 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * message.el (message-narrow-to-headers-or-head):
10134         Ignore mail-header-separator in the body.
10135
10136 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10139         same as window size.
10140
10141 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10142
10143         * message.el (message-font-lock-keywords): Use message-header-xheader
10144         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10145         ahead of the anything pattern, to get it recognised.
10146
10147 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10150         spam.el loads uses it in the compiled defadvice form.
10151
10152 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10153
10154         * gnus-sum.el (gnus-articles-to-read)
10155         (gnus-summary-insert-old-articles): Don't truncate group name for
10156         `read-string'.
10157
10158         * gnus-util.el (gnus-limit-string): Delete this function.
10159
10160         * gnus-sum.el (gnus-simplify-subject-fully):
10161         Use `truncate-string-to-width' instead.
10162
10163 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10164
10165         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10166         Tell if, on summary exit, the next group has to be selected.
10167         (gnus-summary-exit): Use it.
10168
10169 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10170
10171         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10172         non-break space.
10173
10174 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10177         Check if group is not a directory.
10178         (nnfolder-request-expire-articles): Don't delete articles if the target
10179         group is not available.
10180
10181         * nnml.el (nnml-request-create-group): Properly check if group is not a
10182         file.
10183         (nnml-request-expire-articles): Don't delete articles if the target
10184         group is not available.
10185
10186         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10187         Don't quote characters that are within parentheses.
10188
10189 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10192         (gnus-handle-ephemeral-exit): Select article according to it.
10193
10194 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * message.el (message-insert-formated-citation-line): Remove newline.
10197         (message-citation-line-format): Add final \n here so that the user can
10198         avoid a blank line.
10199
10200 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10201
10202         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10203         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10204         Update lanl/arXiv support.
10205
10206 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * gnus.el: Bump version number.
10209
10210 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10211
10212         * gnus.el (gnus-version-number): Bump version.
10213
10214 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10215
10216         * gnus.el: No Gnus v0.6 is released.
10217
10218 2007-04-27  Didier Verna  <didier@xemacs.org>
10219
10220         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10221         * gmm-utils.el (gmm-regexp-concat): ... here.
10222         * message.el: Don't require 'gnus-util.
10223         (message-dont-reply-to-names): Handle name change above.
10224         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10225
10226 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10229         since the initial value varies according to the system.
10230
10231 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10234
10235 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10236
10237         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10238
10239 2007-04-24  Didier Verna  <didier@xemacs.org>
10240
10241         Improve the type of gnus-ignored-from-addresses.
10242         * gnus-util.el (gnus-orify-regexp): New function.
10243         * message.el (gnus-util): Require it.
10244         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10245         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10246         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10247
10248 2007-04-24  Didier Verna  <didier@xemacs.org>
10249
10250         * gnus-sum.el:
10251         * gnus-utils.el: Fix some trailing whitespaces.
10252
10253 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10256         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10257         article's Message-ID; refer parent article in summary buffer.
10258
10259         * message.el (message-bounce): Call mime-to-mml.
10260
10261         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10262         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10263         optimize and/or forms properly.
10264
10265 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10268         URL.
10269
10270 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10273
10274 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10277         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10278         displayed of multipart/alternative part if it is invoked from summary
10279         buffer.
10280
10281         * mm-view.el (mm-inline-text-html-render-with-w3m)
10282         (mm-inline-text-html-render-with-w3m-standalone)
10283         (mm-inline-render-with-function): Use mail-parse-charset by default.
10284
10285 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10286
10287         * parse-time.el (parse-time-string-chars): Check if CHAR
10288         is less than the length of parse-time-syntax.
10289
10290 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10293         from gnus-newsgroup-processable.
10294
10295 2007-04-16  Didier Verna  <didier@xemacs.org>
10296
10297         * gnus-msg.el (gnus-configure-posting-styles):
10298         Handle message-signature-directory properly with :file syntax.
10299         Reported by "Leo".
10300
10301 2007-04-11  Didier Verna  <didier@xemacs.org>
10302
10303         New user option: message-signature-directory.
10304         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10305         * message.el (message-insert-signature): Ditto.
10306         * message.el (message-signature-file): Doc update.
10307         * message.el (message-signature-directory): New.
10308
10309 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-msg.el (gnus-inews-yank-articles):
10312         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10313
10314 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * message.el (message-yank-original): Make sure cited text ends with
10317         newline; don't exchange point and mark.
10318
10319 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10320
10321         * tls.el (open-tls-stream): Properly handle case where there
10322         is no associated buffer.
10323
10324 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10325
10326         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10327         message-yank-original, make sure (< mark TEXT point).
10328
10329 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * message.el (message-fill-column): New variable.
10332         (message-mode): Use it.  Add comment on a possible new hook.
10333
10334         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10335         (nnmail-get-new-mail): Reformat.
10336
10337         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10338
10339         * gmm-utils.el: Fix Commentary.
10340         (gmm-tool-bar-from-list): Fix typo in doc string.
10341
10342 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10343
10344         * message.el (message-yank-original): Don't switch point and mark
10345         unnecessarily to put point and mark as documented.
10346
10347 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348
10349         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10350         from the message heads.
10351
10352 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10353
10354         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10355         article buffer does not have a window.  This may not be the best
10356         solution but is certainly better than setting the start of the null,
10357         that is the current, window.
10358
10359 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10362         (gnus-draft-setup): Run it.
10363
10364         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10365         gnus-score-fast-scoring.  Allow regexp.
10366         (gnus-score-headers): Use it.
10367
10368         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10369         XEmacs.
10370
10371         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10372         string.
10373         (gnus-button-alist): Also catch `<f1> k ...'.
10374         (gnus-treat-display-x-face): Fix doc string.
10375
10376 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10377
10378         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10379         evaluation of gnus-extended-version to ensure correct generation of the
10380         User-Agent header when message-generate-headers-first is used.
10381
10382 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10383
10384         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10385         hashcash-path is nil.  Don't call callback with incorrect number of
10386         parameters if val is 0.
10387
10388 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10389
10390         * message.el (message-required-news-headers):
10391         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10392
10393 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10394
10395         * tls.el (open-tls-stream): In handshake-waiting loop,
10396         don't wait more if there is output available to process.
10397
10398 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10399
10400         * tls.el (tls-program): Doc fix.
10401
10402 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * message.el (message-generate-new-buffers): Change the meaning of the
10405         nil value; add `standard' to the choices; treat t as `unique'; improve
10406         doc string.
10407         (gnus-select-frame-set-input-focus): Autoload.
10408         (message-buffer-name): Search for the existing message buffer if
10409         message-generate-new-buffers is nil or `standard'; treat the value t of
10410         message-generate-new-buffers as `unique'.
10411         (message-pop-to-buffer): Raise the frame already displaying the message
10412         buffer; clear the echo area after querying.
10413         (message-setup): Pass the `continue' argument to compose-mail.
10414         (message-mail): Prefer `switch-function' if it is given; search for the
10415         existing message buffer if the `continue' argument is non-nil; pass
10416         continue and switch-function arguments to compose-mail by way of
10417         message-setup.
10418         (message-mail-other-window): Adjust argument of message-setup.
10419         (message-mail-other-frame): Ditto.
10420
10421 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10424         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10425         to turn font-lock on when turning gnus-message-citation-mode on.
10426
10427 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10428
10429         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10430         (mml-smime-function-alist): New variable; add epg as the backend.
10431         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10432         mml-smime- functions instead.
10433         * mm-view.el: Require smime.
10434
10435 2007-03-05  Didier Verna  <didier@xemacs.org>
10436
10437         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10438         instead of just inheritance for posting styles.
10439         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10440
10441 2007-02-24  Chris Moore  <dooglus@gmail.com>
10442
10443         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10444         * pgg-pgp.el (pgg-pgp-encrypt-region):
10445         * pgg-gpg.el (pgg-gpg-encrypt-region):
10446         Check pgg-encrypt-for-me if no other recipients.
10447
10448 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10449
10450         * tls.el (tls-certtool-program): Fix custom type.
10451
10452 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10455         and point-at-eol instead of line-(beginning|end)-position.
10456
10457         * assistant.el (assistant-parse-buffer): Ditto.
10458
10459         * netrc.el (netrc-parse-services): Ditto.
10460
10461 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10462
10463         * mml2015.el (mml2015-epg-find-usable-key): New function.
10464         (mml2015-epg-sign): Use it.
10465         (mml2015-epg-encrypt): Use it.
10466
10467 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * message.el (message-make-in-reply-to): Quote name containing
10470         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10471         if there are special characters.  Reported by NAKAJI Hiroyuki
10472         <nakaji@jp.freebsd.org>.
10473
10474 2007-02-27  Didier Verna  <didier@xemacs.org>
10475
10476         Include the group parameters as well as the topic ones in the
10477         inheritance filter process.
10478         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10479         argument GROUP-PARAMS-LIST.
10480         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10481
10482 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * nntp.el (nntp-never-echoes-commands)
10485         (nntp-open-connection-functions-never-echo-commands): New variables.
10486         (nntp-send-command): Use them.
10487
10488 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10489
10490         * mml2015.el (mml2015-epg-verify): Simplify.
10491
10492 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * mml.el (mml-content-disposition-alist): New user option.
10495         (mml-content-disposition): New function.
10496         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10497         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10498
10499 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10500
10501         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10502         verification.
10503
10504 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10505
10506         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10507         articles posted in the last 24 hours.
10508
10509 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10510
10511         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10512
10513 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10514
10515         * nntp.el (nntp-send-command): Don't wait for echoes when
10516         nntp-open-ssl-stream is used.
10517
10518 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10521         (gnus-message-add-citation-keywords)
10522         (gnus-message-remove-citation-keywords): Remove.
10523         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10524         directly, make the variables in font-lock-defaults buffer-local, add
10525         gnus-message-citation-keywords to them and then update the value of
10526         font-lock-keywords.
10527
10528 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * message.el (message-cite-original-1): Don't call
10531         gnus-article-highlight-citation.
10532
10533         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10534         citations; fix line count.
10535
10536 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10539         (gnus-message-add-citation-keywords)
10540         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10541         versions of font-lock-add-keywords and font-lock-remove-keywords to
10542         work with XEmacs correctly.
10543
10544 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus-cite.el (gnus-cite-face-list): Set the values of
10547         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10548         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10549         (gnus-message-cite-prefix-regexp): New variable.
10550         (gnus-message-search-citation-line): Use it; protect against long
10551         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10552         the 0th match data for Emacs.
10553         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10554         (gnus-message-add-citation-keywords): Append keywords rather than
10555         prepending; emulate font-lock-add-keywords if it is not available.
10556         (gnus-message-remove-citation-keywords):
10557         Emulate font-lock-remove-keywords if it is not available.
10558
10559         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10560
10561         * message.el (message-cite-prefix-regexp): Set the value of
10562         gnus-message-cite-prefix-regexp.
10563
10564 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10565
10566         * nnweb.el (nnweb-google-parse-1): Update parser.
10567
10568 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10569
10570         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10571
10572 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10573
10574         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10575         regexp.
10576
10577 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10580         string-to-multibyte.
10581         (uudecode-decode-region-internal): Use it.
10582
10583         * lpath.el: Fbind string-as-multibyte for XEmacs.
10584
10585 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10588         Fix custom choice.
10589
10590         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10591
10592 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10593
10594         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10595
10596         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10597         `write-region' to respect `mm-inhibit-file-name-handlers'.
10598
10599 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10600
10601         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10602         Use gnus-home-directory instead of "~/" or "$HOME".
10603
10604 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10605
10606         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10607         to mention filename.
10608         Add comments at beginning regarding usage.
10609         (encrypt-write-file-contents): Change interactive so a string is
10610         acceptable.  If the file has no associated model, show an error instead
10611         of a nonsense prompt.
10612
10613 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10614
10615         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10616         Thanks to Yoshihiko Yamada for kind notification of this typo.
10617
10618 2007-01-12  Kenichi Handa  <handa@m17n.org>
10619
10620         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10621         multibyte buffer.
10622
10623 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * gnus-score.el (gnus-score-fast-scoring): New variable.
10626         (gnus-score-headers): Use it.
10627
10628         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10629
10630         * message.el (message-cite-original-1):
10631         Call gnus-article-highlight-citation if requested.
10632         (message-make-from): Allow name and address as optional arguments.
10633
10634         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10635
10636         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10637         bugs to doc string.
10638         (gnus-button-alist): Add mid\\|message-id.
10639         (gnus-button-fetch-group): Extend for use in
10640         `browse-url-browser-function'.
10641         (gnus-button-url-regexp): Try to catch paired parentheses like in
10642         Wikipedia URLs.
10643
10644         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10645         Suggested by Simon Krahnke <overlord@gmx.li>.
10646
10647 2007-01-13  Romain Francoise  <romain@orebokech.com>
10648
10649         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10650         Update copyright.
10651
10652 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10653
10654         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10655
10656 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10657
10658         * gnus-registry.el (gnus-registry-unfollowed-groups)
10659         (gnus-registry-split-fancy-with-parent): Fix documentation.
10660
10661 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10664         from nnweb groups.
10665
10666 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10667
10668         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10669         Xref urls.  Erase buffer before requesting head.
10670
10671         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10672
10673 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10674
10675         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10676         customizable.
10677
10678 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10679
10680         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10681         no signing key is found.
10682         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10683         no encrypting and/or signing key is found.
10684
10685 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10688
10689 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10690
10691         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10692         headers read from disk with the ones newly found in the current search.
10693         This should no longer cause problems, because the article numbers in
10694         Gmane's `nov.php' output are ignored since the previous change.
10695
10696 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10697
10698         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10699
10700 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10703         replace-regexp-in-string; bind url-version; fbind display-images-p and
10704         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10705         find-face and set-itimer-function for Emacs; bind itimer-list for
10706         Emacs.
10707
10708         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10709
10710 2007-01-01  Romain Francoise  <romain@orebokech.com>
10711
10712         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10713
10714 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10715
10716         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10717         `define-minor-mode' macro definition expanded properly.
10718         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10719         exclude it there.
10720
10721         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10722         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10723         `fboundp' test.
10724         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10725         This is OK to autoload in (S)XEmacs now.
10726
10727 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10730         keystroke.
10731         (gnus-summary-limit-to-singletons): Fix typo.
10732
10733         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10734         else fails.
10735
10736 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10737
10738         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10739         docstring.
10740
10741         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10742         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10743         (gnus-summary-insert-dormant-articles): Fix typo in message.
10744
10745 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10748         nil for XEmacs.
10749         (gnus-message-citation-mode): Don't autoload in XEmacs.
10750
10751         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10752
10753 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10754
10755         * nnimap.el (nnimap-expunge-search-string):
10756         Mention nnimap-search-uids-not-since-is-evil in docstring.
10757
10758 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * spam.el: Revert to make-obsolete-variable because
10761         define-obsolete-variable-alias is not supported in Emacs 21.
10762
10763         * spam.el (spam-ifile-path, spam-ifile-database-path)
10764         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10765         make-obsolete-variable.
10766         (spam-bsfilter-path, spam-bsfilter-program)
10767         (spam-spamassassin-path, spam-spamassassin-program)
10768         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10769         Don't use "path" inappropriately.
10770         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10771         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10772         variable names.
10773
10774 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10775
10776         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10777         summary buffer.
10778
10779         * password.el (password-cache-remove): Use clear-string to burn
10780         password, if available.
10781
10782 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10785
10786         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10787
10788         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10789         (gnus-message-highlight-citation): Move defcustom here from
10790         gnus-cite.el.
10791         (gnus-message-citation-mode): Autoload.
10792
10793         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10794         checks to make it compile with XEmacs.
10795         (gnus-message-citation-mode): New minor mode.
10796         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10797         (gnus-message-highlight-citation): New variables.
10798         (gnus-message-search-citation-line)
10799         (gnus-message-add-citation-keywords)
10800         (gnus-message-remove-citation-keywords)
10801         (turn-on-gnus-message-citation-mode)
10802         (turn-off-gnus-message-citation-mode): New functions.
10803
10804 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10805
10806         * gnus-cite.el: Enable highlighting of different citation levels in
10807         message-mode.
10808
10809 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * message.el (message-make-fqdn): Fix comment.
10812         (message-bogus-system-names): Add ".local".
10813
10814         * spam.el (spam-ifile-path, spam-ifile-program)
10815         (spam-ifile-database-path, spam-ifile-database)
10816         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10817         Don't use "path" inappropriately.
10818         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10819         strings.
10820         (spam-check-ifile, spam-ifile-register-with-ifile)
10821         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10822         Use new variable names.
10823
10824         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10825         (gnus-treat-display-smileys): Simplify using
10826         gnus-image-type-available-p.
10827
10828         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10829         available.
10830
10831         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10832         Use `display-images-p' if available.
10833
10834 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10837         one after turning on the buffer's multibyteness instead of decoding
10838         them directly in the unibyte buffer that causes unexpected conversion
10839         in Emacs 23 (unicode).
10840
10841 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10842
10843         * message.el (message-generate-hashcash): Fix custom type.
10844
10845 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10848
10849 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10852         disconnect icons.  Add help text.
10853
10854 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10855
10856         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10857         negated to be consistent with the others we handle.
10858
10859 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10860
10861         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10862         version of gnus-summary-buffer to something, so that we can use two
10863         article buffers at the same time.
10864
10865 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10866
10867         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10868         trigger all the extra headers.
10869         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10870         sorting.
10871
10872 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10873
10874         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10875         solid groups.
10876
10877 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10878
10879         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10880
10881 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10882
10883         * legacy-gnus-agent.el: Add Copyright notice.
10884
10885 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10886
10887         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10888
10889 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10892
10893         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10894         to make it work reliably in CVS Emacs.
10895         (gnus-summary-limit-strange-charsets-predicate)
10896         (gnus-summary-limit-to-predicate): New functions.
10897
10898 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10899
10900         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10901         specifying array size.
10902         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10903         array if it is too small.
10904         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10905         (gnus-sort-threads-loop): New function.
10906
10907 2006-12-06  Chris Moore  <dooglus@gmail.com>
10908
10909         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10910         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10911
10912 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10913
10914         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10915         options.
10916
10917 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10918
10919         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10920         DOS-ing the recipient.
10921
10922         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10923         the headers when creating the mapping to avoid mismappings.
10924         (nnweb-gmane-create-mapping): Always nix out old mapping.
10925
10926 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10929         and mm-verify-option to never.
10930
10931 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * message.el (message-signed-or-encrypted-p): New function.
10934         (message-forward-make-body): Use it.
10935
10936         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10937         Replace encode-coding-string with mm-encode-coding-string.
10938
10939 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * nneething.el (nneething-decode-file-name):
10942         Replace decode-coding-string with mm-decode-coding-string.
10943
10944         * gnus-int.el (gnus-open-server): Say failed server's name.
10945
10946 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10947
10948         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10949         strings to a single string.  Quote `errors-file-name'.
10950         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10951         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10952         Adjust calls.  Use `shell-quote-argument'.
10953
10954 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10955
10956         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10957         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10958
10959         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10960         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10961         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10962         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10963         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10964         (gnus-subscribe-newsgroup, gnus-1):
10965         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10966         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10967         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10968         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10969
10970 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10971
10972         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10973         keystroke.
10974         (gnus-summary-limit-to-bodies): Implement headersp.
10975
10976 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10979
10980 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10983
10984 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * message.el (message-generate-hashcash): Expand range of values to
10987         include `opportunistic'.
10988         (message-send-mail): Use it.
10989
10990 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10991
10992         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10993         and comment it.
10994
10995         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10996
10997 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10998
10999         * gnus-util.el (gnus-extract-address-components): Improve comment.
11000
11001 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-util.el (gnus-extract-address-components): Work with address in
11004         which the name portion contains @.
11005
11006         * lpath.el: Fbind custom-autoload.
11007
11008 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11009
11010         * gnus.el (gnus-start): Move custom group up.
11011         (gnus-select-method): Don't autoload, but make it available for
11012         `customize-variable'.
11013         (gnus-getenv-nntpserver): Don't autoload.
11014
11015 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11016
11017         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11018
11019 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * message.el (message-sendmail-extra-arguments): New variable.
11022         (message-send-mail-with-sendmail): Use it.
11023
11024 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11027         mm-with-unibyte-current-buffer to make string unibyte.
11028
11029         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11030         mm-string-as-multibyte.
11031
11032 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11033
11034         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11035         Reported by Werner Koch <wk@gnupg.org>.
11036
11037 2006-11-14  Daiki Ueno  <ueno@p360>
11038
11039         * mml2015.el: Autoload epa-select-keys when compiling.
11040
11041 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11042
11043         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11044         message-options.
11045         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11046
11047 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11048
11049         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11050         EasyPG (< 0.0.6).
11051         (mml2015-always-trust): New user option.
11052         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11053         prompt.
11054
11055 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * nntp.el (nntp-authinfo-force): New variable.
11058         (nntp-send-authinfo): Use it.
11059
11060 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11063         decode encoded words.  Improve prompt.  Add comment about forwarding.
11064         (message-replacement-char): Move up.
11065
11066 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11067
11068         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11069         instead of gnus-intersection because arguments of gnus-sorted-nunion
11070         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11071
11072 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11075         (message-simplify-subject-functions):
11076         Enable message-strip-subject-encoded-words by default.
11077
11078 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * message.el (message-strip-subject-encoded-words): New function.
11081         (message-simplify-subject-functions): New variable.
11082         (message-simplify-subject): Use it.  Fix typo in doc string.
11083         Support message-strip-subject-encoded-words.
11084
11085 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11086
11087         * gnus-diary.el (gnus-diary-delay-format-function):
11088         * nndiary.el (nndiary-reminders):
11089         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11090
11091 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus-art.el (article-hide-boring-headers): Fetch date from
11094         gnus-original-article-buffer to avoid problems with localized date
11095         strings.
11096
11097 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11100
11101 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11102
11103         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11104         New variables.
11105         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11106         (mm-charset-synonym-alist): Move some entries to
11107         mm-codepage-iso-8859-list.
11108         (mm-charset-synonym-alist, mm-charset-override-alist):
11109         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11110
11111 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11114
11115 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11118         with Emacs 21 and XEmacs.
11119
11120 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11121
11122         * spam.el (spam-parse-address): New function for better parsing,
11123         catching errors, etc.
11124         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11125
11126 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11127
11128         * mm-view.el: Add interactive arg to html2text autoload.
11129
11130 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11133
11134 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11137         New variables.
11138         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11139         (mm-charset-synonym-alist): Move some entries to
11140         mm-codepage-iso-8859-list.
11141
11142         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11143
11144 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * message.el (message-citation-line-format)
11147         (message-insert-formated-citation-line): Fix implementation of %E, %N
11148         and %n according to the doc string.
11149
11150 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11151
11152         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11153         Use car-safe to avoid bad parses.
11154
11155 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11158         names.
11159
11160         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11161
11162 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11165         header.
11166
11167         * message.el (message-draft-headers): Add Date.
11168         (message-headers-to-generate): Fix typo in docstring.
11169
11170         * nndraft.el (nndraft-required-headers): New variable.
11171         (nndraft-generate-headers): Use it.
11172
11173         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11174
11175 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11176
11177         * gnus-registry.el (gnus-registry-wash-for-keywords)
11178         (gnus-registry-find-keywords): New functions to allow easy searching of
11179         articles that are in the registry.
11180
11181 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11182
11183         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11184         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11185         Reported by Damien Elmes <damien@repose.cx>.
11186
11187 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * gnus.el (gnus-mime): Remove unused custom group.
11190
11191 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11192
11193         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11194         "blank line" when searching for end of armor headers.
11195
11196 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gmm-utils.el (gmm-write-region): Fix variable name.
11199
11200 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * gmm-utils.el (gmm-write-region): New function based on compatibility
11203         code from `mm-make-temp-file'.
11204
11205         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11206
11207         * nnmaildir.el (nnmaildir--update-nov)
11208         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11209         Use `gmm-write-region'.
11210
11211 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11214         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11215
11216         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11217
11218         * message.el (message-replacement-char): New variable.
11219         (message-fix-before-sending): Use it.
11220         (message-simplify-subject): New function to remove duplicate code.
11221         (message-reply, message-followup): Use it.
11222
11223         * gnus-sum.el (gnus-summary-make-menu-bar):
11224         Clarify gnus-summary-limit-to-articles.
11225
11226 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * gnus-util.el (gnus-with-local-quit): New macro.
11229
11230         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11231
11232 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11233
11234         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11235         ignore non-string data.
11236
11237 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11238
11239         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11240         non-string data (needs to be done in the registry too).
11241
11242 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11243
11244         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11245         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11246         (gnus-registry-split-fancy-with-parent)
11247         (gnus-registry-fetch-simplified-message-subject-fast)
11248         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11249         Remove text properties on ingress into the registry and when it's saved.
11250         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11251         registry from entries with no groups.
11252
11253 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11254
11255         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11256         function to remove string properties.
11257
11258 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * gmm-utils.el (gmm): Adjust custom version.
11261
11262         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11263         Adjust custom version.
11264
11265         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11266
11267 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * gnus-art.el (gnus-insert-prev-page-button)
11270         (gnus-insert-next-page-button): Simplify.  Reformat.
11271
11272 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11273
11274         * gnus-art.el (gnus-insert-prev-page-button)
11275         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11276
11277 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11278
11279         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11280
11281 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11282
11283         * gnus-art.el (gnus-insert-mime-button)
11284         (gnus-insert-mime-security-button):
11285         Apply gnus-article-button-face to MIME and security buttons.
11286
11287 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11290         readable.
11291
11292 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11295
11296 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11297
11298         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11299         `browse-url-of-file' instead of `browse-url'.
11300
11301 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11302
11303         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11304         regexp.  Articles containing quotation were cut prematurely.
11305
11306 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * message.el (message-cite-original-1): Use nobody by default for the
11309         value of From header.
11310         (message-reply): Ditto.
11311
11312 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11313
11314         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11315         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11316         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11317
11318 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11321         mails in the doc string.  Add some URLs in comment.
11322         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11323
11324 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11327         backslashes handling and the way to find boundaries of quoted strings.
11328
11329 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11330
11331         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11332         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11333         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11334         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11335
11336 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11339         doc string.
11340         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11341
11342 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * lpath.el: Fbind epg-check-configuration.
11345
11346 2006-09-06  Simon Josefsson  <jas@extundo.com>
11347
11348         * mml2015.el (mml2015-use): Doc fix, mention epg.
11349
11350 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11351
11352         * mml2015.el (mml2015-use): Default to epg, if available.
11353
11354 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11355
11356         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11357         message-sender.
11358         (mml1991-epg-encrypt): Ditto.
11359         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11360         message-sender.
11361         (mml2015-epg-encrypt): Ditto.
11362
11363 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11364
11365         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11366         several common directories.
11367
11368 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11369
11370         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11371         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11372
11373 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-art.el (article-decode-encoded-words): Make it fast.
11376
11377 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11380
11381         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11382         in quoted string into `\'.
11383
11384 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11387         Use standard-syntax-table.
11388
11389 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * gnus-art.el (gnus-decode-address-function): New variable.
11392         (article-decode-encoded-words): Use it to decode headers which are
11393         assumed to contain addresses.
11394         (gnus-mime-delete-part): Remove useless `or'.
11395
11396         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11397         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11398         (gnus-nov-parse-line): Use it to decode From header.
11399         (gnus-get-newsgroup-headers): Ditto.
11400         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11401
11402         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11403         (mail-decode-encoded-address-string): New alias.
11404
11405         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11406         New function.
11407         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11408         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11409         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11410         (rfc2047-decode-string): Ditto.
11411         (rfc2047-decode-address-region): New function.
11412         (rfc2047-decode-address-string): New function.
11413
11414 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * message.el (message-caesar-buffer-body): Allow rotating headers.
11417
11418         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11419
11420         * message.el (message-insert-formated-citation-line): Fix %f.
11421         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11422
11423 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11426         (gnus-bookmark-mouse-available-p): New macro.
11427         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11428         (gnus-bookmark-bmenu-show-infos): Use it.
11429         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11430         (gnus-bookmark-bmenu-hide-infos): Ditto.
11431         (gnus-bookmark-remove-properties): New function.
11432         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11433         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11434         (gnus-bookmark-write-file): Bind coding-system-for-write.
11435         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11436         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11437         group before selecting it.
11438         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11439         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11440         quit-window if it is not available; use gnus-mouse-2 and bind it to
11441         gnus-bookmark-bmenu-select-by-mouse.
11442         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11443         (gnus-bookmark-bmenu-select-by-mouse): New function.
11444
11445 2006-08-13  Romain Francoise  <romain@orebokech.com>
11446
11447         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11448         space.
11449
11450 2006-08-10  Romain Francoise  <romain@orebokech.com>
11451
11452         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11453         (dns-mode-soa-auto-increment-serial): New user option.
11454         (dns-mode-soa-maybe-increment-serial): New function.
11455         (dns-mode): Add the latter to `write-contents-functions'.
11456
11457 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * compface.el (uncompface): Use binary rather than raw-text-unix.
11460
11461 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * compface.el (uncompface): Make sure the eol conversion doesn't take
11464         place when communicating with the external programs.
11465         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11466
11467 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11470
11471 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11472
11473         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11474         Make it more robust by parsing author and date independently.
11475
11476 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11479
11480 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11481
11482         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11483         first matching secret key.
11484         (mml2015-epg-encrypt): Ditto.
11485
11486         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11487         first matching secret key.
11488         (mml1991-epg-encrypt): Ditto.
11489
11490         * mml2015.el (mml2015-encrypt-to-self): New user option.
11491         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11492         mml2015-epg-encrypt-to-self is set.
11493
11494         * mml1991.el (mml1991-encrypt-to-self): New variable.
11495         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11496         mml1991-epg-encrypt-to-self is set.
11497
11498         * mml2015.el (mml2015-signers): New user option.
11499         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11500         (mml2015-epg-encrypt): Allow to select signing keys.
11501
11502         * mml1991.el (mml1991-signers): New variable.
11503         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11504         (mml1991-epg-encrypt): Allow to select signing keys.
11505
11506 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * nnheader.el (nnheader-insert-head): Make it work even if the file
11509         uses CRLF for the line-break code.
11510
11511 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11512
11513         * mml2015.el: Require mml-sec instead of password.
11514         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11515         (mml2015-cache-passphrase): Inherit the default value from
11516         mml-secure-cache-passphrase.
11517         (mml2015-passphrase-cache-expiry): Inherit the default value from
11518         mml-secure-passphrase-cache-expiry.
11519
11520         * mml1991.el: Require mml-sec instead of password.
11521         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11522         (mml1991-cache-passphrase): Inherit the default value from
11523         mml-secure-cache-passphrase.
11524         (mml1991-passphrase-cache-expiry): Inherit the default value from
11525         mml-secure-passphrase-cache-expiry.
11526
11527         * mml-sec.el: Require password.
11528         (mml-secure-verbose): New user option.
11529         (mml-secure-cache-passphrase): New user option.
11530         (mml-secure-passphrase-cache-expiry): New user option.
11531
11532 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11533
11534         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11535         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11536         andreas@altroot.de (Andreas Vögele).
11537
11538         FIXME: Use `tiny change'?
11539
11540 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11541
11542         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11543         workaround for the url package included with Emacs.
11544
11545         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11546
11547 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11550         correctly.  This fixes a bug caused by the 2006-05-12 change.
11551
11552 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11553
11554         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11555         some information about the error when saying that the `bogus' mail
11556         group will be used.
11557
11558 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11559
11560         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11561         string.
11562
11563 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11564
11565         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11566
11567 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11568
11569         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11570
11571 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11572
11573         * mml1991.el (mml1991-function-alist): Add epg.
11574         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11575         (mml1991-epg-encrypt): New functions.
11576
11577 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11578
11579         * mml2015.el (mml2015-verbose): New variable.
11580         (mml2015-cache-passphrase): Ditto.
11581         (mml2015-passphrase-cache-expiry): Ditto.
11582         (mml2015-function-alist): Add epg.
11583         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11584         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11585         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11586         New functions.
11587
11588 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11589
11590         * message.el (message-cite-original-1): Preserve region when removing
11591         quoted text due to X-No-Archive in order to avoid bogus attribution
11592         when citing multiple messages.
11593
11594 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11595
11596         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11597         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11598
11599 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-diary.el (gnus-user-format-function-d)
11602         (gnus-user-format-function-D): Autoload.
11603
11604         * imap.el (Commentary): Fix typo.
11605
11606         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11607         2006-04-22 contribution.
11608
11609 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11610
11611         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11612         It didn't really fix the bogosity I'm seeing with solid web groups.
11613
11614 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11615
11616         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11617         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11618         created using server names.  If we use the feature without declaring
11619         it, Gnus does not properly manage server and group state.
11620
11621         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11622         bound.
11623
11624 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11625
11626         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11627         looking up the method using GROUP's prefix before inventing a new one.
11628         It is used on killed/unknown groups in various places where returning
11629         an all-new method isn't expected by the caller.
11630
11631         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11632         and match semantics of gnus-group-real-prefix.
11633
11634 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11635
11636         * nnmail.el (nnmail-broken-references-mailers): New variable.
11637         (nnmail-ignore-broken-references): New function generalizing
11638         nnmail-fix-eudora-headers.
11639         (nnmail-fix-eudora-headers): Now obsolete.
11640
11641         * gnus-art.el (gnus-button-handle-custom):
11642         Support `customize-apropos*'.
11643
11644 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11645
11646         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11647
11648         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11649         articles.
11650
11651 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * message.el (message-cite-reply-above): New variable.
11654         (message-yank-original): Use it.
11655
11656 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11659
11660 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11663         as read.
11664
11665         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11666
11667 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11668
11669         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11670         (gnus-bookmark-default-file): Use gnus-directory.
11671         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11672         Remove "*" in doc string.
11673         (gnus-bookmark-write-file): Simplify.
11674         (gnus-bookmark-maybe-sort-alist): Use `when'.
11675         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11676         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11677         Add FIXME about Emacs 21 and XEmacs compatibility.
11678         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11679         compatibility.
11680         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11681         compatibility.
11682         (gnus-bookmark-menu-heading): Fix version.
11683
11684 2006-06-19  Bastien Guerry  <bzg@altern.org>
11685
11686         * gnus-bookmark.el: New file.
11687
11688 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * message.el (message-syntax-checks): Doc fix.
11691
11692 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11693
11694         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11695         unsubscribed groups as if they were killed ones.  It causes duplicate
11696         entries in gnus-newsrc-alist.
11697
11698 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * message.el (message-syntax-checks): Doc fix.
11701         (message-send-mail): Add check for continuation headers.
11702         (message-check-news-header-syntax): Fix regexp used to check for
11703         continuation headers.
11704
11705 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11708
11709 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11712
11713 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11716         default-truncate-lines.
11717
11718 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11721         to fill the utf-8 entry.
11722
11723         * lpath.el: Fbind unicode-precedence-list.
11724
11725 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11726
11727         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11728
11729 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11730
11731         * gnus-agent.el (directory-files-and-attributes): Move all the way
11732         forward (the third and final move).
11733         (gnus-agent-read-agentview): Trap reconstruction errors due to
11734         nonexistent directory.  Handle by returning nil.
11735
11736 2006-05-30  Didier Verna  <didier@xemacs.org>
11737
11738         * message.el (message-dont-reply-to-names): Update the custom type.
11739         * message.el (message-dont-reply-to-names): New defsubst: potentially
11740         convert a list of regexps into a single one.
11741         * message.el (message-get-reply-headers): Use it.
11742         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11743
11744 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * gnus-agent.el (directory-files-and-attributes): Move forward.
11747
11748 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * gnus-ml.el (gnus-mailing-list-subscribe)
11751         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11752         (gnus-mailing-list-message): Fix doc strings.
11753
11754 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11755
11756         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11757         of doing it manually.
11758
11759 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11760
11761         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11762         comment.
11763
11764 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11765
11766         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11767         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11768         (gnus-agent-read-local): All symbols allocated in my-obarray.
11769         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11770         (gnus-agent-regenerate-group): Check numeric names to see if they are
11771         messages or groups.
11772         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11773         better way of do this...)
11774
11775         * gnus-cache.el (gnus-agent-total-fetched-for):
11776         Ignore 'dummy.group' (there should be a better way of do this...)
11777
11778 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11781         (gnus-saved-headers): Ditto.
11782         (gnus-default-article-saver): Mention functions may have properties.
11783         (gnus-article-save): Override gnus-save-all-headers and
11784         gnus-saved-headers by :headers property which saver function may have.
11785         (gnus-summary-save-in-file): Add :headers property.
11786         (gnus-summary-write-to-file): Ditto.
11787
11788         * gnus-sum.el (gnus-summary-save-article): Bind
11789         gnus-prompt-before-saving to t when saving many articles in a file;
11790         always show all headers.
11791
11792         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11793
11794 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11795
11796         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11797         marks.
11798
11799         * message.el (message-indent-citation): Add optional arguments to allow
11800         using it outside of message buffers.
11801
11802         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11803         (gnus-article-treat-unfold-headers): Use it.
11804         (gnus-article-truncate-lines): New variable.
11805         (gnus-article-mode): Use it.
11806         (gnus-article-toggle-truncate-lines): New function.
11807
11808         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11809         Add gnus-article-toggle-truncate-lines.
11810
11811         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11812         coding system in XEmacs, use binary.
11813
11814 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11817         after-load-alist.
11818
11819         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11820         this function should save decoded articles.
11821         (gnus-summary-write-to-file): Use property to specify this function
11822         should save decoded articles and specify gnus-summary-save-in-file
11823         should be used to save articles other than the first one when saving
11824         many articles.
11825         (gnus-summary-save-body-in-file): Use property to specify this
11826         function should save decoded articles.
11827         (gnus-summary-write-body-to-file): Use property to specify this
11828         function should save decoded articles and specify
11829         gnus-summary-save-body-in-file should be used to save articles other
11830         than the first one when saving many articles.
11831
11832         * gnus-sum.el (gnus-summary-save-article): Simplify.
11833
11834 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * gnus-art.el (gnus-default-article-saver):
11837         Add gnus-summary-write-body-to-file.
11838         (gnus-article-save-coding-system): Don't use coding system object
11839         in XEmacs.
11840         (gnus-read-save-file-name): Add optional `dir-var' argument which
11841         specifies directory in which files are saved; work even if optional
11842         `variable' argument is not specified.
11843         (gnus-summary-write-to-file): Read file name.
11844         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11845         (gnus-summary-write-body-to-file): New function.
11846
11847         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11848         (gnus-summary-local-variables): Add it.
11849         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11850         (gnus-summary-save-article): Remove optional `decode' argument;
11851         determine whether to decode articles by the value of
11852         gnus-default-article-saver; when saving many files using
11853         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11854         it first and use gnus-summary-save-in-file or
11855         gnus-summary-save-body-in-file thereafter unless
11856         gnus-prompt-before-saving is always; move point to article which
11857         will be saved.
11858         (gnus-summary-save-article-file): Revert.
11859         (gnus-summary-write-article-file): Revert.
11860         (gnus-summary-save-article-body-file): Revert.
11861         (gnus-summary-write-article-body-file): New function.
11862
11863 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gnus-art.el (gnus-default-article-saver): Doc fix.
11866         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11867         from gnus-summary-save-article-coding-system, and default to a
11868         certain coding system.
11869         (gnus-output-to-file): Add coding cookie and encode text according
11870         to gnus-article-save-coding-system; don't use mm-append-to-file.
11871
11872         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11873         gnus-art.el and rename to gnus-article-save-coding-system.
11874         (gnus-summary-save-article): Require gnus-art; don't show all
11875         headers if it decodes articles; don't add coding cookie here;
11876         don't bind mm-text-coding-system-for-write.
11877         (gnus-summary-save-article-file): Save decoded articles.
11878         (gnus-summary-write-article-file): When saving many files, use
11879         gnus-summary-write-to-file first and gnus-summary-save-in-file
11880         thereafter unless gnus-prompt-before-saving is always.
11881         (gnus-summary-save-article-body-file): Save decoded articles.
11882
11883         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11884
11885 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * nnrss.el (nnrss-check-group): Bind hash-index.
11888
11889 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11890
11891         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11892         its hash index.  Store this hash in `nnrss-group-data'.
11893         (nnrss-read-group-data): Update accordingly.
11894
11895 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11898         entry.
11899
11900         * gnus-sum.el (gnus-summary-make-menu-bar):
11901         Add gnus-article-browse-html-article.
11902
11903 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11904
11905         * gnus-sum.el (gnus-summary-mime-map):
11906         Add gnus-article-browse-html-article.
11907
11908         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11909
11910 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11913         suitable coding systems in customize.
11914
11915 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * mail-source.el (mail-sources): Fix custom type.
11918
11919 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11920
11921         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11922         (gnus-summary-expire-articles-now): Shorten prompt.
11923
11924         * gmm-utils.el (wid-edit): Require.
11925         (defun-gmm): Rename from `gmm-defun-compat'.
11926         (gmm-image-search-load-path): Use it.
11927         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11928
11929 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * gnus-sum.el (gnus-summary-save-article-coding-system):
11932         New variable.
11933         (gnus-summary-save-article): Add optional `decode' argument.
11934         If it is set and gnus-summary-save-article-coding-system is non-nil,
11935         save decoded article.
11936         (gnus-summary-write-article-file): Save decoded article if
11937         gnus-summary-save-article-coding-system is non-nil.
11938
11939         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11940         type.
11941
11942 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11945
11946 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11949         first to test gnus-single-article-buffer which may be buffer-local.
11950
11951         * gnus-sum.el (gnus-summary-setup-buffer):
11952         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11953         group; make gnus-article-buffer, gnus-article-current, and
11954         gnus-original-article-buffer always buffer-local.
11955         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11956         group.
11957         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11958
11959 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * nnml.el (nnml-request-compact-group): Compressed files might not
11962         have .gz extension.
11963
11964 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11965
11966         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11967         (mm-copy-to-buffer): Use with-current-buffer.
11968         (mm-display-part): Simplify.
11969         (mm-inlinable-p): Add optional arg `type'.
11970
11971 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11972
11973         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11974         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11975         Try harder to show the attachment internally or externally using
11976         gnus-mime-view-part-as-type.
11977
11978 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * message.el (message-from-style, message-signature-separator)
11981         (message-user-organization-file, message-send-mail-function)
11982         (message-citation-line-function, message-yank-prefix)
11983         (message-indent-citation-function, message-signature)
11984         (message-signature-file, message-signature-insert-empty-line):
11985         Remove autoloads.
11986
11987         * gnus-art.el (gnus-buttonized-mime-types):
11988         Remove "multipart/signed".  Revert 2006-04-26 change.
11989
11990 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11991
11992         * gnus.el (gnus-version-number): Bump version.
11993
11994 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11995
11996         * gnus.el: No Gnus v0.5 is released.
11997
11998 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11999
12000         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12001         fetching articles by message-id.
12002
12003 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * message.el (hashcash): Require hashcash as normal.
12006
12007         * ecomplete.el (ecomplete-highlight-match-line):
12008         Use point-at-eol.
12009         (ecomplete-highlight-match-line): Use `highlight', because that
12010         face exists in both Emacs and XEmacs.
12011
12012         * message.el (message-display-abbrev): Use point-at-bol.
12013
12014         * mail-source.el: Don't require timer/timer-funcs.
12015
12016         * gnus-async.el: Ditto.
12017
12018         * password.el: Ditto.
12019
12020         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12021
12022         * mm-url.el: Ditto.
12023
12024         * gnus-xmas.el: Don't require timer-funcs.
12025
12026         * mm-util.el: Require timer/timer-funcs.
12027
12028 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12029
12030         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12031         Close.
12032
12033 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12036         unibyte after clear-decrypt function runs.
12037
12038         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12039         returns as a unibyte string.
12040
12041 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * lpath.el: Revert.
12044
12045         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12046         (pgg-gpg-process-sentinel): Revert.
12047
12048         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12049         (pgg-pgp-lookup-key): Revert.
12050
12051         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12052         (pgg-pgp5-lookup-key): Revert.
12053
12054         * pgg.el (pgg-fetch-key): Revert.
12055
12056 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * lpath.el: Fbind string-as-multibyte for XEmacs.
12059
12060         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12061         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12062         (mml1991-pgg-encrypt): Ditto.
12063
12064         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12065         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12066         a multibyte buffer.
12067
12068         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12069         (pgg-pgp-lookup-key): Ditto.
12070
12071         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12072         (pgg-pgp5-lookup-key): Ditto.
12073
12074         * pgg.el (pgg-fetch-key): Ditto.
12075
12076 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12077
12078         * message.el (message-user-organization-file): Check several
12079         locations of the organization file.
12080
12081         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12082         Add gnus-article-view-part-as-type.
12083
12084         * gnus-art.el (gnus-article-view-part-as-type): New function.
12085
12086         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12087         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12088
12089         * mml.el: Simplify autoload.
12090         (mml-mode): defvar dnd-protocol-alist instead of using
12091         symbol-value.
12092         (mml-default-directory): New variable.
12093         (mml-minibuffer-read-file): Use it.
12094         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12095
12096         * message.el (message-citation-line-format): New variable.
12097         (message-insert-formated-citation-line): New function.
12098         (message-citation-line-function):
12099         Add `message-insert-formated-citation-line' to custom type.
12100
12101         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12102         to doc string.
12103
12104         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12105         depending on mm-verify-option.
12106
12107 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12110         binding pgg-* variables; reimplement the section which prevents
12111         MIME header from being signed.
12112         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12113         pgg-text-mode; remove a blank line at the top of body.
12114
12115         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12116         lines at the top of body; use gnus-newsgroup-charset if there's no
12117         Charset header.
12118
12119 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * message.el (message-self-insert-commands): Doc fix.
12122
12123         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12124         (mm-uu-pgp-encrypted-test): Ditto.
12125         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12126         between header and body; return application/pgp-encrypted handle
12127         if decryption failed; decode decrypted body by charset.
12128
12129         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12130         element match to application/pgp-*.
12131
12132 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12133
12134         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12135         HTML.
12136
12137 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12138
12139         * mail-source.el (mail-source-call-script): Message the error
12140         string.
12141
12142 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12143
12144         * gnus-util.el (gnus-byte-compile): Use it.
12145
12146 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12147
12148         * gnus-util.el (kill-empty-logs): New function.
12149
12150 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12151
12152         * message.el (message-mail-alias-type): Doc fix.
12153         (message-mail-alias-type-p): New function.
12154         (message-send): Use it.
12155         (message-mode): Ditto.
12156         (message-strip-forbidden-properties): Ditto.
12157
12158         * ecomplete.el (ecomplete-database-file-coding-system):
12159         New variable.
12160         (ecomplete-save): Use it.
12161         (ecomplete-setup): Use it.
12162
12163 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * message.el (message-self-insert-commands): New variable.
12166         (message-strip-forbidden-properties): Use it.
12167
12168 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12169
12170         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12171         that doesn't make XEmacs choke.
12172
12173 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * gnus-util.el (gnus-replace-in-string):
12176         Prefer replace-regexp-in-string over of replace-in-string.
12177
12178 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * gnus-util.el (gnus-select-frame-set-input-focus):
12181         Use select-frame-set-input-focus if it is available in XEmacs; use
12182         definition defined in Emacs 22 for old Emacsen.
12183
12184         * dgnushack.el: Autoload unmorse-region for XEmacs.
12185
12186         * lpath.el: Bind cursor-in-non-selected-windows and
12187         select-frame-set-input-focus for XEmacs.
12188
12189 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12192
12193 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12194
12195         * gnus-registry.el (gnus-registry-cache-save): Remove text
12196         properties when saving via the temp buffer.
12197
12198 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * message.el (message-generate-hashcash): Honor custom type.
12201
12202 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12203
12204         * message.el (message-generate-hashcash): Default to non-nil when
12205         hashcash is found.
12206
12207         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12208         (gnus-refer-thread-limit): Increase default to 500.
12209
12210         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12211
12212         * flow-fill.el (fill-flowed): Allow delete-space.
12213
12214 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12217         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12218         Remove autoloads.
12219
12220 2006-04-18  Simon Josefsson  <jas@extundo.com>
12221
12222         * message.el (message-generate-hashcash): Default to.
12223
12224 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12227         concatenating segments rather than before concatenating them.
12228
12229 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12232
12233 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12234
12235         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12236
12237         * message.el (message-forward-make-body-plain):
12238         Allow message-forward-ignored-headers to be a list.
12239         (message-remove-ignored-headers): Factor out into function.
12240         (message-forward-make-body-mml): Use it.
12241
12242         * imap.el (imap-quote-specials): New function.
12243         (imap-login-auth): Quote specials.
12244
12245         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12246         (rfc2231-parse-string): Allow concatanation of parameters that
12247         aren't contiguous.  The test case is
12248           (mail-header-parse-content-type "message/external-body;
12249             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12250             access-type=LOCAL-FILE;
12251             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12252
12253 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12254
12255         * nntp.el (nntp-accept-process-output): Return the value of
12256         `nnheader-accept-process-output'.
12257
12258 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12261         (gnus-button-alist): Recognize more diff formats.
12262         (gnus-button-patch): Strip directory.
12263
12264 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12265
12266         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12267         Emacs 22 when setting focus.
12268
12269 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12270
12271         * gnus-art.el (gnus-article-treat-types): Do treatment of
12272         text/x-verbatim parts.
12273         (gnus-button-patch): New command.
12274
12275         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12276         addresses that contain invalid characters.
12277
12278 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12279
12280         * message.el (message-put-addresses-in-ecomplete):
12281         Use gnus-replace-in-string.
12282         (message-is-yours-p): Use the more correct
12283         mail-header-parse-address instead of
12284         mail-extract-address-components.
12285         (message-put-addresses-in-ecomplete): Fix typo.
12286
12287         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12288         keystroke.
12289
12290         * gnus-art.el (gnus-treatment-function-alist): Change order of
12291         newsgroups/generic header folding to avoid double-folding.
12292
12293         * message.el (message-hidden-headers): Add X-Draft-From.
12294
12295         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12296         New command.
12297         (gnus-summary-repeat-search-article-backward): New command.
12298
12299         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12300         groups in the parent topic.
12301
12302 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12303
12304         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12305         (spam-extra-header-to-number): Return the CRM114 number as a
12306         number instead of a string.
12307
12308 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12309
12310         * gnus-art.el (gnus-face-properties-alist): Move here from
12311         gnus-fun.
12312
12313         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12314
12315 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12316
12317         * message.el (message-strip-forbidden-properties): Only display on
12318         self-insert-command.
12319
12320         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12321         reindent.
12322         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12323
12324 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12325
12326         * smiley.el (smiley-style): Fix typo.
12327
12328 2006-03-23  Kenichi Handa  <handa@m17n.org>
12329
12330         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12331         instead of set-buffer-multibyte.
12332
12333 2006-03-23  Kenichi Handa  <handa@m17n.org>
12334
12335         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12336         buffer and then decode the buffer text if necessary.
12337         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12338         first, and after mm-encode-body, change the buffer to unibyte.
12339
12340 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12341
12342         * hashcash.el (hashcash-insert-payment-async-2):
12343         Use message-goto-eoh instead of doing it manually.
12344         (mail-add-payment): Use message-narrow-to-header instead of trying
12345         to do the same itself.
12346
12347         * message.el (message-hidden-headers): Add Face.
12348
12349         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12350         reparenting code.
12351         (gnus-summary-reparent-children): Refactored out code.
12352         (gnus-summary-thread-map): New keystroke.
12353         (gnus-summary-reparent-children): Make into command.
12354
12355         * smiley.el (smiley-style): Default to `medium' if using a large
12356         font.
12357
12358         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12359         does it itself.
12360
12361         * message.el (message-point-in-header-p): Simplify definition.
12362
12363 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12364
12365         * nnagent.el (nnagent-request-set-mark): Silence log file
12366         writing.
12367         (nnagent-request-set-mark): Use write-region instead of
12368         append-to-file.
12369
12370         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12371         strange select method.
12372
12373         * ecomplete.el (ecomplete-display-matches): Get highlightling
12374         right.
12375         (ecomplete-display-matches): Use literals.
12376         (ecomplete-display-matches): Disable message logging.
12377
12378         * message.el (message-display-abbrev): Small optimization.
12379
12380         * ecomplete.el (ecomplete-display-matches): Allow automatic
12381         display.
12382
12383         * message.el (message-strip-forbidden-properties):
12384         Display abbrevs.
12385         (message-display-abbrev): Get automatic display right.
12386
12387         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12388         keystrokes.
12389
12390 2006-04-13  Romain Francoise  <romain@orebokech.com>
12391
12392         TODO: Backport to v5-10!
12393
12394         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12395         Move here (and rename) from gnus-registry.el.
12396
12397         * gnus-registry.el: Require gnus-util.
12398         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12399
12400 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12401
12402         * gnus-group.el (gnus-group-catchup-current):
12403         Change if-then-else-if-then-else into cond.
12404         (gnus-group-catchup): Indent.
12405         (group-name-at-point): New function.
12406         (gnus-fetch-group): Provide default from thing at point.
12407
12408 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12409
12410         * message.el (message-display-abbrev): Fix regexp.
12411
12412         * ecomplete.el (ecomplete-highlight-match-line):
12413         Reimplement choosing.
12414         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12415         dead variables.
12416
12417         * message.el (message-newline-and-indent): Remove debugging.
12418         (message-display-abbrev): Use new implementation.
12419
12420 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12421
12422         * gnus-art.el (gnus-article-mode):
12423         Set cursor-in-non-selected-windows to nil.
12424
12425         * smiley.el: Revert previous change.
12426         (smiley-data-directory): defvar it before using it in the
12427         defcustom of `smiley-style'.
12428
12429 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12430
12431         * message.el (message-newline-and-indent): New function.
12432
12433         * ecomplete.el: Implement more bits.
12434
12435         * message.el (message-put-addresses-in-ecomplete): Clean up the
12436         string.
12437
12438         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12439
12440         * gnus-sum.el (gnus-summary-save-parts):
12441         Bind gnus-summary-save-parts-counter and use it to make unique file
12442         names.
12443
12444         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12445
12446         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12447         parameter to say whether to actually parse the individual
12448         addresses.
12449
12450         * message.el (message-put-addresses-in-ecomplete): New function.
12451         (ecomplete): Require.
12452         (message-mail-alias-type): Add ecomplete as an option.
12453
12454 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12455
12456         * flow-fill.el (fill-flowed): Remove trailing space from blank
12457         quoted lines.
12458
12459 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12460
12461         * smiley.el (smiley-style): Move definition later to avoid a
12462         compilation warning.
12463
12464 2006-04-12  Kenichi Handa  <handa@m17n.org>
12465
12466         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12467         buffer and then decode the buffer text if necessary.
12468         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12469         first, and after mm-encode-body, change the buffer to unibyte.
12470         Use mm-disable-multibyte instead of set-buffer-multibyte.
12471
12472 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12475         Content-Type header instead of Content-Disposition header.
12476         (gnus-mime-inline-part): Ditto.
12477         (gnus-mime-view-part-as-charset): Ignore charset that the part
12478         specifies.
12479
12480         * mm-decode.el (mm-display-part): Work with external parts and
12481         usual parts similarly.
12482
12483         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12484         instead of gnus-display-mime.
12485
12486         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12487         instead of with-temp-buffer.
12488
12489         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12490         tag to summarized topics part in order to encode non-ASCII text.
12491
12492 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12493
12494         * smiley.el (smiley-style): New variable.
12495         (smiley-directory): New function.
12496         (smiley-data-directory): Derive from `smiley-style' using
12497         `smiley-directory'.
12498         (smiley-regexp-alist): Add new entries.
12499
12500         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12501         (gnus-article-browse-delete-temp): Add :version.
12502
12503 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12504
12505         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12506         the sieve region.
12507
12508 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509
12510         * gnus.el (gnus-version-number): Bump version.
12511
12512 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12513
12514         * gnus.el: No Gnus v0.4 is released.
12515
12516 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12517
12518         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12519         layout.
12520
12521         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12522         unknown charset.
12523
12524         * message.el (message-header-synonyms): Add Original-To to the
12525         default.
12526
12527         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12528         optional parameter.
12529
12530 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * gnus-fun.el (gnus): Require it for gnus-directory.
12533
12534 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12537
12538 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12539
12540         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12541
12542 2006-04-05  Simon Josefsson  <jas@extundo.com>
12543
12544         * password.el (password-reset): New function.
12545
12546 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12547
12548         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12549         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12550
12551 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12552
12553         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12554         Some whitespace was matched into the url, which broke browsing hits
12555         > 100 when mm-url-use-external was nil.
12556
12557 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12558
12559         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12560         Check gnus-extra-headers for 'Newsgroups.
12561
12562         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12563         bound.
12564
12565 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12566
12567         * pgg-gpg.el: Clean up process buffers every time gpg processes
12568         complete.
12569
12570 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12571
12572         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12573         doc string.
12574
12575 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12576
12577         * pgg-gpg.el (pgg-gpg-process-filter)
12578         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12579
12580         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12581         lines, temporary fix.
12582
12583 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12584
12585         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12586
12587 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12588
12589         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12590         default-enable-multibyte-characters.  This reverts the change from
12591         revision 6.17 which is no longer necessary because the passphrase
12592         is sent separately now.  GnuPG messages are unreadable under
12593         multibyte locales with default-enable-multibyte-characters set to
12594         nil.
12595
12596 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12597
12598         * message.el (message-tool-bar-gnome): Move "spell".
12599
12600 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12603         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12604         instead.
12605
12606 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12607
12608         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12609         Improve newsgroups handling for NNTP overviews which don't include
12610         Newsgroups.
12611
12612 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12613
12614         * message.el (message-resend): Bind message-generate-hashcash to nil.
12615
12616 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12617
12618         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12619         when searching for already-paid recipients.
12620
12621 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12622
12623         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12624         passphrases when it is not needed.
12625         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12626         passphrase stuff from gpg, should only be necessary when you use
12627         gpg with a smartcard.
12628
12629 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * mml.el (mml-insert-mime): Ignore cached contents of
12632         message/external-body part.
12633
12634         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12635         (mm-insert-part): Ditto.
12636
12637 2006-03-23  Simon Josefsson  <jas@extundo.com>
12638
12639         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12640         Reiner.
12641         (pgg-gpg-use-agent-p): Use it again.
12642
12643 2006-03-23  Simon Josefsson  <jas@extundo.com>
12644
12645         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12646         older emacsen.
12647         (pgg-gpg-use-agent-p): Don't use it.
12648
12649 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12650
12651         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12652         if we can.
12653
12654 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12655
12656         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12657         (pgg-gpg-update-agent): New function.
12658         (pgg-gpg-use-agent-p): New function.
12659         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12660         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12661         (pgg-gpg-sign-region): Use it.
12662
12663 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12666         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12667
12668 2006-03-21  Simon Josefsson  <jas@extundo.com>
12669
12670         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12671         <wilde@sha-bang.de>.
12672         (pgg-gpg-use-agent): New variable.
12673         (pgg-gpg-process-region): Use it.
12674         (pgg-gpg-encrypt-region): Likewise.
12675         (pgg-gpg-encrypt-symmetric-region): Likewise.
12676         (pgg-gpg-decrypt-region): Likewise.
12677         (pgg-gpg-sign-region): Likewise.
12678         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12679
12680 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12683
12684         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12685         Add comment on version.
12686
12687 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * smiley.el: Add missing test smiley.
12690
12691 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * mm-decode.el (mm-with-part): New macro.
12694         (mm-get-part): Use it; work with message/external-body as well.
12695         (mm-save-part): Treat name and filename equally.
12696
12697         * mm-extern.el (mm-extern-cache-contents): New function.
12698         (mm-inline-external-body): Use it; force the part to be displayed;
12699         move undisplayer added to the cached handle to the parent.
12700
12701         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12702         (gnus-mime-view-part-as-type): Work with message/external-body.
12703
12704         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12705
12706 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12709         images in image-load-path.  [Sync with image.el, revision 1.60, in
12710         Emacs.]
12711
12712 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12715         path rather than symbol.  Always return list of directories.
12716         Guarantee that image directory comes first.  [Sync with image.el,
12717         revision 1.59, in Emacs.]
12718
12719         * message.el (message-make-tool-bar): Adjust to new API of
12720         `gmm-image-load-path-for-library'.
12721
12722         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12723
12724         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12725
12726 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12727
12728         * gnus-art.el (gnus-article-only-boring-p):
12729         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12730         intangible text.
12731         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12732
12733 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12736         Use `defun' instead of `gmm-defun-compat'.
12737
12738 2006-03-14  Simon Josefsson  <jas@extundo.com>
12739
12740         * message.el (message-unique-id): Don't use message-number-base36
12741         if (user-uid) is a float.
12742         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12743
12744 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12747
12748         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12749         empty line between a part and a message part.
12750
12751 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * smiley.el: Add more test smileys.
12754         (smiley-data-directory, smiley-regexp-alist)
12755         (gnus-smiley-file-types): Fix doc strings.
12756         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12757         adding new elements.
12758         (smiley-mouse-map): Unused code.  Make it a comment.
12759
12760 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12763         scan latest NoCeM messages instead of old ones.
12764         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12765         delimiters that are recently used.
12766         (gnus-nocem-load-cache): Add autoload cookie.
12767
12768         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12769
12770         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12771         level which is larger than gnus-use-nocem is specified.
12772
12773         * gnus-group.el (gnus-group-get-new-news): Ditto.
12774
12775 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * gnus-util.el (gnus-tool-bar-update): New function.
12778
12779         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12780         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12781
12782         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12783
12784         * gnus-group.el (gnus-group-redraw-when-idle)
12785         (gnus-group-redraw-check): Remove.
12786         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12787
12788 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12791         if optional last element is specified in splits (FIELD VALUE...).
12792
12793 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12796         to gmm-image-load-path-for-library.  Call with no-error argument.
12797         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12798
12799         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12800
12801         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12802
12803         * gmm-utils.el (gmm-image-load-path): Remove alias.
12804
12805 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12806
12807         * gmm-utils.el (gmm-image-load-path): Add alias.
12808
12809         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12810         nnml-generate-nov-databases-1.
12811         (nnml-generate-nov-databases): Use it.
12812         (nnml-generate-nov-databases-directory): Document no-active
12813         argument.
12814
12815         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12816         directory if path is t.  Add no-error.
12817
12818         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12819         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12820
12821         * gnus-art.el (gnus-article-browse-delete-temp-files):
12822         Simplify resetting gnus-article-browse-html-temp-list.
12823
12824         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12825         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12826         Add example to docstring.  Rename local variables.  Move error
12827         checks to default case in cond and simplify.
12828
12829 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12832         handle is multipart when calling it recursively.
12833         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12834
12835 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12836
12837         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12838         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12839
12840 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12843         is loaded.
12844
12845         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12846         loaded.
12847
12848 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12851         to "Emacs 23 (unicode)" in doc string.
12852
12853         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12854         "Emacs 23 (unicode)" in comment.
12855
12856 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12859
12860         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12861         characters 160 through 255 in Emacs 23.
12862
12863 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12866         gnus-article-browse-html-temp.
12867         (gnus-article-browse-delete-temp): Make it customizable.
12868         Add `file'.  Adjust doc string.
12869         (gnus-article-browse-delete-temp-files): Add argument.
12870         Allow query for each file.  Adjust doc string.
12871         (gnus-article-browse-html-parts):
12872         Add `gnus-article-browse-delete-temp-files' to
12873         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12874
12875 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12876
12877         * gnus-art.el (gnus-article-browse-html-temp)
12878         (gnus-article-browse-delete-temp): New variables.
12879         (gnus-article-browse-delete-temp-files): New function.
12880         (gnus-article-browse-html-parts): Use it.
12881
12882 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12885
12886         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12887         string.
12888
12889         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12890         gnus-summary-insert-new-articles when unplugged.
12891         Remove gnus-summary-search-article-forward.
12892
12893         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12894         display-visual-class instead of display-color-cells.
12895
12896 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * dgnushack.el: Autoload customize-group for XEmacs.
12899
12900         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12901         message/* containing non-ASCII text properly.
12902
12903 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * message.el: Require gmm-utils, remove autoloads.
12906         (message-tool-bar): Set default based on
12907         gmm-tool-bar-style.
12908         (message-tool-bar-gnome): Add gmm-customize-mode.
12909
12910         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12911         gmm-tool-bar-style.
12912         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12913
12914         * gnus-group.el (gnus-group-tool-bar): Set default based on
12915         gmm-tool-bar-style.
12916         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12917
12918         * gmm-utils.el (gmm-image-directory): Rename variable from
12919         gmm-image-load-path.
12920         (gmm-image-load-path): Use gmm-image-directory.
12921         (gmm-customize-mode): New function.
12922         (gmm-tool-bar-style): New variable.
12923
12924         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12925         gnus-group-redraw-line-number.
12926         (gnus-group-redraw-check): Simplify.
12927         (gnus-group-tool-bar-update): Remove redraw check.
12928         (gnus-group-make-tool-bar): Add redraw check.
12929
12930 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12931
12932         * gnus-art.el (gnus-button): Add missing parentheses.
12933
12934 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * lpath.el: Fbind line-number-at-pos.
12937
12938 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12941
12942 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * gnus-art.el (gnus-button): New face.
12945         (gnus-article-button-face): Use it.
12946
12947         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12948         Add gnus-summary-next-page.  Re-order.
12949
12950         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12951         next-node are now included.
12952         (gnus-group-redraw-line-number): New internal variable.
12953         (gnus-group-redraw-check): Helper function for updating the tool
12954         bar.
12955         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12956
12957         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12958
12959         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12960         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12961         Use it to match format of Spamassassin 3.0 and later.
12962         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12963         (spam-check-bogofilter)
12964         (spam-bogofilter-register-with-bogofilter): Fix args of
12965         `gnus-error' calls.
12966
12967 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12968
12969         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12970         unnecessary interaction when sending queued mails.
12971         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12972
12973 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12974
12975         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12976         first or last are nil.
12977
12978 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12979
12980         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12981
12982 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12983
12984         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12985
12986 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12987
12988         * dns.el (query-dns): Protect more against buggy tcp output.
12989
12990 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12991
12992         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12993         nov.php.
12994
12995 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12996
12997         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12998         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12999         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13000         output on the server side.
13001         (nnweb-google-create-mapping): Update regexps and add some
13002         progress indication.
13003
13004 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * gnus-group.el (gnus-group-tool-bar-gnome):
13007         Fix gnus-agent-toggle-plugged.  Re-order icons.
13008         (gnus-group-tool-bar-gnome):
13009         Add gnus-group-{prev,next}-unread-group.
13010         (gnus-group-tool-bar-gnome): Re-order icons.
13011
13012         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13013         Move gnus-summary-insert-new-articles.
13014
13015         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13016         Fix comments.
13017
13018         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13019         also available in Emacs 21.3.
13020
13021         * message.el (message-fix-before-sending): Change "Emacs 22" to
13022         "Emacs 23 (unicode)" in comment.
13023
13024         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13025         "Emacs 23 (unicode)" in comment.
13026
13027         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13028         comment.
13029         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13030
13031         * mm-view.el (mm-fill-flowed): Add :version.
13032
13033 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13036         and load-path.
13037
13038 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13039
13040         * message.el: Autoload gmm-image-load-path.
13041         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13042         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13043         consitency.
13044
13045         * gmm-utils.el (gmm-image-load-path): Also search in
13046         "../etc/images".  Don't set gmm-image-load-path if we don't find
13047         the image.
13048
13049 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * gmm-utils.el (gmm-image-load-path): Don't make
13052         `gmm-image-load-path' include subdirectories which the second arg
13053         `image' might specify.
13054
13055         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13056         subdirectory to icon file names.
13057
13058         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13059
13060 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13063         gmm-image-load-path calls.
13064
13065         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13066
13067         * message.el (message-make-tool-bar): Ditto.
13068
13069         * mml.el (mml-preview): Add comment concerning tool bar icons.
13070
13071         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13072         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13073
13074         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13075         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13076
13077         * message.el (message-tool-bar-gnome): Use new icon names.
13078         (message-make-tool-bar): Use `gmm-image-load-path'.
13079
13080         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13081         New functions from MH-E.
13082         (gmm-image-load-path): New variable from MH-E.
13083         (gmm-image-load-path): New function from MH-E.  Add arguments
13084         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13085         *-image-load-path-called-flag.
13086
13087 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13088
13089         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13090
13091 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13092
13093         * nnimap.el (nnimap-request-move-article): Change folder back to
13094         source group before deleting.
13095
13096 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13099
13100         * gnus-art.el (mm-url-insert-file-contents-external):
13101         Autoload mm-url.
13102
13103         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13104
13105 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13108         coding system which mm-charset-to-coding-system returns for a
13109         given charset is valid.
13110
13111 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13112
13113         * html2text.el (html2text-remove-tag-list):
13114         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13115
13116 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13117
13118         * gnus-cus.el: Revert 2005-10-17 change.
13119
13120 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-art.el (article-strip-banner):
13123         Call article-really-strip-banner only when the regexp match is made.
13124
13125 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * gnus-art.el (article-strip-banner):
13128         Use gnus-extract-address-components instead of
13129         mail-header-parse-addresses to make it work with non-ASCII text;
13130         remove mail-encode-encoded-word-string.
13131
13132         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13133         values which are surrounded with \"...\"; make it never cause a
13134         Lisp error; give up parsing of parameters if it failed in
13135         extracting type.
13136
13137 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13138
13139         * smime.el (smime-cert-by-ldap-1): Fix bug where
13140         `smime-ldap-search' returns results without userCertificates.
13141
13142 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13145
13146 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * spam.el (spam-check-spamassassin-headers): Adapt format for
13149         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13150         <ari@mbf.ocn.ne.jp>.
13151         (spam-list-of-processors): Add spam-use-gmane.
13152
13153 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13156         make-temp-file; make it work with XEmacs as well.
13157
13158         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13159         mm-make-temp-file.
13160
13161         * mm-decode.el (mm-display-external): Use the 3rd arg of
13162         mm-make-temp-file.
13163         (mm-create-image-xemacs): Ditto.
13164
13165 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13168         with message-narrow-to-headers.
13169         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13170         (gnus-draft-check-draft-articles): New function.
13171         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13172
13173 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13174
13175         * gnus-art.el (gnus-article-browse-html-parts):
13176         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13177         Don't use suffix argument for mm-make-temp-file for Emacs 21
13178         compatibility.  Remove useless `format'.
13179
13180 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13181
13182         * nnweb.el (nnweb-google-wash-article): Update regexps.
13183         (nnweb-group-alist): Use defvoo instead of defvar.
13184
13185 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13188         re-loading nn* modules.
13189
13190 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13193         for `tool-bar-mode' and don't check it's default-value.
13194
13195         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13196
13197         * message.el (message-make-tool-bar): Ditto.
13198
13199         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13200         `substring'.  Shorten tmp-file name.
13201
13202         * gnus.el: Remove bogus comment.
13203
13204 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13205
13206         * gnus-art.el (gnus-article-browse-html-parts): New function.
13207         (gnus-article-browse-html-article): New function for viewing html
13208         articles with a browser.
13209
13210 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13211
13212         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13213         in elisp.
13214         (pgg-gpg-encrypt-symmetric-region): Ditto.
13215         (pgg-gpg-sign-region): Ditto.
13216
13217         * pgg-def.el (pgg-text-mode): New variable.
13218
13219         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13220         (mml2015-pgg-encrypt): Ditto.
13221
13222         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13223         (mml1991-pgg-encrypt): Ditto.
13224
13225 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * nnfolder.el (nnfolder-insert-newsgroup-line):
13228         Use message-make-date instead of current-time-string.
13229
13230         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13231         to gnus-decoded which mm-uu might set.
13232
13233 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13236         don't decode quoted parameters; remove misimported Emacs code.
13237         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13238         (rfc2231-decode-encoded-string): Don't use split-string which
13239         behaves differently according to Emacs version; use
13240         mm-decode-coding-region to convert charset to coding-system.
13241         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13242         (rfc2231-encode-string): Remove misimported Emacs code.
13243
13244 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13247         when calling mail-header-parse-content-type.
13248         (article-de-quoted-unreadable): Ditto.
13249         (article-de-base64-unreadable): Ditto.
13250         (article-wash-html): Ditto.
13251
13252         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13253         calling mail-header-parse-content-type and
13254         mail-header-parse-content-disposition.
13255         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13256         mail-header-parse-content-type.
13257
13258         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13259         insert charset and format parameters; encode description after
13260         inserting it to buffer.
13261         (mml-insert-parameter): Fold lines properly even if a parameter is
13262         segmented into two or more lines; change the max column to 76.
13263
13264         * rfc1843.el (rfc1843-decode-article-body): Don't use
13265         ignore-errors when calling mail-header-parse-content-type.
13266
13267         * rfc2231.el (rfc2231-parse-string): Return at least type if
13268         possible; don't cause an error even if it fails in parsing of
13269         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13270         (rfc2231-encode-string): Don't break lines at the beginning, leave
13271         it to mml-insert-parameter.
13272
13273         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13274         calling mail-header-parse-content-type.
13275
13276 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13277
13278         * spam-report.el (spam-report-gmane-use-article-number):
13279         Improve doc string.
13280         (spam-report-gmane-internal): Check if a suitable header was found
13281         in the article.
13282
13283 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13286         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13287
13288 2006-02-05  Romain Francoise  <romain@orebokech.com>
13289
13290         Update copyright notices of all files in the gnus directory.
13291
13292 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13293
13294         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13295
13296 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13299         segmented lines of parameter value to cope with Thunderbird 1.5
13300         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13301         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13302         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13303
13304 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13305
13306         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13307         parts.
13308
13309 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13310
13311         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13312         there's only one active file for all servers.
13313         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13314         solid groups.  Gnus might have used a FAST request to select the group.
13315         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13316         and nnweb-search redundantly in the active file.
13317         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13318         (nnweb-request-create-group): Don't use ARGS.
13319         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13320         initialisations.  Let nnoo do the work.
13321
13322 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13325         Say the part has been decoded.
13326
13327         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13328
13329 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13330
13331         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13332         mailcap-viewer-test-cache when there's no 'test clause, since that
13333         will invert the meaning of a "nil" test previously determined by
13334         mailcap-mailcap-entry-passes-test.
13335
13336 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13339         compiling.
13340
13341         * gnus-sum.el: Ditto.
13342
13343         * message.el: Don't bind tool-bar-map when compiling.
13344
13345 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13348
13349 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13350
13351         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13352         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13353         current Google Groups.
13354
13355 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13356
13357         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13358         and tool-bar-mode.
13359
13360         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13361         and tool-bar-mode.
13362
13363         * message.el (message-tool-bar-update): Simplify.
13364         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13365
13366         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13367         gnus-summary-buffer.
13368         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13369         gnus-summary-reply.
13370
13371         * gmm-utils.el (gmm): Add :version.
13372
13373 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * Makefile.in (clean): New rule.
13376         (distclean): Use it.
13377
13378 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13379
13380         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13381         Don't autoload.
13382
13383 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * gmm-utils.el (gmm-verbose): Add :group.
13386
13387 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * message.el: Change some comments WRT tool-bars.
13390
13391         * gnus-sum.el (gnus-summary-tool-bar)
13392         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13393         (gnus-summary-tool-bar-zap-list): New variables.
13394         (gnus-summary-make-tool-bar): Complete rewrite using
13395         `gmm-tool-bar-from-list'.
13396
13397         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13398         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13399         New variables.
13400         (gnus-group-make-tool-bar): Complete rewrite using
13401         `gmm-tool-bar-from-list'.
13402         (gnus-group-tool-bar-update): New function.
13403
13404         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13405
13406 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13409         is dissected into a single part of which the type is the same as
13410         the given one; decode charset.
13411
13412 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13413
13414         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13415         into alists as symbol not string, since that's what
13416         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13417         look for.
13418
13419 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13422         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13423
13424         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13425
13426 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13429         (gnus-xmas-mime-security-button-menu): New function.
13430
13431         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13432         (gnus-mime-security-button-menu): New definition.
13433         (gnus-mime-security-button-map): Use them.
13434         (gnus-mime-security-button-menu): New function.
13435         (gnus-insert-mime-security-button): Addition to help echo.
13436         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13437         (gnus-mime-security-pipe-part): New functions.
13438
13439         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13440         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13441
13442         * mm-decode.el (mm-handle-set-disposition): Remove.
13443         (mm-handle-set-description): Remove.
13444
13445 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13448         (mm-w3m-standalone-supports-m17n-p): New function.
13449         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13450         w3m usage.
13451
13452         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13453         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13454
13455 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * message.el (message-tool-bar-zap-list):
13458         Use gmm-tool-bar-zap-list as custom type.
13459         (message-tool-bar-update): New function.
13460         (message-tool-bar, message-tool-bar-gnome)
13461         (message-tool-bar-retro): Add message-tool-bar-update.
13462         (message-tool-bar-gnome): Add flyspell-buffer.
13463
13464         * gnus-util.el (gnus-error): Describe `args'.
13465
13466         * gmm-utils.el (gmm-error): Describe `args'.
13467         (gmm-tool-bar-zap-list): New widget.
13468         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13469
13470 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13473         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13474         the number of recursive calls.
13475
13476         * mm-decode.el (mm-handle-set-disposition): New macro.
13477         (mm-handle-set-description): New macro.
13478
13479 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13482         encoding.
13483
13484 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * message.el (message-tool-bar-zap-list, message-tool-bar)
13487         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13488         (message-tool-bar-local-item-from-menu): Remove.
13489         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13490         (message-make-tool-bar): New function.
13491         (message-mode): Use `message-make-tool-bar'.
13492
13493         * gmm-utils.el: New file.
13494         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13495         (gmm-lazy): New widget copied from `nnmail.el'.
13496         (gmm-tool-bar-from-list): New function for creating customizable
13497         tool bars.
13498         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13499         output.
13500         (gmm): Add :prefix to defgroup.
13501
13502 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13503
13504         * gmm-utils.el (gmm-widget-p): New function.
13505
13506 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * mml.el (mml-attach-file): Describe `description' in doc string.
13509         (mml-menu): Add Emacs MIME manual and PGG manual.
13510
13511 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13512
13513         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13514
13515 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13516
13517         * nntp.el (nntp-end-of-line): Doc fix.
13518
13519 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13520
13521         * imap.el (imap-open): Handle case where buffer is a buffer
13522         object.
13523
13524 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13525
13526         * gnus-delay.el (gnus-delay): Don't autoload.
13527         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13528         to be re-loaded when customizing the `gnus-delay' group.
13529
13530 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13531
13532         * message.el (message-insert-citation-line): Use newlines.
13533
13534 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13535
13536         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13537         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13538         these routines, so the passphrase can be managed externally and
13539         passed in to the system.
13540         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13541         pgg-add-passphrase-to-cache function.
13542
13543         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13544         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13545         these routines, so the passphrase can be managed externally and
13546         passed in to the system.
13547         (pgg-pgp5-sign-region): Use new name of
13548         pgg-add-passphrase-to-cache function.
13549
13550 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13551
13552         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13553         part of the decoded armor to find the key-identifier.
13554         (pgg-gpg-lookup-key-owner): New function to return the
13555         human-readable identifier of a key owner.
13556         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13557         itself.
13558         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13559         the key value) if we have a key and can match it against a secret
13560         key.  Also, added a note pointing out fact that the prompt only
13561         indicates the first matching key.
13562
13563         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13564         pgg-decrypt-region.
13565         (pgg-add-passphrase-to-cache): Rename from
13566         `pgg-add-passphrase-cache' to reduce confusion (all callers
13567         changed).
13568         (pgg-remove-passphrase-from-cache): Rename from
13569         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13570         changed).
13571         (pgg-read-passphrase, pgg-add-passphrase-cache)
13572         (pgg-remove-passphrase-cache): Add informative docstrings.
13573         (pgg-decrypt): Convey provided passphrase in subordinate call to
13574         pgg-decrypt-region.
13575
13576 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13577
13578         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13579         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13580         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13581         'passphrase' argument, so the passphrase can be managed externally
13582         and then passed in to the system.
13583
13584         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13585         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13586         so the passphrase cache can be used reliably with identifiers
13587         besides a pgp packet's key id.
13588
13589         * pgg-gpg.el (pgg-gpg-encrypt-region)
13590         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13591         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13592         these routines, so the passphrase can be managed externally and
13593         passed in to the system.
13594
13595         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13596         'notruncate' argument, so the passphrase cache can be used
13597         reliably with identifiers besides a pgp packet's key id.
13598
13599 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13600
13601         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13602         symmetric encryption.
13603         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13604         encrypted session key.
13605         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13606         message ask for the passphrase in a proper way.
13607
13608         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13609         New user commands for symmetric encryption.
13610
13611 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13614
13615         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13616
13617 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13618
13619         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13620
13621 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * mm-decode.el (mm-inlined-types): Add application/pgp.
13624         (mm-automatic-display): Ditto.
13625
13626         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13627         part as text.
13628
13629 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * nnrss.el: Update copyright.
13632         (nnrss-opml-import): Query whether to subscribe to each entry.
13633
13634         * gnus-art.el:
13635         * gnus-sum.el:
13636         * gnus-xmas.el:
13637         * messagexmas.el:
13638         * mm-uu.el:
13639         * mm-view.el: Update copyright.
13640
13641 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * message.el (message-info): New function.
13644         (message-mode-menu): Add it.
13645         Update copyright.
13646
13647         * ChangeLog: Fix and update copyright.
13648
13649 2006-01-13  Romain Francoise  <romain@orebokech.com>
13650
13651         * message.el (message-forward-subject-name-subject): Prefer the
13652         address to 'nowhere' if the sender has no name.
13653         Fix typo.  Update copyright year.
13654
13655 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-art.el (article-wash-html):
13658         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13659         (gnus-article-wash-html-with-w3m-standalone): New function.
13660
13661         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13662         mm-inline-text-html-render-with-w3m-standalone.
13663         (mm-text-html-washer-alist): Map w3m-standalone to
13664         gnus-article-wash-html-with-w3m-standalone.
13665         (mm-inline-text-html-render-with-w3m-standalone): New function.
13666
13667 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13670         Improve LaTeX.
13671
13672 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13675         (nnrss-request-article): Render text/plain parts as HTML.
13676
13677         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13678         the buffer.
13679
13680 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13683         custom definition of `gnus-posting-styles'.
13684
13685         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13686         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13687
13688 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13689
13690         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13691         Use nntp for bug archive.
13692
13693 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13696         parts.
13697         (nnrss-normalize-date): New function converts ISO 8601 date into
13698         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13699         (nnrss-check-group): Use it.
13700
13701 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13704
13705         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13706         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13707         (nnrss-insert-w3): Ditto.
13708
13709 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13712         the articles to be forwarded including the case where neither a
13713         number of articles nor a region is specified.
13714
13715 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * nnrss.el (nnrss-request-article): Fix last change; fill
13718         text/plain parts.
13719
13720 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13723         in text/plain part.
13724         (nnrss-check-group): Don't add excessive newline to dc:subject.
13725
13726 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13727
13728         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13729         article.
13730
13731 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13732
13733         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13734         (nnml-use-compressed-files, nnml-save-mail): Support other
13735         comression programs such as bzip2.
13736
13737 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13738
13739         * dns.el (query-dns): Make sure we check the buffer size before
13740         removing tcp headers.
13741
13742 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13745         remove MIME buttons associated with multipart/alternative parts.
13746         (gnus-mime-display-alternative): Tag buttons using `article-type'
13747         text property.
13748
13749         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13750         associated with multipart/alternative parts.
13751
13752         * gnus-art.el (gnus-signature-separator): Fix custom type.
13753
13754         * mm-decode.el (mm-inlined-types): Fix custom type.
13755         (mm-keep-viewer-alive-types): Ditto.
13756         (mm-automatic-display): Ditto.
13757         (mm-attachment-override-types): Ditto.
13758         (mm-inline-override-types): Ditto.
13759         (mm-automatic-external-display): Ditto.
13760
13761 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13762
13763         * spam-report.el (spam-report-user-mail-address)
13764         (spam-report-user-agent): New variables.
13765         (spam-report-url-ping-plain): Use spam-report-user-agent.
13766
13767 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13768
13769         * gnus-art.el (gnus-button-handle-custom): Do not just use
13770         `customize-apropos' for any "M-x customize-*" button but the
13771         function called for.  Accept both the function name and its
13772         argument in order to achieve this.
13773         (gnus-button-alist): Remove support for "custom:" URL's.
13774         Pass function name to `gnus-button-handle-custom' in case of "M-x
13775         customize-*" buttons.
13776
13777 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13780         multipart/alternative and add xref to mm-discouraged-alternatives
13781         in doc string.
13782
13783         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13784         gnus-buttonized-mime-types in doc string.
13785
13786 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13787
13788         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13789         Suggest image/.* in the doc string.
13790
13791 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13794         message-marks (Debian bug #342521).
13795
13796 2005-12-12  Simon Josefsson  <jas@extundo.com>
13797
13798         * password.el (password-read-from-cache): Add.
13799         (password-read): Use it.
13800
13801 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * rfc2047.el (rfc2047-charset-to-coding-system):
13804         Recognize us-ascii as a MIME charset.
13805
13806         * mm-bodies.el (mm-decode-content-transfer-encoding):
13807         Protect against the case where the 2nd arg TYPE is nil.
13808
13809 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * pop3.el (pop3-stream-type): Fix custom version.
13812
13813         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13814
13815 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13816
13817         * mm-decode.el (mm-display-external): Add missing cdr.
13818
13819 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13822         RFC1524) if it is in mailcap or add a suffix according to
13823         mailcap-mime-extensions when generating a temp filename; postpone
13824         deleting a temp file for 2 seconds for some wrappers, shell
13825         scripts, and so on, which might exit right after having started a
13826         viewer command as a background job.
13827
13828 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * nntp.el (nntp-marks-directory): Fix custom group.
13831
13832         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13833         steps when < 10.
13834
13835         * gnus-start.el (gnus-no-server-1):
13836         Mention `gnus-level-default-subscribed' in doc string.
13837
13838 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13839
13840         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13841         parens.
13842
13843 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * gnus-xmas.el (gnus-use-toolbar): Revert.
13846         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13847         gnus-use-toolbar is default.
13848
13849         * messagexmas.el (message-use-toolbar): Revert.
13850         (message-setup-toolbar): Use global default-toolbar if
13851         message-use-toolbar is default.
13852
13853 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13856         according to default-toolbar-visible-p.
13857
13858         * messagexmas.el (message-use-toolbar): Ditto.
13859
13860 2005-11-26  Dave Love  <fx@gnu.org>
13861
13862         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13863         (tls-program, tls-success): Provide openssl alternative.
13864
13865         * starttls.el: Doc fixes.
13866         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13867         SERVICE to PORT.
13868
13869         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13870         port null or service name.
13871         (starttls-negotiate): Autoload.
13872
13873 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * message.el (message-kill-to-signature): Fix interactive spec.
13876
13877 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * pop3.el (pop3-open-server): Recognize a string as a service name.
13880
13881 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13882
13883         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13884
13885 2005-11-23  Dave Love  <fx@gnu.org>
13886
13887         Add pop3s, pop3/starttls.
13888
13889         * pop3.el (pop3-authentication-scheme): Clarify doc.
13890         (open-tls-stream, starttls-open-stream): Autoload.
13891         (pop3-stream-type): New.
13892         (pop3-open-server): Use it.
13893
13894         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13895         for POP.
13896         (mail-source-keyword-map): Add :stream for POP.
13897         (mail-source-fetch-pop): Use pop3-stream-type.
13898
13899 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13902         of current-time-string.
13903
13904 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13905
13906         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13907         date header.
13908
13909 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13910
13911         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13912         it can seriously impact performance as it bypasses the agent's
13913         local caches.
13914
13915 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13916
13917         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13918         must be explicitly online rather than "not explicitly offline" for
13919         its flags to be synchronized.
13920
13921         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13922         that gnus-uu-unmark-thread will function correctly.
13923
13924         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13925         1024K is instead displayed as 1M.
13926
13927 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13928
13929         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13930
13931 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13932
13933         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13934
13935 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13936
13937         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13938         error message to display actual error condition.
13939         (gnus-agent-save-local): Avoid saving symbols that are bound to
13940         nil as they simply result in a warning message in
13941         gnus-agent-read-local.
13942
13943 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13946         rather than make-variable-buffer-local for file-precious-flag.
13947
13948 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13949
13950         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13951         for duplicates which are removed.  The invalid sort check then
13952         triggers a rescan after the sort as sorting may have moved
13953         duplicate entries such that they can be cheaply detected.
13954
13955 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13958
13959 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13960
13961         * gnus-agent.el (gnus-agent-article-alist-save-format):
13962         Change internal variable to a custom variable.  Change default value
13963         from compressed(2) to uncompressed(1).
13964         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13965         support for uncompressed agentview files.  Taken together, reading
13966         the agentview file should now be 6-7 times faster.
13967
13968 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13969
13970         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13971         as a buffer-local variable.  This avoids creating truncated
13972         dribble files as a result of a hang up, eg.
13973
13974 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13975
13976         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13977         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13978         XEmacs.
13979
13980 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13981
13982         * gnus-start.el (gnus-start-draft-setup):
13983         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13984
13985         * gnus.el (gnus-splash): Change custom group.
13986         (gnus-group-get-parameter, gnus-group-parameter-value):
13987         Describe allow-list argument.
13988
13989         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13990         string.
13991
13992 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * gnus-art.el (gnus-default-article-saver): Add user-defined
13995         `function' to custom type.
13996
13997 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13998
13999         * imap.el (imap-open): Handle case where buffer is a buffer
14000         object.
14001
14002 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14003
14004         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14005         long lines.
14006         (gnus-cache-delete-group): Wrap doc strings.
14007
14008         * gnus-agent.el (gnus-agent-rename-group)
14009         (gnus-agent-delete-group): Wrap doc strings.
14010
14011 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * messagexmas.el (message-use-toolbar): Change the valid values
14014         into default, top, bottom, left, and right.
14015         (message-toolbar-thickness): New variable.
14016         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14017         well.
14018         (message-setup-toolbar): Make it work.
14019
14020         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14021         (gnus-use-toolbar): Change the valid values into default, top,
14022         bottom, left, and right.
14023         (gnus-toolbar-thickness): New variable.
14024         (gnus-xmas-setup-toolbar): New function.
14025         (gnus-xmas-setup-group-toolbar): Use it.
14026         (gnus-xmas-setup-summary-toolbar): Use it.
14027
14028 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14029
14030         * gnus-start.el (gnus-1): Add "native" to
14031         gnus-predefined-server-alist.
14032
14033         * gnus.el (gnus-method-to-server): Don't add "native" to the
14034         lists here, because that leads to problems when
14035         gnus-select-method is bound.
14036
14037 2005-11-09  Simon Josefsson  <jas@extundo.com>
14038
14039         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14040         use (not sort-by-date) instead.
14041
14042 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14043
14044         * gnus-delay.el (gnus-delay-group): Don't autoload.
14045         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14046         to be re-loaded when customizing the `gnus-delay' group.
14047
14048 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14049
14050         * message.el: Revert last changes.
14051         (message-insert-citation-line): Use newlines.
14052
14053 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14054
14055         * message.el (message-courtesy-message)
14056         (message-mark-insert-begin, message-mark-insert-end)
14057         (message-elide-ellipsis, message-cancel-message)
14058         (message-add-header, message-change-subject)
14059         (message-cross-post-followup-to-header)
14060         (message-cross-post-insert-note, message-reduce-to-to-cc)
14061         (message-widen-reply, message-delete-not-region)
14062         (message-kill-to-signature, message-insert-signature)
14063         (message-insert-importance-high, message-insert-importance-low)
14064         (message-insert-or-toggle-importance)
14065         (message-insert-disposition-notification-to)
14066         (message-indent-citation, message-yank-original)
14067         (message-cite-original-without-signature, message-cite-original)
14068         (message-insert-citation-line, message-position-on-field)
14069         (message-fix-before-sending, message-send-mail-partially)
14070         (message-send-mail, message-send-mail-with-sendmail)
14071         (message-send-mail-with-qmail, message-send-news)
14072         (message-check-news-header-syntax, message-generate-headers)
14073         (message-insert-courtesy-copy, message-fill-address)
14074         (message-fill-header, message-shorten-references)
14075         (message-setup-1, message-cancel-news)
14076         (message-forward-make-body-plain, message-forward-make-body-mime)
14077         (message-forward-make-body-mml, message-encode-message-body)
14078         (message-forward-make-body-digest-plain)
14079         (message-forward-make-body-digest-mime)
14080         (message-use-alternative-email-as-from): Insert `hard-newline'
14081         instead of ordinary newlines.
14082
14083 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * message.el (message-generate-headers): Downcase the argument
14086         given to message-check-element.
14087
14088 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14089
14090         * nntp.el (nntp-authinfo-rejected): New error condition.
14091         (nntp-wait-for): Use new error condition to signal authentication
14092         error.
14093         (nntp-retrieve-data): Rethrow new error condition to break out of
14094         recursive call to nntp-send-authinfo.
14095
14096 2005-11-08  Romain Francoise  <romain@orebokech.com>
14097
14098         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14099         (gnus-summary-exit-map): Bind to `Z p'.
14100         (gnus-summary-make-menu-bar): Add menu item.
14101
14102 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14105         (gnus-treat-*): Add `first' in all doc strings.
14106
14107         * gnus-group.el (gnus-group-compact-group): Fix typo.
14108
14109 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus.el (gnus-parameters-case-fold-search): New variable.
14112         (gnus-parameters-get-parameter): Use it.
14113
14114         * gnus-score.el (gnus-home-score-file): Doc fix.
14115
14116 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14117
14118         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14119
14120 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * mm-util.el (mm-special-display-p): New function.
14123
14124         * mml.el (mml-preview): Use it; doc fix.
14125
14126 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14127
14128         * imap.el (imap-open): Handle case where buffer is a buffer object.
14129
14130 2005-10-29  Romain Francoise  <romain@orebokech.com>
14131
14132         * message.el (message-fix-before-sending): Fix comment.
14133
14134 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14135
14136         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14137
14138 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14139
14140         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14141         Used in gnus-score.el.
14142
14143 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14146
14147 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14150         whitespace removed in revision 7.8.  Use concatenated string to
14151         protect trailing whitespace.
14152
14153 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14154
14155         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14156         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14157         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14158         Courier IMAP ("some version from 2004").  Mostly based on similar
14159         code in the same function.
14160
14161 2005-10-26  Didier Verna  <didier@xemacs.org>
14162
14163         * gnus-group.el (gnus-group-compact-group): Invalidate original
14164         article buffer.
14165         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14166         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14167         NOV database and in article itself.
14168         Invalidate article backlog.
14169
14170 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14173
14174 2005-10-26  Simon Josefsson  <jas@extundo.com>
14175
14176         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14177         part of 2004-07-25 change.
14178
14179 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * message.el (message-display-completion-list): New function.
14182         (message-expand-group): Use it; make sure the Completions buffer
14183         is modifiable.
14184 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14185
14186         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14187         user-mail-name is an empty string.
14188
14189 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14190
14191         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14192         depending on gnus-score-decay-constant.
14193
14194         * encrypt.el (encrypt-insert-file-contents)
14195         (encrypt-write-file-contents): Don't use `gnus-message'.
14196
14197         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14198         arguments.
14199         (mm-uu-type-alist): Add message-marks and insert-marks.
14200         Pass arguments to mm-uu-verbatim-marks-extract.
14201         (mm-uu-hide-markers): New variable.
14202         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14203
14204         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14205         (gnus-convert-image-to-face-command): Use "convert" by default to
14206         allow other input image formats.
14207         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14208         accordingly.
14209
14210 2005-10-23  Simon Josefsson  <jas@extundo.com>
14211
14212         * imap.el (imap-gssapi-program): Align command line parameters
14213         with latest GNU SASL.
14214         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14215
14216 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14217
14218         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14219         HTML.
14220         (nnslashdot-request-article): Ditto.
14221
14222         * lpath.el (featurep): Add nobreak-char-display.
14223
14224 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14225
14226         * mail-source.el (mail-source-fetch-pop): Require pop3.
14227         (mail-source-check-pop): Ditto.
14228
14229 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14232         errors.
14233
14234 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14235
14236         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14237         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14238
14239         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14240
14241         * mm-bodies.el (mm-decode-string):
14242         Call `mm-charset-to-coding-system' with allow-override argument.
14243
14244 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14247         (rfc2047-charset-to-coding-system): New function.
14248         (rfc2047-decode-encoded-words): New function.
14249         (rfc2047-decode-region): Use them.
14250         (rfc2047-decode-cte): Remove.
14251         (rfc2047-parse-and-decode): Remove.
14252         (rfc2047-decode): Remove.
14253
14254 2005-10-15  Kenichi Handa  <handa@m17n.org>
14255
14256         * rfc2047.el (rfc2047-decode-cte): New function.
14257         (rfc2047-decode-region): Change the way to decode successive
14258         encoded-words: decode B- or Q-encoding in each encoded-word,
14259         concatenate them, and decode it as charset.
14260
14261 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * lpath.el: Fbind codepage-setup for XEmacs.
14264
14265 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14266
14267         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14268         widget-move-and-invoke.
14269         (gnus-custom-mode): Use gnus-custom-map.
14270
14271 2005-10-15  Bill Wohler  <wohler@newt.com>
14272
14273         * message.el (message-tool-bar-map): Rename image file from
14274         mail_send to mail/send.
14275
14276 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14277
14278         * message.el (message-expand-group): Pass the common
14279         prefix substring of completion to `display-completion-list'.
14280
14281 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * mml-sec.el (mml-secure-method): New internal variable.
14284         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14285         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14286         New functions using mml-secure-method.
14287
14288         * mml.el (mml-mode-map): Add key bindings for those functions.
14289         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14290         Harder <harder@myrealbox.com>.
14291         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14292         Goto end of message if point is the headers of the message.
14293
14294         * message.el (message-in-body-p): New function.
14295
14296         * assistant.el: Autoload gnus-util and netrc.
14297
14298         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14299         Use `mm-charset-override-alist' only when decoding.
14300
14301         * mm-bodies.el (mm-decode-body):
14302         Call `mm-charset-to-coding-system' with allow-override argument.
14303
14304         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14305         `filename' from Content-Disposition if Content-Type doesn't
14306         provide `name'.
14307         (gnus-mime-view-part-as-type): Set default instead of
14308         initial-input.
14309
14310 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14311
14312         * format-spec.el (format-spec): Propagate text properties of % spec.
14313
14314 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14315
14316         * gnus-art.el (gnus-treat-predicate): Add `first'.
14317
14318 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14321         (mm-charset-override-alist): New variable.
14322         (mm-charset-to-coding-system): Use it.
14323         (mm-codepage-setup): New helper function.
14324         (mm-charset-eval-alist): New variable.
14325         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14326         Warn about unknown charsets.
14327
14328         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14329
14330 2005-10-04  David Hansen  <david.hansen@gmx.net>
14331
14332         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14333         (nnrss-check-group): Ditto.
14334
14335 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14336
14337         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14338         Rename x-gnus-verbatim to x-verbatim.
14339         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14340
14341         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14342         x-verbatim.
14343
14344         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14345
14346         * gnus-util.el (gnus-remove-duplicates): Remove.
14347
14348         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14349         instead of gnus-remove-duplicates.
14350
14351         * message.el (message-remove-duplicates): Remove.
14352         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14353         message-remove-duplicates.
14354
14355         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14356         available, else use implementation from `delete-dups'.
14357
14358         * message.el (message-insert-expires): New function.
14359         (message-mode-map): Add key binding.
14360         (message-mode-field-menu): Add menu entry.
14361         (message-mode): Document it.
14362         (message-make-expires-date): Use `message-make-date'.
14363
14364 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14365
14366         * message.el (message-make-expires-date): New function.
14367
14368 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * Makefile.in (list-installed-shadows): New entry.
14371         (install): Use it.
14372         (remove-installed-shadows): New entry.
14373
14374         * dgnushack.el (dgnushack-default-load-path): New variable.
14375         (dgnushack-find-lisp-shadows): New function.
14376         (dgnushack-remove-lisp-shadows): New function.
14377
14378 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * Makefile.in (install-el-elc): New entry.
14381         (install): Use it so that .el files are necessarily installed.
14382
14383 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14386
14387 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14388
14389         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14390         function rather than the diff-mode.el package.
14391         (mm-display-external): Use with-current-buffer.
14392         (mm-viewer-completion-map, mm-viewer-completion-map):
14393         Move initialization inside declaration.
14394
14395 2005-09-29  Simon Josefsson  <jas@extundo.com>
14396
14397         * spam.el: Load hashcash when compiling, to avoid warnings.
14398         Don't autoload mail-check-payment.
14399         (spam-check-hashcash): Define unconditionally, since hashcash.el
14400         is part of Gnus now.  Ignore errors from payment checking.
14401
14402 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * message.el (message-bold-region, message-unbold-region):
14405         Rename from `bold-region' and `unbold-region'.
14406
14407         * message.el: Remove useless autoloads.
14408
14409 2005-09-28  Simon Josefsson  <jas@extundo.com>
14410
14411         * message.el (message-use-idna): Default to t.
14412         (message-use-idna): Test whether encoding works too.  Doc fix.
14413
14414 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * nntp.el (nntp-warn-about-losing-connection): Remove.
14417
14418 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14419
14420         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14421         customizable.  Change default value.
14422         (mm-uu-diff-groups-regexp): Change default value.
14423         (mm-uu-type-alist): Add doc string.
14424         (mm-uu-configure): Add doc string.  Make it interactive.
14425         (mm-uu-tex-groups-regexp): New variable.
14426         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14427         (mm-uu-type-alist): Add LaTeX documents.
14428         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14429         of "text/verbatim".
14430         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14431
14432         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14433         instead of "text/verbatim".
14434
14435         * message.el (message-mark-inserted-region)
14436         (message-mark-insert-file): Use slrn style marks when called with
14437         prefix argument.
14438
14439 2005-09-27  Simon Josefsson  <jas@extundo.com>
14440
14441         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14442
14443 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14444
14445         * message.el (message-remove-duplicates): New function.
14446         Implementation borrowed from `gnus-remove-duplicates'.
14447         (message-idna-to-ascii-rhs): Also encode idna addresses in
14448         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14449         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14450         only ask about the same idna domain once per header and also tell
14451         in what header to replace the idna domain.
14452
14453         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14454         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14455         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14456         a header is decoded and not just the last one.
14457
14458 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14461         has been decoded.
14462
14463         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14464         (mm-insert-part): Don't modify text if it has been decoded.
14465
14466         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14467         decoded.
14468
14469         * mm-view.el (mm-inline-text): Don't strip text props unless
14470         decoding enriched or richtext parts.
14471
14472 2005-09-25  Romain Francoise  <romain@orebokech.com>
14473
14474         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14475         * gnus-start.el (gnus-subscribe-interactively):
14476         * gnus-uu.el (gnus-uu-grab-articles):
14477         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14478         space.
14479
14480 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14481
14482         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14483         * mm-view.el (mm-view-pkcs7-decrypt):
14484         * gnus-sum.el (gnus-summary-limit-to-extra)
14485         (gnus-summary-respool-article, gnus-read-move-group-name):
14486         * gnus-score.el (gnus-summary-increase-score):
14487         * gnus-util.el (gnus-completing-read-with-default):
14488         * gnus-art.el (gnus-read-save-file-name)
14489         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14490         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14491         * message.el (message-check-news-header-syntax):
14492         Follow convention for reading with the minibuffer.
14493
14494 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14495
14496         * spam-report.el (spam-report-url-ping-plain):
14497         Use gnus-extended-version as User-Agent.
14498
14499         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14500         default value is nil.
14501
14502         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14503         (mm-uu-verbatim-marks-extract): New function.
14504         (mm-uu-extract): New face.
14505         (mm-uu-copy-to-buffer): Use it.
14506
14507         * spam-report.el (spam-report-gmane-ham): Rename from
14508         `spam-report-gmane-unspam'.
14509         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14510         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14511
14512         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14513         Autoload.
14514         (spam-report-gmane-unregister-routine):
14515         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14516
14517 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14518
14519         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14520         (spam-report-gmane-unregister-routine): Add support for gmane
14521         unregistration.
14522
14523         * spam-report.el (spam-report-gmane-unspam)
14524         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14525         (spam-report-gmane): Change to take a single article and do unspam
14526         registration.
14527
14528 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14529
14530         * mm-url.el (mm-url-decode-entities): Fix regexp.
14531
14532 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14533
14534         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14535         default to nil, to be able to use Gnus at all.  If the default
14536         switches to something else, then the function should be fixed not
14537         be exceedingly slow.
14538
14539 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14540
14541         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14542         fail hard.
14543
14544         * spam-report.el: Add better Keywords line.
14545
14546         * spam.el: Add Maintainer and better Keywords line.
14547
14548 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * gnus-art.el (gnus-article-replace-part)
14551         (gnus-mime-replace-part): New functions.
14552         (gnus-mime-action-alist, gnus-mime-button-commands)
14553         (gnus-mime-save-part-and-strip): Add file argument.
14554         (gnus-article-part-wrapper): Add interactive argument.
14555
14556         * gnus-sum.el (gnus-summary-mime-map):
14557         Add `gnus-article-replace-part'.
14558
14559 2005-09-19  Didier Verna  <didier@xemacs.org>
14560
14561         The nnml compaction feature:
14562         * nnml.el (nnml-request-compact-group): New function.
14563         * nnml.el (nnml-request-compact): New function.
14564         * gnus-int.el (gnus-request-compact-group): New function.
14565         * gnus-int.el (gnus-request-compact): New function.
14566         * gnus-group.el (gnus-group-compact-group): New function.
14567         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14568         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14569         * gnus-srvr.el (gnus-server-compact-server): New function.
14570         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14571         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14572
14573 2005-09-18  Deepak Goel  <deego@gnufans.org>
14574
14575         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14576         format spec.
14577
14578 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14581
14582 2005-09-15  Romain Francoise  <romain@orebokech.com>
14583
14584         * message.el (message-fill-paragraph): Clarify docstring.
14585
14586 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * gnus-art.el (gnus-mime-display-part): Protect against broken
14589         MIME messages.
14590
14591 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14594         before parsing header.
14595
14596 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14597
14598         * html2text.el (html2text-replace-list): Add new entities.
14599
14600 2005-09-11  Romain Francoise  <romain@orebokech.com>
14601
14602         * message.el (message-alternative-emails): Improve docstring.
14603         (message-setup-1): Call `message-use-alternative-email-as-from'
14604         after `message-setup-hook' to give it precedence over posting
14605         styles, etc.
14606         (message-use-alternative-email-as-from): Add docstring.
14607         Remove the original From header if present.
14608
14609         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14610         (nnml-save-mail): Use it.
14611
14612         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14613         articles.  Add new argument `silent'.
14614         (gnus-uu-mark-all): Report the total number of marked articles.
14615
14616 2005-09-10  Romain Francoise  <romain@orebokech.com>
14617
14618         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14619         (gnus-uu-mark-series): Likewise.
14620
14621 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * spam-report.el (spam-report-gmane): Fix generation of spam
14624         report URL.
14625
14626 2005-09-10  Simon Josefsson  <jas@extundo.com>
14627
14628         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14629         t, based on discussion on the ding list with Robert Epprecht
14630         <epprecht@solnet.ch>.
14631
14632 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * spam-report.el (spam-report-gmane): Make it work without
14635         X-Report-Spam header.  Gmane now only provides Archived-At.
14636         This is only used if `spam-report-gmane-use-article-number' is nil.
14637         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14638
14639         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14640         make `gnus-summary-sort-by-recipient' work with threading.
14641
14642         * nnweb.el (nnweb-google-wash-article): Print a message if article
14643         is not available.
14644
14645 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14646
14647         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14648         change.  Decode text/* parts content before displaying.
14649
14650 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14651
14652         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14653
14654 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14657
14658         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14659         url-package-name, url-package-version,
14660         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14661         w3m-display-inline-images, and w3m-minor-mode-map.
14662
14663 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * message.el (message-tab-body-function): Fix mismatched custom type.
14666
14667         * gnus.el (gnus-group-change-level-function): Ditto.
14668
14669         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14670
14671         * gnus-art.el (gnus-signature-limit)
14672         (gnus-article-mime-part-function): Ditto.
14673
14674 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * mml.el (mml-mode): Silence the byte compiler.
14677
14678         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14679         using `(sit-for 0)' before moving the point to the specified part;
14680         skip unbuttonized parts.
14681         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14682         return to the summary window if gnus-auto-select-part is non-nil.
14683
14684 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14687         New variables.
14688         (mml-dnd-attach-file, mml-mode): Use them.
14689
14690         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14691         Make fetching article by MID work again for Google Groups.
14692         Add FIXME concerning gnus-group-make-web-group.
14693
14694         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14695         Don't depend on Gnus by using mail-extract-address-components if
14696         gnus-extract-address-components is not bound.
14697
14698 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14699
14700         * gnus-art.el (gnus-mime-display-security): Don't display the
14701         signature, but only the signed part.
14702
14703 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14706
14707         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14708         list, not listp.
14709
14710 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14711
14712         * mm-encode.el (mm-encode-content-transfer-encoding):
14713         Likewise when encoding.
14714
14715         * mm-bodies.el (mm-decode-content-transfer-encoding):
14716         De-canonicalize CRLF for all text content types, not just
14717         text/plain.
14718
14719 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14722         valid article; point arrow and cursor at the MIME button.
14723
14724 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14727         Suggested by Dan Christensen <jdc@uwo.ca>.
14728
14729         * mm-decode.el (mm-save-part): Enable change of prompt.
14730
14731 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14732
14733         * gnus-msg.el (gnus-inews-add-send-actions):
14734         Make `message-post-method' lambda parameter ARG `&optional'.
14735
14736 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * gnus-sum.el (gnus-summary-mime-map):
14739         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14740         gnus-article-jump-to-part.
14741
14742         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14743         (gnus-article-edit-part): Use it.
14744         (gnus-article-part-wrapper): Add no-handle argument.
14745         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14746         New functions.
14747
14748 2005-08-29  Romain Francoise  <romain@orebokech.com>
14749
14750         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14751         docstring.
14752         (gnus-face-from-file): Likewise.
14753
14754 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14757         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14758         non-nil.
14759         (gnus-auto-select-part): New variable.
14760         (gnus-article-jump-to-part): New function.
14761         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14762         (gnus-mime-delete-part): Allow selecting specified part after
14763         deleting or stripping parts.
14764         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14765         part if argument is bogus.
14766
14767 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14768
14769         * gnus-art.el (w3m-minor-mode-map):
14770         * gnus-spec.el (gnus-newsrc-file-version):
14771         * gnus-util.el (nnmail-active-file-coding-system)
14772         (gnus-original-article-buffer, gnus-user-agent):
14773         * gnus.el (gnus-ham-process-destinations)
14774         (gnus-parameter-ham-marks-alist)
14775         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14776         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14777         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14778         * mm-decode.el (gnus-current-window-configuration):
14779         * mm-extern.el (gnus-article-mime-handles):
14780         * mm-url.el (url-current-object, url-package-name)
14781         (url-package-version):
14782         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14783         (smime-keys, w3m-cid-retrieve-function-alist)
14784         (w3m-current-buffer, w3m-display-inline-images)
14785         (w3m-minor-mode-map):
14786         * mml-smime.el (gnus-extract-address-components):
14787         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14788         (gnus-newsrc-hashtb, message-default-charset)
14789         (message-deletable-headers, message-options)
14790         (message-posting-charset, message-required-mail-headers)
14791         (message-required-news-headers):
14792         * mml1991.el (mc-pgp-always-sign):
14793         * mml2015.el (mc-pgp-always-sign):
14794         * nnheader.el (nnmail-extra-headers):
14795         * rfc1843.el (gnus-decode-encoded-word-function)
14796         (gnus-decode-header-function, gnus-newsgroup-name):
14797         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14798
14799 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14800
14801         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14802         the end of the date treatments.
14803
14804 2005-08-15  Simon Josefsson  <jas@extundo.com>
14805
14806         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14807         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14808         Capello and Romain Francoise.
14809         (pgg-fetch-key-function): Remove, not used?
14810         (pgg-insert-url-with-w3): Require url, to get
14811         url-insert-file-contents regardless of where it is defined.
14812
14813 2005-08-13  Romain Francoise  <romain@orebokech.com>
14814
14815         * message.el (message-cite-original-1): New function.
14816         (message-cite-original): Use it.
14817         (message-cite-original-without-signature): Ditto.
14818
14819 2005-08-08  Romain Francoise  <romain@orebokech.com>
14820
14821         * message.el (message-yank-empty-prefix): New variable.
14822         (message-indent-citation): Use it.
14823         (message-cite-original-without-signature): Respect X-No-Archive.
14824
14825 2005-08-08  Simon Josefsson  <jas@extundo.com>
14826
14827         * pgg.el: Autoload url-insert-file-contents instead of loading
14828         w3/url.
14829         (pgg-insert-url-with-w3): Don't load url here.
14830
14831 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14832
14833         * message.el (message-kill-to-signature): Don't insert newline at
14834         bol.
14835         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14836
14837 2005-08-06  Romain Francoise  <romain@orebokech.com>
14838
14839         * message.el (message-user-fqdn): Fix typo in docstring.
14840
14841 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14842
14843         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14844
14845         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14846
14847 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * mm-bodies.el (mm-encode-body): Use coding system rather than
14850         charset to encode text.
14851
14852         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14853         number of charsets if utf-8 is available (XEmacs).
14854
14855 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14858         taken from `gnus-button-mid-or-mail-regexp'.
14859         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14860         (gnus-button-alist): Improve regexp for domain part of the MIDs
14861         for news:localpart@domain buttons.
14862         (gnus-button-ctan-directory-regexp): Update.
14863
14864 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * sieve-manage.el (sieve-manage-interactive-login):
14867         Use make-local-variable rather than make-variable-buffer-local.
14868         (sieve-manage-open): Ditto.
14869         (sieve-manage-authenticate): Ditto.
14870
14871         * mml.el (mml-generate-mime-1): Make the content type default to
14872         text/plain if the filename is not specified.
14873
14874 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14877         instead of insert-buffer.
14878
14879         * message.el (message-yank-original): Ditto; set the mark at the
14880         end of the yanked message.
14881
14882 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14885         lines to scroll rather than to stop it.
14886
14887         * mml.el (mml-generate-default-type): Add doc string.
14888         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14889         default to application/octet-stream when determining the content
14890         type if it is not specified for the part or the mml contents; add
14891         a comment about mml-generate-default-type.
14892
14893 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14896         make it default to application/octet-stream when determining the
14897         content type if it is not specified for the external contents.
14898
14899 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14902         segmented parameter but also other parameters might be there.
14903
14904 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * mm-decode.el (mm-display-external): Delete temp file, directory
14907         and buffer immediately if the external process is exited.
14908
14909 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14912         fewer lines than that of scroll-margin.
14913         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14914
14915 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-art.el (gnus-article-next-page): Revert.
14918         (gnus-article-beginning-of-window): New macro.
14919         (gnus-article-next-page-1): Use it.
14920         (gnus-article-prev-page): Ditto.
14921         (gnus-article-edit-part): Use insert-buffer-substring instead of
14922         insert-buffer.
14923         (gnus-article-edit-exit): Ditto.
14924
14925         * gnus-util.el (gnus-beginning-of-window): Remove.
14926         (gnus-end-of-window): Remove.
14927
14928         * lpath.el: Don't bind header-line-format and scroll-margin.
14929
14930 2005-07-25  Simon Josefsson  <jas@extundo.com>
14931
14932         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14933         to have the url package without w3.  Reported by Daiki Ueno
14934         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14935
14936 2005-07-20  Didier Verna  <didier@xemacs.org>
14937
14938         * gnus-diary.el: Remove the description comment (nndiary is now
14939         properly documented in the Gnus manual).
14940         Fix the spelling of "Back End".
14941         * nndiary.el: Ditto.
14942         Fix the copyright notice.
14943
14944 2005-07-18  Romain Francoise  <romain@orebokech.com>
14945
14946         * gnus-sum.el (gnus-summary-to-prefix)
14947         (gnus-summary-newsgroup-prefix): New variables.
14948         (gnus-summary-from-or-to-or-newsgroups): Use them.
14949
14950 2005-07-17  Romain Francoise  <romain@orebokech.com>
14951
14952         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14953         space as it's generally not especially interesting to the user.
14954
14955 2005-07-16  Romain Francoise  <romain@orebokech.com>
14956
14957         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14958         nil to avoid prompting and file modification if one of the
14959         messages at the top of the nnfolder file contains a copyright
14960         notice.
14961         Update copyright notice.
14962
14963         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14964         instead of `current-time-string' as the latter creates a time
14965         string that is not RFC 2822 compliant (it lacks the zone).
14966         Update copyright notice.
14967
14968 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14969
14970         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14971         for text/rtf.  Display default in prompt.  Pass default for M-n.
14972
14973         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14974
14975 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14976
14977         * gnus-msg.el (gnus-button-mailto):
14978         Remove save-selected-window-window hackery because it relies on
14979         save-selected-window internals.
14980
14981 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14984         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14985         (gnus-article-prev-page): Ditto.
14986
14987         * gnus-util.el (gnus-beginning-of-window): New function.
14988         (gnus-end-of-window): New function.
14989
14990         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14991
14992 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14993
14994         * gnus-score.el (gnus-score-edit-all-score):
14995         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14996         gnus-message.
14997
14998 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14999
15000         * gnus-msg.el (gnus-button-mailto):
15001         Remove save-selected-window-window hackery because it relies on
15002         save-selected-window internals.
15003
15004 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15007         add-minor-mode.
15008         (gnus-binary-mode): Ditto.
15009
15010         * gnus-topic.el (gnus-topic-mode): Ditto.
15011
15012 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15013
15014         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15015         (gnus-article-prev-page): Take scroll-margin into consideration.
15016
15017 2005-07-04  Lute Kamstra  <lute@gnu.org>
15018
15019         Update FSF's address in GPL notices.
15020
15021 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15022
15023         * gnus.el (gnus-exit):
15024         * gnus-group.el (gnus-group-icons):
15025         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15026
15027         * gnus-nocem.el (gnus-nocem):
15028         * message.el (message-various, message-buffers, message-sending)
15029         (message-interface, message-forwarding, message-insertion)
15030         (message-headers, message-news, message-mail):
15031         * pgg-gpg.el (pgg-gpg):
15032         * pgg-parse.el (pgg-parse):
15033         * pgg-pgp.el (pgg-pgp):
15034         * pgg-pgp5.el (pgg-pgp5):
15035         * pop3.el (pop3): Finish `defgroup' description with period.
15036
15037 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * gnus-art.el (article-display-face): Improve the efficiency.
15040         (article-display-x-face): Ditto; remove grey x-face stuff.
15041
15042 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * gnus-art.el (article-display-face): Correct the position in
15045         which Faces are inserted.
15046
15047 2005-06-29  Didier Verna  <didier@xemacs.org>
15048
15049         * gnus-art.el (article-display-face): Display faces in correct
15050         order.
15051
15052 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15055         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15056         (gnus-nocem-check-article): Fetch the Type header.
15057         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15058         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15059         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15060         make sure gnus-nocem-hashtb is initialized.
15061         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15062         (gnus-nocem-unwanted-article-p): Ditto.
15063
15064         * pgg.el (pgg-verify): Return the verification result.
15065
15066 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15067
15068         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15069         is ascii.
15070
15071 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15072
15073         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15074         `show-nonbreak-escape'.
15075
15076 2005-06-23  Lute Kamstra  <lute@gnu.org>
15077
15078         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15079
15080         * dig.el (dig-mode):
15081         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15082
15083 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15084
15085         * nnimap.el (nnimap-split-download-body): Fix spellings.
15086
15087 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15088
15089         * gnus-art.el (gnus-article-encrypt-body):
15090         * gnus-cus.el (gnus-score-customize):
15091         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15092         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15093
15094 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15095
15096         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15097         header by looking for magic "MII" at the beginnig.
15098
15099 2005-06-16  Miles Bader  <miles@gnu.org>
15100
15101         * gnus-xmas.el (gnus-xmas-group-startup-message):
15102         Use renamed gnus-splash face.
15103
15104         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15105         (assistant-field-face): New backward-compatibility alias for renamed
15106         face.
15107         (assistant-render-text): Use renamed assistant-field face.
15108
15109         * spam.el (spam): Remove "-face" suffix from face name.
15110         (spam-face): New backward-compatibility alias for renamed face.
15111         (spam-face, spam-initialize): Use renamed spam face.
15112
15113         * message.el (message-header-to, message-header-cc)
15114         (message-header-subject, message-header-newsgroups)
15115         (message-header-other, message-header-name)
15116         (message-header-xheader, message-separator, message-cited-text)
15117         (message-mml): Remove "-face" suffix from face names.
15118         (message-header-to-face, message-header-cc-face)
15119         (message-header-subject-face, message-header-newsgroups-face)
15120         (message-header-other-face, message-header-name-face)
15121         (message-header-xheader-face, message-separator-face)
15122         (message-cited-text-face, message-mml-face):
15123         New backward-compatibility aliases for renamed faces.
15124         (message-font-lock-keywords): Use renamed message faces.
15125
15126         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15127         (sieve-test-commands, sieve-tagged-arguments):
15128         Remove "-face" suffix from face names.
15129         (sieve-control-commands-face, sieve-action-commands-face)
15130         (sieve-test-commands-face, sieve-tagged-arguments-face):
15131         New backward-compatibility aliases for renamed faces.
15132         (sieve-control-commands-face, sieve-action-commands-face)
15133         (sieve-test-commands-face, sieve-tagged-arguments-face):
15134         Use renamed sieve faces.
15135
15136         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15137         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15138         (gnus-group-news-3-empty, gnus-group-news-4)
15139         (gnus-group-news-4-empty, gnus-group-news-5)
15140         (gnus-group-news-5-empty, gnus-group-news-6)
15141         (gnus-group-news-6-empty, gnus-group-news-low)
15142         (gnus-group-news-low-empty, gnus-group-mail-1)
15143         (gnus-group-mail-1-empty, gnus-group-mail-2)
15144         (gnus-group-mail-2-empty, gnus-group-mail-3)
15145         (gnus-group-mail-3-empty, gnus-group-mail-low)
15146         (gnus-group-mail-low-empty, gnus-summary-selected)
15147         (gnus-summary-cancelled, gnus-summary-high-ticked)
15148         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15149         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15150         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15151         (gnus-summary-low-undownloaded)
15152         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15153         (gnus-summary-low-unread, gnus-summary-normal-unread)
15154         (gnus-summary-high-read, gnus-summary-low-read)
15155         (gnus-summary-normal-read, gnus-splash):
15156         Remove "-face" suffix from face names.
15157         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15158         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15159         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15160         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15161         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15162         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15163         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15164         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15165         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15166         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15167         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15168         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15169         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15170         (gnus-summary-normal-ticked-face)
15171         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15172         (gnus-summary-normal-ancient-face)
15173         (gnus-summary-high-undownloaded-face)
15174         (gnus-summary-low-undownloaded-face)
15175         (gnus-summary-normal-undownloaded-face)
15176         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15177         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15178         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15179         (gnus-splash-face):
15180         New backward-compatibility aliases for renamed faces.
15181         (gnus-group-startup-message): Use renamed gnus faces.
15182
15183         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15184         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15185         (gnus-server-agent): Remove "-face" suffix from face names.
15186         (gnus-server-agent-face, gnus-server-opened-face)
15187         (gnus-server-closed-face, gnus-server-denied-face)
15188         (gnus-server-offline-face):
15189         New backward-compatibility aliases for renamed faces.
15190         (gnus-server-agent-face, gnus-server-opened-face)
15191         (gnus-server-closed-face, gnus-server-denied-face)
15192         (gnus-server-offline-face): Use renamed gnus faces.
15193
15194         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15195         Remove "-face" suffix from face names.
15196         (gnus-picon-xbm-face, gnus-picon-face):
15197         New backward-compatibility aliases for renamed faces.
15198
15199         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15200         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15201         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15202         (gnus-cite-11): Remove "-face" suffix from face names.
15203         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15204         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15205         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15206         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15207         New backward-compatibility aliases for renamed faces.
15208         (gnus-cite-attribution-face, gnus-cite-face-list)
15209         (gnus-article-boring-faces): Use renamed gnus faces.
15210
15211         * gnus-art.el (gnus-signature, gnus-header-from)
15212         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15213         (gnus-header-content): Remove "-face" suffix from face names.
15214         (gnus-signature-face, gnus-header-from-face)
15215         (gnus-header-subject-face, gnus-header-newsgroups-face)
15216         (gnus-header-name-face, gnus-header-content-face):
15217         New backward-compatibility aliases for renamed faces.
15218         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15219
15220         * gnus-sum.el (gnus-summary-selected-face)
15221         (gnus-summary-highlight): Use renamed gnus faces.
15222         * gnus-group.el (gnus-group-highlight): Likewise.
15223
15224 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15225
15226         * gnus-sieve.el (gnus-sieve-article-add-rule):
15227         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15228         * spam-stat.el (spam-stat-buffer-change-to-spam)
15229         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15230
15231         * message.el (message-is-yours-p):
15232         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15233
15234 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * mm-view.el (mm-inline-text): Withdraw the last change.
15237
15238 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15241         executing enriched-decode.
15242
15243 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15246         charset of tar files.
15247
15248 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15249
15250         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15251
15252 2005-06-04  Lute Kamstra  <lute@gnu.org>
15253
15254         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15255         information is never recorded.
15256
15257 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15258
15259         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15260
15261 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * pop3.el (pop3-apop): Run md5 in the binary mode.
15264
15265         * starttls.el (starttls-set-process-query-on-exit-flag):
15266         Use eval-and-compile.
15267
15268 2005-05-31  Simon Josefsson  <jas@extundo.com>
15269
15270         * smime.el (smime-replace-in-string): Define.
15271         (smime-cert-by-ldap-1): Use it.
15272
15273 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-art.el (article-display-x-face): Replace
15276         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15277
15278         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15279         set-process-query-on-exit-flag or process-kill-without-query.
15280
15281         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15282         loop instead of replace-regexp.
15283
15284         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15285         instead of process-kill-without-query if it is available.
15286
15287         * lpath.el: Fbind ldap-search-entries.
15288
15289         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15290         instead of find-file-hooks if it is available.
15291
15292         * mml1991.el: Bind pgg-default-user-id when compiling.
15293
15294         * mml2015.el: Bind pgg-default-user-id when compiling.
15295
15296         * nndraft.el (nndraft-request-associate-buffer):
15297         Use write-contents-functions instead of write-contents-hooks if it is
15298         available.
15299
15300         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15301         instead of find-file-hooks if it is available.
15302
15303         * nntp.el (nntp-open-connection): Replace
15304         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15305         (nntp-open-ssl-stream): Ditto.
15306         (nntp-open-tls-stream): Ditto.
15307
15308         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15309         set-process-query-on-exit-flag or process-kill-without-query.
15310         (starttls-open-stream-gnutls): Use it instead of
15311         process-kill-without-query.
15312         (starttls-open-stream): Ditto.
15313
15314 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15315
15316         * smime.el (smime-cert-by-ldap-1): Don't use
15317         replace-regexp-in-string.
15318
15319 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15320
15321         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15322
15323         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15324         in PEM format.  Adjust to the XEmacs compability.
15325
15326 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15327
15328         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15329         by `string-to-number'.
15330         * gnus-agent.el (gnus-agent-regenerate-group)
15331         (gnus-agent-fetch-articles): Ditto.
15332         * gnus-art.el (gnus-button-fetch-group): Ditto.
15333         * gnus-cache.el (gnus-cache-generate-active)
15334         (gnus-cache-articles-in-group): Ditto.
15335         * gnus-group.el (gnus-group-set-current-level)
15336         (gnus-group-insert-group-line): Ditto.
15337         * gnus-score.el (gnus-score-set-expunge-below)
15338         (gnus-score-set-mark-below, gnus-summary-score-effect)
15339         (gnus-summary-score-entry): Ditto.
15340         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15341         (gnus-soup-pack): Ditto.
15342         * gnus-spec.el (gnus-xmas-format): Ditto.
15343         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15344         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15345         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15346         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15347         * nndb.el (nndb-get-remote-expire-response): Ditto.
15348         * nndiary.el (nndiary-parse-schedule-value)
15349         (nndiary-string-to-number, nndiary-request-replace-article)
15350         (nndiary-request-article): Ditto.
15351         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15352         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15353         * nneething.el (nneething-make-head): Ditto.
15354         * nnfolder.el (nnfolder-request-article)
15355         (nnfolder-retrieve-headers): Ditto.
15356         * nnheader.el (nnheader-file-to-number): Ditto.
15357         * nnkiboze.el (nnkiboze-request-article): Ditto.
15358         * nnmail.el (nnmail-process-unix-mail-format)
15359         (nnmail-process-babyl-mail-format): Ditto.
15360         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15361         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15362         (nnmh-request-create-group, nnmh-request-list-1)
15363         (nnmh-request-group, nnmh-request-article): Ditto.
15364         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15365         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15366         * nnsoup.el (nnsoup-make-active): Ditto.
15367         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15368         * nntp.el (nntp-find-group-and-number)
15369         (nntp-retrieve-headers-with-xover): Ditto.
15370         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15371         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15372         (pgg-format-key-identifier): Ditto.
15373         * pop3.el (pop3-last, pop3-stat): Ditto.
15374         * qp.el (quoted-printable-decode-region): Ditto.
15375
15376         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15377         of concat.
15378
15379 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15382
15383         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15384
15385         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15386
15387         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15388
15389         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15390
15391         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15392
15393         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15394         (gnus-carpal-mode): Ditto.
15395
15396         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15397         (gnus-browse-mode): Ditto.
15398
15399         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15400
15401         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15402
15403 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15404
15405         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15406
15407 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * gnus-util.el (gnus-run-mode-hooks): New function.
15410
15411         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15412
15413         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15414         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15415
15416 2005-05-27  Lute Kamstra  <lute@gnu.org>
15417
15418         * dns-mode.el (dns-mode): Specify customization group.
15419
15420 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15421
15422         * gnus-agent.el (gnus-agent-make-mode-line-string):
15423         Use mode-line-highlight as mouse-face.
15424
15425 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * canlock.el (canlock): Change the parent group to news.
15428
15429         * deuglify.el (gnus-outlook-deuglify): Add :group.
15430
15431         * dig.el (dig): Add :group.
15432
15433         * dns-mode.el (dns-mode): Add :group.
15434
15435         * encrypt.el (encrypt): Add :group.
15436
15437         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15438         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15439         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15440         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15441         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15442
15443         * gnus-diary.el (gnus-diary): Add :group.
15444
15445         * gnus.el (gnus-group-news-1-face): Add :group.
15446         (gnus-group-news-1-empty-face): Ditto.
15447         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15448         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15449         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15450         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15451         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15452         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15453         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15454         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15455         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15456         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15457         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15458         (gnus-summary-high-ticked-face): Ditto.
15459         (gnus-summary-low-ticked-face): Ditto.
15460         (gnus-summary-normal-ticked-face): Ditto.
15461         (gnus-summary-high-ancient-face): Ditto.
15462         (gnus-summary-low-ancient-face): Ditto.
15463         (gnus-summary-normal-ancient-face): Ditto.
15464         (gnus-summary-high-undownloaded-face): Ditto.
15465         (gnus-summary-low-undownloaded-face): Ditto.
15466         (gnus-summary-normal-undownloaded-face): Ditto.
15467         (gnus-summary-high-unread-face): Ditto.
15468         (gnus-summary-low-unread-face): Ditto.
15469         (gnus-summary-normal-unread-face): Ditto.
15470         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15471         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15472
15473         * hashcash.el (hashcash): New custom group.
15474         (hashcash-default-payment): Add :group.
15475         (hashcash-payment-alist): Ditto.
15476         (hashcash-default-accept-payment): Ditto.
15477         (hashcash-accept-resources): Ditto.
15478         (hashcash-path): Ditto.
15479         (hashcash-extra-generate-parameters): Ditto.
15480         (hashcash-double-spend-database): Ditto.
15481         (hashcash-in-news): Ditto.
15482
15483         * message.el (message-minibuffer-local-map): Add :group.
15484
15485         * netrc.el (netrc): Add :group.
15486
15487         * sieve-manage.el (sieve-manage-log): Add :group.
15488         (sieve-manage-default-user): Diito.
15489         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15490         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15491         (sieve-manage-authenticators): Ditto.
15492         (sieve-manage-authenticator-alist): Ditto.
15493         (sieve-manage-default-port): Ditto.
15494
15495         * sieve-mode.el (sieve-control-commands-face): Add :group.
15496         (sieve-action-commands-face): Ditto.
15497         (sieve-test-commands-face): Ditto.
15498         (sieve-tagged-arguments-face): Ditto.
15499
15500         * smime.el (smime): Add :group.
15501
15502         * spam-report.el (spam-report): Add :group.
15503
15504         * spam.el (spam, spam-face): Add :group.
15505
15506 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15507
15508         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15509         return \n.\n.\n at the end of articles.  Protect against that.
15510         (nntp-with-open-group): Allow debugging.
15511
15512         * nnheader.el (mail-header-set-extra): Make into a function
15513         because I just could't understand how to quote the list properly.
15514
15515         * dns.el (query-dns-cached): New function.
15516
15517 2005-05-26  Lute Kamstra  <lute@gnu.org>
15518
15519         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15520
15521 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15524
15525         * gnus-art.el: Don't autoload mail-extract-address-components.
15526
15527         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15528         eval-and-compile to evaluate it.
15529
15530         * hashcash.el: Don't autoload executable-find.
15531
15532         * nndb.el: Don't declare the nndb back end two or more times; don't
15533         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15534
15535         * nntp.el: Autoload format-spec instead of format; use
15536         eval-and-compile to evaluate autoload forms.
15537
15538 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15539
15540         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15541
15542 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15543
15544         * gnus.el (gnus-version-number): Bump version.
15545
15546 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15547
15548         * gnus.el: No Gnus v0.3 is released.
15549
15550 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15551
15552         * lpath.el (featurep): Bind show-nonbreak-escape.
15553
15554 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * gnus-art.el (gnus-article-edit-part): Disable undo.
15557
15558 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15561         gnus-article-date-lapsed-new-header is t if date timer is active;
15562         skip headers in which the original date value is empty.
15563         (gnus-article-save-original-date): Redefine it as a macro.
15564         (gnus-display-mime): Use it.
15565
15566 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * gnus-art.el (article-date-ut): Support converting date in
15569         forwarded parts as well.
15570         (gnus-article-save-original-date): New function.
15571         (gnus-display-mime): Use it.
15572
15573 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15574
15575         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15576         enclosure element of <item>.
15577
15578 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15579
15580         * message.el (message-kill-buffer-query): Rename from
15581         `message-kill-buffer-query-if-modified'.  Add :version.
15582
15583 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15586         window layout.
15587
15588 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * mml.el: Autoload dnd when compiling.
15591
15592 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15593
15594         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15595         x-dnd-*.
15596
15597 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * qp.el (quoted-printable-encode-region): Save excursion.
15600
15601 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15602
15603         * message.el (message-kill-buffer-query-if-modified): Add new variable
15604         so the user can kill a modified message buffer quickly.
15605         (message-kill-buffer): Use it.
15606
15607 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * lpath.el: Fbind display-time-event-handler; don't fbind
15610         string-to-multibyte.
15611
15612         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15613
15614 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15617         contained in text because xml.el decodes entities) with LFs.
15618
15619 2005-04-11  Lute Kamstra  <lute@gnu.org>
15620
15621         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15622         differently.
15623
15624 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15625
15626         * mm-util.el (mm-detect-coding-region): Typo.
15627
15628 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15631
15632 2005-04-06  Deepak Goel  <deego@gnufans.org>
15633
15634         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15635         user-function allow user modifications of the scores.
15636         (spam-stat-score-buffer-user): New function, to allow
15637         user-computed modifications to the score.
15638         (spam-stat-score-buffer-user-functions): List of additional
15639         scoring functions.
15640         (spam-stat-error-holder): Global temporary error holder.
15641         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15642         variable.
15643
15644 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15645
15646         * gnus-registry.el (gnus-registry-clean-empty-function)
15647         (gnus-registry-trim, gnus-registry-fetch-groups)
15648         (gnus-registry-delete-group): Groups that match
15649         `gnus-registry-ignored-groups' are removed from the registry
15650         entries, not just ignored for splitting.  This helps clean up the
15651         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15652         to get all the groups a message ID is in.
15653
15654         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15655         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15656         (spam-stat-score-buffer-user-functions): Add :number custom type.
15657
15658 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15661         argument in XEmacs.
15662
15663         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15664         (nnrss-request-group): Decode group name first.
15665         (nnrss-request-article): Make a text/plain article if mml-to-mime
15666         failed.
15667         (nnrss-get-encoding): Return a compatible encoding according to
15668         nnrss-compatible-encoding-alist.
15669         (nnrss-find-el): Use consp instead of listp.
15670         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15671
15672 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15675         which Emacs 20 doesn't support.
15676         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15677
15678 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15679
15680         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15681         silence the byte compiler inside the defun.
15682
15683         * gnus-demon.el (parse-time-string): Add autoload.
15684
15685         * gnus-delay.el (parse-time-string): Add autoload.
15686
15687         * gnus-art.el (parse-time-string): Add autoload.
15688
15689         * nnultimate.el (parse-time): Require for `parse-time-string'.
15690
15691 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15692
15693         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15694
15695         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15696
15697         * smime.el (smime-ldap-host-list): Add :version.
15698
15699 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15702         pass it to `gnus-browse-read-group'.
15703         (gnus-browse-read-group): Add NUMBER argument and pass it to
15704         `gnus-group-read-ephemeral-group'.
15705
15706         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15707         argument and pass it to `gnus-group-read-group'.
15708
15709 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15710
15711         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15712         mm-xemacs-find-mime-charset-1 if we have the mule feature
15713         available at runtime.
15714
15715 2005-03-25  Werner Lemberg  <wl@gnu.org>
15716
15717         * nnmaildir.el: Replace `illegal' with `invalid'.
15718
15719 2005-03-23  Lute Kamstra  <lute@gnu.org>
15720
15721         * time-date.el: Add comment on time value formats.
15722         Don't require parse-time.
15723         (with-decoded-time-value): New macro.
15724         (encode-time-value): New function.
15725         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15726         (days-to-time): Return a valid time value when arg is huge.
15727         (time-since): Use time-subtract.
15728         (time-to-number-of-days): Use time-to-seconds.
15729
15730 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15731
15732         * gnus-start.el (gnus-display-time-event-handler):
15733         Check display-time-timer at runtime rather than only at load time
15734         in case display-time-mode is turned off in the mean time.
15735
15736 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15737
15738         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15739         used.
15740
15741         * nneething.el (nneething-map-file-directory): Derive from
15742         `gnus-directory'.
15743
15744         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15745         the To/Cc button.
15746
15747 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * nnmaildir.el (nnmaildir-request-accept-article):
15750         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15751
15752 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15753
15754         * gnus-async.el: Require timer-funcs at compile time when in
15755         XEmacs for `run-with-idle-timer'.
15756
15757 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15758
15759         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15760         autoloaded function.
15761
15762 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15763
15764         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15765
15766 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15767
15768         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15769
15770 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15771
15772         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15773         Add gnus-expert-user to default.
15774
15775 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15776
15777         * nnimap.el (nnimap-open-server): Ditto.
15778
15779         * imap.el (imap-authenticate): Fix typo.
15780
15781 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15782
15783         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15784         buffer (since IMAP server might return FETCH response out of
15785         order, and the nntp buffer must be sorted).
15786
15787 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15788
15789         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15790         comparison on string.
15791
15792         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15793         (gnus-agent-score): Rename category keywords to match gnus-cus.
15794         (gnus-agent-summary-fetch-series): Modify to protect against
15795         gnus-agent-summary-fetch-group clearing processable flags.
15796         (gnus-agent-synchronize-group-flags): Update live group buffer as
15797         synchronization may occur due to the user toggle the plugged
15798         status.
15799         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15800         successfully downloaded.
15801         (gnus-agent-expire-group-1): Avoid using markers when the overview
15802         is in ascending order; greatly improves performance.
15803         (gnus-agent-regenerate-group):
15804         Use gnus-agent-synchronize-group-flags to reset read status in both
15805         gnus and server.
15806         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15807
15808 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * message.el: Don't autoload former message-utils variables.
15811         (message-strip-subject-trailing-was): Change doc string.
15812
15813         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15814         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15815         (nnweb-google-search): Add "hl=en" here.
15816         (nnweb-google-parse-1, nnweb-google-create-mapping):
15817         Don't hardcode URL.
15818
15819 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15820
15821         * message.el (message-get-reply-headers, message-followup):
15822         Mention related variables `message-use-followup-to' and
15823         `message-use-mail-followup-to', in the information buffer.
15824
15825         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15826         of broken groups(-beta).google.com.
15827
15828 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15829
15830         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15831         parameter to invoked gnus-request-move-article; remove the
15832         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15833         all at once instead of once per article.
15834         (gnus-summary-remove-process-mark): Accept a list of articles as
15835         well as a single article for processing.
15836
15837         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15838         parameter.
15839
15840         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15841
15842         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15843
15844         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15845         parameter.
15846
15847         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15848         parameter.
15849
15850         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15851         parameter and remove the gnus-sum-hint-move-is-internal variable.
15852
15853         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15854         parameter.
15855
15856         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15857         parameter.
15858
15859         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15860         parameter.
15861
15862         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15863
15864         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15865         parameter.
15866
15867         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15868         parameter.
15869
15870 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15871
15872         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15873         a more conservative way.
15874
15875 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15876
15877         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15878         buffer, so it moves the window's cursor.
15879
15880 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15881
15882         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15883         `mm-dissect-multipart' and receive the from field as an (optional)
15884         argument from `mm-dissect-multipart'.
15885         (mm-dissect-multipart): Receive the from field as an argument and
15886         pass it on when we call `mm-dissect-buffer' on MIME parts.
15887         Fixes verification/decryption of signed/encrypted MIME parts.
15888
15889 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15890
15891         * gnus-sum.el (gnus-summary-move-article):
15892         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15893         whatever it calls (right now, only nnimap-request-move article
15894         respects it).
15895
15896         * nnimap.el (nnimap-request-move-article):
15897         When gnus-sum-hint-move-is-internal is set, don't do the extra
15898         nnimap-request-article.
15899
15900 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15903
15904         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15905         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15906
15907         * gnus-sum.el (gnus-summary-caesar-message):
15908         Apply `gnus-treat-article' after rotation.
15909
15910         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15911         doc string.
15912
15913 2005-02-22  Simon Josefsson  <jas@extundo.com>
15914
15915         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15916         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15917         <arne@arnested.dk>.
15918         (encrypt): Add password-cache and password-cache-expiry as group
15919         members.
15920
15921 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15922
15923         * smime.el (smime-ldap-host-list): Doc fix.
15924         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15925         cache) password.
15926         (smime-sign-region): Use it.
15927         (smime-decrypt-region): Use it.
15928         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15929         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15930         fails.
15931         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15932         certificate from DER to PEM format rather than calling openssl.
15933
15934         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15935
15936         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15937         for signing/encryption.
15938
15939         * mml.el (mml-parse-1): Use them.
15940
15941 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15942
15943         * nnrss.el (nnrss-verbose): Remove.
15944         (nnrss-request-group): Use `nnheader-message' instead.
15945
15946 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15947
15948         * nnrss.el (nnrss-verbose): New variable.
15949         (nnrss-request-group): Make it say nnrss is requesting a group.
15950
15951 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15952
15953         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15954         Handle news URL with given port correctly.
15955
15956 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15959         containing special characters.
15960
15961         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15962
15963         * mml.el (mime-to-mml): Ditto.
15964
15965         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15966         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15967         (rfc2047-decode-region): Quote decoded words containing special
15968         characters when rfc2047-quote-decoded-words-containing-tspecials
15969         is non-nil.
15970
15971 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15972
15973         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15974
15975         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15976
15977 2005-02-15  Simon Josefsson  <jas@extundo.com>
15978
15979         * nnimap.el (nnimap-debug): Doc fix.
15980
15981         * imap.el (imap-debug): Doc fix.
15982
15983 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15986
15987 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15988
15989         * gnus.el (spam-contents): Improve docs for spam-contents
15990         parameter in its variable incarnation.
15991
15992 2005-02-14  Simon Josefsson  <jas@extundo.com>
15993
15994         * smime-ldap.el: Use require instead of load-library for ldap.
15995         (smime-ldap-search): Indent.
15996         (smime-ldap-search-internal): Shorten line.
15997
15998         * smime.el (smime-cert-by-dns): Add doc-string.
15999         (smime-cert-by-ldap-1): Indent.
16000
16001         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16002         mml-smime-get-dns-ldap.
16003         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16004
16005 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16006
16007         * smime.el: Require smime-ldap.
16008         (smime-ldap-host-list): New variable.
16009         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16010
16011         * mml-smime.el (mml-smime-encrypt-query): New function.
16012         (mml-smime-encrypt-query): Use it.
16013
16014         * smime-ldap.el: New file.
16015
16016 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16019
16020 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16021
16022         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16023         argument in doc string.  Make query for type more clear.
16024
16025 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16026
16027         * gnus.el (gnus-group-startup-message): Search for gnus images in
16028         etc/images/gnus.
16029         * mm-util.el (mm-image-load-path): Likewise.
16030         * smiley.el (smiley-data-directory): Search for smilies in
16031         etc/images/smilies.
16032
16033 2005-02-09  Kim F. Storm  <storm@cua.dk>
16034
16035         Change Emacs release version from 21.4 to 22.1 throughout.
16036         Change Emacs development version from 21.3.50 to 22.0.50.
16037
16038 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16041
16042         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16043         non-Mule XEmacs as well.
16044         (mm-decompress-buffer): Signal an error intentionally if it does
16045         not decompress compressed data because auto-compression-mode is
16046         disabled.
16047
16048 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16049
16050         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16051         an ID in the registry even if it has no groups.
16052
16053 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16056         merge it into mm-decompress-buffer.
16057         (gnus-mime-copy-part): Use the MIME part charset, the value which
16058         a user specified or gnus-newsgroup-charset for decoding, like
16059         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16060         save-buffer what was used.  Suggested by Kevin Ryde
16061         <user42@zip.com.au>.
16062         (gnus-mime-inline-part): Allow the name parameter as well as the
16063         filename parameter; force decompressing of compressed data; always
16064         display contents being not decoded as unibyte.
16065
16066         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16067         as well as the filename parameter.
16068
16069         * mm-util.el (mm-decompress-buffer):
16070         Merge gnus-mime-jka-compr-maybe-uncompress.
16071         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16072         of compressed data.
16073
16074 2005-02-08  Simon Josefsson  <jas@extundo.com>
16075
16076         * imap.el (imap-log): Doc fix.
16077
16078 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16081         the coding cookies; decompress compressed parts.
16082
16083         * mml.el (mml-generate-mime-1): Add the charset parameter according
16084         to the value which a user specified manually or the coding cookie.
16085
16086         * mm-util.el (mm-string-to-multibyte): New function.
16087         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16088         (mm-coding-system-to-mime-charset): New function.
16089         (mm-decompress-buffer): New function.
16090         (mm-find-buffer-file-coding-system): New function.
16091
16092         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16093         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16094         parts.
16095
16096 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16097
16098         * mm-view.el (mm-display-inline-fontify): Decode a part according
16099         to the charset parameter.
16100
16101 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16104         prefix arg is neither nil nor a number, as info specifies.
16105
16106 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16109         timestamps.
16110
16111 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16112
16113         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16114         groups error checking and notify user.
16115
16116 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16117
16118         * message.el (message-send-mail-function): Check existence of
16119         sendmail-program first before using default value
16120         `message-send-mail-with-sendmail'.  Otherwise use more generic
16121         `smtpmail-send-it'.
16122
16123 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * nntp.el (nntp-request-update-info): Always return nil.
16126
16127 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16128
16129         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16130
16131 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16132
16133         * message.el (message-beginning-of-line): Change the behavior when
16134         invoked between BOL and : so that it first moves backward.
16135
16136 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16139         article buffer when editing of the article is discarded.
16140         (gnus-article-prepare): Revert.
16141
16142 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * gnus-art.el (gnus-article-prepare):
16145         Remove message-strip-forbidden-properties from the local hook.
16146
16147 2005-01-27  Simon Josefsson  <jas@extundo.com>
16148
16149         * password.el (password-cache-add): Only start one timer per key.
16150         Reported by Derek Atkins <warlord@MIT.EDU>.
16151
16152 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16153
16154         * run-at-time.el: Remove.  It is no longer needed as
16155         timer-funcs.el in the xemacs-base package has a working version of
16156         `run-at-time'.
16157
16158         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16159
16160         * password.el: Require timer-funcs instead of run-at-time in
16161         XEmacs.
16162         Remove `password-run-at-time' macro.
16163         (password-cache-add): Use `run-at-time' instead of
16164         `password-run-at-time'.
16165
16166         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16167         Remove `nnheader-cancel-function-timers' alias,
16168         `cancel-function-timers' exists in XEmacs in timer-funcs.
16169
16170         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16171         for `run-with-idle-timer'.
16172
16173         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16174         for `run-at-time'.
16175
16176         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16177         for `with-timeout'.
16178
16179         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16180         the same as for XEmacs 21.4.
16181         No need to ignore `run-with-idle-timer', this function exists in
16182         XEmacs now in timer-funcs.el in the xemacs-base package.
16183         (dgnushack-compile): No need to delete
16184         run-at-time.el from the list of files to compile because it
16185         doesn't exist anymore.
16186
16187 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16190         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16191
16192 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16193
16194         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16195         sensitively.
16196
16197 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16198
16199         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16200
16201 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16204         which will be inserted according to the multibyteness of a buffer
16205         rather than the type of contents.  Suggested by ARISAWA Akihiro
16206         <ari@mbf.ocn.ne.jp>.
16207
16208         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16209         of string which old xml.el may return rather than a string.
16210
16211 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16214
16215 2005-01-16  Simon Josefsson  <jas@extundo.com>
16216
16217         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16218         idn/idna.el isn't available.
16219         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16220         <michael@waxrat.com>.
16221
16222         * hashcash.el: Remove non-FSF copyright header.
16223
16224         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16225         (hashcash-generate-payment): Use it.
16226         (hashcash-generate-payment-async): Use it.
16227
16228 2005-01-15  Simon Josefsson  <jas@extundo.com>
16229
16230         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16231         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16232
16233         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16234         gnus-summary-idna-message.
16235         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16236         (gnus-summary-idna-message): New function.
16237
16238 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16239
16240         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16241         gnus-novice-user.
16242
16243 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * nnrss.el (nnrss-request-delete-group): Delete entries in
16246         nnrss-group-alist as well.
16247         (nnrss-save-server-data): Insert newline.
16248
16249 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16250
16251         * gnus.el (gnus-user-agent): Use list of symbols instead of
16252         symbols.  Display full version number for (S)XEmacs.
16253         Optionally display (S)XEmacs codename.
16254
16255         * gnus-util.el (gnus-emacs-version): Update for new
16256         `gnus-user-agent'.
16257
16258         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16259         Gnus version.
16260
16261 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16262
16263         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16264         which is unreadable in some setups.
16265
16266 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * gnus-spec.el (gnus-update-format-specifications): Flush the
16269         group format spec cache if it doesn't support decoded group names.
16270
16271 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16272
16273         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16274         Allow to apply decay on score files matching a regexp.
16275
16276 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16279         compatibility in %g and %c.
16280
16281 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16284         name for only %g and %c.
16285         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16286         of gnus-tmp-group to decoded group name.
16287         (gnus-group-make-rss-group): Exclude `/'s from group names.
16288
16289 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * nnrss.el (nnrss-get-encoding): Fix regexp.
16292
16293 2004-12-27  Simon Josefsson  <jas@extundo.com>
16294
16295         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16296         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16297         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16298
16299 2004-12-17  Kim F. Storm  <storm@cua.dk>
16300
16301         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16302
16303         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16304
16305 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16306
16307         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16308
16309 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * nnrss.el: Require rfc2047 and mml.
16312         (nnrss-file-coding-system): New variable.
16313         (nnrss-format-string): Redefine it as an inline function.
16314         (nnrss-decode-group-name): New function.
16315         (nnrss-string-as-multibyte): Remove.
16316         (nnrss-retrieve-headers): Decode group name; don't use
16317         nnrss-format-string.
16318         (nnrss-request-group): Decode group name.
16319         (nnrss-request-article): Decode group name; allow a Message-ID as
16320         well as an article number; don't use nnrss-format-string; encode a
16321         Message-ID string which may contain non-ASCII characters; use
16322         mml-to-mime to compose a MIME article.
16323         (nnrss-request-expire-articles): Decode group name.
16324         (nnrss-request-delete-group): Decode group name.
16325         (nnrss-fetch): Clarify error message.
16326         (nnrss-read-server-data): Use insert-file-contents instead of load;
16327         bind file-name-coding-system; use multibyte buffer.
16328         (nnrss-save-server-data): Bind coding-system-for-write to the
16329         value of nnrss-file-coding-system; bind file-name-coding-system;
16330         add coding cookie.
16331         (nnrss-read-group-data): Use insert-file-contents instead of load;
16332         bind file-name-coding-system; use multibyte buffer.
16333         (nnrss-save-group-data): Bind coding-system-for-write to the
16334         value of nnrss-file-coding-system; bind file-name-coding-system.
16335         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16336         make it work with non-ASCII text.
16337         (nnrss-find-el): Make it work with old xml.el as well.
16338
16339 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16340
16341         * nnrss.el (nnrss-get-encoding): New function.
16342         (nnrss-fetch): Use unibyte buffer initially; bind
16343         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16344         decode contents according to the encoding attribute.
16345         (nnrss-save-group-data): Add coding cookie.
16346         (nnrss-mime-encode-string): New function.
16347         (nnrss-check-group): Use it to encode subject and author.
16348
16349 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16350
16351         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16352         imaginary variable.
16353
16354 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16357         correctly even if there are wide characters.
16358
16359 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16360
16361         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16362         downcased symbol names; make a new cache instead of reusing
16363         bbdb-hashtable.
16364
16365 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16368         concatenating segments rather than before concatenating them.
16369         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16370
16371         * message.el (message-get-reply-headers): Bind `extra'.
16372
16373 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16374
16375         * message.el (message-extra-wide-headers): New variable.
16376         (message-get-reply-headers): Use it.
16377
16378 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16381         (gnus-agent-group-pathname): Ditto.
16382
16383         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16384
16385         * gnus-group.el (gnus-group-make-group): Decode group name.
16386         (gnus-group-make-rss-group): Register the group data after opening
16387         the nnrss group.
16388
16389 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16390
16391         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16392         by expiry now get marked as read.
16393
16394 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16397
16398 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16399
16400         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16401         unify Latin characters in XEmacs.
16402         (mm-find-mime-charset-region): Use it.
16403
16404 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * gnus-util.el (gnus-delete-directory): New function.
16407
16408         * gnus-agent.el (gnus-agent-delete-group): Use it.
16409
16410         * gnus-cache.el (gnus-cache-delete-group): Use it.
16411
16412 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16415         names.
16416
16417 2004-12-16  Simon Josefsson  <jas@extundo.com>
16418
16419         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16420
16421 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16424
16425         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16426         (gnus-group-set-current-level): Decode group name.
16427
16428 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16429
16430         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16431         failed.
16432
16433 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * gnus-group.el (gnus-group-delete-group): Decode group name.
16436         (gnus-group-make-rss-group): Encode group name.
16437         (gnus-group-catchup-current): Decode group name.
16438         (gnus-group-kill-group): Decode group name.
16439
16440 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16441
16442         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16443
16444 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * gnus-group.el (gnus-group-make-rss-group):
16447         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16448
16449         * gnus-start.el (gnus-setup-news): Honor user's setting to
16450         gnus-message-archive-method.  Suggested by Lute Kamstra
16451         <lute@gnu.org>.
16452
16453 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16454
16455         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16456         global counterparts of the buffer-local variables.
16457
16458 2004-11-16  Romain Francoise  <romain@orebokech.com>
16459
16460         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16461         counterparts of the buffer-local variables.
16462
16463 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16464
16465         * message.el (message-forbidden-properties): Fix typo in doc
16466         string.
16467
16468 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16469
16470         * gnus-util.el (gnus-replace-in-string): Add doc string.
16471
16472         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16473         to avoid problems when splitting mails with many recipients.
16474
16475 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16476
16477         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16478         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16479
16480 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16481
16482         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16483         if there is no hashtable in memory or file modification time is
16484         newer than cached timestamp.
16485
16486 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16487
16488         * gnus-sum.el (gnus-summary-limit-to-recipient):
16489         Implement not-matching option.
16490
16491 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16492
16493         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16494         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16495         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16496         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16497         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16498         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16499
16500 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * message.el (message-forward-make-body-mml): Remove headers
16503         according to message-forward-ignored-headers if a message is decoded.
16504
16505 2004-12-02  Romain Francoise  <romain@orebokech.com>
16506
16507         * message.el (message-forward-make-body-plain): Always remove
16508         headers according to message-forward-ignored-headers.
16509
16510 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16511
16512         * spam.el (spam-summary-prepare-exit): Remove the
16513         gnus-summary-limit pop for now, it has problems with ham marks for
16514         me.
16515
16516 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16517
16518         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16519         correctly.
16520
16521 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16522
16523         * format-spec.el (format-spec): Message the char.
16524
16525 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16526
16527         * gnus-art.el (gnus-split-methods): Reformat comments.
16528
16529         * spam.el (spam-summary-prepare-exit): Remove article limits
16530         before exiting the summary buffer.
16531
16532 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16535         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16536
16537         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16538         order to silence the byte compiler.
16539
16540         * spam.el: Fix the way to silence the byte compiler, which
16541         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16542         bbdb-search-simple, spam-BBDB-register-routine,
16543         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16544         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16545         spam-stat-buffer-is-spam, spam-stat-load,
16546         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16547         spam-stat-save and spam-stat-split-fancy.
16548
16549 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16552         which may confuse users.
16553         (canlock-password-for-verify): Ditto.
16554
16555         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16556
16557         * gnus-art.el (gnus-emphasis-alist): Ditto.
16558
16559         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16560
16561         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16562
16563         * gnus-start.el (gnus-save-killed-list): Ditto.
16564
16565         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16566         (gnus-sum-thread-tree-root): Ditto.
16567         (gnus-sum-thread-tree-false-root): Ditto.
16568         (gnus-sum-thread-tree-single-indent): Ditto.
16569
16570         * message.el (message-courtesy-message): Ditto.
16571         (message-archive-note): Ditto.
16572         (message-subscribed-address-file): Ditto.
16573         (message-user-fqdn): Ditto.
16574
16575         * spam-report.el (spam-report-gmane-regex): Ditto.
16576
16577         * spam.el (spam-blackhole-good-server-regex): Ditto.
16578
16579 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * mml.el (mml-preview): Widen the message buffer before copying
16582         the contents to the preview buffer; sort headers before previewing.
16583
16584         * message.el (message-hidden-headers): Fix the way to avoid a bug
16585         in the `repeat' widget in Emacs 21.3 or earlier.
16586
16587 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * message.el (message-hidden-headers): Default to "^References:".
16590         Improve customization type.  Suggested by Reiner Steib
16591         <Reiner.Steib@gmx.de>.
16592
16593 2004-11-25  Romain Francoise  <romain@orebokech.com>
16594
16595         * message.el (message-strip-forbidden-properties): Remove check for
16596         obsolete `message-hidden' text property, hidden headers are not
16597         accessible in the buffer anymore.
16598
16599 2004-11-22  Romain Francoise  <romain@orebokech.com>
16600
16601         * message.el (message-header-format-alist): Add `From' in list
16602         so that it can be sorted.
16603         (message-fix-before-sending): Widen and sort headers before
16604         sending.
16605         (message-hide-headers): Use narrowing to hide headers by moving
16606         them to the top of the buffer and narrowing to the region
16607         underneath.
16608
16609 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16610
16611         * message.el (message-strip-forbidden-properties):
16612         Bind buffer-read-only (etc) to nil.
16613
16614 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16617         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16618
16619 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16620
16621         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16622
16623 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16624
16625         * dns.el (query-dns): Use sit-for to time instead of
16626         accept-process-output, since that doesn't seem to work on udp
16627         sockets.
16628
16629 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16632
16633 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16634
16635         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16636         doc string.  Improve doc string.
16637
16638 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * nntp.el (nntp-request-update-info): Return nil if
16641         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16642         may not call gnus-activate-group which uselessly issues the GROUP
16643         commands for all nntp groups and wastes time.  Reported by Romain
16644         Francoise <romain@orebokech.com>.
16645
16646         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16647
16648 2004-11-15  Simon Josefsson  <jas@extundo.com>
16649
16650         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16651         headers separately.
16652         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16653         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16654
16655 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * gnus-start.el (gnus-convert-old-newsrc):
16658         Assign legacy-gnus-agent to 5.10.7.
16659
16660 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16661
16662         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16663         start of the lines.
16664
16665 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16666
16667         * hashcash.el (hashcash-default-payment): Change default to 20.
16668         (hashcash-default-accept-payment): Change default to 20.
16669         (hashcash-process-alist): New variable.
16670         (hashcash-generate-payment-async): Add.
16671         (hashcash-already-paid-p): Add.
16672         (hashcash-insert-payment): Don't generate payments twice.
16673         (hashcash-insert-payment-async): Add.
16674         (hashcash-insert-payment-async-2): Add.
16675         (hashcash-cancel-async): Add.
16676         (hashcash-wait-async): Add.
16677         (hashcash-processes-running-p): Add.
16678         (hashcash-wait-or-cancel): Add.
16679         (mail-add-payment): New optional argument.  Conditionally start
16680         asynchronous calculation.
16681         (mail-add-payment-async): Add.
16682
16683         * message.el (message-send-mail): Wait for asynchronous hashcash
16684         results.  Don't clobber existing X-Hashcash headers.
16685         (message-setup-1): Call mail-add-payment-async when
16686         message-generate-hashcash is non-nil.
16687
16688 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16689
16690         * message.el (message-use-alternative-email-as-from): Examine the
16691         From header as well; use message-make-from in order to include a
16692         user's full name.
16693
16694 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16697         default; improve customization type.
16698         (gnus-emphasis-custom-with-format): New macro.
16699         (gnus-emphasis-custom-value-to-external): New function.
16700         (gnus-emphasis-custom-value-to-internal): New function.
16701
16702 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16703
16704         * dns.el (query-dns): Resolve reverse addresses.
16705
16706 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16707
16708         * gnus-group.el (gnus-group-get-new-news): Use it.
16709
16710         * gnus-start.el (gnus-check-reasonable-setup): New function.
16711
16712 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16715         "Args out of range" error.  Reported by Arnaud Giersch
16716         <arnaud.giersch@free.fr>.
16717
16718 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16719
16720         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16721
16722 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16723
16724         * spam.el (spam group): Add :version.
16725
16726         * pgg-def.el (pgg group): Add :version.
16727
16728 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * gnus-art.el (gnus-article-edit-article): Don't associate the
16731         article buffer with a draft file.  This is a temporary measure
16732         against the 2004-08-22 change to gnus-article-edit-mode.
16733
16734 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16737         (html2text-format-tags): Remove unused variable `attr'.
16738
16739 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16742
16743         * tls.el (tls-process-connection-type, tls-success)
16744         (tls-certtool-program): Add :version.
16745
16746         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16747         (starttls-extra-arguments, starttls-process-connection-type)
16748         (starttls-connect, starttls-failure, starttls-success): Add :version.
16749
16750         * spam-stat.el (spam-stat): Add :version.
16751
16752         * sieve.el (sieve): Add :version.
16753
16754         * sha1.el (sha1): Add :version.
16755         (sha1-use-external): Remove redundant version.
16756
16757         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16758         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16759         (nnmail-split-fancy-match-partial-words)
16760         (nnmail-split-lowercase-expanded): Add :version.
16761
16762         * nndiary.el (nndiary): Add :version.
16763
16764         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16765
16766         * mml-sec.el (mml-default-sign-method)
16767         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16768         Add :version.
16769
16770         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16771
16772         * mm-url.el (mm-url-use-external, mm-url-program)
16773         (mm-url-arguments): Add :version.
16774
16775         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16776         (mm-attachment-file-modes, mm-decrypt-option)
16777         (mm-w3m-safe-url-regexp): Add :version.
16778
16779         * message.el (message-cite-prefix-regexp)
16780         (message-sendmail-envelope-from, message-minibuffer-local-map)
16781         (message-user-fqdn, message-completion-alist): Add :version.
16782
16783         * gnus-win.el (gnus-configure-windows-hook)
16784         (gnus-use-frames-on-any-display): Add :version.
16785
16786         * gnus-art.el (gnus-article-address-banner-alist)
16787         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16788         (gnus-treat-from-picon, gnus-treat-mail-picon)
16789         (gnus-treat-x-pgp-sig): Add :version.
16790
16791         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16792         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16793         (gnus-summary-article-delete-hook)
16794         (gnus-summary-display-while-building): Add :version.
16795
16796         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16797         (gnus-get-top-new-news-hook): Add :version.
16798
16799         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16800         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16801
16802         * gnus-registry.el (gnus-registry): Add :version.
16803
16804         * gnus-spec.el (gnus-use-correct-string-widths)
16805         (gnus-make-format-preserve-properties): Add :version.
16806
16807         * gnus.el (gnus-group-charter-alist)
16808         (gnus-group-fetch-control-use-browse-url)
16809         (gnus-install-group-spam-parameters): Add :version.
16810
16811         * gnus-diary.el (gnus-diary): Add :version.
16812
16813         * gnus-delay.el (gnus-delay): Add :version.
16814
16815         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16816         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16817         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16818         Add :version.
16819
16820         * gnus-agent.el (gnus-agent-max-fetch-size)
16821         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16822         (gnus-agent-prompt-send-queue): Add :version.
16823
16824         * deuglify.el (gnus-outlook-deuglify): Add :version.
16825
16826         * html2text.el: Beautify code.  Improve doc strings.
16827         Some checkdoc cleanup.
16828         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16829
16830 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16831
16832         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16833
16834 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16835
16836         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16837         when package is loaded.
16838
16839         * spam.el (spam-summary-score-preferred-header): Add global preference
16840         for people who want to override the default SpamAssassin over
16841         Bogofilter preference (when both are set).
16842         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16843         (spam-user-format-function-S):
16844         Check spam-summary-score-preferred-header.
16845         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16846         (spam-user-format-function-S): Format the score correctly.
16847
16848 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16851         signature file.  Suggested by Manoj Srivastava
16852         <srivasta@golden-gryphon.com>.
16853
16854         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16855         iso-2022-jp even in the Japanese language environment.
16856         Suggested by Jason Rumney <jasonr@gnu.org>.
16857
16858 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16861         use the same characters as the dummy marks; make it free from
16862         getting affected by the language environment.
16863         (gnus-summary-read-group-1): Update mark positions only when the
16864         format spec is updated.
16865
16866         * gnus-spec.el (gnus-update-format-specifications): Return a list
16867         of updated types.
16868
16869 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16872         of boundp to check if display-warning is available.
16873
16874 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16875
16876         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16877
16878 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * nnspool.el (nnspool-spool-directory): Use news-path if the
16881         news-directory variable is not bound.
16882
16883         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16884         function instead of display-warning if it is not available.
16885
16886 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16887
16888         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16889         v5-10: Use `point-at-bol'.
16890
16891 2004-10-26  Simon Josefsson  <jas@extundo.com>
16892
16893         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16894         <chenggao@gmail.com>.
16895
16896 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16897
16898         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16899         instead.
16900
16901 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16902
16903         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16904         to remove a server from the nnimap-server-buffer-alist.
16905         (nnimap-open-connection, nnimap-close-server): Use it.
16906
16907         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16908
16909 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16912         running the major-mode function.
16913
16914 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16917         dummy marks in the right way.
16918
16919 2004-10-18  David Edmondson  <dme@dme.org>
16920
16921         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16922         excessively.
16923
16924 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16925
16926         * gnus-util.el (gnus-split-references): Accept a nil references
16927         string and go on blissfully.
16928
16929         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16930         cases where the references string is non-nil but has no references.
16931
16932         * encrypt.el: Add autoload tags.
16933
16934         * spam.el (spam-resolve-registrations-routine): Remove article
16935         from unregistration list too.  Reported by David Hanak
16936         <dhanak@isis.vanderbilt.edu>
16937
16938 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16939
16940         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16941         nil.  Change custom type.
16942
16943 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16944
16945         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16946
16947         * gnus-sum.el (gnus-summary-move-article): Use it.
16948
16949 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * encrypt.el: Add autoload cookies.
16952
16953         * spam.el (spam-backend-article-list-property)
16954         (spam-backend-get-article-todo-list)
16955         (spam-backend-put-article-todo-list)
16956         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16957         Resolve registrations separately.
16958         (spam-register-routine): Format comments.
16959         (spam-unregister-routine, spam-register-routine): Always call with
16960         specific-articles, no default list.
16961         (spam-summary-prepare-exit): Use the spam-classifications function.
16962
16963         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16964         gnus-encrypt.el.
16965
16966         * encrypt.el: Copied from gnus-encrypt.el.
16967
16968         * gnus-encrypt.el: Commented that it's obsolete.
16969
16970 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16971
16972         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16973         (gnus-score-save): Use it.
16974
16975         * message.el (message-bury): Use `window-dedicated-p'.
16976
16977 2004-10-15  Simon Josefsson  <jas@extundo.com>
16978
16979         * pop3.el (top-level): Don't require nnheader.
16980         (pop3-read-timeout): Add.
16981         (pop3-accept-process-output): Add.
16982         (pop3-read-response, pop3-retr): Use it.
16983
16984 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16985
16986         * spam.el (spam-register-routine): Move comment.
16987         (spam-verify-bogofilter): Use 'unknown for the initial
16988         spam-bogofilter-valid state, not 'never.
16989
16990         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16991         for netrc-machine.
16992
16993         * nnimap.el (nnimap-open-connection):
16994         Use netrc-machine-user-or-password.
16995
16996 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16997
16998         * gnus-registry.el (gnus-registry-unload-hook):
16999         Set as a variable with add-hook.
17000
17001         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17002         of news-path.
17003
17004         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17005
17006         * spam.el: Delete duplicate `provide'.
17007         (spam-unload-hook): Set as a variable with add-hook.
17008
17009 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17010
17011         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17012         in the doc string.
17013
17014         * message.el (message-ignored-news-headers)
17015         (message-ignored-supersedes-headers)
17016         (message-ignored-resent-headers)
17017         (message-forward-ignored-headers): Improve custom type.
17018
17019 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * message.el (message-tokenize-header): Fix 2004-09-06 change
17022         which used point-min in the wrong place.
17023
17024 2004-10-12  Simon Josefsson  <jas@extundo.com>
17025
17026         * tls.el (tls-certtool-program): New variable.
17027         (tls-certificate-information): New function, based on
17028         ssl-certificate-information.
17029
17030 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * compface.el: Move the version of ELisp-based uncompface program
17033         to the contrib directory because of the copyright problem.
17034
17035 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17036
17037         * message.el (message-kill-buffer): Raise the current frame.
17038
17039 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17040
17041         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17042
17043         * gnus.el (message-y-or-n-p): Autoload.
17044
17045         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17046         (pop3-password-required, pop3-authentication-scheme)
17047         (pop3-leave-mail-on-server): Make customizable.
17048         (pop3): New custom group.
17049         (pop3-retr): Remove `sleep-for' statements.
17050         Suggested by Dave Love <fx@gnu.org>.
17051
17052         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17053         Windows/DOS.
17054
17055         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17056         (imap-parse-body): Fix incorrect use of `assert'.
17057         Suggested by Dave Love <fx@gnu.org>.
17058
17059         * mml.el (mml-minibuffer-read-disposition): Require match.
17060         Suggested by Dave Love <fx@gnu.org>.
17061
17062 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17063
17064         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17065         doc string.
17066
17067 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17070
17071 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17072
17073         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17074         instead of calling `mm-insert-inline', to decode text/* parts
17075         before displaying them.
17076
17077 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * mm-uu.el (mm-uu-text-plain-type): New variable.
17080         (mm-uu-pgp-signed-extract-1): Use it.
17081         (mm-uu-pgp-encrypted-extract-1): Use it.
17082         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17083         bind mm-uu-text-plain-type with that value.
17084         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17085         mm-uu-dissect.
17086
17087 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus-group.el (gnus-update-group-mark-positions):
17090         * gnus-sum.el (gnus-update-summary-mark-positions):
17091         * message.el (message-check-news-body-syntax):
17092         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17093         of string-as-multibyte.
17094
17095 2004-10-05  Juri Linkov  <juri@jurta.org>
17096
17097         * gnus-group.el (gnus-update-group-mark-positions):
17098         * gnus-sum.el (gnus-update-summary-mark-positions):
17099         * message.el (message-check-news-body-syntax):
17100         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17101         8-bit unibyte values to a multibyte string for search functions.
17102
17103 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17106         (mm-uu-dissect-text-parts): New function.
17107
17108         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17109         dissect text parts.
17110
17111         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17112         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17113
17114         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17115
17116         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17117         Use gnus-current-topics instead of gnus-current-topic.
17118
17119 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17120
17121         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17122
17123 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17124
17125         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17126         where approriate.
17127
17128         * nnml.el (nnml-generate-active-info): do.
17129
17130         * nndiary.el (nndiary-generate-active-info): do.
17131
17132         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17133         (gnus-topic-move): do.
17134
17135         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17136         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17137
17138         * gnus-srvr.el (gnus-server-prepare)
17139         (gnus-server-open-all-servers): do.
17140
17141         * gnus-msg.el (gnus-summary-cancel-article)
17142         (gnus-summary-resend-message)
17143         (gnus-summary-mail-crosspost-complaint): do.
17144
17145         * gnus-move.el (gnus-change-server): do.
17146
17147         * gnus-group.el (gnus-group-unmark-all-groups)
17148         (gnus-group-set-current-level): do.
17149
17150 2004-10-04  Simon Josefsson  <jas@extundo.com>
17151
17152         * message.el (message-generate-hashcash): Doc fix.
17153
17154 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17155
17156         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17157         avoid infinite recursion via gnus-get-function.
17158
17159 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17160
17161         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17162
17163         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17164
17165         * nnmail.el (nnmail-split-history): do.
17166
17167         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17168         (nnml-request-delete-group): do.
17169
17170         * nnslashdot.el (nnslashdot-read-groups): do.
17171
17172         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17173         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17174
17175         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17176         (nnspool-sift-nov-with-sed): Use last.
17177         (nnspool-retrieve-headers-with-nov): Use mapc.
17178         (nnspool-request-newgroups): Use dolist.
17179         (nnspool-request-group): Use last.
17180
17181         * nntp.el (nntp-read-server-type): Use dolist.
17182
17183         * nnvirtual.el (nnvirtual-create-mapping)
17184         (nnvirtual-update-read-and-marked): Use dolist.
17185         (nnvirtual-convert-headers): Simplify.
17186
17187 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17188
17189         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17190         Add support for sync'ing tick marks.
17191
17192 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17195         there's no visible header.
17196
17197 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17198
17199         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17200         When necessary, pass full group name to gnus-request-set-marks.
17201
17202 2004-10-01  Simon Josefsson  <jas@extundo.com>
17203
17204         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17205         acroread.
17206
17207 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17208
17209         * spam-report.el (spam-report-gmane): Fix interactive.
17210
17211         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17212
17213         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17214         when writing file.
17215         (gnus-agent-synchronize-flags): Don't default to being
17216         interactive.
17217
17218 2004-09-30  Simon Josefsson  <jas@extundo.com>
17219
17220         * message.el (message-generate-hashcash): Add.
17221         (message-send-mail): Use it, call mail-add-payment.
17222
17223 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17224
17225         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17226
17227 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17228
17229         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17230         gnus-requst-update-info with explicit code to sync the in-memory
17231         info read flags with the marks being sync'd to the backend.
17232
17233         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17234
17235 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17236
17237         * spam.el (spam-verify-bogofilter): Add new function.
17238         (spam-check-bogofilter)
17239         (spam-bogofilter-register-with-bogofilter): Use it.
17240         (spam-verify-bogofilter): Add small fixes.
17241
17242 2004-09-28  Simon Josefsson  <jas@extundo.com>
17243
17244         * hashcash.el (hashcash-generate-payment): Revert.
17245
17246 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17247
17248         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17249         Use gnus-extract-references instead of gnus-split-references.
17250
17251         * gnus-util.el (gnus-extract-references): Add new function, analogous
17252         to gnus-split-references but extracts only the message-ID without
17253         anything extra.
17254
17255         * hashcash.el (hashcash-generate-payment)
17256         (hashcash-check-payment): Do the right thing if hashcash-path is
17257         nil (because the hashcash program could not be found).
17258
17259         * spam.el (spam-use-hashcash): Remove comment.
17260
17261 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17262
17263         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17264         (gnus-cache-enter-article, gnus-cache-remove-article)
17265         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17266
17267         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17268
17269         * gnus-art.el (article-hide-boring-headers)
17270         (article-translate-strings, article-display-face)
17271         (gnus-article-mime-match-handle-first)
17272         (gnus-article-highlight-headers)
17273         (gnus-article-add-buttons-to-head): do.
17274
17275 2004-09-27  Simon Josefsson  <jas@extundo.com>
17276
17277         * hashcash.el: New version, from
17278         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17279         ../contrib/.
17280
17281 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17284
17285 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17286
17287         * gnus-dup.el (gnus-dup-open): Use mapc.
17288         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17289
17290         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17291         Reported by Stefan Wiens <s.wi@gmx.net>.
17292
17293         * gnus.el (gnus-shutdown): Use dolist.
17294
17295         * gnus-undo.el (gnus-undo): Use mapc.
17296
17297         * nnrss.el (nnrss-generate-active): do.
17298
17299         * message.el (message-cite-original-without-signature)
17300         (message-cite-original): Use mapc.
17301         (message-do-actions, message-make-forward-subject): Use dolist.
17302
17303 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17304
17305         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17306         deletion to remove entire duplicate line.  Fixes merged article
17307         number bug.
17308
17309 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17310
17311         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17312         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17313         first ask if you want to open a server and then, even when you
17314         responded with no, asking if you want to synchronize the server's
17315         flags.
17316         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17317         multi-line expressions.
17318         (gnus-agent-synchronize-group-flags): New internal function.
17319         Updates marks in memory (in the info structure) AND in the
17320         backend.
17321
17322         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17323
17324         * nnagent.el (nnagent-request-set-mark):
17325         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17326         method, to ensure that synchronization updates marks in the
17327         backend and in the info (in memory) structure.
17328
17329 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17332         convention fully; don't miss the root article of a thread; make
17333         the X-Draft-From header with correct article numbers.
17334
17335 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17336
17337         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17338         unless plugged.  Disable the agent so that an open failure causes
17339         an error.
17340
17341         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17342         Revert 2004-09-21 change.  The backend must be opened while
17343         synchronizing flags even when the backend stores the flags
17344         locally.
17345
17346 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17347
17348         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17349         in `header' match.  Reported by Svend Tollak Munkejord.
17350
17351         * message.el (message-cite-original): Fix use of
17352         `message-cite-articles-with-x-no-archive'.
17353
17354 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17357         (gnus-window-to-buffer): Ditto.
17358
17359         * mml.el (mml-preview-buffer): New variable.
17360         (mml-preview): Manage window layout with gnus-buffer-configuration.
17361
17362         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17363         X-Draft-From header even if those articles aren't quoted.
17364
17365 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17366
17367         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17368         (gnus-request-set-mark, gnus-request-update-mark): Use new
17369         g-s-t-u-l-m to decide to use backend even when unplugged.
17370
17371 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17374         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17375
17376 2004-09-20  Simon Josefsson  <jas@extundo.com>
17377
17378         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17379         "utf-16-le".
17380
17381 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17382
17383         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17384
17385 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17386
17387         * uudecode.el (uudecode-use-external): Add :version.
17388
17389         * smime.el (smime-CA-file, smime-encrypt-cipher)
17390         (smime-dns-server): Add :version.
17391
17392         * smiley.el (gnus-smiley-file-types): Add :version.
17393
17394         * sha1.el (sha1-use-external): Add :version.
17395
17396         * pgg-def.el (pgg-query-keyserver): Add :version.
17397
17398         * nnmail.el (nnmail-fancy-expiry-targets)
17399         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17400         Add :version.
17401
17402         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17403         (nnimap-retrieve-groups-asynchronous): Add :version.
17404         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17405
17406         * mml.el (mml-content-disposition-parameters)
17407         (mml-insert-mime-headers-always): Add :version.
17408
17409         * mm-util.el (mm-coding-system-priorities): Add :version.
17410
17411         * mm-decode.el (mm-inline-text-html-with-images)
17412         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17413         (mm-verify-option): Add :version.
17414         (mm-text-html-renderer): Change :version.
17415
17416         * message.el (message-fcc-externalize-attachments)
17417         (message-required-headers, message-draft-headers)
17418         (message-subject-trailing-was-query)
17419         (message-subject-trailing-was-ask-regexp)
17420         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17421         (message-mark-insert-end, message-archive-header)
17422         (message-archive-note, message-cross-post-default)
17423         (message-cross-post-note, message-followup-to-note)
17424         (message-cross-post-note-function, message-use-mail-followup-to)
17425         (message-subscribed-address-functions)
17426         (message-subscribed-address-file, message-subscribed-addresses)
17427         (message-subscribed-regexps, message-allow-no-recipients)
17428         (message-yank-cited-prefix, message-signature-insert-empty-line)
17429         (message-hidden-headers, message-hierarchical-addresses)
17430         (message-mail-user-agent, message-use-idna)
17431         (message-valid-fqdn-regexp)
17432         (message-strip-special-text-properties, message-header-synonyms)
17433         (message-beginning-of-line, message-tab-body-function): Add :version.
17434         (message-insert-canlock, message-wide-reply-confirm-recipients):
17435         Change :version.
17436
17437         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17438         and :version.
17439         (mail-source-delete-old-incoming-confirm)
17440         (mail-source-movemail-program): Add :version.
17441
17442         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17443         (gnus-agent-cache, gnus-agent): Change :version.
17444
17445         * gnus-util.el (gnus-use-byte-compile): Change :version.
17446
17447         * gnus-sum.el (gnus-summary-make-false-root-always)
17448         (gnus-summary-default-high-score)
17449         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17450         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17451         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17452         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17453         (gnus-sum-thread-tree-single-indent)
17454         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17455         (gnus-sum-thread-tree-leaf-with-other)
17456         (gnus-sum-thread-tree-single-leaf): Add :version.
17457         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17458         (gnus-article-loose-mime): Change :version.
17459
17460         * gnus-start.el (gnus-backup-startup-file)
17461         (gnus-save-startup-file-via-temp-buffer): Add :version.
17462
17463         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17464         (gnus-server-offline-face): Add :version.
17465
17466         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17467
17468         * gnus-msg.el (gnus-gcc-externalize-attachments)
17469         (gnus-debug-files, gnus-debug-exclude-variables)
17470         (gnus-discouraged-post-methods): Change :version.
17471         (gnus-confirm-mail-reply-to-news)
17472         (gnus-confirm-treat-mail-like-news): Add :version.
17473
17474         * gnus-int.el (gnus-server-unopen-status): Add :version.
17475
17476         * gnus-group.el (gnus-group-jump-to-group-prompt)
17477         (gnus-large-ephemeral-newsgroup)
17478         (gnus-fetch-old-ephemeral-headers): Add :version.
17479
17480         * gnus-fun.el (gnus-x-face-directory)
17481         (gnus-convert-pbm-to-x-face-command)
17482         (gnus-convert-image-to-x-face-command)
17483         (gnus-convert-image-to-face-command): Add :version.
17484
17485         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17486
17487         * gnus-cite.el (gnus-cite-blank-line-after-header)
17488         (gnus-article-boring-faces): Add :version.
17489
17490         * gnus-art.el (gnus-buttonized-mime-types)
17491         (gnus-inhibit-mime-unbuttonizing)
17492         (gnus-treat-display-face)
17493         (gnus-treat-body-boundary): Change :version.
17494         (gnus-body-boundary-delimiter, gnus-picon-databases)
17495         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17496         (gnus-treat-date-english, gnus-treat-fold-headers)
17497         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17498         (gnus-treat-mail-picon, gnus-treat-wash-html)
17499         (gnus-article-encrypt-protocol)
17500         (gnus-use-idna, gnus-article-over-scroll)
17501         (gnus-mime-display-multipart-alternative-as-mixed)
17502         (gnus-mime-display-multipart-related-as-mixed)
17503         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17504         (gnus-ctan-url, gnus-button-ctan-handler)
17505         (gnus-button-handle-ctan-bogus-regexp)
17506         (gnus-button-ctan-directory-regexp)
17507         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17508         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17509         (gnus-button-man-level, gnus-button-emacs-level)
17510         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17511
17512         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17513         (gnus-agent-go-online): Change :version.
17514         (gnus-agent-expire-unagentized-dirs)
17515         (gnus-agent-auto-agentize-methods): Add :version.
17516
17517         * flow-fill.el (fill-flowed-display-column)
17518         (fill-flowed-encode-column): Add :version.
17519
17520         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17521         (gnus-outlook-deuglify-unwrap-max)
17522         (gnus-outlook-deuglify-cite-marks)
17523         (gnus-outlook-deuglify-unwrap-stop-chars)
17524         (gnus-outlook-deuglify-no-wrap-chars)
17525         (gnus-outlook-deuglify-attrib-cut-regexp)
17526         (gnus-outlook-deuglify-attrib-verb-regexp)
17527         (gnus-outlook-deuglify-attrib-end-regexp)
17528         (gnus-outlook-display-hook): Add :version.
17529
17530         * binhex.el (binhex-use-external): Add :version.
17531
17532 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17535         and `invisible'.
17536
17537 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17538
17539         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17540         in gnus-registry-trim.
17541
17542 2004-09-13  Simon Josefsson  <jas@extundo.com>
17543
17544         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17545
17546         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17547
17548         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17549         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17550         <yamaoka@jpl.org>.
17551         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17552         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17553         <yamaoka@jpl.org>.
17554
17555         * sieve.el (sieve-manage-mode): Ditto.
17556
17557 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17558
17559         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17560
17561 2004-09-11  Simon Josefsson  <jas@extundo.com>
17562
17563         * dns-mode.el: Add.
17564
17565         * mm-view.el (mm-display-dns-inline): Add.
17566
17567         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17568         (mm-automatic-display): Ditto.
17569
17570         * mailcap.el (mailcap-mime-data): Add text/dns.
17571         (mailcap-mime-extensions): Map .soa to text/dns.
17572
17573 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17574
17575         * gnus-art.el (article-decode-mime-words, article-babel)
17576         (gnus-article-highlight-signature, gnus-article-add-buttons)
17577         (gnus-signature-toggle): Remove unnecessary bindings of
17578         `inhibit-read-only' inherited from v5.10 merge.
17579
17580 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17581
17582         * nntp.el (nntp): New customization group.
17583         (nntp-authinfo-file): Add customization group.
17584
17585         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17586
17587         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17588
17589         * gnus.el (to-address, to-list, subscribed)
17590         (large-newsgroup-initial): Ditto.
17591
17592         * flow-fill.el (fill-flowed-display-column)
17593         (fill-flowed-encode-column): Ditto.
17594
17595 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17596
17597         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17598         Use point-min rather than 1.
17599         (message-send-mail): Use buffer-size rather than point-max.
17600
17601         * gnus-sum.el (gnus-summary-search-article-forward):
17602         Signal a specific `search-failed' rather than a generic `error'.
17603
17604         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17605         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17606         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17607
17608 2004-09-10  Simon Josefsson  <jas@extundo.com>
17609
17610         * nndb.el (require): Remove tcp and duplicate cl.
17611
17612 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * gnus-agent.el (directory-files-and-attributes): Move forward.
17615
17616 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17617
17618         * gnus-agent.el (directory-files-and-attributes):
17619         Optionally defined to support XEmacs.
17620
17621 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17622
17623         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17624         to avoid run-time CL dependencies.
17625         (gnus-agent-unfetch-articles): New function.
17626         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17627         article numbers even when local .overview file is missing.
17628         (gnus-agent-read-article-number): New function.  Only accepts
17629         27-bit article numbers.
17630         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17631         Use gnus-agent-read-article-number.
17632         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17633         from backend while recognizing that article numbers in .overview
17634         must be valid.
17635         (gnus-agent-update-files-total-fetched-for):
17636         Use directory-files-and-attributes to improve performance.
17637         * gnus-int.el (gnus-request-move-article):
17638         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17639         improve performance.
17640
17641         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17642         some users confused by references to .newsrc when they only have a
17643         .newsrc.eld file.
17644         (gnus-convert-mark-converter-prompt)
17645         (gnus-convert-converter-needs-prompt): Fix use of property list.
17646         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17647         New function.  Used internally to only display 'gnus converting
17648         files' message when actually necessary.
17649
17650         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17651         methods now autoloaded.
17652
17653 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17656         identifiers.
17657
17658 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17659
17660         * gnus-picon.el: Fix indentation and closing parenthesis.
17661
17662 2004-09-01  Simon Josefsson  <jas@extundo.com>
17663
17664         * message.el (message-canlock-generate): Require sha1, not
17665         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17666         to require within a function.  Sadly, if sha1.el isn't loaded, the
17667         let binding in m-c-g will hide the defcustom definition, which is
17668         bad.)
17669
17670         * canlock.el: Require sha1, not sha1-el.
17671
17672         * message.el: Don't autoload sha1 (there is a autoload cookie in
17673         sha1.el).
17674
17675         * sha1-el.el: Rename to sha1.el.
17676
17677 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17678
17679         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17680
17681 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17682
17683         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17684
17685 2004-08-30  Kim F. Storm  <storm@cua.dk>
17686
17687         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17688
17689         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17690         Add :group 'nnimap.
17691
17692 2004-08-30  Andreas Schwab  <schwab@suse.de>
17693
17694         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17695         ?* and ?\;.
17696
17697         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17698         and ?\' to symbol instead of whitespace.
17699
17700 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17703
17704         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17705         instead of re-search-forward.
17706
17707         * gnus-uu.el (gnus-uu-save-article): Ditto.
17708         (gnus-uu-post-encode-uuencode): Ditto.
17709
17710         * html2text.el (html2text-clean-list-items): Ditto.
17711         (html2text-clean-dtdd): Ditto.
17712         (html2text-format-tags): Ditto.
17713
17714         * message.el (message-send-mail-with-sendmail): Fix regexp.
17715         (message-fill-field-general): Use search-forward instead of
17716         re-search-forward.
17717         (unbold-region): Ditto.
17718
17719         * nnrss.el (nnrss-request-article): Ditto.
17720
17721         * nnslashdot.el (nnslashdot-request-article): Ditto.
17722
17723         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17724
17725         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17726         "Unrecognized menu descriptor" error in XEmacs.
17727
17728 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17729
17730         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17731         parent article of a sparse article in the thread hashtb.
17732
17733 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17734
17735         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17736         (nnmail-expand-newtext): Lowercase expanded entries if
17737         nnmail-split-lowercase-expanded is non-nil.
17738
17739 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17742
17743         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17744         of gnus-tmp-news-method into string under XEmacs.  It will be
17745         passed to gnus-correct-length which takes only a string argument.
17746
17747 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * gnus-util.el (gnus-bind-print-variables): New macro.
17750         (gnus-prin1): Use it.
17751         (gnus-prin1-to-string): Use it.
17752         (gnus-pp): New function.
17753         (gnus-pp-to-string): New function.
17754
17755         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17756         Replace pp-to-string with gnus-pp-to-string.
17757         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17758         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17759         * gnus-msg.el (gnus-debug): Ditto.
17760         * gnus-score.el (gnus-score-save): Ditto.
17761         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17762         gnus-pp-to-string.
17763         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17764         with gnus-pp.
17765         * score-mode.el (gnus-score-pretty-print): Ditto.
17766         * webmail.el (webmail-debug): Ditto.
17767
17768 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus-art.el (article-display-face, article-display-x-face):
17771         Use buffer-read-only.
17772
17773 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * gnus-art.el (article-hide-list-identifiers):
17776         Bind inhibit-read-only as t.
17777
17778 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17779
17780         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17781
17782 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17783
17784         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17785         (gnus-narrow-to-page): Don't assume point-min == 1.
17786         (gnus-article-edit-mode): Derive from message-mode.
17787
17788         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17789         point-min == 1.
17790
17791         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17792         Disable incorrect use of `assert'.
17793
17794         * message.el (message-mode): Set comment-start-skip.
17795
17796
17797 2004-08-22  Sam Steingold  <sds@gnu.org>
17798
17799         * pop3.el (pop3-leave-mail-on-server): New user variable.
17800         (pop3-movemail): Delete mail only when it is nil.
17801
17802 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17803
17804         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17805
17806         * mml.el (mml-preview): Use `pop-to-buffer'.
17807
17808         * message.el (message-goto-mail-followup-to): Insert after "To".
17809         (message-carefully-insert-headers): Add comment.
17810
17811         * gnus.el: Remove unused variable `gnus-article-check-size'.
17812
17813         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17814
17815         * gnus-art.el (gnus-button-alist):
17816         Improve `gnus-button-handle-library' entry.
17817
17818 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17819
17820         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17821         Use downcase, since XEmacs capitalizes error messages differently.
17822
17823 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17824
17825         * nntp.el: Add (require 'gnus) due to reference to
17826         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17827
17828 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17829
17830         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17831         Bind `mm-fill-flowed'.
17832
17833         * mm-decode.el (mm-dissect-singlepart): Check it.
17834
17835 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17836
17837         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17838         'imap' for netrc parsing.
17839
17840 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * mailcap.el (mailcap-mime-data): Mark as risky.
17843
17844 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17847         may be included in the encoded word.
17848         (rfc2047-encode): Don't append a space if the encoded word
17849         includes close parenthesis.
17850
17851 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17854         of text within parentheses.
17855
17856 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17857
17858         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17859         (gnus-encrypt-write-file-contents): Make the password key the file
17860         name PLUS the cipher, not just the cipher.  Also remove failed
17861         passwords from the cache.
17862
17863 2004-08-06  Simon Josefsson  <jas@extundo.com>
17864
17865         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17866         Doc fix.
17867
17868 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17869
17870         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17871         LWSP.
17872
17873 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17874
17875         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17876         Try to append in-reply-to: data to the references: header.
17877
17878         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17879         (netrc-parse): Use gnus-encrypt.el functions.
17880
17881         * gnus-encrypt.el: Add new file for encryption support; currently
17882         does only a few GPG ciphers and an internal XOR cipher.
17883
17884         * password.el: Add comments on using password-read-and-add.
17885         (password-read-and-add): Add function to read and add the
17886         password to the cache at once.
17887
17888 2004-07-28  Simon Josefsson  <jas@extundo.com>
17889
17890         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17891         parameter (but don't use it, for now).
17892
17893         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17894         instead of hard coding to nil.
17895
17896 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17899         as mm-inline-image-xemacs does.
17900
17901 2004-07-26  Simon Josefsson  <jas@extundo.com>
17902
17903         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17904         Revert part of 2004-07-17 change below.
17905
17906 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17909         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17910
17911 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17912
17913         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17914         quotes that actually start with ">" at the beginning of the
17915         lines.
17916
17917 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * rfc2047.el (rfc2047-encode-region): Fix last change.
17920         (rfc2047-encode-parameter): Remove useless concat.
17921
17922 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17925         encode special characters; fix some kind of misconfigured headers;
17926         signal a real error if debug-on-quit or debug-on-error is non-nil.
17927         (rfc2047-encode-max-chars): New variable.
17928         (rfc2047-encode-1): Use it.
17929         (rfc2047-encode-parameter): New function.
17930
17931         * mml.el (mml-insert-parameter): Remove an excessive space.
17932
17933 2004-07-17  Simon Josefsson  <jas@extundo.com>
17934
17935         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17936         Kai Grossjohann <kai@emptydomain.de>.
17937         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17938         (gnus-group-make-menu-bar): Ditto.
17939
17940         * gnus-util.el (gnus-group-server): Add.
17941
17942 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17943
17944         * message.el (message-clone-locals): Clone sendmail and smtp
17945         variables.
17946
17947 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17948
17949         * rfc2047.el (rfc2047-encode-region): Fix last change.
17950
17951 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17954         characters as non-special.
17955
17956 2004-07-09  Simon Josefsson  <jas@extundo.com>
17957
17958         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17959         Users will lose all flag changes made while unplugged with
17960         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17961         good default.  See numerous reports on ding mailing list.
17962
17963 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17966         add generate-head-function and generate-article-function to the
17967         rfc822-forward entry.
17968         (nndoc-rfc822-forward-generate-article): New function.
17969         (nndoc-rfc822-forward-generate-head): New function.
17970
17971         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17972
17973 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17974
17975         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17976         respect display group parameter and gnus-summary-expunge-below.
17977         (gnus-articles-to-read): Remove unused reference to display group
17978         parameter.
17979
17980 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17981
17982         * nnheader.el (nnheader-uniquify-message-id): New experimental
17983         variable.
17984         (nnheader-nov-read-message-id): Use it.
17985
17986         * spam-report.el (spam-report-gmane): Add interactive.
17987
17988 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * mm-encode.el (mm-content-transfer-encoding-defaults):
17991         Use qp-or-base64 for the application/* types.
17992
17993 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17994
17995         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17996
17997 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17998
17999         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18000         trim value.
18001
18002 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18003
18004         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18005         New macro and function.
18006         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18007
18008 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18011         after-load-alist.
18012
18013 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18014
18015         * gnus-group.el (gnus-group-get-new-news-this-group):
18016         Don't update info that isn't there.
18017
18018 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18019
18020         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18021         entry.
18022
18023 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * mm-view.el (mm-inline-render-with-function): Use multibyte
18026         buffer; decode html source by charset.
18027
18028         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18029
18030         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18031         Mule-UCS is loaded under XEmacs.
18032         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18033
18034 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18035
18036         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18037
18038 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * mm-util.el (mm-coding-system-p): Return a coding-system.
18041         (mm-mime-mule-charset-alist): Use shift_jis instead of
18042         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18043         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18044         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18045         instead of japanese-shift-jis and iso-latin-1 respectively in
18046         order to share the default value with both Emacs and XEmacs-mule.
18047         (mm-mule-charset-to-mime-charset):
18048         Make mm-coding-system-priorities effective.
18049         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18050         while predicating of candidates upon the priorities.
18051
18052 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18053
18054         * gnus-sum.el (gnus-summary-make-menu-bar):
18055         Add gnus-uu-invert-processable.
18056
18057         * gnus.el: Autoload gnus-uu-invert-processable.
18058
18059 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * mm-util.el (mm-with-multibyte-buffer): New macro.
18062
18063         * rfc2047.el (rfc2047-encode-string): Use it.
18064         (rfc2047-encode-region): Move point to the end of the region after
18065         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18066
18067 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18070         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18071
18072 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18075         (gnus-cite-parse): Ignore quoted envelope From_.
18076         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18077
18078 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18079
18080         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18081         invalid addresses.
18082
18083 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18084
18085         * spam.el: Change section markers, revise TODO list.
18086         (spam-backends): Make new master list of all installed backends.
18087         (spam-summary-exit-behavior): Add new variable to determine how
18088         messages moves are done at summary exit.
18089         (spam-move-spam-nonspam-groups-only)
18090         (spam-process-ham-in-nonham-groups)
18091         (spam-process-ham-in-spam-groups): Remove variables, the
18092         spam-summary-exit-behavior variable should be used to manage this
18093         behavior.
18094         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18095         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18096         and spam-old-spam-articles.
18097         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18098         Add empty variables, placeholders for the backends they represent.
18099         (spam-set-difference): Move, unchanged.
18100         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18101         unless the user has a processor variable.
18102         (spam-classifications, spam-classification-valid-p)
18103         (spam-backend-properties, spam-backend-property-valid-p)
18104         (spam-backend-function-type-valid-p)
18105         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18106         (spam-report-articles-gmane, spam-report-articles-resend):
18107         Remove functions, they are not needed.
18108         (spam-install-backend-super, spam-backend-list)
18109         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18110         (spam-backend-function, spam-backend-ham-registration-function)
18111         (spam-backend-spam-registration-function)
18112         (spam-backend-ham-unregistration-function)
18113         (spam-backend-spam-unregistration-function)
18114         (spam-backend-statistical-p, spam-backend-mover-p)
18115         (spam-install-backend-alias, spam-install-checkonly-backend)
18116         (spam-install-mover-backend, spam-install-nocheck-backend)
18117         (spam-install-backend, spam-install-statistical-backend)
18118         (spam-install-statistical-checkonly-backend): Add backend installation
18119         support.
18120         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18121         (spam-group-processor-p): Use the new backend code and respect the
18122         summary exit behavior.
18123         (spam-mark-spam-as-expired-and-move-routine): Remove.
18124         (spam-summary-prepare): Change to use the new spam-old-articles
18125         variable.
18126         (spam-copy-or-move-routine, spam-copy-spam-routine)
18127         (spam-move-spam-routine, spam-copy-ham-routine)
18128         (spam-move-ham-routine): Add code to copy/move ham or spam.
18129         (spam-fetch-field-fast): Improve doc and code, plus allow the
18130         'number request.
18131         (spam-list-of-checks, spam-list-of-statistical-checks):
18132         Remove variables.
18133         (spam-split, spam-find-spam): Use the new backend code.
18134         (spam-registration-functions): Remove variable.
18135         (spam-unregister-routine): Add convenience wrapper.
18136         (spam-log-undo-registration, spam-register-routine)
18137         (spam-log-processing-to-registry)
18138         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18139         where possible.
18140         (spam-check-gmane-xref, spam-check-regex-headers)
18141         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18142         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18143         (spam-check-bogofilter-headers, spam-check-spamoracle)
18144         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18145         (spam-check-crm114-headers): Use the spam-split-group that
18146         spam-split prepares, no need to determine it every time.
18147
18148         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18149         to the nnheader-parse-naked-head call.
18150
18151         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18152
18153         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18154         the nnheader-nov-read-message-id call.
18155
18156 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18159         gnus-activate-group twice.  Suggested by Markus Peter
18160         <warp@spin.de>.
18161
18162 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18163
18164         * gnus-art.el (gnus-article-time-format): Exchange the order of
18165         day and month in the default value; fix customization type.
18166         (article-date-ut): Use add-text-properties.
18167         (article-make-date-line): Use message-make-date instead of
18168         current-time-string.
18169
18170         * message.el (message-fetch-field): Don't use set-text-properties.
18171         (message-make-date): Simplify.
18172
18173         * messagexmas.el (message-xmas-make-date): New function.
18174         (message-xmas-redefine): Defalias message-make-date to it.
18175
18176 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18177
18178         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18179         (rfc2047-encode-region): Treat text within parentheses as special;
18180         show the original text when error has occurred.
18181
18182         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18183         already-computed method to gnus-activate-group.
18184
18185         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18186         same select-methods identical Lisp objects.
18187
18188         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18189         object when modifying the info.
18190
18191 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18194         gnus-opened-servers since it has never been opened with the new
18195         configuration yet.
18196
18197 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18200         arg to nnheader-generate-fake-message-id.
18201
18202 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18203
18204         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18205         number and build a fake message ID localized to a group and
18206         article number (so it's repeatable from that point on).
18207         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18208         ID format.
18209
18210         * gnus-sum.el (gnus-get-newsgroup-headers):
18211         Call nnheader-generate-fake-message-id with the article number.
18212
18213 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18214
18215         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18216         end-of-buffer.
18217
18218 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18219
18220         * message.el (message-ignored-supersedes-headers): Add Approved.
18221
18222 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18225         goto-char.
18226         (rfc2047-encode): Fold the line before encoding.
18227
18228 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18229
18230         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18231         folding -- not all headers can be folded, and this should be done
18232         by the message composition mode.  Probably.  I think.
18233
18234 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18237         fast.
18238
18239         * gnus-ems.el (gnus-remove-image): Don't use
18240         message-text-with-property; remove only the image found first.
18241
18242         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18243         found first.
18244
18245 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18246
18247         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18248
18249 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * message.el (message-text-with-property): Make it fast and accept
18252         optional arguments.
18253         (message-strip-forbidden-properties): Use it.
18254         (message-fix-before-sending): Follow the m-t-w-p change.
18255
18256         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18257
18258 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * gnus-art.el (article-hide-headers): Don't change the buffer
18261         mistakenly when performing mml-preview even if
18262         gnus-single-article-buffer is nil.
18263
18264 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18265
18266         * message.el (message-expand-name-databases): New user option.
18267         (message-expand-name): Use it.
18268
18269 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18270
18271         * spam.el (spam-report-articles-resend)
18272         (spam-report-resend-register-routine): Allow ham reporting.
18273         (spam-report-resend-register-ham-routine): Add wrapper.
18274         (spam-registration-functions): Add ham resending functions.
18275         (spam-list-of-processors): Add ham resend processor.
18276
18277         * gnus.el (ham-resend-to): Add new group parameter.
18278         (spam-process): Add ham resend option.
18279
18280         * spam-report.el (spam-report-resend): Allow reporting ham.
18281         (spam-report-resend-ham): Add wrapper.
18282
18283 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18284
18285         * message.el (message-cite-articles-with-x-no-archive):
18286         New variable.
18287         (message-cite-original): Use it.
18288
18289 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18290
18291         * message.el (message-cite-original): Respect X-No-Archive.
18292
18293 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * gnus-art.el (article-hide-headers): Refer to the values for
18296         gnus-ignored-headers and gnus-visible-headers in the summary
18297         buffer since a user may have set them as group parameters.
18298
18299 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18300
18301         * assistant.el (assistant-node-name): Add convenience function.
18302         (assistant-render-text, assistant-render-node): Add error handling,
18303         plus handle multiple next nodes.
18304         (assistant-find-next-node): Comment out for now.
18305         (assistant-find-next-nodes): Add function, returns list of next
18306         nodes.
18307
18308 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18309
18310         * mail-source.el (mail-source-directory): Fix doc-string.
18311
18312 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18313
18314         * assistant.el (assistant-render-text, assistant-eval): Add :set
18315         widget type, which is different because it takes and returns a
18316         list.  Much hilarity ensues.
18317
18318 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18319
18320         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18321
18322         * gnus-group.el (gnus-group-get-new-news-this-group):
18323         Add doc-string.
18324
18325         * gnus-start.el (gnus-activate-group): Add doc-string.
18326
18327 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18330
18331 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18332
18333         * assistant.el (assistant-render-text): Try to add a :set
18334         widget, more to come.
18335
18336         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18337         strings.
18338         (spam-report-articles-resend)
18339         (spam-register-routine): Do registration iff any articles warrant
18340         it.
18341         (spam-summary-prepare-exit): Change log message for nil group
18342         destinations.
18343
18344 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18345
18346         * spam.el (spam-report-resend-register-routine):
18347         Allow spam-report-resend-to to be a group parameter or a global value.
18348
18349 2004-05-26  Simon Josefsson  <jas@extundo.com>
18350
18351         * starttls.el: Merge with my GNUTLS based starttls.el.
18352         (starttls-gnutls-program, starttls-use-gnutls)
18353         (starttls-extra-arguments, starttls-process-connection-type)
18354         (starttls-connect, starttls-failure, starttls-success):
18355         New variables.
18356         (starttls-program, starttls-extra-args): Doc fix.
18357         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18358         New functions.
18359         (starttls-negotiate, starttls-open-stream):
18360         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18361         function if it is set.
18362
18363 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18366         structured fields.
18367
18368 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18371
18372 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18373
18374         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18375         Add variable.
18376         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18377         assigning the spam-mark to new messages.
18378
18379 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18380
18381         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18382
18383 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18386
18387         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18388         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18389         default.
18390
18391 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18392
18393         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18394         correct data.
18395
18396 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18397
18398         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18399         (spam-group-processor-p): Fix function.
18400         (spam-group-processor-multiple-p)
18401         (spam-group-spam-processor-report-gmane-p)
18402         (spam-group-spam-processor-report-resend-p)
18403         (spam-group-spam-processor-bogofilter-p)
18404         (spam-group-spam-processor-blacklist-p)
18405         (spam-group-spam-processor-ifile-p)
18406         (spam-group-ham-processor-ifile-p)
18407         (spam-group-spam-processor-spamoracle-p)
18408         (spam-group-spam-processor-crm114-p)
18409         (spam-group-ham-processor-bogofilter-p)
18410         (spam-group-spam-processor-stat-p)
18411         (spam-group-ham-processor-stat-p)
18412         (spam-group-ham-processor-whitelist-p)
18413         (spam-group-ham-processor-BBDB-p)
18414         (spam-group-ham-processor-spamoracle-p)
18415         (spam-group-ham-processor-copy-p): Remove functions with some
18416         prejudice against unneeded code.
18417         (spam-report-articles-resend)
18418         (spam-report-resend-register-routine): Allow the group/topic
18419         spam-resend-to value to override spam-report-resend-to.
18420         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18421         properly now.
18422
18423         * gnus.el (spam-resend-to): Add group/topic parameter.
18424         (spam-process): Move the OBSOLETE processors to the end of the
18425         choices.
18426
18427 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18428
18429         * spam-report.el (spam-report-resend-to, spam-report-resend):
18430         Start with resend-to set to nil, and then ask the user if necessary.
18431         (spam-report-resend): spam-report-resend takes a list of articles, not
18432         separate article numbers.
18433
18434 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18437         addition to emacs-w3m.
18438
18439 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18440
18441         * assistant.el (assistant-authinfo-data): New function.
18442         (assistant-eval): Eval for entire assistant.
18443
18444         * netrc.el (netrc-services-file): New variable.
18445         (netrc-parse-services): New function.
18446         (netrc-find-service-name): New function.
18447         (netrc-find-service-number): New function.
18448         (netrc-port-equal): New function.
18449         (netrc-machine): Use it.
18450
18451         * nnimap.el (nnimap-open-connection): Use netrc.
18452
18453         * gnus-util.el (gnus-netrc-get): Remove aliases.
18454
18455         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18456
18457         * assistant.el (wid-edit): Fix compilation.
18458
18459         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18460
18461 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18462
18463         * gnus-util.el (gnus-set-file-modes): New function.  (small
18464         patch).
18465
18466 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18467
18468         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18469
18470         * assistant.el (assistant-render-node): Fix up rendering and
18471         read-only text.
18472         (assistant-render-node): Reset.
18473         (assistant-make-read-only): Not sticky.
18474
18475 2004-05-20  Danny Siu  <dsiu@adobe.com>
18476
18477         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18478         centered even when gnus-auto-center-summary is t.
18479
18480 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18481
18482         * dns.el (dns-get-txt-answer): New function.
18483         (dns-read-txt): Ditto.
18484         (query-dns): Use it.
18485
18486 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18489         active for foreign groups even if the group level is higher than
18490         the specified value.
18491
18492 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18493
18494         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18495         non-active groups.
18496
18497         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18498
18499 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18500
18501         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18502
18503 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18504
18505         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18506         (spam-crm114-header, spam-crm114-spam-switch)
18507         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18508         (spam-crm114-positive-spam-header)
18509         (spam-crm114-database-directory, spam-list-of-processors)
18510         (spam-group-spam-processor-crm114-p)
18511         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18512         (spam-generic-score, spam-list-of-checks)
18513         (spam-list-of-statistical-checks, spam-registration-functions)
18514         (spam-check-crm114-headers, spam-crm114-score)
18515         (spam-check-crm114, spam-crm114-register-with-crm114)
18516         (spam-crm114-register-spam-routine)
18517         (spam-crm114-unregister-spam-routine)
18518         (spam-crm114-register-ham-routine)
18519         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18520         From asjo@koldfront.dk (Adam Sjøgren).
18521
18522         * gnus.el: Add spam-use-crm114.
18523
18524         * spam.el (spam-list-of-processors, spam-registration-functions):
18525         Add spam-use-resend.
18526         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18527         (spam-report-articles-gmane): Add doc fix.
18528         (spam-report-articles-resend, spam-report-resend-register-routine):
18529         Add wrappers around spam-report-resend-to.
18530
18531         * spam-report.el (spam-report-resend-to, spam-report-resend):
18532         Add support for resending spam.
18533         (spam-report-gmane): Fix line length >80.
18534
18535         * gnus.el (spam-process): Add spam-use-resend.
18536
18537 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18538
18539         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18540         number of processed spam messages.
18541         (spam-ham-copy-or-move-routine): Return the number of processed
18542         ham messages.
18543         (spam-summary-prepare-exit): Use the above values to decide
18544         whether status messages shouled be displayed.
18545
18546 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18549         `rfc2047-encoding-function-alist' in order to avoid conflicting
18550         with the old version.
18551         (rfc2047-encode-region): Concatenate words containing non-ASCII
18552         characters in structured fields; don't encode space-delimited
18553         ASCII words even in unstructured fields; don't break words at
18554         char-category boundaries.
18555         (rfc2047-encode-1): New function.
18556         (rfc2047-encode): Use it; encode text so that it occupies the
18557         maximum width within 76-column; work correctly on Q encoding for
18558         iso-2022-* charsets.
18559         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18560         sure not to break a line just after the header name.
18561         (rfc2047-b-encode-region): Remove.
18562         (rfc2047-b-encode-string): New function.
18563         (rfc2047-q-encode-region): Remove.
18564         (rfc2047-q-encode-string): New function.
18565
18566         * mm-util.el (mm-replace-in-string): New function.
18567
18568 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18569
18570         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18571         Really get it right.
18572         (gnus-inews-make-draft): Really.
18573
18574 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18575
18576         * nnmh.el (nnmh-request-list-1): Don't check the link count
18577         before descending.  (small patch)
18578
18579 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18580
18581         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18582         stuff.
18583
18584         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18585         Match on real group name.
18586
18587         * gnus-art.el (gnus-signature-limit): Doc fix.
18588
18589         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18590
18591         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18592
18593 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18594
18595         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18596         isn't a string.
18597
18598 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18599
18600         * gnus-draft.el (gnus-draft-send):
18601         Bind rfc2047-encode-encoded-words.
18602
18603         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18604         (rfc2047-encodable-p): Say that =? needs encoding.
18605         (rfc2047-encode-encoded-words): New variable.
18606
18607         * gnus-group.el (gnus-group-select-group): Doc fix.
18608
18609         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18610
18611         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18612         to nil.
18613
18614         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18615
18616         * nnheader.el (nnheader-get-lines-and-char): New function.
18617
18618 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18619
18620         * gnus-msg.el (gnus-summary-followup-with-original):
18621         Document yanking of region when active.
18622
18623 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18624
18625         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18626         groups if the group level is higher than the specified value.
18627
18628 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18629
18630         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18631         (gnus-group-jump-to-group): Add prefix argument using
18632         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18633         non-active group.
18634
18635         * compface.el (uncompface): Be verbose when changing
18636         `uncompface-use-external'.
18637
18638         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18639         handle manual section.
18640
18641 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18642
18643         * gnus-art.el (gnus-button-alist): Revert previous change.
18644
18645 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18646
18647         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18648
18649 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18650
18651         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18652         whether backend can accept message.
18653
18654         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18655
18656 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18657
18658         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18659         Avoid creating directory when nntp-marks-is-evil is true.
18660         Reported by Reiner Steib.
18661
18662 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18663
18664         * gnus-picon.el (gnus-picon-style): New variable.
18665         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18666         (gnus-picon-transform-address): Support `gnus-picon-style'.
18667         From Jesper Harder <harder@ifa.au.dk>.
18668
18669 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18670
18671         * message.el (message-fill-field): Return point.
18672         (message-generate-headers): Go to end of field.
18673
18674         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18675         stuff for non-living groups.
18676
18677 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18678
18679         * gnus-art.el (gnus-article-followup-with-original)
18680         (gnus-article-reply-with-original): gnus-mark-active-p ->
18681         gnus-region-active-p.
18682
18683 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18684
18685         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18686         only when there is spam or ham to be processed.
18687
18688 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18689
18690         * mail-source.el (mail-source-delete-crash-box): Refactor.
18691         (mail-source-fetch): Use it.
18692         (mail-source-fetch-file): Ditto.
18693         (mail-source-fetch-directory): Run postscript in loop.
18694         (mail-source-fetch-pop): Delete.
18695         (mail-source-fetch-maildir): Ditto.
18696         (mail-source-fetch-imap): Ditto.
18697
18698         * imap.el (imap-authenticators): Comment out sasl.
18699
18700         * message.el (message-skip-to-next-address): New function.
18701         (message-fill-header-address): Refactor.
18702         (message-fill-address): Use it.
18703         (message-delete-address): Use it.
18704         (message-fill-header-general): Refactor.
18705         (message-fill-field-address): Rename.
18706         (message-narrow-to-field): Find the start of the header.
18707         (message-header-format-alist): Don't pre-fill.
18708         (message-fill-header): Remove.
18709         (message-insert-header): New function.
18710         (message-shorten-references): Use it.
18711
18712         * rfc2047.el (rfc2047-field-value): Strip props.
18713
18714         * mail-parse.el (mail-header-make-address): New alias.
18715
18716         * ietf-drums.el (ietf-drums-make-address): New function.
18717
18718         * imap.el: Add compiler directives.
18719
18720         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18721
18722         * gnus-art.el (article-decode-idna-rhs): Don't use
18723         message-idna-inside-rhs-p.
18724
18725 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18726
18727         * message.el (message-idna-inside-rhs-p): Remove.
18728         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18729
18730         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18731         false positives.
18732
18733 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18734
18735         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18736
18737 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18738
18739         * nneething.el (nneething-file-name): Don't create spurious
18740         files.
18741
18742         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18743         (gnus-inews-do-gcc): Remove sleep.
18744
18745         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18746         part under point.
18747
18748         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18749         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18750
18751 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18752
18753         * spam.el (spam-summary-prepare-exit): Fix (length).
18754
18755 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18756
18757         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18758         as expired without moving it" message when there are spam
18759         messages left.
18760
18761 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18762
18763         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18764         header is not nil.
18765
18766 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18767
18768         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18769         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18770         (nntp-marks-changed-p): New arg SERVER.
18771         (nntp-request-update-info): Adjust caller.
18772
18773 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18774
18775         * nntp.el (nntp-save-marks): Pass missing arg.
18776
18777 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18778
18779         * nntp.el: Support marks.
18780         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18781         (nntp-marks-modtime, nntp-marks-directory): New variables.
18782         (nntp-request-set-mark, nntp-request-update-info)
18783         (nntp-possibly-create-directory, nntp-marks-changed-p)
18784         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18785         New functions.
18786
18787 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18788
18789         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18790         (gnus-xmas-redefine): Rename.
18791
18792         * gnus-score.el (gnus-score-insert-help):
18793         Use gnus-select-lowest-window.
18794
18795         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18796         appt-select-lowest-window and rename to gnus-select-lowest-window.
18797
18798         * gnus.el: do.
18799
18800 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18801
18802         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18803         encodings of MIME-encoded words, in order to improve
18804         interoperability with several broken MUAs.
18805
18806 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18807
18808         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18809         tags, only when charsets are not specified in headers.
18810         (mm-inline-text-html-render-with-w3m): Ditto.
18811
18812         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18813         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18814
18815 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18816
18817         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18818         instead of MIME-decoded from fields when checking
18819         `gnus-article-address-banner-alist'.
18820
18821 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18822
18823         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18824         description rather than subject.
18825
18826 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18827
18828         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18829
18830 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18831
18832         * gnus.el (gnus-version-number): Bump.
18833
18834 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18835
18836         * gnus.el: No Gnus v0.2 is released.
18837
18838 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18839
18840         * gnus-agent.el (gnus-agent-read-agentview):
18841         Inline gnus-uncompress-range.
18842
18843 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18844
18845         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18846         `exec-installed-p'.
18847
18848 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18849
18850         * gnus.el (spam-process, spam-autodetect-methods):
18851         Add bsfilter and bsfilter-headers.
18852
18853         * spam.el (spam-bsfilter): New customize group.
18854         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18855         (spam-bsfilter-header, spam-bsfilter-probability-header)
18856         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18857         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18858         (spam-bsfilter-database-directory): New options.
18859         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18860         (spam-list-of-statistical-checks, spam-registration-functions):
18861         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18862         (spam-bsfilter-score): New command.
18863         (spam-check-bsfilter-headers, spam-check-bsfilter)
18864         (spam-bsfilter-register-with-bsfilter)
18865         (spam-bsfilter-register-spam-routine)
18866         (spam-bsfilter-unregister-spam-routine)
18867         (spam-bsfilter-register-ham-routine)
18868         (spam-bsfilter-unregister-ham-routine): New functions.
18869         (spam-generic-score): Support bsfilter; Accept an optional argument
18870         to recalcurate spam score even if scoring header has already been
18871         added.
18872         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18873         optional argument to recalcurate spam score even if scoring header
18874         has already been added.
18875
18876 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18877
18878         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18879         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18880         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18881         link is missing.
18882
18883 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18884
18885         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18886         (html2text-get-attr): Rewrite.
18887
18888         * message.el (message-setup-1): Remove redundant put-text-property
18889         on mail-header-separator.
18890
18891 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18892
18893         * gnus-registry.el (gnus-registry-cache-whitespace)
18894         (gnus-registry-action, gnus-registry-spool-action)
18895         (gnus-registry-split-fancy-with-parent): Change message levels
18896         from 5 to 3 or 7, as needed.
18897
18898         * spam.el (spam-summary-prepare-exit)
18899         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18900         (spam-split, spam-find-spam, spam-log-undo-registration)
18901         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18902         level from 5 to 6.
18903
18904 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18907         2004-03-04 change).
18908
18909 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18910
18911         * sieve-manage.el (sieve-manage-open):
18912         * nnweb.el (nnweb-insert-html):
18913         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18914         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18915         * nnspool.el (nnspool-request-group):
18916         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18917         * nnml.el (nnml-request-update-info):
18918         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18919         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18920         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18921         (nnimap-request-set-mark):
18922         * nnfolder.el (nnfolder-request-update-info):
18923         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18924         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18925         * gnus-uu.el (gnus-uu-find-articles-matching):
18926         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18927         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18928         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18929         * gnus-nocem.el (gnus-nocem-scan-groups):
18930         * gnus-int.el (gnus-start-news-server):
18931         * gnus-group.el (gnus-group-make-kiboze-group)
18932         (gnus-group-browse-foreign-server):
18933         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18934         Use mapc when appropriate.
18935
18936 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18937
18938         FIXME: Make separate entries for each person.
18939
18940         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18941         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18942         <shields@msrl.com>:
18943
18944         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18945         may need for spam sorting and scoring.
18946         (spam-user-format-function-S): Add user format function suitable for
18947         general use.
18948         (spam-article-sort-by-spam-status): Add sorting function for summary
18949         sorting.
18950         (spam-extra-header-to-number): Add function to get a score from a
18951         header.
18952         (spam-summary-score): Add function to get a numeric score from the
18953         headers.
18954         (spam-generic-score): Fix function doc, was in wrong place.
18955         (spam-initialize): Take symbols when it's run, and install the
18956         extra headers that spam-necessary-extra-headers thinks we need.
18957
18958 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18959
18960         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18961         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18962
18963 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18964
18965         * gnus-sum.el (gnus-set-global-variables)
18966         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18967         (gnus-article-get-xrefs, gnus-summary-best-group)
18968         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18969         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18970         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18971         Use with-current-buffer.
18972
18973 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18974
18975         * spam.el (spam-summary-prepare-exit): Simplify logic.
18976         (spam-fetch-article-header): Read the article header if it's not
18977         available.
18978         (spam-list-articles): Simplify logic.
18979         (spam-filelist-register-routine): Fix bug with unregister-list.
18980
18981         * gnus-registry.el: Fix comments at beginning.
18982
18983 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18984
18985         * message.el (message-cater-to-broken-inn): Remove.
18986         (message-shorten-references): Make sure the total folded length of
18987         References is shorter than 998 characters to cater to a bug in INN
18988         2.3.  Also, don't pretend that references aren't folded -- this
18989         hasn't worked for a while.
18990
18991 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18992
18993         * gnus-agent.el (gnus-agentize):
18994         gnus-agent-send-mail-real-function no longer set to current value
18995         of message-send-mail-function but rather a lambda that calls
18996         message-send-mail-function.  The change makes the agent real-time
18997         responsive to user changes to message-send-mail-function.
18998
18999 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19000
19001         * legacy-gnus-agent.el
19002         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19003         help from Florian Weimer <fw@deneb.enyo.de>
19004
19005 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19006
19007         * nnmail.el (nnmail-cache-insert): Revert last change.
19008
19009 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * nnmail.el (nnmail-cache-insert): Always check whether
19012         nnmail-cache-ignore-groups matches a group name.
19013
19014 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19015
19016         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19017         (spam-find-spam, spam-log-processing-to-registry)
19018         (spam-log-registered-p, spam-log-unregistration-needed-p)
19019         (spam-log-undo-registration): Use gnus-message instead of
19020         gnus-error, none of these errors are fatal.
19021
19022         * gnus-registry.el (gnus-registry-clean-empty-function)
19023         (gnus-registry-clean-empty): Remove only empty entries without
19024         extra data.
19025
19026 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19027
19028         * spam-stat.el (spam-stat-buffer-change-to-spam)
19029         (spam-stat-buffer-change-to-non-spam): Change (error) to
19030         (gnus-message 8) invocation.
19031
19032 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19033
19034         * nntp.el (nntp-via-netcat-command): New variable.
19035         (nntp-via-netcat-switches): New variable.
19036         (nntp-open-via-rlogin-and-netcat): New function.
19037         (nntp-open-connection-function): Doc fix.
19038         (nntp-telnet-command): Doc fix.
19039         (nntp-end-of-line): Doc fix.
19040         (nntp-via-rlogin-command): Doc fix.
19041         (nntp-via-user-name): Doc fix.
19042         (nntp-via-address): Doc fix.
19043
19044 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19047         error in Emacs 21.1.
19048
19049 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19050
19051         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19052
19053 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19054
19055         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19056         (gnus-agent-with-refreshed-group): New macro.
19057         (gnus-agent-rename-group): New function.
19058         (gnus-agent-delete-group): New function.
19059         (gnus-agent-save-group-info): Use gnus-command-method when
19060         `method' parameter is nil.  Don't write nil entries into the
19061         active file.
19062         (gnus-agent-get-group-info): New function.
19063         (gnus-agent-fetch-articles):
19064         Use gnus-agent-update-files-total-fetched-for to increment disk space
19065         used.
19066         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19067         Use gnus-agent-update-view-total-fetched-for to increment disk space
19068         used.
19069         (gnus-agent-get-local): Add optional parameters to avoid calling
19070         gnus-group-real-name and gnus-find-method-for-group.
19071         (gnus-agent-set-local): Delete stored entry if either min, or max,
19072         are nil.
19073         (gnus-agent-fetch-session): Reworded error/quit messages.
19074         On quit, use gnus-agent-regenerate-group to record existance of any
19075         articles fetched to disk before the quit occurred.
19076         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19077         gnus-agent-update-view-total-fetched-for, and
19078         gnus-agent-update-files-total-fetched-for to decrement disk space
19079         used.
19080         (gnus-agent-retrieve-headers):
19081         Use gnus-agent-update-view-total-fetched-for to increment disk space
19082         used.
19083         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19084         with gnus-agent-update-files-total-fetched-for to decrement disk
19085         space and fresh group buffer.
19086         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19087         (gnus-agent-need-update-total-fetched-for): New variable.
19088         (gnus-agent-update-files-total-fetched-for): New function.
19089         (gnus-agent-update-view-total-fetched-for): New function.
19090         (gnus-agent-total-fetched-for): New function.
19091
19092         * gnus-cache.el (gnus-cache-save-buffers):
19093         Use gnus-cache-update-overview-total-fetched-for to change disk space
19094         used by this group.
19095         (gnus-cache-possibly-enter-article):
19096         Use gnus-cache-update-file-total-fetched-for to increment disk space
19097         used by this group.
19098         (gnus-cache-possibly-remove-article):
19099         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19100         used by this group.
19101         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19102         (gnus-cache-rename-group): New function.
19103         (gnus-cache-delete-group): New function.
19104         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19105         (gnus-cache-need-update-total-fetched-for): New variable.
19106         (gnus-cache-with-refreshed-group): New macro.
19107         (gnus-cache-update-file-total-fetched-for): New function.
19108         (gnus-cache-update-overview-total-fetched-for): New function.
19109         (gnus-cache-rename-group-total-fetched-for): New function.
19110         (gnus-cache-delete-group-total-fetched-for): New function.
19111         (gnus-cache-total-fetched-for): New function.
19112
19113         * gnus-group.el: Require gnus-sum and autoload functions to
19114         resolve warnings when gnus-group.el compiled alone.
19115         (gnus-group-line-format): Documented new %F.
19116         (size of Fetched data) group line format; identifies disk space
19117         used by agent and cache.
19118         (gnus-group-line-format-alist): Defined new F format.
19119         (gnus-total-fetched-for): New function.
19120         (gnus-group-delete-group): No longer update
19121         gnus-cache-active-altered as gnus-request-delete-group now keeps
19122         the cache in sync.
19123         (gnus-group-list-active): Let the agent store a server's active
19124         list if currently plugged.
19125
19126         * gnus-int.el (gnus-request-delete-group):
19127         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19128         local disk in sync with the server.
19129         (gnus-request-rename-group):
19130         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19131         local disk in sync with the server.
19132
19133         * gnus-start.el (gnus-get-unread-articles):
19134         Cosmetic simplification to logic.
19135
19136         * gnus-util.el (gnus-rename-file): New function.
19137
19138 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19139
19140         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19141
19142 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19143
19144         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19145         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19146
19147 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19148
19149         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19150         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19151
19152 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19153
19154         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19155
19156 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19157
19158         * spam.el (spam-set-difference): Add function to replace
19159         gnus-set-difference in spam.el.
19160         (spam-summary-prepare-exit): Use spam-set-difference.
19161
19162 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19163
19164         * gnus-registry.el (gnus-registry-cache-file): Update to use
19165         gnus-dribble-directory OR gnus-home-directory OR ~.
19166         (gnus-registry-split-fancy-with-parent): Fix doc.
19167
19168 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19169
19170         * message.el (message-exchange-point-and-mark):
19171         Use message-mark-active-p.  Suggested by Jesper Harder
19172         <harder@ifa.au.dk>.
19173
19174 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19175
19176         * message.el (message-exchange-point-and-mark): Don't activate
19177         region if it was inactive.  Suggested by Hiroshi Fujishima
19178         <pooh@nature.tsukuba.ac.jp>.
19179
19180 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19181
19182         * gnus-art.el (article-display-face): Display Faces in the same
19183         order as X-Faces.
19184
19185 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19186
19187         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19188
19189 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19190
19191         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19192         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19193         (gnus-article-mime-hierarchy): Remove.
19194         (gnus-article-mime-hierarchy-next): Remove.
19195         (gnus-article-mode): Revert 2004-03-19 change.
19196         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19197         (gnus-insert-mime-button): Revert 2004-03-19 change.
19198         (gnus-mime-accumulate-hierarchy): Remove.
19199         (gnus-mime-enter-multipart): Remove.
19200         (gnus-mime-leave-multipart): Remove.
19201         (gnus-mime-display-part): Revert 2004-03-19 change.
19202         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19203
19204         * mml.el (mml-preview): Revert 2004-03-19 change.
19205
19206 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19207
19208         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19209
19210 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19211
19212         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19213         t while entering a file name using the mm-with-multibyte macro.
19214         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19215
19216         * mm-util.el (mm-with-multibyte): New macro.
19217
19218 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19221         New user option.
19222         (gnus-mime-multipart-functions): Doc and customization fix.
19223         (gnus-article-mime-hierarchy): New variable.
19224         (gnus-article-mime-hierarchy-next): New variable.
19225         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19226         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19227         gnus-article-mime-hierarchy-next to nil.
19228         (gnus-insert-mime-button): Show hierarchy numbers.
19229         (gnus-mime-accumulate-hierarchy): New function.
19230         (gnus-mime-enter-multipart): New function.
19231         (gnus-mime-leave-multipart): New function.
19232         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19233         (gnus-mime-display-alternative): Show hierarchy numbers.
19234
19235         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19236         gnus-article-mime-hierarchy-next to nil.
19237
19238 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19239
19240         * dns.el: Don't require gnus-xmas.
19241
19242 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19243
19244         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19245         inline PGP.
19246         (mml-menu): Disable mml-quote-region if mark is inactive.
19247
19248 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19249
19250         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19251         when the group's active is not available.
19252
19253 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19256         error.
19257
19258 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19259
19260         * imap.el (imap-store-password): New variable.
19261         (imap-interactive-login): Use it.
19262         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19263
19264 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19265
19266         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19267         window-start and hscroll to summary window.
19268
19269 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19270
19271         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19272         conversion message to newsrc-dribble when an actual conversion is
19273         performed.
19274
19275 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19276
19277         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19278
19279 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19280
19281         * mm-decode.el (mm-complicated-handles): New function reviving
19282         former definition of mm-multiple-handles.
19283
19284         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19285         (gnus-mime-delete-part): Use it.
19286
19287 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19288
19289         * gnus-agent.el (gnus-agent-read-local):
19290         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19291         avoid the implicit assumption that they will always be equal.
19292         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19293         coding-system-for-write, as the with-temp-file macro first prints
19294         to a buffer then saves the buffer.
19295
19296 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * gnus-art.el (gnus-article-edit-part): New function.
19299         (gnus-mime-save-part-and-strip): Use it; do query instead of
19300         signaling an error; don't use mm-multiple-handles.
19301         (gnus-mime-delete-part): Ditto.
19302
19303 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19304
19305         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19306         old file versions.
19307         (gnus-group-prepare-hook): Remove function that converted list
19308         form of gnus-agent-expire-days to group properties.
19309
19310         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19311         (gnus-request-accept-article): Re-indented.
19312
19313         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19314         converters to handle old agent file formats.  Add logic for a
19315         "backup before upgrading warning".
19316         (gnus-convert-mark-converter-prompt): Developers can mark
19317         functions as needing (default), or not needing,
19318         gnus-convert-old-newsrc's "backup before upgrading warning".
19319         (gnus-convert-converter-needs-prompt): Tests whether the user
19320         should be protected from potentially irreversable changes by the
19321         function.
19322
19323         * legacy-gnus-agent.el: New.  Provides converters that are only
19324         loaded when gnus-convert-old-newsrc needs to call them.
19325
19326 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * mail-source.el (mail-source-touch-pop): Doc fix.
19329
19330         * message.el (message-smtpmail-send-it): Doc fix.
19331
19332 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19333
19334         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19335
19336         * nnmail.el (nnmail-split-fancy): do.
19337
19338         * gnus-kill.el (gnus-kill, gnus-execute): do.
19339
19340 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19341
19342         * gnus-sum.el (gnus-widget-reversible-match)
19343         (gnus-widget-reversible-to-internal)
19344         (gnus-widget-reversible-to-external): New functions.
19345         (gnus-widget-reversible): New widget.
19346         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19347
19348 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19349
19350         * gnus-sum.el (gnus-thread-sort-functions)
19351         (gnus-article-sort-functions): Document `(not F)' items.
19352
19353 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19354
19355         * spam.el (spam-use-gmane-xref): Add new backend.
19356         (spam-gmane-xref-spam-group): Add variable to control the name of the
19357         Gmane spam group.
19358         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19359         (spam-regex-headers-spam, spam-regex-headers-ham)
19360         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19361         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19362         backends and checks.
19363         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19364
19365         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19366         an autodetect method.
19367
19368 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19369
19370         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19371         articles are being added to a group.
19372         (gnus-request-replace-article): Inform the agent that articles
19373         need to be uncached as the cached contents are no longer valid.
19374
19375 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19376
19377         * binhex.el: Don't autoload executable-find.
19378
19379         * canlock.el: Don't autoload mail-fetch-field.
19380
19381         * dgnushack.el: Autoload c-mode for XEmacs.
19382
19383         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19384
19385         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19386         rmail-dont-reply-to and rmail-output.
19387
19388         * gnus-score.el: Don't autoload ffap-string-at-point.
19389
19390         * gnus-setup.el: Don't autoload sc-cite-original.
19391
19392         * imap.el: Don't autoload base64-decode-string,
19393         base64-encode-string and md5.
19394
19395         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19396         and rmail-msg-restore-non-pruned-header.
19397
19398         * mm-decode.el: Don't autoload executable-find.
19399
19400         * mm-url.el: Don't autoload executable-find.
19401
19402         * mm-view.el: Don't autoload diff-mode.
19403
19404         * nndb.el: Don't autoload news-reply-mode, news-setup,
19405         cancel-timer and telnet.
19406
19407         * password.el: Don't autoload run-at-time for Emacs.
19408
19409         * sha1-el.el: Don't autoload executable-find.
19410
19411         * sieve-mode.el: Don't autoload c-mode.
19412
19413         * uudecode.el: Don't autoload executable-find.
19414
19415 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19416
19417         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19418         (gnus-agent-possibly-alter-active): Avoid null in numeric
19419         comparison.
19420         (gnus-agent-set-local): Refuse to save null in local object table.
19421         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19422         list of articles that will be marked as unread.
19423
19424 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19427
19428 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19429
19430         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19431         language tags.
19432
19433 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19434
19435         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19436         Don't bind "obarray".
19437
19438         * gnus-sum.el (gnus-thread-sort-functions):
19439         Add `gnus-thread-sort-by-most-recent-number' and
19440         `gnus-thread-sort-by-most-recent-date'.
19441         Reported by Kai Grossjohann <kai@emptydomain.de>.
19442
19443 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19444
19445         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19446
19447 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19448
19449         * gnus-cus.el (gnus-agent-customize-category):
19450         Remove ignore-errors macro reference that required cl to be loaded at
19451         run-time.
19452
19453         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19454         single-interval range of the form (min . max).  Previously the
19455         range had to look like ((min . max)).  Likewise, return
19456         (min . max) rather than ((min . max)).
19457         (gnus-range-map): Use gnus-range-normalize to accept
19458         single-interval range.
19459
19460         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19461         the cache, but not the agent, now appear with their usual face.
19462
19463         * dgnushack.el (loaddir): New variable that is bound to the
19464         directory containing the dgnushack.el file. Use loaddir, rather
19465         than srcdir, to update load-path. Change lets dgnushack compile
19466         code in directories other than GNUS/lisp.
19467
19468 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * lpath.el: Don't bind w3m-safe-url-regexp.
19471
19472         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19473         w3m-safe-url-regexp variable buffer-local.
19474
19475         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19476
19477 2004-02-27  Simon Josefsson  <jas@extundo.com>
19478
19479         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19480         gnus-group-real-prefix.
19481         (gnus-summary-move-article): Use it, instead of
19482         gnus-group-real-prefix.
19483
19484 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19485
19486         * lpath.el: Bind w3m-safe-url-regexp.
19487
19488         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19489         w3m-safe-url-regexp variable buffer-local and set it as the value
19490         of mm-w3m-safe-url-regexp.
19491
19492         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19493
19494         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19495         parsing gnus-posting-styles when the message is not for replying.
19496
19497         * dgnushack.el: Autoload sgml-mode for XEmacs.
19498
19499         * nnrss.el (nnrss-opml-export):
19500         Use mm-set-buffer-file-coding-system instead of
19501         set-buffer-file-coding-system.
19502
19503 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19504
19505         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19506         of checkdoc.el).
19507         * nnrss.el: do.
19508         * gnus-mlspl.el: do.
19509         * gnus-ml.el: do.
19510         * gnus-srvr.el: do.
19511
19512         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19513
19514 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19515
19516         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19517         Corrections to custom-manual links.
19518
19519         * gnus-art.el (gnus-article): Ditto.
19520
19521         * mm-decode.el (mime-display, mime-security): Ditto.
19522
19523 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19524
19525         * flow-fill.el: Typo.
19526
19527 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19528
19529         * spam-wash.el: New file.
19530
19531 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19532
19533         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19534
19535 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19536
19537         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19538         to be run with new-articles as LIST1, not LIST2.
19539         (spam-registration-functions): Add spam-use-ham-copy as a nil
19540         registration backend.
19541
19542 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19543
19544         * spam-stat.el (spam-stat-washing-hook): New option.
19545         (spam-stat-buffer-words): Use it.
19546         (spam-stat-process-directory, spam-stat-test-directory):
19547         Use insert-file-contents-literally.
19548         (spam-stat-coding-system): New variable.
19549         (spam-stat-load, spam-stat-save): Use it.
19550
19551 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19552
19553         * spam-report.el (spam-report-plug-agent):
19554         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19555
19556 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19557
19558         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19559         Allow / in mailto URLs.
19560
19561 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19562
19563         * spam-report.el (spam-report-process-queue): Fix interactive use.
19564         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19565         (spam-report-unplug-agent): Doc fixes.
19566         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19567         (spam-report-agentize, spam-report-deagentize): Autoload.
19568
19569 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19572
19573         * message.el (message-setup-fill-variables): Add mml tags to
19574         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19575         <ajk@iu.edu>.
19576         (message-mode): Don't modify paragraph-separate there.
19577
19578 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * compface.el (uncompface-use-external): Default to undecided.
19581         (uncompface-use-external-threshold): New variable.
19582         (uncompface-float-time): New macro.
19583         (uncompface): Determine whether to use the external decoder if
19584         uncompface-use-external is undecided.
19585
19586 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19587
19588         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19589         after images.
19590
19591         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19592
19593 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19594
19595         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19596
19597         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19598
19599         * gnus-sum.el (gnus-summary-limit-to-age)
19600         (gnus-summary-limit-children): do.
19601
19602         * gnus-int.el (gnus-request-scan): do.
19603
19604         * gnus-group.el (gnus-group-suspend): do.
19605
19606         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19607
19608         * gnus-cite.el (gnus-cite-parse-attributions): do.
19609
19610         * gnus-agent.el (gnus-summary-set-agent-mark)
19611         (gnus-agent-regenerate-group): do.
19612
19613         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19614
19615         * binhex.el (binhex-decode-region-internal): do.
19616
19617 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * gnus-fun.el (gnus-face-properties-alist): New user option.
19620         (gnus-display-x-face-in-from): Use it.
19621
19622         * gnus-art.el (article-display-face): Ditto.
19623
19624         * compface.el (uncompface-use-external): Default to nil.
19625
19626 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19627
19628         * nntp.el (nntp-erase-buffer): New function.
19629         (nntp-retrieve-data, nntp-send-command)
19630         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19631         (nntp-possibly-change-group): Use it.
19632
19633         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19634         Use with-current-buffer.
19635
19636 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19637
19638         * compface.el: Merge the ELisp-based uncompface program.
19639         (compface): New customization group.
19640         (uncompface-use-external): New user option.
19641         (uncompface): Call uncompface-internal if uncompface-use-external
19642         is nil.
19643         (uncompface-internal): New function.  Note that there are also
19644         some other functions and variables added for this function.
19645
19646 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19647
19648         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19649         if necessary.
19650
19651 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19652
19653         * spam-report.el (spam-report-unplug-agent)
19654         (spam-report-plug-agent, spam-report-deagentize)
19655         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19656         Add support for the Agent in spam-report: when unplugged, report to a
19657         file; when plugged, submit all the requests.
19658
19659         * spam.el (spam-register-routine): Fix message about
19660         registration.
19661
19662 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19663
19664         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19665         dependencies.
19666         (rfc2047-encode): Use it.
19667
19668         * gnus-art.el (gnus-button-marker-list): Move before first
19669         reference.
19670
19671         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19672         (imap-parse-body): Fix format string mismatch.
19673
19674         * gnus-score.el (gnus-summary-increase-score): do.
19675
19676         * nnrss.el (nnrss-close): New function.
19677
19678 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19679
19680         * nnrss.el (nnrss-make-filename): New function.
19681         (nnrss-request-delete-group, nnrss-read-server-data)
19682         (nnrss-save-server-data, nnrss-read-group-data)
19683         (nnrss-save-group-data): Use it.
19684         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19685         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19686         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19687
19688 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19689
19690         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19691
19692 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19693
19694         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19695         files.
19696
19697         * message.el (message-generate-headers-first): Don't quote nil
19698         and t in docstrings.
19699
19700         * imap.el (imap-id): do.
19701
19702         * gnus-agent.el (gnus-agent-consider-all-articles)
19703         (gnus-agent-queue-mail): do.
19704
19705 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19706
19707         * spam-report.el (spam-report-process-queue): New function.
19708         Process requests from `spam-report-requests-file'.
19709         (spam-report-process-queue): Doc fix.
19710
19711 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19712
19713         * spam.el (spam-register-routine)
19714         (spam-log-processing-to-registry, spam-log-registered-p)
19715         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19716         Change "check" to "spam-check" for semi-clarity.
19717
19718 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19719
19720         * pop3.el: Require nnheader.
19721
19722         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19723
19724         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19725
19726         * gnus-picon.el: Require cl.
19727
19728         * gnus-fun.el: Require gnus-ems and gnus-util.
19729
19730         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19731
19732         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19733
19734         * gnus-art.el (gnus-article-edit-mode): Define before first
19735         reference.
19736
19737 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19738
19739         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19740         (gnus-uu-post-encoded): Use point-at-bol.
19741
19742         * gnus-topic.el (gnus-group-active-topic-p): do.
19743
19744         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19745
19746         * gnus-group.el (gnus-group-kill-region): do.
19747
19748         * gnus-art.el (article-date-ut): do.
19749
19750         * message.el (message-fetch-field): Remove redundant
19751         case-fold-search binding.
19752         (message-narrow-to-field): Simplify.
19753
19754 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19755
19756         * spam.el (spam-directory): Derive from `gnus-directory'.
19757
19758         * spam-report.el (spam-report-url-to-file)
19759         (spam-report-requests-file): New function and variable for offline
19760         reporting.
19761         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19762         and user defined function.
19763         (spam-report-url-ping-mm-url): Remove doubled slash.
19764
19765 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19766
19767         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19768
19769 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19770
19771         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19772         Fix format string mismatch.
19773
19774         * sieve.el (sieve-deactivate-all): do.
19775
19776         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19777
19778         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19779
19780         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19781
19782         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19783
19784 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19785
19786         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19787         the list of checks.
19788
19789 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19790
19791         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19792         padding.
19793
19794 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19795
19796         * mm-view.el (mm-fill-flowed): New variable.
19797         (mm-inline-text): Use it.
19798
19799 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19800
19801         * spam.el (spam-spamassassin-register-ham-routine)
19802         (spam-spamassassin-register-spam-routine): Fix function names.
19803
19804 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19805
19806         * gnus.el (gnus-tmp-grouplens): Remove.
19807         (gnus-summary-line-format): Remove grouplens.
19808
19809         * gnus-group.el (gnus-group-line-format): Ditto.
19810
19811         * gnus-spec.el (gnus-format-specs): Ditto.
19812         (gnus-update-format-specifications): Flush the group format spec
19813         cache if there's the grouplens stuff.
19814         (gnus-parse-simple-format): Replace %l with the empty string.
19815
19816 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19817
19818         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19819         omission.
19820
19821 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19822
19823         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19824         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19825
19826 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19827
19828         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19829         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19830         New macros and functions.
19831         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19832         Handle > NLINK_MAX messages.
19833         * nnmaildir.el (nnmaildir-request-set-mark):
19834         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19835
19836 2004-01-25  Alex Schroeder  <alex@gnu.org>
19837
19838         * spam-stat.el (spam-stat-process-directory-age): New option.
19839         (spam-stat-process-directory): Use it.
19840
19841 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19842
19843         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19844         (spam-stat-save): Accept prefix argument.
19845
19846 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19847
19848         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19849         links" error.
19850
19851 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19854         the rest of the and/or forms.
19855
19856 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19857
19858         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19859         compatibility with old .newsrc.eld files.
19860
19861         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19862
19863         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19864
19865         * gnus-start.el (gnus-1): do.
19866
19867         * gnus-group.el (gnus-group-line-format-alist): do.
19868
19869         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19870
19871         * gnus-gl.el: Remove.
19872
19873 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19874
19875         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19876         marks consisting of a single range {for example, (3 . 5)} rather
19877         than a list of a single range { ((3 . 5)) }.
19878
19879 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19880
19881         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19882         Use with-current-buffer.
19883         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19884         avoid consing a string.
19885
19886         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19887         Remove obsolete entries for big5 and gb2312.
19888
19889 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19890
19891         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19892         uncompressed list.
19893
19894 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19895
19896         * spam-stat.el (spam-stat-strip-xref): New function.
19897         (spam-stat-process-directory): Use it.
19898
19899         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19900         here -- it's done in message-fetch-field.
19901
19902 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19903
19904         * gnus-agent.el (gnus-agent-queue-mail)
19905         (gnus-agent-prompt-send-queue): New variables.
19906         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19907         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19908         "nndraft:queue" along to gnus-draft-send.
19909         Use gnus-agent-prompt-send-queue.
19910         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19911         is "nndraft:queue".  Suggested by Gaute Strokkenes
19912         <gs234@srcf.ucam.org>
19913
19914         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19915         (agent-enable-undownloaded-faces): Add.
19916         (gnus-agent-cat-groups): Use eval-and-compile, not
19917         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19918         method of gnus-agent-cat-groups even when the buffer has been
19919         evaled.
19920         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19921         delete gnus-agent-save-active-1.
19922         (gnus-agent-save-groups): Delete.  Identical to
19923         gnus-agent-save-active.
19924         (gnus-agent-write-active): No longer adjust agent's copy of active
19925         file as agent's adjustments are now stored in their own
19926         file.  Remove optional parameter.
19927         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19928         servers.  Add use of min/max range limits from server's local
19929         file.
19930         (gnus-agent-save-alist): Remove unused optional argument.
19931         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19932         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19933         (gnus-agent-set-local): A per-server file that keeps min/max range
19934         limits for articles known to the agent.  Provides a fast mechanism
19935         for altering many active ranges.
19936         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19937         active file (local makes it unnecessary).
19938         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19939
19940         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19941         (agent-enable-undownloaded-faces): Add.
19942
19943         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19944         disable it when sending to "nndraft:queue".
19945         (gnus-group-send-queue): Add safety check to avoid sending queue
19946         when unplugged.
19947
19948         * gnus-group.el (gnus-group-catchup): Use new
19949         gnus-sequence-of-unread-articles, not
19950         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19951         numbers of articles.  Use gnus-range-map to avoid having to
19952         uncompress the unread list.
19953         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19954         Fix invalid ange-ftp reference.
19955
19956         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19957         (gnus-sorted-range-intersection): Intersection of two ranges
19958         without requiring that they first be uncompressed.
19959
19960         * gnus-start.el (gnus-activate-group): Unless blocked by the
19961         caller, possibly expand the active range to include both cached
19962         and agentized articles.
19963         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19964         multiple version-dependent converters.
19965         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19966         gnus-agent-save-active.
19967         (gnus-save-newsrc-file): Save dirty agent range limits.
19968
19969         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19970         gnus-agent-possibly-alter-active.
19971         (gnus-adjust-marked-articles): Faster handling of simple lists.
19972
19973 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19974
19975         * spam-stat.el (spam-stat-test-directory): New optional argument
19976         displays a list of files detected.  Suggested by Andrew Cohen
19977         <cohen@andy.bu.edu>.
19978         (spam-stat-buffer-words-with-scores): Don't narrow and change
19979         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19980
19981 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19982
19983         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19984         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19985         (spam-spamassassin-arguments)
19986         (spam-spamassassin-spam-flag-header)
19987         (spam-spamassassin-positive-spam-flag-header)
19988         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19989         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19990         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19991         (spam-list-of-processors, spam-list-of-checks)
19992         (spam-list-of-statistical-checks, spam-registration-functions)
19993         (spam-check-spamassassin-headers, spam-check-spamassassin)
19994         (spam-spamassassin-score)
19995         (spam-spamassassin-register-with-sa-learn)
19996         (spam-spamassassin-register-spam-routine)
19997         (spam-spamassassin-register-ham-routine)
19998         (spam-assassin-register-spam-routine)
19999         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20000         (spam-bogofilter-score): Fix to show article before scoring.
20001
20002 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20003
20004         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20005         default scoring function.
20006         (spam-generic-score): Call spam-spamassassin-score if
20007         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20008         spam-bogofilter-score otherwise.
20009
20010         * gnus.el (spam-process, spam-autodetect-methods):
20011         Add spamassassin and spamassassin-headers.
20012
20013 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20014
20015         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20016         Suppress unnecessary messages.
20017
20018 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20019
20020         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20021         make-hash-table.
20022
20023 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * canlock.el (base64-encode-string): Don't autoload it.
20026
20027 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20028
20029         * run-at-time.el: Remove useless (require 'itimer),
20030         eval-and-compile and (featurep 'xemacs).
20031
20032 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20033
20034         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20035         GROUP is a virtual group.
20036
20037 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20038
20039         * gnus.el: Autoload `message-y-or-n-p'.
20040
20041 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20042
20043         * pgg-parse.el: Remove unnecessary (require 'custom).
20044
20045         * pgg-def.el: do.
20046
20047         * nnmail.el: do.
20048
20049         * gnus-undo.el: do.
20050
20051         * gnus-picon.el: do.
20052
20053         * gnus-util.el: do.
20054
20055 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20056
20057         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20058
20059 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20060
20061         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20062         handle, as well as a list.
20063
20064         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20065         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20066         (mm-w3m-cid-retrieve): Simplify.
20067
20068 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20069
20070         * message.el (message-kill-to-signature): Allow prefix arg to
20071         specify number of lines to keep before signature.
20072
20073 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20074
20075         * message.el (message-kill-to-signature): Change docstring.
20076
20077 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20078
20079         * canlock.el: Always require sha1-el.
20080         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20081
20082         * message.el: Autoload sha1 only when compiling.
20083
20084         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20085         eudc-expand-inline for XEmacs.
20086
20087 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20088
20089         * message.el (message-canlock-generate): Require sha1-el.
20090
20091 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20092
20093         * message.el (message-expand-name): Silence the byte compiler.
20094
20095         * lpath.el: Add detect-coding-system.
20096
20097         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20098         cus-edit.
20099
20100 2004-01-13  Simon Josefsson  <jas@extundo.com>
20101
20102         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20103         Invoke gnus-score-mode.
20104         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20105
20106         * gnus-range.el (gnus-compress-sequence): Doc fix.
20107         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20108
20109 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20110
20111         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20112
20113 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20114
20115         * spam.el (spam-get-article-as-string): Update to use
20116         gnus-request-article-this-buffer, much simpler.
20117         (spam-get-article-as-buffer): Remove.
20118
20119 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20120
20121         * message.el (message-expand-name): Use EUDC if the user uses that.
20122
20123 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20124
20125         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20126         character for the encoding to avoid consing a string.
20127
20128         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20129         unnecessarily.
20130
20131         * mm-util.el (mm-replace-chars-in-string): Remove.
20132
20133         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20134         of mm-replace-chars-in-string.
20135
20136 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20137
20138         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20139
20140         * mm-util.el (mm-subst-char-in-string): Support inplace.
20141
20142         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20143         a new string in every iteration.  Use shy groups.
20144
20145 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20146
20147         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20148         * gnus-soup.el (gnus-soup-group-brew):
20149         * gnus-msg.el (gnus-put-message):
20150         * gnus-move.el (gnus-group-move-group-to-server):
20151         * gnus-kill.el (gnus-batch-score):
20152         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20153         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20154         (gnus-group-update-group, gnus-group-read-group)
20155         (gnus-group-make-group, gnus-group-make-help-group)
20156         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20157         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20158         (gnus-group-sort-by-unread, gnus-group-catchup)
20159         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20160         (gnus-group-yank-group, gnus-group-set-info)
20161         (gnus-group-list-groups):
20162         * gnus.el (gnus-generate-new-group-name):
20163         * gnus-delay.el (gnus-delay-send-queue):
20164         * nnvirtual.el (nnvirtual-catchup-group):
20165         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20166         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20167         (gnus-group-prepare-topics, gnus-topic-check-topology):
20168         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20169         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20170         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20171         (gnus-group-make-articles-read):
20172         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20173         (gnus-group-change-level, gnus-kill-newsgroup)
20174         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20175         (gnus-get-unread-articles, gnus-make-articles-unread)
20176         (gnus-make-ascending-articles-unread): Use accessor
20177         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20178         to get group information for improved readability.
20179
20180
20181 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20182
20183         * gnus-art.el (article-decode-mime-words, article-babel)
20184         (gnus-article-highlight-signature, gnus-article-add-buttons)
20185         (gnus-signature-toggle): Use gnus-with-article-buffer.
20186
20187         * gnus-art.el (gnus-article-highlight-headers)
20188         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20189
20190         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20191         (gnus-article-set-globals, gnus-request-article-this-buffer)
20192         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20193         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20194         (gnus-mime-display-alternative): Use with-current-buffer.
20195
20196 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20197
20198         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20199         also under 80 char limit, and call gnus-error if needed.
20200         (spam-fetch-article-header): Fix - it was a
20201         buffer-local variable (gnus-newsgroup-data).
20202         (spam-find-spam): Use spam-generate-fake-headers, forget about
20203         spam-insert-fake-headers.
20204         (spam-insert-fake-headers): Remove.
20205
20206 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20207
20208         * deuglify.el (gnus-article-outlook-unwrap-lines)
20209         (gnus-outlook-rearrange-article)
20210         (gnus-outlook-repair-attribution-outlook)
20211         (gnus-outlook-repair-attribution-block)
20212         (gnus-outlook-repair-attribution-other): Remove redundant
20213         save-excursion.
20214
20215 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20216
20217         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20218         (spam-fetch-field-subject-fast)
20219         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20220         (spam-fetch-article-header): Add functions to deal with Gnus
20221         internals for fast retrieval of article header data.
20222         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20223
20224 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20225
20226         * pop3.el (pop3-md5): Remove.
20227         (pop3-apop): Replace pop3-md5 with md5.
20228
20229         * mm-bodies.el: base64 is always built-in.
20230
20231         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20232         Use with-current-buffer.
20233
20234 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20235
20236         * canlock.el (canlock-insert-header): Remove excessive grouping in
20237         regexp.
20238
20239         * gnus-sum.el (gnus-summary-read-document): Ditto.
20240
20241         * gnus-uu.el (gnus-uu-part-number): Ditto.
20242
20243         * html2text.el (html2text-remove-tags): Ditto.
20244         (html2text-format-tags): Ditto.
20245         (html2text-format-single-elements): Ditto.
20246
20247         * mml.el (mml-parse-1): Ditto.
20248
20249 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20250
20251         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20252
20253         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20254
20255         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20256
20257         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20258
20259 2003-11-15  Simon Josefsson  <jas@extundo.com>
20260
20261         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20262         (pgg-gpg-lookup-key): Use regexp match instead of
20263         split-string (split-string is different between emacs 21.2 and
20264         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20265
20266 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20267
20268         * gnus-art.el (gnus-mime-view-all-parts)
20269         (gnus-article-part-wrapper, gnus-article-view-part):
20270         Use with-current-buffer.
20271
20272 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20273
20274         * spam.el (spam-disable-spam-split-during-ham-respool)
20275         (spam-spamoracle-database, spam-cache-lookups)
20276         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20277         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20278         (spam-group-ham-marks, spam-group-spam-marks)
20279         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20280         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20281         also add spam-use-blackholes to the statistical checks.
20282         (spam-fetch-field-fast): Add interface to fetching fields, may
20283         become a macro.
20284         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20285         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20286         (spam-insert-fake-headers): Fake an article when needed.
20287         (spam-find-spam): Fake article when possible.
20288         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20289         (spam-check-bogofilter-headers): Use message-fetch-field instead
20290         of nnmail-fetch-field.
20291
20292 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20293
20294         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20295
20296 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20297
20298         * spam.el (spam-split): Do not require spam-use-CHECK to be
20299         enabled if that check is passed to spam-split explicitly; also
20300         fix so 'spam doesn't get converted to spam-split-group when
20301         spam-split-symbolic-return is t.
20302         (spam-find-spam): Find registrations of the article and use those
20303         instead of re-running spam-split to find the spam/ham
20304         classification of the article.
20305         (spam-log-processing-to-registry, spam-log-registered-p)
20306         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20307         Use gnus-error instead of gnus-message.
20308         (spam-log-registration-type): Add function to determine the
20309         classification of a message based on registry entries; will
20310         return nil if both 'spam and 'ham are found.
20311         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20312         a reasonably fast local cache without the loading errors.
20313         (spam-cache-lookups): Set to t by default.
20314         (spam-find-spam): Don't try to guess spam-cache-lookups.
20315         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20316         spam-caches entry.
20317         (spam-filelist-build-cache, spam-filelist-check-cache):
20318         Fix caching of whitelist/blacklist entries.
20319         (spam-check-whitelist, spam-check-blacklist):
20320         Invoke spam-from-listed-p with a type, not a cache variable.
20321         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20322
20323 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20324
20325         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20326
20327         * nnmail.el (nnmail-split-fancy): do.
20328
20329         * mml.el (mml-parse): do.
20330
20331         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20332         (gnus-score-adaptive): do.
20333
20334 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20335
20336         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20337         (gnus-mime-button-map): Don't set keymap parent.
20338         (gnus-button-ctan-directory-regexp): Use shy grouping.
20339         (gnus-prev-page-map): Don't set keymap parent.
20340         (gnus-prev-page-map): Remove duplicated one.
20341         (gnus-next-page-map): Don't set keymap parent.
20342         (gnus-mime-security-button-map): Ditto.
20343
20344         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20345         version number.
20346
20347         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20348
20349 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20350
20351         * canlock.el (canlock-sha1-function): Remove.
20352         (canlock-sha1-function-for-verify): Remove.
20353         (canlock-openssl-program): Remove.
20354         (canlock-openssl-args): Remove.
20355         (canlock-ignore-errors): Remove.
20356         (canlock-sha1-with-openssl): Remove.
20357         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20358         (canlock-verify): Don't use canlock-ignore-errors.
20359
20360         * sha1-el.el (sha1-string-external): Make it can return a string
20361         in binary form.
20362         (sha1-region-external): Ditto.
20363         (sha1-string-internal): Ditto.
20364         (sha1-region-internal): Ditto.
20365         (sha1-region): Ditto.
20366         (sha1-string): Ditto.
20367         (sha1): Ditto.
20368
20369 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20370
20371         * spam.el (spam-report-articles-gmane): New command.
20372
20373 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20374
20375         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20376
20377         * run-at-time.el (run-at-time-saved): Remove.
20378         (run-at-time): Doc fix.
20379
20380 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20381
20382         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20383         (gnus-summary-limit-map): Add it.
20384         (gnus-summary-make-menu-bar): do.
20385
20386 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20387
20388         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20389         Make attempt at some caching support (done for BBDB only now).
20390         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20391         addresses to be checked.
20392         (spam-clear-cache-BBDB): Add function, to be invoked by
20393         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20394         (spam-check-BBDB): Check and use the caches, if
20395         spam-cache-lookups is on, remove superfluous (provide).
20396
20397 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20398
20399         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20400
20401 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20402
20403         * run-at-time.el (run-at-time-saved): Move to after the definition
20404         of `run-at-time'.
20405
20406         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20407
20408 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20409
20410         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20411         mm-w3m-local-map-property.
20412
20413         * mm-view.el (mm-w3m-mode-map): Remove.
20414         (mm-w3m-local-map-property): Remove.
20415         (mm-inline-text-html-render-with-w3m): Don't use
20416         mm-w3m-local-map-property.
20417
20418 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20419
20420         * run-at-time.el: New file.
20421
20422         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20423         under Emacs.
20424
20425         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20426         of gnus-set-text-properties.
20427
20428         * gnus-uu.el (gnus-uu-save-article): Ditto.
20429
20430         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20431
20432         * gnus-cite.el (gnus-cite-parse): Ditto.
20433
20434         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20435         of gnus-.
20436
20437         * gnus-xmas.el (run-at-time): Require run-at-time.
20438
20439         * gnus.el: Change calls to nnheader-run-at-time and
20440         password-run-at-time throughout to use run-at-time directly.
20441
20442         * password.el: Remove definition of run-at-time.
20443
20444         * nnheaderxm.el: Remove definition of run-at-time.
20445
20446 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20447
20448         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20449         in prompt.
20450
20451 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20452
20453         * messagexmas.el (message-xmas-redefine): Alias
20454         `message-make-caesar-translation-table' to
20455         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20456         version.
20457
20458         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20459         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20460         `gnus-xmas-set-text-properties'.
20461         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20462         `gnus-xmas-completing-read'.
20463         (gnus-xmas-completing-read): Removed.
20464         (gnus-xmas-open-network-stream): Removed.
20465
20466         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20467         XEmacs version.
20468
20469         * dns.el (dns-make-network-process): Use `open-network-stream'
20470         instead of `gnus-xmas-open-network-stream'.
20471
20472         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20473
20474         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20475
20476 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20477
20478         * gnus-art.el (gnus-mime-display-alternative)
20479         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20480         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20481         Don't use gnus-local-map-property.
20482
20483         * gnus-util.el (gnus-local-map-property): Remove.
20484
20485         * mm-view.el (mm-view-pkcs7-decrypt):
20486         Replace gnus-completing-read-maybe-default with completing-read.
20487
20488         * gnus-util.el (gnus-completing-read): do.
20489         (gnus-completing-read-maybe-default): Remove.
20490
20491 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20492
20493         * password.el: Only autoload `run-at-time' if not XEmacs.
20494         Only autoload the itimer functions if XEmacs.
20495
20496 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20497
20498         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20499         XEmacsen.
20500
20501         * dgnushack.el: Autoload executable-find for XEmacs.
20502
20503 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20504
20505         * gnus-art.el (gnus-read-string): Remove.
20506         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20507         read-string.
20508
20509 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20510
20511         * netrc.el: Autoload password-read.
20512         (netrc): Add configuration group.
20513         (netrc-encoding-method, netrc-openssl-path):
20514         Add variables for encoding and decoding of files with symmetric
20515         ciphers.
20516         (netrc-encode): Add assistant function to encode a file with
20517         netrc-encoding-method.
20518         (netrc-parse): Add interactive parameter, added optional
20519         decoding if netrc-encoding-method is non-nil but otherwise
20520         behavior is standard.
20521         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20522         Do s/encode/encrypt/ everywhere.
20523
20524         * spam.el: Remove executable-find autoload.
20525
20526 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20527
20528         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20529
20530         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20531
20532 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20533
20534         * gnus-art.el (gnus-treat-ansi-sequences)
20535         (article-treat-ansi-sequences): New variable and function.
20536         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20537
20538         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20539         Use it.
20540
20541 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20542
20543         * mm-util.el (mm-quote-arg): Remove.
20544
20545         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20546         shell-quote-argument.
20547
20548         * gnus-uu.el (gnus-uu-command): do.
20549
20550         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20551
20552         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20553         with make-char.
20554
20555         * mm-util.el (mm-make-char): Remove.
20556
20557         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20558         add-minor-mode.
20559
20560         * gnus-undo.el (gnus-undo-mode): do.
20561
20562         * gnus-topic.el (gnus-topic-mode): do.
20563
20564         * gnus-sum.el (gnus-dead-summary-mode): do.
20565
20566         * gnus-start.el (gnus-slave-mode): do.
20567
20568         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20569
20570         * gnus-ml.el (gnus-mailing-list-mode): do.
20571
20572         * gnus-gl.el (gnus-grouplens-mode): do.
20573
20574         * gnus-draft.el (gnus-draft-mode): do.
20575
20576         * gnus-dired.el (gnus-dired-mode): do.
20577
20578         * gnus-ems.el (gnus-add-minor-mode): Remove.
20579
20580         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20581         Replace gnus-char-width with char-width.
20582
20583         * gnus-ems.el (gnus-char-width): Remove.
20584
20585         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20586         Replace gnus-char-width with char-width.
20587
20588         * gnus-ems.el (gnus-char-width): Remove.
20589
20590         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20591         definition.
20592         Remove Emacs 20 hash table compatibility code.
20593
20594         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20595         20 compatibility code.
20596
20597         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20598
20599         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20600
20601         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20602         Replace with point-at-{eol,bol}.
20603
20604         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20605
20606         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20607
20608         * flow-fill.el (fill-flowed-point-at-bol)
20609         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20610
20611         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20612         Replace with point-at-{eol,bol} throughout all files.
20613
20614 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * ntlm.el (ntlm-string-as-unibyte): New macro.
20617         (ntlm-build-auth-response): Use it.
20618
20619         Remove Emacs 20 stuff:
20620         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20621         (butlast, mapc, remove): Remove the compiler macros.
20622         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20623         of delq and copy-sequence.
20624         * gnus-art.el (popup-menu): Remove the compiler macro.
20625         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20626         Emacs 20.
20627
20628 2004-01-05  Simon Josefsson  <jas@extundo.com>
20629
20630         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20631         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20632         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20633         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20634         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20635         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20636         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20637         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20638         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20639         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20640         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20641         string-xor into ntlm-string-xor.
20642         Suggested by Jesper Harder <harder@myrealbox.com>.
20643
20644         * ntlm.el: Don't include poem.
20645
20646         * md4.el (print-int32, print-string-hexa): Remove.
20647         Suggested by Jesper Harder <harder@myrealbox.com>.
20648
20649         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20650
20651         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20652         probably breaks emacs with DL patch, but do we care? Is anyone
20653         still using the DL stuff?)
20654
20655         * sieve-manage.el: Use the password package.
20656         (sieve-manage-read-passwd): Remove.
20657         (sieve-manage-interactive-login): Use password.  Re-add
20658         condition-case around loop.
20659
20660         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20661         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20662         Use the password package.
20663
20664 2003-02-19  Simon Josefsson  <jas@extundo.com>
20665
20666         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20667         token.
20668
20669 2002-08-07  Simon Josefsson  <jas@extundo.com>
20670
20671         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20672         (sieve-manage-authenticators):
20673         (sieve-manage-authenticator-alist): Add some SASL mechs.
20674         (sieve-sasl-auth): New function.
20675         (sieve-manage-cram-md5-auth):
20676         (sieve-manage-plain-auth): Rewrite using SASL library.
20677         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20678         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20679         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20680         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20681
20682 2004-01-05  Simon Josefsson  <jas@extundo.com>
20683
20684         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20685         New files.
20686
20687 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20688
20689         * gnus-group.el (gnus-no-groups-message): Update.
20690
20691         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20692
20693 2003-11-09  Simon Josefsson  <jas@extundo.com>
20694
20695         * imap.el: Support for ID IMAP extension (RFC 2971).
20696         (imap-local-variables): Add imap-id.
20697         (imap-id): New variable.
20698         (imap-id): New function.
20699         (imap-parse-response): Parse untagged ID response.
20700         * nnimap.el (nnimap-id): New variable.
20701         (nnimap-open-connection): Use it.
20702
20703 2003-12-28  Simon Josefsson  <jas@extundo.com>
20704
20705         * gnus-score.el (gnus-score-edit-all-score): New.
20706         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20707
20708 2004-01-04  Simon Josefsson  <jas@extundo.com>
20709
20710         * password.el: Add.
20711
20712 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20713
20714         * dns.el (dns-query-types): Fix typo.
20715         (dns-query-types): New function.
20716         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20717         PTR and SOA replies, see RFC 1035.
20718
20719 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20720
20721         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20722
20723         * Move to Changelog.2.
20724
20725 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20726
20727         * gnus.el (gnus-version-number): Bump version.
20728
20729 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20730
20731         * gnus.el: No Gnus v0.1 is released.
20732
20733 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20734
20735         * gnus.el: No Gnus v0.0 is released.
20736
20737 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20738
20739         * gnus.el (gnus-version-number): Bump.
20740         (gnus-version): No.
20741
20742 See ChangeLog.2 for earlier changes.
20743
20744   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20745
20746   This file is part of GNU Emacs.
20747
20748   GNU Emacs is free software: you can redistribute it and/or modify
20749   it under the terms of the GNU General Public License as published by
20750   the Free Software Foundation, either version 3 of the License, or
20751   (at your option) any later version.
20752
20753   GNU Emacs is distributed in the hope that it will be useful,
20754   but WITHOUT ANY WARRANTY; without even the implied warranty of
20755   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20756   GNU General Public License for more details.
20757
20758   You should have received a copy of the GNU General Public License
20759   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20760
20761 ;; Local Variables:
20762 ;; coding: utf-8
20763 ;; fill-column: 79
20764 ;; add-log-time-zone-rule: t
20765 ;; End: