Remove imap.el now that imap-hash.el and tramp-imap.el are gone.
[gnus] / lisp / ChangeLog
1 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * imap.el: Remove file.  All the functionality is in nnimap.el.
4
5 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6
7         * message.el (message-bury): Don't pop up a new window when selected
8         window is dedicated.
9
10 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
11
12         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
13
14 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
15
16         * sieve-manage.el: Autoload `auth-source-search'.
17         (sieve-sasl-auth): Use it.
18
19 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20
21         * nnimap.el: Autoload `auth-source-forget+'.
22         (nnimap-open-connection-1): Use it if the connection fails.
23
24         * auth-source.el: Require `password-cache'.
25         (auth-source-hide-passwords, auth-source-cache): Remove and mark
26         obsolete.
27         (auth-source-magic): Marker for `password-cache' keys.
28         (auth-source-do-cache): Update docstring.
29         (auth-source-search): Use and check cache.
30         (auth-source-forget-all-cached, auth-source-remember)
31         (auth-source-recall, auth-source-forget, auth-source-forget+)
32         (auth-source-specmatchp): Caching support functions.
33         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
34         Remove and obsolete.
35         (auth-source-user-or-password): Remove caching to further discourage
36         using it.  Always hide passwords.
37
38         * password-cache.el (password-cache-remove): Accept secrets that are
39         not strings.
40
41 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
42
43         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
44         code for now, since it doesn't work for all users.
45
46 2011-02-09  Julien Danjou  <julien@danjou.info>
47
48         * message.el (message-options): Make message-options really buffer
49         local.
50
51 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
52
53         * mail-source.el: Autoload `auth-source-search'.
54         (mail-source-keyword-map): Note order matters.
55         (mail-source-set-1): Get all the mail-source source values and
56         defaults and search auth-source on those if needed.  This can all
57         probably be simplified.
58
59         * nnimap.el: Autoload `auth-source-search'.
60         (nnimap-credentials): Use it.
61         (nnimap-open-connection-1): Ask for the virtual server and physical
62         address in one shot.
63
64         * nntp.el: Autoload `auth-source-search'.
65         (nntp-send-authinfo): Use it.  Note TODO.
66
67 2011-02-08  Julien Danjou  <julien@danjou.info>
68
69         * shr.el (shr-tag-body): Add support for text attribute in body
70         markups.
71
72         * message.el (message-options): Make message-options a local variable.
73
74 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * auth-source.el (auth-source-secrets-search)
77         (auth-source-user-or-password): Use `append' instead of `nconc'.
78         (auth-source-user-or-password): Build return list better and protect
79         against nil :secret.
80
81 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
82
83         * nnimap.el (nnimap-update-info): Refactor slightly.
84         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
85         (nnimap-update-info): Clean up slightly.
86         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
87         characters.
88         (nnimap-process-quirk): Rename function to avoid collision.
89         (nnimap-update-info): Fix macrology bug-out.
90         (nnimap-update-info): Simplify split history test.
91
92 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
93
94         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
95         `secrets-get-attributes' instead of `secrets-get-attribute'.
96         (auth-source-secrets-search): Limit search when `max' is greater than
97         number of results.
98
99 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
100
101         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
102         part not returning any data.
103
104         * proto-stream.el (open-protocol-stream): Document the return value.
105
106 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
107
108         * auth-source.el (auth-source-secrets-search): Add examples.
109
110 2011-02-06  Julien Danjou  <julien@danjou.info>
111
112         * message.el (message-setup-1): Handle message-generate-headers-first
113         set to t.
114
115 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
118         API with a string "secrets:collection-name" and with 'default.
119         (auth-source-backend-parse): Parse "secrets:collection-name" and
120         'default.  Recurse on parses instead of repeating code.  Use the
121         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
122         message when ignoring a source.
123         (auth-source-search): List ignored search keys at the top level.
124         (auth-source-netrc-create): Use `case' instead of `cond'.
125         (auth-source-secrets-search): Created with TODOs.
126         (auth-source-secrets-create): Created with TODOs.
127         (auth-source-retrieve, auth-source-create, auth-source-delete)
128         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
129         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
130         (auth-source-user-or-password-sftp)
131         (auth-source-user-or-password-smtp): Removed.
132         (auth-source-user-or-password): Deprecated and modified to be a wrapper
133         around `auth-source-search'.  Not tested thoroughly.
134
135 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
136
137         * auth-source.el: Bring in assoc and eioeio libraries.
138         (secrets-enabled): New variable to track the status of the Secrets API.
139         (auth-source-backend): New EIOEIO class to represent a backend.
140         (auth-source-creation-defaults): New variable to set prompt defaults
141         during token creation (see the `auth-source-search' docstring for
142         details).
143         (auth-sources): Simplify to allow a simple string as a netrc backend
144         spec.
145         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
146         (auth-source-backend-parse-parameters): Fill in the backend parameters.
147         (auth-source-search): Main auth-source API entry point.
148         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
149         (auth-source-search-collection): Helper function for searching.
150         (auth-source-netrc-parse, auth-source-netrc-normalize)
151         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
152         Supports search, create, and delete.
153         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
154         backend stubs.
155         (auth-source-user-or-password): Call `auth-source-search' but it's not
156         ready yet.
157
158 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
159
160         * message.el (message-setup-1): Remove the read-only stuff, since it
161         doesn't work under XEmacs, for some reason.
162
163         * gnus-sum.el (gnus-user-date): Rename back from
164         gnus-summary-user-date since user code refers to it.
165
166         * shr.el (shr-render-td): Store the actual background colour used.
167
168         * message.el (message-setup-1): Don't bind the constant
169         -forbidden-properties.
170         (message-setup-1): Revert previous change, since it needs to bind the
171         props to insert them.
172         (message-resend): Allow removing the read-only separator line.
173
174 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
175
176         * nnimap.el (nnimap-request-accept-article): Give an error message if
177         the APPEND wasn't successful.
178
179 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
180
181         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
182         that have no groups.
183
184 2011-02-03  Julien Danjou  <julien@danjou.info>
185
186         * gnus-draft.el: Remove progn around gnus-draft-setup.
187
188 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
189
190         * gnus-start.el (gnus-read-active-for-groups): This function is never
191         called with a nil `infos', so clean that up.
192         (gnus-get-unread-articles): Request active files from primary/secondary
193         methods that have no groups (yet).
194
195 2011-02-03  Julien Danjou  <julien@danjou.info>
196
197         * message.el (message-setup-1): Always generate References first.
198         (message-mail): Return the return value of message-setup, not always t.
199         (message-setup-1): Insert mail-header-separator with read-only and
200         intangible properties set.
201
202         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
203         user-date in docstring.
204
205         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
206
207         * gnus.el (gnus-summary-line-format): Mention &user-date format in
208         docstring.
209
210         * gnus.el (gnus-user-date-format-alist): Change default value. Use
211         defcustom, with type and group. Move from gnus-util.el. Rename to
212         gnus-summary-user-date-format-alist.
213
214 2011-02-03  Glenn Morris  <rgm@gnu.org>
215
216         * nnimap.el (gnus-fetch-headers): Declare.
217
218         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
219
220 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
221
222         * message.el (message-forward-make-body-digest-plain)
223         (message-followup, message-reply): Clean up things noted by Stefan.
224
225         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
226         gnus-article-update-date-headers is nil.
227         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
228         it didn't really work with defcustom.
229         (article-update-date-lapsed): Make sure the window start doesn't move,
230         either.
231
232 2011-02-01  Julien Danjou  <julien@danjou.info>
233
234         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
235         format.
236
237         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
238         standard in Emacs nowadays.
239
240         * color.el (color-gradient): Add a color-gradient function.
241
242 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
243
244         * message.el (message-expand-name): Don't trust the return value of
245         bbdb-complete-name.
246         (message-check-news-header-syntax): Remove unused var `start'.
247         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
248         (message-inhibit-body-encoding): Move to before first use.
249         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
250         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
251         (Organization, Message-ID, Date, mh-previous-window-config):
252         Defvar the vars using dynamic scoping.
253
254 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
255
256         * shr.el (shr-render-td): Only do colours at the final rendering.
257         Should be slightly faster.
258         (shr-insert-table): Fix up TD background colours when doing the
259         vertical padding.
260
261         * gnus-art.el (article-date-ut): Protect against articles with no Date
262         header.
263         (article-update-date-lapsed): Don't use current-column to find the
264         horizontal position.  It's fragile in the presence of \003 characters.
265
266         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
267
268 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-art.el (article-transform-date): Rewrite to still work when
271         there are several rfc2822 parts.
272         (article-transform-date): Fix infinite recursion.
273         (article-date-ut): Replace infinitely many Date headers with a single
274         one when called interactively.
275
276         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
277         secure manner.
278
279         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
280         move around by not using save-window-excursion.  It seems to work...
281
282 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-art.el (article-make-date-line): Work for user-defined format.
285
286 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
287
288         * nntp.el (nntp-retrieve-group-data-early)
289         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
290         fetching functions.
291
292         * gnus-start.el (gnus-read-active-for-groups): Read the active files
293         thoroughly for all backends that have no known groups.  This should
294         allow new nnml methods to retrieve mail.
295
296         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
297         that Gnus doesn't know exists again.
298
299         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
300         (gnus-treat-date-ut): Ditto.
301         (gnus-article-update-date-header): Renamed.
302         (gnus-treat-date-local): Removed.
303         (gnus-treat-date-english): Removed.
304         (gnus-treat-date-lapsed): Removed.
305         (gnus-treat-date-combined-lapsed): Removed.
306         (gnus-treat-date-original): Removed.
307         (gnus-treat-date-iso8601): Removed.
308         (gnus-treat-date-user-defined): Removed.
309         (gnus-article-date-headers): New variable to control all the date
310         header options.
311         (article-date-ut): Rewrite to allow using the new way to format date
312         headers(s).
313
314 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
315
316         * nnmail.el (nnmail-article-group): Check for a direct fancy split
317         method.
318         (nnmail-article-group): A better test for fanciness.
319
320         * nnimap.el (nnimap-request-head): Protect against not finding the
321         article by Message-ID.
322
323 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-art.el (article-update-date-lapsed): Try a better way to really
326         keep point at the "same place".
327
328 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
329
330         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
331         data if the group is unactivated.
332
333 2011-01-28  Julien Danjou  <julien@danjou.info>
334
335         * gnus-win.el: Remove dead function gnus-window-configuration-element.
336         (gnus-all-windows-visible-p): Remove old compatibility code.
337         (gnus-window-top-edge): Add docstring.
338
339         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
340
341 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
342
343         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
344         older request-update-info.
345
346         * gnus-art.el (article-make-date-line): Limit the length a bit more.
347
348 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
349
350         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
351         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
352
353 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
354
355         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
356         groups.  This makes the nndraft:queue group pop up if it's not already
357         there.
358
359         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
360         messages" logic, which was reversed.
361
362         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
363         the "same place" even if point is on the line being replaced.
364         (article-update-date-lapsed): Allow updating both the combined lapsed
365         and the lapsed headers.
366         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
367         (article-make-date-line): Limit the number of segments dynamically to
368         avoid too-long lines.
369
370 2011-01-27  Julien Danjou  <julien@danjou.info>
371
372         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
373         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
374
375 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
378         Use plist-get instead of the cl function getf.
379
380 2011-01-27  Glenn Morris  <rgm@gnu.org>
381
382         * gnus-util.el (float-time): Get rid of compiler warning, again.
383
384 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
385
386         * shr.el (shr-put-color): Special-case background colours: Do put them
387         at the blank parts at the front of the lines.
388
389         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
390         exit hook to nix out all data on readedness on group exit.
391
392         * gnus-util.el (float-time): If float-time is bound, always use it on
393         all Emacsen.  It's unclear why the subrp check was there.
394         (time-date): Require to make some autoload issues on XEmacs go away.
395
396         * shr.el (shr-put-color): Don't do the box padding in tables, since
397         they're already padded.
398
399 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
400
401         * gnus-art.el (gnus-article-next-page): When the last line of the
402         article is displayed, scroll down once more instead of going to the
403         next article at once.
404         (article-lapsed-string): Refactor out and allow specifying how many
405         segments you want.
406         (gnus-article-setup-buffer): Start updating the lapsed header directly.
407         (gnus-article-update-lapsed-header): New variable.
408
409         * shr.el: Revert change that made headings use different-sized faces.
410         The Emacs display engine isn't advanced enough that, for instance,
411         tables can comfortably use differntly-sized faces.
412
413 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
414
415         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
416         used.
417         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
418         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
419         we're using an encrypted connection.
420
421         * proto-stream.el: Alter the interface functions to also return the
422         actual stream type used: network or tls.
423
424 2011-01-25  Julien Danjou  <julien@danjou.info>
425
426         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
427         (mm-display-javascript-inline): New function.
428
429         * mm-decode.el (mm-inline-media-tests): Add application/javascript
430         viewing function.
431
432 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * shr.el (shr-expand-newlines): Fix variable name.
435
436 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
437
438         * shr.el (shr-expand-newlines): Make nested boxes work.
439
440 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
441
442         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
443         backgrounds.
444         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
445         in a more sensible manner.
446
447 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
448
449         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
450         if EPG is loaded.
451
452 2011-01-24  Julien Danjou  <julien@danjou.info>
453
454         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
455         tags.
456
457 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
460         commands.
461
462         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
463         in the article buffer.
464         (gnus-gravatar-insert): Use blank space from the current buffer to
465         avoid breaking text properties.  This makes X-Sent updating work again.
466
467         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
468
469 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
472         fix the bug in url-http.el instead.
473
474         * shr.el (shr-image-fetched): Ditto.
475
476         * shr.el (shr-image-fetched): Avoid having point move in the article
477         buffer.
478
479         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
480         buffer after being called.  It's apparently being killed by url.el, and
481         killing it made point move to end-of-buffer in a random buffer.
482
483         * shr.el (shr-image-fetched): Ditto.
484
485 2011-01-23  Julien Danjou  <julien@danjou.info>
486
487         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
488
489         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
490         text/x-org.
491
492 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus-sum.el (gnus-summary-move-article): Protect against backends
495         (i.e., nnimap) returning nil as the article number.
496
497 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
498
499         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
500         "DelSp" parameter in RFC3676.
501
502 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
503
504         * message.el (message-check-recipients): Display the encoded version of
505         the bogus address if they differ.
506
507         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
508         after sending.
509
510         * gnus-agent.el (gnus-agent-send-mail): Ditto.
511
512         * gnus-group.el (gnus-group-refresh-group): New convenience function.
513
514         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
515         group buffer after sending the queue.
516
517         * gnus-agent.el (gnus-agent-send-mail): Ditto.
518
519 2011-01-22  Julien Danjou  <julien@danjou.info>
520
521         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
522
523 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
524
525         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
526         nested related parts.
527
528         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
529         unexpired articles.  This fixes the regression that led expiry marks to
530         disappear from nnfolder groups.
531
532 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
533
534         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
535         Don't confuse the "ret" of "retrograde" with RET.
536
537 2011-01-21  Julien Danjou  <julien@danjou.info>
538
539         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
540         than mm-insert-inline.
541
542 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
545         Widen article buffer.
546
547 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
548
549         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
550         the temp buffer.
551         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
552
553 2011-01-20  Julien Danjou  <julien@danjou.info>
554
555         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
556
557         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
558         than mm-insert-inline to insert inline part: this respect
559         mm-inline-media-tests displayers.
560
561         * mm-view.el (mm-display-shell-script-inline): New function.
562
563         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
564
565         * mm-uu.el (mm-uu-type-alist): Add org block.
566         (mm-uu-org-src-code-block-extract): New function.
567
568         * mm-view.el (mm-display-org-inline): New function.
569
570         * mm-decode.el (mm-automatic-display): Add text/org.
571
572         * mailcap.el (mailcap-mime-extensions): Add .org.
573
574 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * gnus-art.el (gnus-article-highlight): Remove argument passed to
577         gnus-article-add-buttons.
578
579 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
580
581         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
582         From header with a date and "nobody" as the sender.
583
584 2011-01-19  Julien Danjou  <julien@danjou.info>
585
586         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
587         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
588         if you have the same regexp several times.
589         (gnus-button-push): Fix matching when regexp is symbol.
590
591 2011-01-15  Glenn Morris  <rgm@gnu.org>
592
593         * message.el (message-mail): A compose-mail function should
594         accept headers as strings.
595
596 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
597
598         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
599         Add :vert-only tags.
600         (message-mail): New arg RETURN-ACTION.
601         (message-return-action): New var.
602         (message-bury): Use it.
603         (message-mode): Make it buffer-local.
604         (message-send-and-exit): Always call message-bury.
605
606         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
607         message-mail.
608
609 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * nnimap.el (nnimap-convert-partial-article): Protect against
612         zero-length body parts.
613
614         * mm-decode.el (mm-preferred-alternative-precedence):
615         Discourage showing empty parts.
616
617         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
618         and stuff if the backend didn't return the article number.  This fixes
619         an Exchange-related nnimap bug.
620
621         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
622         group window, because it does the wrong thing when a separate frame
623         displays the group buffer.
624
625         * proto-stream.el (open-protocol-stream): Protect against the low-level
626         transport functions returning nil.
627
628 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
629
630         * mml2015.el (epg-sub-key-fingerprint): Autoload.
631         (mml2015-epg-find-usable-secret-key): New function.
632         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
633         mml2015-epg-find-usable-key (Bug#7797).
634         (mml2015-epg-encrypt): Ditto.
635
636 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * dgnushack.el (rot13-string): Fix the way to get the argument.
639
640 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
643
644 2011-01-03  Glenn Morris  <rgm@gnu.org>
645
646         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
647
648         * sieve.el (sieve-open-server): Give a more explicit error if
649         sieve-manage-open returns nil.  (Bug#7720)
650
651 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
652
653         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
654
655 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
658         This avoids sending passwords in plain text over non-encrypted
659         channels.
660
661         * shr.el (shr-rescale-image): Display all GIF images as animated images.
662
663         * nnimap.el (nnimap-login): Refactored out into own function, and
664         implement CRAM-MD5.
665         (nnimap-wait-for-line): Refactored out.
666
667         * mm-view.el (mml-smime): Require.
668
669 2010-12-20  David Engster  <deng@eml.cc>
670
671         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
672         use EPG to decrypt S/MIME messages instead of openssl.
673
674 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
677
678         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
679         status is the group clearly is unreachable.
680
681         * auth-source.el (auth-source-create): Add the optional second
682         parameter to `local-variable-p' to be compatible with XEmacs.
683
684 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
685
686         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
687         work when using a compressed nnml folder.
688
689 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
692         backends after sanitising on entry, because this never makes sense:
693         If the articles have gone missing, then the data no longer exists on
694         the backend, and if they haven't, then Gnus is wrong, and shouldn't
695         overwrite anything anyway.
696
697         * shr.el (shr-insert-document): Bind shr-width dynamically to
698         window-width if it's nil.
699
700 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
701
702         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
703         with the meaning of using the full emacs window width for rendering.
704
705 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
706
707         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
708         case when sender is not given.
709
710 2010-12-23  Julien Danjou  <julien@danjou.info>
711
712         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
713         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
714         the addresses, otherwise we might misplaced the gravatar.
715
716 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
717
718         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
719         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
720         obsolete in Emacs.
721
722 2010-12-20  Julien Danjou  <julien@danjou.info>
723
724         * gnus-util.el (gnus-rescale-image): Revert last change.
725
726 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
727
728         * binhex.el: Improve commentary (Bug#7482).
729
730 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * gnus-group.el (gnus-group-delete-articles): New command.
733
734 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
735
736         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
737
738 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
741         here, since it's up to the backends to do CRLF removal if their
742         protocol has it.
743
744         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
745
746 2010-12-17  Julien Danjou  <julien@danjou.info>
747
748         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
749         they are from file. Can also scale up.
750
751 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
752
753         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
754         gnus-use-agent.
755         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
756
757         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
758
759 2010-12-17  Julien Danjou  <julien@danjou.info>
760
761         * gravatar.el (gravatar-retrieve-synchronously): New function.
762         (gravatar-get-data): Make more robust.
763
764 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
767
768 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
771         to really consider the last line.
772
773 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
774
775         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
776         list of recipient keys, or use symmetric encryption if not a list.
777         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
778         EPA override, replacing the call to `netrc-store-data'.
779
780 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
781
782         * gnus-srvr.el: Avoid passing nil regexp argument to
783         delete-matching-lines.
784
785 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
788         fetching stops when Gnus exits.
789
790         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
791         function.
792         (nnfolder-request-expire-articles): Save all the buffers after doing
793         expiry.
794
795         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
796         the last article", since that led to serious performance regressions
797         when expiring nnml groups.
798
799 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
800
801         * nnir.el: Improve customizations.
802
803 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
806
807         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
808         group has been killed.
809         (gnus-group-yank-group): Ditto.
810
811         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
812
813         * nnimap.el (nnimap-request-update-group-status): New function.
814
815         * gnus-int.el (gnus-request-update-group-status): New interface
816         function.
817
818         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
819         copying read-ness to the backends.
820
821         * nnimap.el (nnimap-quirk): New function.
822         (nnimap-retrieve-group-data-early): Use it.
823         (nnimap-quirks): New alist.
824
825 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * shr.el (shr-insert): Set shr-start after deleting trailing space;
828         don't delete it within indentation.
829
830 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
833         previous line.
834
835 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
838         QRESYNC command by deleting a superfluous space which broke Cyrus
839         servers.  This change will break other servers that are buggy the other
840         way around.
841
842 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
843
844         * spam.el: Reindent and fix long lines.
845         (spam-copy-or-move-routine): Exclude invalid move destinations.
846
847 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
848
849         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
850         installed the registry.
851
852 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
855
856 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
857
858         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
859         groupname doesn't contain "gmane".
860
861 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
864         and netrc-bound-and-true-p bindings.
865         (netrc-parse): Cache the netrc contents.
866
867         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
868         (gnus-1): Don't create the nndrafts group twice.
869         (gnus-setup-news): There's no need to read the active file here, since
870         that's done again later on a per-backend basis.
871         (gnus-start-draft-setup): Make sure that the new group is started out
872         empty.
873
874         * gnus-agent.el (gnus-agentize): Don't create the queue group
875         automatically on startup.  It'll be created later, if needed.
876
877         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
878         of automatically subscribed groups.
879         (gnus-auto-subscribed-categories): New variable.
880         (gnus-matches-options-n): Use it.
881         (gnus-default-subscribed-newsgroups): Remove unused variable.
882         (gnus-start-draft-setup): Message a bit less.
883
884 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
885
886         * nnir.el (nnir-run-imap): Return article list in order of increasing
887         UID.
888
889 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus-sum.el (gnus-summary-enter-digest-group):
892         Mention gnus-auto-select-on-ephemeral-exit.
893
894         * proto-stream.el (proto-stream-open-network-only): Fix the calling
895         convention of the network-only option.
896
897 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * proto-stream.el (proto-stream-open-network-only): New function to
900         have a way to specify non-STARTTLS upgrade connections.
901
902 2010-12-10  Julien Danjou  <julien@danjou.info>
903
904         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
905         email address is nil.
906
907         * message.el (message-bogus-recipient-p): Set address to "" if nil.
908
909 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
910
911         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
912         deletion.
913         (nnir-run-imap): Only need to parse list once.
914
915 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * shr.el (shr-tag-script): Ignore <script>.
918         (shr-tag-label): Add <label> support.
919
920 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
923
924         * shr.el (shr-image-displayer): Work for images lined side by side.
925
926 2010-12-08  Robert Pluim  <rpluim@gmail.com>
927
928         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
929         parameter, since XEmacs doesn't accept t as a parameter.
930
931 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
932
933         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
934         ids.
935         (nnir-run-gmane): Simplify groupspec formatting.
936         (nnir-request-expire-articles): New function.
937
938 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
941         overflow, possibly.
942
943         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
944         (shr-render-td): Handle td style="" better.
945         (shr-tag-table): Use the color from the style sheet.
946         (shr-render-td): Make sure we copy over all the overlays, too.
947
948 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
949
950         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
951         (nnir-request-article): Improve article retrieval.
952
953 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * mm-util.el (mm-extra-numeric-entities): New variable.
956
957         * mm-url.el (mm-url-decode-entities):
958         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
959
960         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
961
962 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
963
964         * message.el: Use completion-at-point.
965         (message-completion-function): New fun, extracted from message-tab.
966         (message-mode): Use it for completion-at-point-functions.
967         (message-tab): Use it and completion-at-point.
968
969 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
972         character if a non-breakable character follows.
973
974 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
977         any stream.
978
979         * shr.el (shr-tag-font): Colorize the region.
980         (shr-tag-body): Ditto.
981         (shr-tag-font): Actually let the styles be inherited instead of
982         overwriting them.
983         (shr-tag-font): Get the background color right.
984         (shr-tag-style): Ignore all <style> tags for the moment.
985
986         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
987         a Message-ID to avoid having nnimap depend on gnus-sum.
988
989         * shr.el (shr-descend): Only colorize something if we have a node that
990         sets colors.
991
992 2010-12-06  Julien Danjou  <julien@danjou.info>
993
994         * shr.el (shr-render-td): Render td content with shr-descend, so style
995         will be applied to <td> too.
996         (shr-colorize-region): Colorize region even if we only have a background.
997         (shr-tag-body): Fix color and background color inheritance.
998         Do not recolorize after shr-generic.
999         (shr-tag-font): Let shr-generic colorize via inheritance.
1000
1001 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1004
1005 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1006
1007         * nnir.el (nnir-request-move-article): Remove obsolete code.
1008
1009 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1012
1013 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-sum.el (gnus-summary-respool-article): The completion function
1016         expects a list instead of an alist.
1017
1018         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1019         string as the parameter.
1020
1021         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1022
1023         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1024         styles.
1025         (shr-colorize-region): New function.
1026         (shr-insert-background-overlay): Remove.
1027         (shr-render-td): Background setting should be taken care of on a higher
1028         level.
1029         (shr-tag-body): Use post-hoc colorizations.
1030         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1031         (shr-put-color-1): Don't overwrite old colors.
1032         (shr-colorize-region): When the background color isn't explicit, use
1033         a fixed background.
1034
1035         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1036         nnmail variables.
1037
1038 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1039
1040         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1041         unless necessary.
1042
1043 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1044
1045         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1046         server.
1047
1048 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1051         so that TAB works.
1052
1053         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1054         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1055
1056         * shr.el (shr-urlify): Show the URL before the title to avoid
1057         misleading URLs.
1058
1059 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1060
1061         * shr.el (shr-urlify): Display the title in <a> tags.
1062
1063 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1064
1065         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1066
1067 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1068
1069         * nnir.el: Rearrange code to allow macros to be autoloaded by
1070         gnus-sum.el.
1071         (nnir-retrieve-headers-override-function): Make this variable
1072         customizable.
1073         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1074
1075         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1076         from nnir.el.
1077
1078 2010-12-03  Julien Danjou  <julien@danjou.info>
1079
1080         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1081
1082 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1085         allow optional argument `environment'.
1086
1087 2010-12-03  Glenn Morris  <rgm@gnu.org>
1088
1089         * mm-extern.el (message-goto-body): Update declaration.
1090
1091 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * gnus-util.el (gnus-macroexpand-all): New function.
1094
1095         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1096         instead of macroexpand-all that is unavailable in XEmacs.
1097
1098 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1099
1100         * nnir.el (nnir-summary-line-format): New variable.
1101         (nnir-mode): Use it.
1102         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1103         (nnir-article-ids): Reimplement as defsubst.
1104         (nnir-retrieve-headers): Don't mangle the subject header.
1105         (nnir-run-imap): Use 100 as RSV score.
1106         (nnir-run-find-grep): Fix for full server searching.
1107         (nnir-run-gmane): Better restriction to gmane groups.
1108
1109         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1110         summary buffers.
1111
1112 2010-12-02  Julien Danjou  <julien@danjou.info>
1113
1114         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1115
1116         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1117
1118         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1119         support.
1120
1121 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1122
1123         * nnir.el: Update to handle the registry better.
1124         (autoload): Silence byte-compiler.
1125         (nnir-open-server): Add a hook for nnir groups.
1126         (nnir-request-move-article): Don't mangle the header. Better to use
1127         formating variables (which will be added in the future).
1128         (nnir-registry-action): Update the registry using the original article
1129         group name.
1130         (nnir-mode): Install nnir-specific hooks for updating the registry.
1131
1132         * gnus-sum.el
1133         (gnus-article-original-subject,gnus-newsgroup-original-name):
1134         Remove obsolete variables.
1135         (gnus-summary-move-article): Remove use of obsolete variables.
1136         (gnus-summary-local-variables): Make move and delete hooks local to
1137         summary buffers.
1138
1139 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * rtree.el: New file.
1142
1143 2010-12-01  Julien Danjou  <julien@danjou.info>
1144
1145         * message.el (message-user-organization): Do not use
1146         gnus-local-organization.
1147
1148         * gnus.el: Remove gnus-local-organization.
1149
1150         * gnus-msg.el: Remove nastygram thing.
1151
1152 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1153
1154         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1155         funcall.
1156
1157 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1160         names.
1161
1162         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1163         characters.
1164
1165         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1166         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1167         Suggested by Štěpán Němec <stepnem@gmail.com>.
1168         (gnus-gravatar-transform-address): Use mail-extract-address-components
1169         that supports non-ASCII names rather than mail-header-parse-addresses.
1170
1171 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * proto-stream.el (open-protocol-stream): All starttls connections are
1174         handled by the network handler.
1175
1176 2010-11-30  Julien Danjou  <julien@danjou.info>
1177
1178         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1179         (nnimap-open-connection-1): Fix PREAUTH.
1180
1181         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1182
1183 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1184
1185         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1186         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1187         (shr-insert): Use them.
1188         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1189
1190 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1191
1192         * nnir.el (nnir-request-move-article): Bail out if original group
1193         doesn't support article moves.
1194         (nnir-get-active): Improve active list retrieval.
1195
1196 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197
1198         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1199
1200 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1201
1202         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1203         seem to accept strings-with-numbers as port numbers,
1204
1205 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1206
1207         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1208         change the registry.
1209
1210 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1213         delete-dups that is not available in XEmacs 21.4.
1214
1215         * mm-util.el (mm-delete-duplicates): Add comment.
1216
1217 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1218
1219         * nnir.el (nnir-ignored-newsgroups): New variable.
1220         (nnir-get-active): Use it.
1221
1222 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * proto-stream.el (proto-stream-open-network): Add some comments.
1225
1226         * nntp.el (nntp-open-connection): Provide a :success condition.
1227
1228         * nnimap.el (nnimap-open-connection-1): Ditto.
1229
1230         * proto-stream.el (proto-stream-open-network): See what the response to
1231         the STARTTLS command is.
1232
1233         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1234         backwards compatibility).
1235         (nnimap-open-connection-1): Really respect nnimap-server-port.
1236
1237         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1238         TLS upgrades we don't really care about the identity of the peer.
1239         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1240         that what we've checked for.
1241         (proto-stream-always-use-starttls): Only default to t if
1242         open-gnutls-stream exists.
1243         (proto-stream-open-network): If STARTTLS failed, then just open a
1244         normal connection.
1245         (proto-stream-open-network): Wait until the greeting before doing
1246         STARTTLS.
1247
1248         * nntp.el (nntp-open-connection): Report what the connection error is.
1249
1250         * proto-stream.el (open-protocol-stream): Rename from
1251         open-proto-stream.
1252
1253 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * nnimap.el (nnimap-stream): Change default to `undecided'.
1256         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1257         first, and then network.
1258         (nnimap-open-connection-1): Respect nnimap-server-port.
1259         (nnimap-open-connection): Be more backwards-compatible.
1260
1261         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1262         (proto-stream-open-starttls): De-duplicate the starttls code.
1263         (proto-stream-open-starttls): Folded back into the main function.
1264         (proto-stream-open-network): Fix typo in the gnutls path.
1265         (proto-stream-command): Refactor out.
1266
1267         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1268
1269         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1270         starttls.el STARTTLS.
1271
1272         * color.el (color-lab->srgb): Fix function call name.
1273
1274         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1275         if we're using tls.el.
1276         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1277         built in, then don't try to establish a STARTTLS connection.
1278
1279         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1280         servers.
1281
1282         * proto-stream.el (open-proto-stream): Use network, not stream.
1283         (open-proto-stream): Add a way to specify what the end of a command is.
1284
1285         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1286         connections types.
1287         (nntp-open-network-stream): Remove.
1288         (nntp-open-ssl-stream): Remove.
1289         (nntp-open-tls-stream): Remove.
1290         (nntp-ssl-program): Remove.
1291
1292         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1293
1294 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1295
1296         * nnir.el: Fix typos.
1297         (nnir-retrieve-headers-override-function): Rename variable to reflect
1298         new semantics.
1299         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1300         macros.
1301         (nnir-request-article, nnir-request-move-article): Use them.
1302         (nnir-categorize): New function.
1303         (nnir-run-query): Use it.
1304         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1305         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1306         sorted.
1307         (nnir-group-full-name): Use gnus-group-full-name instead.
1308         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1309         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1310
1311 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1314
1315         * proto-stream.el: New library to provide protocol-specific
1316         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1317         protocols.
1318         (open-proto-stream): Complete the documentation.
1319         (proto-stream-open-network): Fix some typos.
1320
1321         * nnimap.el (nnimap-open-connection): Use it.
1322
1323 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1324
1325         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1326         negotiation.
1327
1328 2010-11-26  Julien Danjou  <julien@danjou.info>
1329
1330         * color.el: Rename various rgb functions to srgb.
1331
1332 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1335         names.
1336
1337 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * shr.el (shr-insert): Revert last change.
1340         (shr-find-fill-point): Never leave point being at bol;
1341         relax the kinsoku limitation when rendering tables.
1342
1343 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1346         results from -accept-article.
1347
1348         * shr-color.el: Require cl when compiling.
1349
1350         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1351         checkin.
1352
1353         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1354
1355         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1356
1357         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1358         'add and 'delete to set backend marks.
1359
1360         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1361
1362         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1363
1364         * nntp.el (nntp-request-set-mark): Use it.
1365
1366         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1367
1368         * nnml.el (nnml-request-set-mark): Ditto.
1369
1370         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1371         introduces regressions in article selection.
1372         (nnimap-find-uid-response): New function.
1373         (nnimap-request-accept-article): Use the UID returned, if any.
1374         (nnimap-request-move-article): Use the UID returned, if any.
1375         (nnimap-get-groups): Reimplement to work with folded lines.
1376         (nnimap-find-uid-response): The UID is the last element in the list.
1377         (nnimap-request-set-mark): Extend syntax with 'set.
1378
1379         * nnml.el (nnml-request-set-mark): Ditto.
1380
1381         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1382
1383         * nntp.el (nntp-request-set-mark): Ditto.
1384
1385 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * message.el (message-called-interactively-p): A temporary macro.
1388         (message-goto-body): Use it temporarily.
1389
1390 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1393         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1394         (nnimap-last-response-string): Fix last unfolding fix.
1395
1396 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * shr.el (shr-insert): Fix the way to fold lines.
1399
1400 2010-11-25  Julien Danjou  <julien@danjou.info>
1401
1402         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1403
1404         * color.el: Rename from color-lab.el
1405         (color-rgb->hex): Add.
1406         (color-complement): Add.
1407         (color-complement-hex): Add.
1408
1409         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1410
1411 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1414         don't exist.
1415
1416 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1419         assuming that article displaying or another mml-preview may be
1420         interrupted for an error or for the like.
1421
1422         * shr.el (shr-get-background): Fix argument name.
1423
1424 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1427
1428         * gnus-sum.el (gnus-summary-include-articles): New function.
1429
1430         * message.el (message-goto-body): called-interactively-p needs a
1431         parameter, so use `any'.
1432
1433         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1434         clear marks before moving, since they're synced from the Gnus side
1435         first.
1436
1437         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1438         (gnus-summary-move-article): Copy over all marks before moving, so that
1439         IMAP doesn't think a new article has arrived.
1440
1441 2010-11-24  Julien Danjou  <julien@danjou.info>
1442
1443         * shr.el (shr-insert-background-overlay): Fix typo.
1444         (shr-render-td): Copy the background before rendering.
1445
1446         * shr-color.el (shr-color-visible): Fix docstring.
1447
1448         * shr.el (shr-tag-table): Add bgcolor support.
1449         (shr-render-td): Add bgcolor support.
1450         (shr-get-background): Add.
1451         (shr-insert-foreground-overlay): Use shr-get-background.
1452
1453         * message.el (message-goto-body): Use called-interactively-p.
1454         (message-in-body-p): message-goto-body returns point.
1455
1456 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1459         Fixes something or other in Emacs 23, and is backwards compatible.
1460
1461         * message.el (message-goto-body): Remove the <#secure special-casing,
1462         which is too special.
1463
1464         * shr.el (shr-parse-style): Drop !important from styles.
1465
1466 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1467
1468         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1469         this function to return incorrect results when calling it with an
1470         explicit article argument different from
1471         (gnus-summary-article-number).
1472
1473 2010-11-24  Julien Danjou  <julien@danjou.info>
1474
1475         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1476         (shr-tag-body): Add background support.
1477         (shr-descend): Add background support.
1478         (shr-tag-title): Add.
1479
1480         * shr-color.el (shr-color-visible): Really return original background
1481         if fixed.
1482
1483 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * shr.el (shr-color-check): Protect against non-existant colour names.
1486
1487 2010-11-24  Julien Danjou  <julien@danjou.info>
1488
1489         * color-lab.el: Require 'cl when compiling.
1490
1491         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1492
1493         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1494         matched part.
1495
1496         * color-lab.el: Fix all expt calls to use float type.
1497
1498 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1501         expression to shr-color-check as is.
1502
1503         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1504
1505         * color-lab.el: Add coding cookie.
1506         (float-pi): Use eval-and-compile.
1507
1508         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1509         compiled for Emacsen having no `libxml-parse-html-region' support.
1510
1511 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * shr.el (shr-insert-color-overlay): Split stuff like
1514         "#444444 !important" to find the real colour.
1515         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1516         parse <font color="red"> entries.
1517
1518 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1519
1520         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1521         point when parsing headers.
1522
1523         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1524         is positioned properly when parsing headers.
1525
1526 2010-11-23  Julien Danjou  <julien@danjou.info>
1527
1528         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1529
1530         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1531
1532         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1533
1534         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1535         Use shr-color-hue-to-rgb.
1536         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1537
1538 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * shr.el (shr-color->hexadecimal): Autoload.
1541         (shr-descend): Add color to all tags.
1542
1543 2010-11-22  Julien Danjou  <julien@danjou.info>
1544
1545         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1546         shr-color->hexadecimal.
1547
1548         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1549         RGB() or HSL() color representation.
1550
1551         * shr.el (shr-tag-font): Add.
1552         (shr-tag-color-check): New function to get better colors.
1553         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1554         tag-span.
1555
1556         * shr-color.el: New file.
1557
1558         * color-lab.el: New file.
1559
1560         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1561
1562 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1563
1564         * nnir.el: Fix typo in comments.
1565         (nnir-run-imap): Simplify code. No need to reverse artlist.
1566         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1567
1568 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1571
1572         * nnimap.el (nnimap-get-capabilities): Refactor out.
1573         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1574
1575 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1576
1577         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1578         appearing when `mm-uu-hide-markers' is nil.
1579
1580 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * nnimap.el (nnimap-unselect-group): Make into its own function.
1583         (nnimap-request-rename-group): Unselect group before renaming.
1584         This had gotten lost somewhere.
1585         (nnimap-request-accept-article): Keep track of examined groups, and
1586         unselect the group before APPENDing to read-only groups.
1587         (nnimap-request-move-article): Clear flags before moving so that they
1588         can be re-set later.
1589
1590 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1593         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1594
1595 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * gnus-art.el (gnus-mime-display-single)
1598         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1599         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1600         parameter.
1601
1602 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1605         (shr-table-vertical-line): New variable.
1606         (shr-insert-table): Use it.
1607
1608 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * gnus-html.el (gnus-html-wash-images): Don't display images if
1611         gnus-inhibit-images is non-nil; register displayer for cid images.
1612         (gnus-html-display-image): Work for cid image.
1613         (gnus-html-insert-image): Allow arguments.
1614         (gnus-html-put-image): Inhibit read-only.
1615         (gnus-html-prefetch-images): Don't prefetch images if
1616         gnus-inhibit-images is non-nil.
1617
1618 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * shr.el (shr-put-image): Break lines when inserting big pictures.
1621
1622 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1623
1624         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1625         sender, thanks Katsumi Yamaoka.
1626
1627 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1628
1629         * nnir.el (nnir-run-imap): Reverse the article list for each group
1630         rather than the whole list.
1631
1632 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * shr.el (shr-image-displayer): Protect function against non-existent
1635         image source.
1636
1637         * gnus-art.el (gnus-inhibit-images): New user option.
1638         (gnus-mime-display-single): Don't display image if it is non-nil.
1639
1640         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1641         gnus-inhibit-images.
1642
1643         * shr.el (shr-image-displayer): New function.
1644         (shr-tag-img): Use it.
1645
1646 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1647
1648         * mml2015.el (mml2015-epg-sign): Use From header.
1649
1650 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1653
1654         * gnus-util.el (gnus-find-text-property-region): Return markers.
1655
1656         * shr.el (shr-tag-img): Put a displayer in the text property.
1657
1658         * gnus-util.el (gnus-find-text-property-region): New utility function.
1659
1660         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1661         (gnus-html-show-images): Remove.
1662
1663         * gnus-art.el (gnus-article-show-images): New, more general function.
1664
1665         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1666         image url text properties.
1667
1668         * shr.el: Ditto.
1669
1670         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1671         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1672
1673 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1676         work for two or more articles.
1677
1678 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1681         divide an image that's in an html article to two or more when washing
1682         non-ASCII characters in alt text of it.
1683
1684 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1687         smime-decrypt-region using function argument.
1688         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1689
1690         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1691
1692         * smime.el (smime-decrypt-region): Catch it.
1693
1694 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1695
1696         * smime.el (smime-mode-map): Move initialization into declaration.
1697         (gnus-run-mode-hooks): Don't autoload.
1698         (smime-mode): Use define-derived-mode.
1699
1700 2010-11-11  Glenn Morris  <rgm@gnu.org>
1701
1702         * smime.el (from): Restrict declaration to XEmacs.
1703
1704         * nnir.el (gnus-group-topic-name): Autoload.
1705
1706 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * shr.el (shr-insert): Don't break long line if it is because of
1709         kinsoku-bol characters in the line end.
1710
1711 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1712
1713         * nnir.el (nnir-request-move-article): Fix to provide original group
1714         and subject.
1715         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1716         been retrieved.
1717
1718         * gnus-sum.el (gnus-summary-move-article): Use original group and
1719         subject for virtual articles such as those in an nnir summary buffer.
1720
1721 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1722
1723         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1724         least 21.5).
1725
1726         * smime.el (from): Declare it again for XEmacs.
1727
1728 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * message.el (message-resend): Don't disable encoding unless it's
1731         already encoded.
1732
1733         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1734         low-numbered articles.
1735
1736 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * rfc2047.el (rfc2047-syntax-table): Simplify.
1739
1740         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1741
1742         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1743         set-char-table-range for XEmacs.
1744
1745 2010-11-10  Glenn Morris  <rgm@gnu.org>
1746
1747         * time-date.el (time-to-seconds): Always an alias on Emacs,
1748         never a real function.
1749         (with-no-warnings): Remove compat stub, now unused.
1750         (time-less-p): Doc fix.
1751         (time-to-number-of-days): Simplify.
1752
1753         * smime.el (from): Remove unused declaration.
1754
1755         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1756         (gnus-float-time): On Emacs, always an alias.
1757
1758         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1759         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1760
1761 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * dgnushack.el: Don't use ignore-errors in the top level form since it
1764         is unavailable in XEmacs even if cl is loaded.
1765
1766         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1767
1768 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * shr.el (browse-url-mailto): Autoload.
1771
1772         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1773
1774         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1775         regexp doesn't need quoting.
1776
1777 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1778
1779         * message.el (message-subject-trailing-was-ask-regexp)
1780         (message-subject-trailing-was-regexp): Match was: in addition to was.
1781
1782 2010-11-09  Glenn Morris  <rgm@gnu.org>
1783
1784         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1785         (nnbabyl-check-mbox): Use point-at-bol.
1786
1787 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1790
1791         * message.el (message-mailto): New function.
1792         (message-mailto): Should accept other parameters.
1793         (message-mailto): Remove since it duplicates browse-url-mailto
1794         functionality.
1795
1796 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1799         methods.
1800         (gnus-read-active-file): Ditto.
1801
1802         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1803         ": " from the prompt.
1804         (gnus-group-make-group): Ditto.
1805
1806 2010-11-07  Glenn Morris  <rgm@gnu.org>
1807
1808         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1809         (gnus-bookmark-kill-line): Use point-at-eol.
1810
1811 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1814         asterisks in From header.
1815
1816 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1819         string to avoid making the From headers syntactically invalid.
1820
1821         * message.el (message-send-mail): Don't insert courtesy messages if the
1822         message already has List-Post and List-ID messages.
1823
1824 2010-11-06  Glenn Morris  <rgm@gnu.org>
1825
1826         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1827         `condition', `type', `length' a prefix.
1828         (gnus-treat-predicate): Update for above name changes.
1829
1830 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1831
1832         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1833         binding.  Handled by `gnus-summary-refer-thread' instead.
1834         (nnir-warp-to-article): New backend function.
1835
1836         * nnimap.el (nnimap-request-thread): Force dependency updating.
1837
1838         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1839         (gnus-summary-refer-thread): Rework to improve thread-referral.
1840
1841         * gnus-int.el (gnus-warp-to-article): New function.
1842
1843         * gnus-sum.el (gnus-summary-article-map): Bind it.
1844
1845 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1846
1847         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1848         gnus-summary-refer-thread.
1849
1850         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1851         headers.
1852         (gnus-summary-limit-include-thread): Prevent articles in thread from
1853         being cut in gnus-cut-threads.
1854         (gnus-summary-refer-thread): Limit retrieved headers to those in
1855         thread.
1856
1857 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * message.el (message-send-mail): Use the value of
1860         message-courtesy-message from the message buffer.
1861
1862         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1863
1864         * shr.el (shr-browse-url): Implement mailto: URLs.
1865
1866         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1867         "raw".
1868
1869         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1870         if it's already selected.
1871
1872         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1873
1874 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1877         to measure the length and truncate alt text.
1878
1879 2010-11-03  Glenn Morris  <rgm@gnu.org>
1880
1881         * nndiary.el (nndiary-generate-nov-databases-1)
1882         (nndiary-generate-active-info): Rename dynamic variable `files' to
1883         something less generic.
1884
1885 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1886
1887         * nnir.el (nnir-request-move-article): Call the underlying backend to
1888         move articles from nnir.
1889
1890 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1893
1894 2010-11-02  Julien Danjou  <julien@danjou.info>
1895
1896         * nnir.el: Remove wais support.
1897
1898 2010-11-02  Glenn Morris  <rgm@gnu.org>
1899
1900         * gnus-html.el: Reorder requirements to quieten compiler.
1901
1902 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1905         properly for XEmacs as well.
1906         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1907         (gnus-article-natural-long-line-p): Use window-width rather than
1908         frame-width.
1909
1910 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1911
1912         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1913         (nnir-read-parms): Don't modify query.
1914         (nnir-run-query): Add ability to search topic on current line.
1915         (nnir-get-active): Clean up.
1916
1917 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1920         degenerate articles.
1921
1922         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1923         (gnus-print-buffer): Just print the buffer as is, without any copying
1924         to a buffer and then re-highlighting.
1925
1926         * nnimap.el (nnimap-request-group): Store the new updated info.
1927         (nnimap-request-group): Select the group when we don't know whether it
1928         exists or not.
1929
1930         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1931         groups.
1932
1933         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1934         groups.
1935
1936         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1937         groups.
1938
1939         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1940         long-lines case by only filling the long lines.
1941
1942         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1943         (bug #7311).
1944
1945 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * shr.el: No need to declare `declare-function' since shr.el is for
1948         only Emacsen that provide `libxml-parse-html-region'.
1949
1950         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1951         effective only in a file it is referred to.
1952
1953 2010-11-01  Glenn Morris  <rgm@gnu.org>
1954
1955         * mm-util.el (gnus-completing-read): Autoload.
1956         (mm-read-coding-system): Simplify Emacs definition.
1957
1958         * nnmail.el (gnus-activate-group):
1959         * nnimap.el (gnutls-negotiate):
1960         * nntp.el (netrc-parse): Fix declarations.
1961
1962 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1965         string-match-p in Emacs >=23.
1966
1967         * gnus-msg.el (gnus-configure-posting-styles)
1968         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1969
1970 2010-11-01  Glenn Morris  <rgm@gnu.org>
1971
1972         * nnir.el (declare-function): Add compat stub.
1973         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1974         (nnir-run-gmane): Require 'mm-url.
1975
1976         * mm-util.el (mm-string-to-multibyte): Simplify.
1977
1978         * shr.el (declare-function): Add compat stub.
1979         (url-cache-create-filename): Declare.
1980         (mm-disable-multibyte, widget-convert-button): Autoload.
1981
1982         * smime.el (ldap-search): Declare.
1983         (smime-cert-by-ldap-1): Require ldap on Emacs.
1984
1985         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1986         (nnimap-keepalive): Use gnus-float-time.
1987
1988         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1989         (mail-source-delete-crash-box): Use gnus-float-time.
1990
1991         * gnus-dired.el (gnus-completing-read): Autoload.
1992
1993         * mm-view.el (gnus-rescale-image): Autoload.
1994
1995         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1996
1997         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1998
1999         * sieve-manage.el: Require 'cl when compiling.
2000
2001         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2002         (gnus-iswitchb-completing-read): Require iswitchb.
2003         (gnus-select-frame-set-input-focus): Silence compiler.
2004
2005 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * message.el (message-subject-trailing-was-query): Change default to t,
2008         since I think that's what most people want.
2009
2010         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2011         appending for easier debugging.
2012         (nnimap-wait-for-connection): Take a regexp.
2013         (nnimap-request-accept-article): Wait for the continuation line before
2014         sending anything unless we're streaming.
2015
2016         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2017         leave the header washing to take place.
2018
2019 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2020
2021         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2022         regular expression match and replace in posting styles.
2023
2024 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2025
2026         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2027         an entire server.
2028         (nnir-get-active): New function.
2029         (nnir-run-imap): Use it.
2030         (nnir-run-gmane): Who knew, gmane search returns an article score!
2031
2032         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2033         server on the current line with nnir.
2034
2035 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2038         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2039         left edge.
2040         (gnus-article-foldable-buffer): Skip past the prefix when determining
2041         raggedness.
2042
2043         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2044         the raw article, and change `C-u g' to show the article without doing
2045         treatments.
2046
2047         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2048         on to `gnus-treat-article'.
2049         (gnus-inhibit-article-treatments): New variable.
2050
2051         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2052
2053         * gnus-art.el (gnus-treatment-function-alist): Have
2054         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2055         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2056         sections.
2057
2058         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2059         parameter.
2060         (gnus-article-fill-cited-long-lines): New function.
2061         (gnus-article-fill-cited-article): Allow filling only long sections.
2062
2063         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2064         and non-punctuation (like after the apostrophe in "'We").
2065
2066         * gnus-sum.el (gnus-summary-select-article): Make sure
2067         gnus-original-article-buffer is alive.
2068
2069         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2070         reflect the order they're in in the digest.
2071
2072         * gnus.el (gnus-group-startup-message): Move point to the start of the
2073         buffer.
2074
2075         * nnimap.el (nnimap-capability): New function.
2076         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2077         is set.
2078
2079 2010-10-31  David Engster  <dengste@eml.cc>
2080
2081         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2082         conform with changes to gnus-completing-read.
2083
2084 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2087
2088 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2089
2090         * nnir.el: Move defvar, defcustom around to keep file organized
2091         and keep byte-compiler quiet.
2092         (nnir-read-parms): Accept search-engine as arg.
2093         (nnir-run-query): Pass search-engine as arg.
2094         (nnir-search-engine): Remove.
2095
2096 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * shr.el (shr-generic): The text nodes should be text, not :text.
2099
2100         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2101         later in the file.
2102
2103 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2104
2105         * nnir.el: General clean up.  Allow searching with multiple engines.
2106         Allow separate extra-parameters for each engine.
2107         Batch queries when possible.
2108         (nnir-imap-default-search-key,nnir-method-default-engines):
2109         Add customize interface.
2110         (nnir-run-gmane): New engine.
2111         (nnir-engines): Use it.  Qualify all prompts with engine name.
2112         (nnir-search-engine): Remove global variable.
2113         (nnir-run-hyrex): Restore for now.
2114         (nnir-extra-parms,nnir-search-history): New variables.
2115         (gnus-group-make-nnir-group): Use them.
2116         (nnir-group-server): Remove in favor of gnus-group-server.
2117         (nnir-request-group): Avoid searching twice.
2118         (nnir-sort-groups-by-server): New function.
2119
2120 2010-10-30  Julien Danjou  <julien@danjou.info>
2121
2122         * gnus-group.el: Remove gnus-group-fetch-control.
2123
2124         * gnus-start.el (gnus-find-new-newsgroups):
2125         Remove gnus-check-first-time-used.
2126
2127         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2128
2129 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2130
2131         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2132         set on groups that don't have \* permanentflags.
2133
2134 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2137         control the background color.
2138         (shr-tag-img): Ignore very small web bug type images.
2139         (shr-put-image): Add help-echo alt texts to the images.
2140         (shr-tag-video): Show the video poster image.
2141
2142 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * shr.el (shr-table-depth): New variable.
2145         (shr-tag-table-1): Only insert the images after the top-level table.
2146
2147         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2148
2149         * gnus-util.el (gnus-list-memq-of-list): New function.
2150
2151         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2152         selected.
2153         (nnimap-unsplittable-articles): New slot.
2154         (nnimap-new-articles): Use it.
2155
2156 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2157
2158         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2159         move to the previous line on `M-g'.
2160
2161 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2164         *-request-group, which seems unnecessary.
2165
2166         * nnimap.el (nnimap-quote-specials): Function copied over from
2167         imap.el.
2168         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2169         they support that.  Suggested by Tom Regner.
2170
2171 2010-10-29  Julien Danjou  <julien@danjou.info>
2172
2173         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2174         defalias.
2175         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2176
2177         * gnus.el: Remove `gnus-nntp-service' variable.
2178         (gnus-secondary-servers): Make obsolete.
2179         (gnus-nntp-server): Make obsolete.
2180
2181         * gnus-start.el (gnus-1): Remove x-splash calls.
2182
2183         * gnus-ems.el (gnus-x-splash): Remove.
2184
2185         * gnus.el (gnus-group-startup-message): Simplify/update code.
2186
2187         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2188         definition.
2189
2190         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2191         capability before doing anything.
2192         (gnus-group-insert-group-line): Remove useless
2193         gnus-group-remove-excess-properties.
2194
2195 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2198
2199 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2202         config after reselecting.
2203
2204 2010-10-28  Julien Danjou  <julien@danjou.info>
2205
2206         * shr.el (shr-put-image): Use point even if only inserting text.
2207         (shr-put-image): Save excursion when inserting alt text on non-graphic
2208         display, so the behaviour is the same when we are on a graphic display.
2209
2210         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2211
2212 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2215         (gnus-mime-copy-part): Check coding system, not charset.
2216         (gnus-mime-view-part-externally): Never remove part.
2217         (gnus-mime-view-part-internally): Don't remove part here.
2218         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2219         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2220         multipart/alternative.
2221
2222         * mm-decode.el (mm-display-part): Take optional arg `force'.
2223
2224 2010-10-26  Julien Danjou  <julien@danjou.info>
2225
2226         * gnus-group.el (gnus-group-default-list-level): Add this function to
2227         compute the default list level.
2228         (gnus-group-default-list-level): Add possibility to use a function.
2229
2230 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2233
2234         * gnus-group.el (gnus-group-completing-read)
2235         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2236         gnus-replace-in-string.
2237
2238 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * shr.el (shr-tag-div): Add.
2241
2242         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2243
2244 2010-10-25  Julien Danjou  <julien@danjou.info>
2245
2246         * gnus-util.el: Remove `gnus-with-local-quit'.
2247
2248         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2249
2250 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2253         the original article buffer.
2254
2255 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * nnimap.el (nnimap-request-head): New function.
2258         (nnimap-request-move-article): Try to be slighly faster by not
2259         requesting the entire message when moving.
2260         (nnimap-transform-headers): Don't bug out on bodiless articles.
2261         (nnimap-send-command): Have no outstanding messages if the IMAP server
2262         doesn't support streaming.
2263         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2264
2265 2010-10-24  Julien Danjou  <julien@danjou.info>
2266
2267         * message.el (message-default-headers): Fix type.
2268
2269 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2272         prefetching images.
2273
2274         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2275         backend for unknown groups.  This is mainly useful for nnimap groups.
2276
2277         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2278         group isn't covered by the agent.
2279
2280 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2281
2282         * nnir.el (nnir-method-default-engines): New variable.
2283         (nnir-run-query): Use it.
2284         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2285         (gnus-summary-nnir-goto-thread): Change group if needed.
2286
2287         * gnus-group.el (gnus-group-group-map): Add key binding for
2288         gnus-group-make-nnir-group.
2289
2290 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * shr.el (shr-tag-object): Add.
2293
2294         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2295         original article buffer live.
2296         (gnus-summary-select-article-buffer):
2297         Mention gnus-widen-article-buffer.
2298
2299 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * shr.el (shr-tag-strong): Add.
2302
2303 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2306         group names.  They mess up the group buffer badly.
2307
2308         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2309
2310         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2311         instead of the summary one.
2312
2313 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * mml.el (mml-preview): Work properly when editing article.
2316
2317         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2318         gnus-have-read-active-file if it's already been in.
2319
2320 2010-10-22  Tom Tromey  <tromey@redhat.com>
2321
2322         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2323         gnus-group-completing-read.
2324
2325 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * message.el (message-mode-map): Don't bind M-; to comment region, to
2328         allow the global comment-dwim to work.
2329
2330 2010-10-21  Julien Danjou  <julien@danjou.info>
2331
2332         * message.el (message-setup-1): Allow message-default-headers to be a
2333         function.
2334
2335 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * shr.el (shr-tag-table): Simplify.
2338
2339 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2342         to avoid trying to snarf invalid stuff.
2343
2344         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2345
2346         * gnus.el (gnus-message-archive-group): Quote value.
2347         (gnus-message-archive-group): Mark as changed.
2348
2349         * shr.el (shr-add-font): Don't put the font properties on the newline
2350         or the indentation.
2351
2352         * message.el (message-fix-before-sending): Change options when sending
2353         non-printable characters.
2354
2355         * gnus.el (gnus-message-archive-method): Change the default to
2356         monthly outgoing groups.
2357
2358         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2359         that have gotten new numbers.
2360
2361         * nnimap.el (nnimap-request-replace-article): New function.
2362
2363 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2366         (nnrss-request-article): Don't use special html washing code.
2367
2368 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * shr.el (shr-tag-table): Remove useless nconc.
2371
2372 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-art.el (article-wash-html): Simplify and remove the charset
2375         stuff.  Use the normal html rendering code instead of the special html
2376         washing code.
2377
2378         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2379         `gnus-w3m' symbols.
2380         (mm-text-html-washer-alist): Remove.
2381
2382         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2383         (mm-inline-media-tests): Remove use.
2384         (mm-text-html-renderer): Change default to the `shr' symbol.
2385
2386         * mm-view.el (mm-inline-text-html): Remove use.
2387
2388         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2389         `gnus-blocked-images' to be a function.
2390         (gnus-article-wash-function): Remove.
2391
2392 2010-10-20  Julien Danjou  <julien@danjou.info>
2393
2394         * spam.el (spam-list-of-processors): Mark as obsolete.
2395
2396         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2397         (nnimap-insert-partial-structure): Fix boundary detection.
2398
2399 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2400
2401         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2402         run file-truename on remote files.  This can be expensive and even
2403         prevent one from editing drafts if some unrelated buffer has a stale
2404         connection.
2405
2406 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2409         kinsoku-eol regardless of shr-kinsoku-shorten.
2410         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2411         (shr-tag-table): Support caption, thead, and tfoot.
2412
2413 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2416         lines.
2417         (shr-save-contents): New command and keystroke.
2418
2419         * nndoc.el (nndoc-type-alist): Add git support.
2420         (nndoc-git-type-p): New function.
2421         (nndoc-transform-git-article): Ditto.
2422         (nndoc-transform-git-headers): Ditto.
2423         (nndoc-transform-git-headers): Generate Subject headers.
2424
2425         * shr.el (shr-parse-style): New function.
2426         (shr-tag-span): Ditto.
2427
2428         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2429         to `G G' to avoid collisions.
2430
2431 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * shr.el: Load kinsoku if necessary.
2434         (shr-kinsoku-shorten): New internal variable.
2435         (shr-find-fill-point): Make kinsoku shorten text line if
2436         shr-kinsoku-shorten is bound to non-nil.
2437         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2438         shr-indentation too when testing if table is wider than frame width.
2439         (shr-insert-table): Use `string-width' instead of `length' to measure
2440         text width.
2441         (shr-insert-table-ruler): Make sure indentation is done at bol.
2442
2443 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2444
2445         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2446         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2447         undecoded network data.
2448
2449 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2450
2451         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2452         name in the mode line spec so that the mode line menu works
2453         (bug #2431).
2454
2455         * message.el (message-get-reply-headers): If we're fed `to-address',
2456         then always use that.
2457
2458         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2459         aren't so wide as to need to switch off the edit menu.
2460
2461         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2462         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2463
2464         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2465         `M-g'.
2466         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2467         the permanent marks.
2468
2469 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2470
2471         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2472         Splitting according to references/in-reply-to obeys the ignore-groups
2473         variable, while splitting by sender and subject do not.
2474
2475 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2478         alist, so that we can look for non-Unicode chars.
2479         (article-translate-strings): Allow both character and string maps.
2480
2481 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * shr.el (shr-insert): Don't insert space behind a wide character
2484         categorized as kinsoku-bol, or between characters both categorized as
2485         nospace.
2486
2487 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2488
2489         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2490         headers to gnus-newsgroup-headers.
2491
2492 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493
2494         * shr.el (shr-tag-img): Don't align images -- since we're not
2495         rescaling, this often leads to ugly displays.
2496
2497 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2498
2499         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2500         duplicates.
2501
2502 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2503
2504         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2505         call.
2506
2507 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * gnus.el: Autoload gnus-html-show-images.
2510
2511         * nnimap.el: Use nnheader-message throughout.
2512
2513         * shr.el (shr-tag-img): Ignore images with no data.
2514
2515 2010-10-15  Julien Danjou  <julien@danjou.info>
2516
2517         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2518         a possibility to disable format=flow encoding when using hard newlines.
2519
2520 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * shr.el (shr-insert): Remove space inserted before or after a
2523         breakable character or at the beginning or the end of a line.
2524         (shr-find-fill-point): Do kinsoku; find the second best point or give
2525         it up if there's no breakable point.
2526
2527 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * nnimap.el (nnimap-open-connection): Message when opening connection
2530         for debugging purposes.
2531
2532         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2533         on every setup buffer call to allow this to change from article to
2534         article.
2535
2536         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2537         buffers where we have a wide table.
2538
2539 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2540
2541         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2542         uses *-request-thread.
2543
2544 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2547         incantation, which is no longer valid.
2548
2549 2010-10-14  Julien Danjou  <julien@danjou.info>
2550
2551         * shr.el: Fix defcustom type (char -> character).
2552
2553 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2556         programs.
2557
2558 2010-10-14  Julien Danjou  <julien@danjou.info>
2559
2560         * shr.el (shr-tag-a): Use url-link as widget type.
2561
2562         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2563         `gnus-group-get-icon'.
2564
2565 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2568         This should make server editing work better.
2569
2570         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2571
2572         * tls.el (tls-program): Remove spurious %s from openssl.
2573
2574         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2575         (nnimap-parse-flags): Fix regexp.
2576
2577         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2578         probably work for CJVK text, too.
2579
2580         * nnimap.el (nnimap-extend-tls-programs): Remove.
2581         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2582
2583         * tls.el (tls-starttls-switches): Remove starttls hack.
2584         (open-tls-stream): Ditto.
2585         (tls-find-starttls-argument): Ditto.
2586
2587 2010-10-13  Julien Danjou  <julien@danjou.info>
2588
2589         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2590         responses.
2591
2592 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2595
2596         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2597         anything in Emacs.
2598
2599         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2600
2601 2010-10-13  Julien Danjou  <julien@danjou.info>
2602
2603         * shr.el (shr-width): Make shr-width a defcustom with default to
2604         fill-column.
2605         (shr-tag-img): Use shr-width rather than fill-column.
2606
2607 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * dgnushack.el (byte-optimize-apply)
2610         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2611
2612         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2613         position when (X-)Faces exist.
2614         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2615         avatars when called interactively.
2616
2617 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2620         gnus-article-x-face-too-ugly is bound.
2621
2622 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2625
2626         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2627         mailbox that doesn't exist.
2628
2629 2010-10-12  Julien Danjou  <julien@danjou.info>
2630
2631         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2632         (shr-get-image-data): Encode URL properly when fetching from cache.
2633         (shr-tag-img): Use aligned-to spaces to align correctly images.
2634
2635         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2636         before inserting the Gravatar.
2637
2638         * shr.el (shr-tag-img): Add align attribute support for <img>.
2639
2640 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-gravatar.el (gnus-art): Require.
2643
2644         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2645         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2646         Remove long obsoleted functions.
2647
2648 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2651
2652         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2653
2654         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2655         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2656         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2657         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2658         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2659         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2660         * sieve-manage.el, smime.el, spam.el:
2661         Fix comment for declare-function.
2662
2663 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * nnimap.el (nnimap-request-rename-group): Select group read-only
2666         before renaming it.
2667
2668         * shr.el (shr-insert): Fix up the white space only regexp.
2669
2670         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2671         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2672
2673         * shr.el (shr-current-column): New function.
2674         (shr-find-fill-point): New function.
2675
2676 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2677
2678         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2679         numbers.
2680
2681 2010-10-11  Julien Danjou  <julien@danjou.info>
2682
2683         * shr.el (shr-hr-line): Add.
2684         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2685         display hr lines.
2686         (shr-max-columns): Do not change state to nil if we just inserting
2687         spaces.
2688
2689 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2692         select the last group.
2693
2694 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2695
2696         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2697
2698 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2699
2700         * dig.el (dig-mode-map): Declare and define in one step.
2701
2702 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2705         for Gnus.
2706         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2707         (nnimap-update-qresync-info): Mark \Seen articles as read.
2708
2709         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2710         non-variable, too.
2711
2712         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2713         available.
2714         (nnimap-update-info): Rely more on the current active than the param
2715         active to avoid marking articles as read too much.
2716
2717         * auth-source.el (auth-source-create): Use (user-login-name) for the
2718         user name default.
2719
2720         * nnimap.el (nnimap-update-info): If the server doesn't return any
2721         useful info, just use the previous info.
2722         (nnimap-update-info): Prefer old info over start-article.
2723         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2724
2725 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2726
2727         * nnir.el (autoload): Clean up autoloads.
2728         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2729         Use key rather than value.
2730         (nnir-imap-search-other): New variable.
2731         (nnir-read-parm): Use it.
2732         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2733         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2734
2735 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2736
2737         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2738         the process, too.
2739
2740 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * spam.el (gnus-summary-mode-map): Bind to "$".
2743         Suggested by Russ Allbery.
2744
2745         * shr.el: Rework the way things are indented by <li> slightly.
2746
2747         * gnus.el (gnus-group-set-parameter): Fix typo.
2748
2749         * nnimap.el: Start implementing QRESYNC support.
2750
2751 2010-10-09  Julien Danjou  <julien@danjou.info>
2752
2753         * nnir.el (nnir-engines): Fix too many arguments.
2754
2755 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2758         group is the "last", so that the backends like nnfolder actually save
2759         their folders.
2760
2761         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2762         try to use that for the tls stream.
2763         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2764         UIDVALIDITY and find out which groups are read-only and not.
2765         (nnimap-get-flags): Use the same marks parsing code as the rest of
2766         nnimap.
2767
2768 2010-10-09  Julien Danjou  <julien@danjou.info>
2769
2770         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2771
2772         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2773         retrieving gravatars.
2774
2775         * shr.el (shr-table-corner): Add.
2776         (shr-table-line): Add.
2777         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2778
2779 2010-10-08  Julien Danjou  <julien@danjou.info>
2780
2781         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2782
2783 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2786
2787         * gnus-sum.el (gnus-mark-article-as-unread)
2788         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2789         (gnus-summary-set-bookmark): Use it.
2790
2791         * gnus-msg.el (gnus-setup-message): Use it.
2792
2793         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2794
2795         * gnus.el (gnus-group-remove-parameter): Use it.
2796
2797         * gnus-group.el (gnus-group-make-web-group): Use it.
2798
2799         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2800
2801         * nnregistry.el: Update docs to mention manual.
2802
2803         * gnus-registry.el: Update docs to mention nnregistry.el.
2804         (gnus-registry-initialize): Don't install nnregistry refer method
2805         automatically.
2806         (gnus-registry-install-nnregistry): Remove it.
2807
2808 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * shr.el (shr-insert): Don't insert double spaces.
2811
2812 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * gnus-gravatar.el (gnus-treat-from-gravatar)
2815         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2816         called interactively.
2817
2818         * gnus-art.el (gnus-mime-view-part-externally)
2819         (gnus-mime-view-part-internally): Make predicate function passed to
2820         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2821         of a mime type.
2822
2823         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2824
2825 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * shr.el (require): Require cl when compiling.
2828         (shr-tag-hr): New function.
2829
2830         * nnimap.el (nnimap-update-info): Remove double setting of high.
2831         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2832         This makes nnimap work properly on Courier again.
2833
2834         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2835         the variable for backwards compatability.
2836
2837         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2838         the file name before using to avoid setting mm-default-directory to
2839         nil.
2840
2841         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2842         bidning gnus-agent variables.
2843
2844         * shr.el (shr-render-td): Use a cache for the table rendering function
2845         to avoid getting an exponential rendering behaviour in nested tables.
2846         (shr-insert): Rework the line-breaking algorithm.
2847         (shr-insert): Don't leave trailing spaces.
2848         (shr-insert-table): Also insert empty TDs.
2849         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2850
2851 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2852
2853         * gnus-sum.el (gnus-number): Rename from `number'.
2854         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2855         (gnus-summary-limit-children): Update uses correspondingly.
2856
2857 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2860         (gnus-gravatar-transform-address): Don't show avatars of people of
2861         which mail addresses match gnus-gravatar-too-ugly.
2862
2863 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * shr.el (shr-table-widths): Expand TD elements to fill available
2866         space.
2867
2868 2010-10-07  Julien Danjou  <julien@danjou.info>
2869
2870         * nnimap.el (nnimap-request-rename-group): Add this method.
2871
2872 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2875         name from XEmacs' function-arglist.
2876
2877         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2878         gravatar under XEmacs.
2879
2880 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * auth-source.el: Update docs with TODO items.
2883
2884         * gnus-sync.el: Update docs to explain state and plans.
2885
2886         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2887         Hooks for mark updates.
2888         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2889
2890         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2891         hooks with arguments, which is needed for mark update hooks.
2892
2893 2010-10-06  Julien Danjou  <julien@danjou.info>
2894
2895         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2896         was matched.
2897
2898         * sieve-manage.el: Update example in `Commentary'.
2899
2900         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2901
2902         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2903         not 2000.
2904         (sieve-manage-authenticate): Re-add function.
2905
2906 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * shr.el (shr-insert): Get 'space transition right.
2909         (shr-render-td): Only delete space at the end of the TD.
2910
2911         * nnimap.el (nnimap-open-connection): Prepare to support
2912         open-gnutls-stream.
2913
2914         * shr.el: Rearrange function order to be more logical.
2915
2916 2010-10-06  Julien Danjou  <julien@danjou.info>
2917
2918         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2919         (nnrss-discover-feed): Remove 404 URL in docstring.
2920
2921         * nnir.el: Fix Swish-E URL.
2922         Fix Namazu URL.
2923
2924         * message.el (message-change-subject): Remove 404 URL in a comment.
2925
2926 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2929         called interactively.
2930
2931         * gnus-util.el (gnus-remove-if): Allow hash table.
2932         (gnus-remove-if-not): New function.
2933
2934         * gnus-art.el (gnus-mime-view-part-as-type)
2935         * gnus-score.el (gnus-summary-score-effect)
2936         * gnus-sum.el (gnus-read-move-group-name):
2937         Replace remove-if-not with gnus-remove-if-not.
2938
2939         * gnus-group.el (gnus-group-completing-read):
2940         Regard collection as a hash table if it is not a list.
2941
2942 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2945
2946         * shr.el: Document the table-rendering algorithm.
2947
2948 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2951         for Emacsen having no `libxml-parse-html-region' support.
2952
2953 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2956         invalid URLs.
2957
2958         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2959         line-broken.
2960         (shr-tag-img): Ignore image fetching errors.
2961         (shr-overlays-in-region): Compute overlay positions correctly.
2962
2963         * mm-decode.el (mm-shr): Require shr.
2964
2965         * gnus-art.el (gnus-blocked-images): Move variable here.
2966
2967         * shr.el (shr-insert-table): Bind free variable.
2968
2969         * mm-decode.el (mm-shr): Bind shr-content-function.
2970
2971         * shr.el (shr-content-function): New variable.
2972
2973         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2974         added for symmetry.
2975
2976         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2977
2978         * gnus-group.el (gnus-group-make-group): Doc fix.
2979
2980         * nnimap.el (nnimap-request-newgroups): Return success.
2981
2982         * shr.el (shr-find-elements): New function.
2983         (shr-tag-table): Put all the images after the table.
2984         (shr-tag-table): Really inhibit images inside the table.
2985         (shr-collect-overlays): Copy over overlays from the TD elements to the
2986         main document.
2987
2988         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2989         gnus-blocked-images.
2990
2991 2010-10-05  Julien Danjou  <julien@danjou.info>
2992
2993         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2994
2995         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2996         (gnus-html-maximum-image-size): Add this function.
2997         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2998
2999         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3000         server-value of the capability is nil.
3001
3002 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * shr.el (shr-tag-em): Add <EM> tag.
3005
3006 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3007
3008         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3009         customizable.
3010
3011         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3012         handing broken links to browse-url.
3013
3014 2010-10-05  Julien Danjou  <julien@danjou.info>
3015
3016         * gnus-util.el (gnus-emacs-completing-read)
3017         (gnus-iswitchb-completing-read): Use autoload rather than require.
3018
3019 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3022         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3023         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3024         iswitchb-temp-buflist for XEmacs.
3025
3026         * gnus-util.el (gnus-completing-read-function): Exclude
3027         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3028         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3029         XEmacs.
3030
3031         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3032         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3033
3034         * gnus-html.el: Don't require help-fns under XEmacs.
3035         (gnus-html-schedule-image-fetching): Work for XEmacs.
3036
3037         * mm-decode.el (mm-shr): Decode contents by charset.
3038
3039 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3042         unknown.
3043
3044         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3045         (shr-get-image-data): Ensure against the cache file missing.
3046
3047         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3048         for data.
3049
3050         * spam-report.el (spam-report-url-ping-plain): Don't query about
3051         killing the process.
3052
3053         * shr.el (shr-render-td): Protect against too-wide text.
3054
3055 2010-10-04  Julien Danjou  <julien@danjou.info>
3056
3057         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3058         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3059
3060         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3061         retrieved.
3062
3063 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * shr.el (browse-url): Require.
3066         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3067         lines.
3068         (shr-show-alt-text, shr-browse-image): New commands.
3069         (shr-browse-url, shr-copy-url): New commands.
3070
3071         * gnus-sum.el (gnus-widen-article-window): New variable.
3072         (gnus-summary-select-article-buffer): Use it.
3073
3074         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3075         without @ signs.
3076
3077 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3078
3079         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3080
3081 2010-10-04  Julien Danjou  <julien@danjou.info>
3082
3083         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3084         for XEmacs.
3085
3086 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3089
3090         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3091         (nnimap-close-server): Implement.
3092
3093         * dgnushack.el (iswitchb): Require to shut up the compiler.
3094
3095         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3096         (shr-insert): Tweak line breaking.
3097         (shr-insert): Handle <pre> better.
3098         (shr-tag-li): Get <li> indentation right.
3099         (shr-tag-li): Get <li> indentation even righter.
3100         (shr-tag-blockquote): Ensure paragraph start.
3101         (shr-make-table): Tweak table generation.
3102         (shr-make-table): Fix typo.
3103
3104         * shr.el: Implement table rendering.
3105
3106 2010-10-04  Julien Danjou  <julien@danjou.info>
3107
3108         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3109
3110 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * shr.el (shr-insert): Use string anchors instead of line anchors.
3113
3114 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * shr.el: Add headings.
3117         (shr-ensure-paragraph): Actually work.
3118         (shr-tag-li): Make <ul> prettier.
3119         (shr-insert): Get white space at the beginning/end of elements right.
3120         (shr-tag-p): Collapse subsequent <p>s.
3121         (shr-ensure-paragraph): Don't insert double line feeds after blank
3122         lines.
3123         (shr-insert): \t is also space.
3124         (shr-tag-s): Fix "s" tag name function.
3125         (shr-tag-s): Fix face prop name.
3126
3127 2010-10-03  Julien Danjou  <julien@danjou.info>
3128
3129         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3130
3131         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3132         gnus-window-inside-pixel-edges.
3133
3134         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3135         gnus-ems.
3136
3137         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3138
3139         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3140         function.
3141
3142         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3143         resize choice.
3144
3145 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3148         beginning of the buffer.
3149
3150         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3151         article buffer again.
3152
3153         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3154
3155         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3156         when it's at the start of the buffer.
3157
3158         * shr.el (shr-tag-blockquote): Convert name.
3159         (shr-rescale-image): Use the right image-size variant.
3160
3161         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3162         buffer isn't shown, then select the current article first instead of
3163         bugging out.
3164         (gnus-summary-select-article-buffer): Show both the article and summary
3165         buffers again.
3166
3167         * shr.el (shr-fontize-cont): Protect against regions with no text.
3168         Rename tag functions to shr-tag-* for enhanced security.
3169         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3170
3171 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3172
3173         * shr.el (shr-insert):
3174         * pop3.el (pop3-movemail):
3175         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3176         loaded.
3177
3178 2010-10-03  Glenn Morris  <rgm@gnu.org>
3179
3180         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3181
3182         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3183
3184         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3185
3186         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3187
3188         * gnus-util.el (gnus-make-local-hook): Simplify.
3189
3190 2010-10-02  Julien Danjou  <julien@danjou.info>
3191
3192         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3193         (gnus-ido-completing-read): New function.
3194         (gnus-emacs-completing-read): New function.
3195         (gnus-completing-read): Use gnus-completing-read-function.
3196         Add gnus-completing-read-function.
3197
3198 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * shr.el (shr-insert-document): Autoload.
3201         (shr-img): Be silent.
3202         (shr-insert): Add a newline after every picture before text.
3203         (shr-add-font): Use overlays for combining faces.
3204         (shr-insert): Pass upwards the text start point.
3205
3206         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3207         possible.
3208         (mm-shr): New function.
3209
3210 2010-10-02  Julien Danjou  <julien@danjou.info>
3211
3212         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3213         should go backward.
3214
3215 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3216
3217         * shr.el (shr): Fix typo in provide call.
3218
3219 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * shr.el: New file.
3222
3223         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3224
3225         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3226         completing read.
3227
3228 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3231         we're being queried about.  Suggested by Dan Jacobson.
3232
3233         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3234         Suggested by Jason Eisner.
3235
3236         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3237         table, too.  Suggested by Stefan Wiens.
3238         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3239         the table unnecessary.  Suggested by Stefan Wiens.
3240
3241         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3242         longer needed, and probably doesn't work either, as pointed out by
3243         Stefan Wiens.
3244         (gnus-summary-exit): Remove call to the clearing function.
3245         (gnus-summary-exit-no-update): Ditto.
3246
3247         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3248         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3249         Reported by Stefan Monnier.
3250         (gnus-summary-save-in-rmail): Ditto.
3251
3252         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3253         article buffer, instead of both the article buffer and the summary
3254         buffer.  Sort of suggested by Dan Jacobson.
3255
3256         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3257
3258         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3259         Suggested by Dan Jacobson.
3260
3261         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3262         documentation clearer.
3263
3264         * message.el (message-shorten-references): Comment on the number "21".
3265         Suggested by Stefan Monnier.
3266
3267         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3268         Suggested by Dan Jacobson.
3269
3270         * gnus.el (gnus-large-newsgroup):
3271         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3272
3273         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3274         externalize attachments.  Bug reported by Steve Wen.
3275
3276         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3277         really message anything to the user.
3278
3279         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3280         directly.
3281
3282         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3283         messages in empty groups.
3284
3285 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3286
3287         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3288         non-UIDNEXT group.
3289
3290 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3293         not the value from the collection.
3294
3295         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3296         values.  This sometimes happens on some groups that have no info.
3297         (nnimap-request-newgroups): New function.
3298
3299 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3300
3301         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3302         check into `gnus-registry-initialize'.
3303         (gnus-registry-initialize): Ditto.
3304         Fix and extend header docs.
3305
3306 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3309         regexp backtrace overflows.
3310
3311         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3312         for starttls that tls.el implements; i.e. openssl.
3313
3314         * tls.el (tls-starttls-switches): Give up on using starttls with
3315         gnutls-cli.
3316         (tls-program): Add --insecure to be consistent with the defaults from
3317         openssl s_client.  Now all three commands are insecure.
3318
3319 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * lpath.el: Bind completion-styles-alist for XEmacs.
3322
3323         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3324         (gravatar-create-image): New function that's an alias to
3325         gnus-xmas-create-image, gnus-create-image, or create-image.
3326         (gravatar-data->image): Use it.
3327
3328 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3329
3330         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3331         install the nnregistry refer method.
3332         (gnus-registry-install-hooks): Use it.
3333         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3334         unfollowed groups.
3335
3336 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3337
3338         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3339         expanding threads.
3340
3341 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * nnir.el: Use the server names without suffixes (bug #7009).
3344
3345         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3346         unencrypted to STARTTLS, if possible.
3347
3348 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3349
3350         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3351         headers before superseding.
3352
3353 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * nnrss.el (nnrss-use-local): Add documentation.
3356
3357         * nnimap.el (nnimap-extend-tls-programs): New function.
3358         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3359         (nnimap-wait-for-connection): Accept the greeting from the stupid
3360         output from openssl s_client -starttls, too.
3361
3362         * tls.el (tls-starttls-switches): New variable.
3363         (tls-find-starttls-argument): Use it.
3364         (open-tls-stream): Ditto.
3365
3366         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3367         (netrc-machine): Ditto.
3368
3369         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3370         article number.
3371         (nnimap-split-fancy): New variable.
3372         (nnimap-split-incoming-mail): Use it.
3373
3374         * nntp.el (nntp-server-list-active-group): Document.
3375
3376         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3377         SELECT to get the message-id.
3378
3379         * mail-source.el (mail-sources): Remove webmail support.
3380         (defvar): Ditto.
3381         (mail-source-fetcher-alist): Ditto.
3382         (mail-source-fetch-webmail): Remove.
3383
3384         * webmail.el: Remove -- doesn't seem relevant any more.
3385
3386         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3387
3388         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3389         the \r.
3390
3391 2010-09-30  Julien Danjou  <julien@danjou.info>
3392
3393         * gnus-agent.el (gnus-agent-add-group): Fix call to
3394         gnus-completing-read.
3395
3396 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * nndoc.el (nndoc-retrieve-groups): New function.
3399
3400         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3401         `default', use nnmail-split-methods.
3402         (nnimap-request-article): Downcase the NILs so that they are nil.
3403
3404         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3405         symbol.
3406
3407         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3408         code, since if the user has requested network, that's what they ought
3409         to get.
3410         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3411         (nnimap-split-rule): Mark as obsolete.
3412
3413         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3414         New variable.
3415
3416         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3417         correct slot, too.
3418
3419 2010-09-29  Julien Danjou  <julien@danjou.info>
3420
3421         * gnus.el (gnus-local-domain): Declare variable obsolete.
3422
3423         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3424         Fix history computing.
3425         (gnus-ido-completing-read): Require ido.
3426
3427 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3430         build Gnus.
3431
3432         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3433         when interpreting the structures.
3434         (nnimap-request-accept-article): Add \r\n to the lines to make this
3435         work with Cyrus.
3436
3437         * nndraft.el (nndraft-request-expire-articles): Use the group name
3438         instead if "nndraft".  Fix found by Nils Ackermann.
3439
3440 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3441
3442         * nnregistry.el: Add.
3443
3444 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3445
3446         * nnmail.el (group, group-art-list, group-art):
3447         Remove unneeded directives.
3448
3449 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3452         (mm-mime-charset)
3453         * rfc2047.el (rfc2047-syntax-table)
3454         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3455
3456         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3457         rather than `insert-file-contents' and `eval-region'.
3458
3459         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3460         construction.
3461
3462         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3463
3464         * time-date.el: No need to require cl for Emacs 21.
3465
3466 2010-09-29  Julien Danjou  <julien@danjou.info>
3467
3468         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3469         replacement of `gnus-gravatar-relief' to mimic
3470         `gnus-faces-properties-alist'.
3471         Add :version property.
3472
3473 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * mail-source.el (mail-source-report-new-mail)
3476         * message.el (message-default-mail-headers)
3477         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3478
3479         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3480
3481 2010-09-28  Julien Danjou  <julien@danjou.info>
3482
3483         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3484         mail-address contains the same string as real-name.
3485
3486         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3487         non-blank in header, otherwise it'll get stripped.
3488
3489         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3490         real-name, and then for mail address rather than doing : or , search.
3491
3492 2010-09-27  Julien Danjou  <julien@danjou.info>
3493
3494         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3495         right completing-read function.
3496         (gnus-use-ido): New variable
3497         (gnus-completing-read-with-default): Remove.
3498         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3499         (gnus-agent-add-group):
3500         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3501         * mm-view.el (mm-view-pkcs7-decrypt):
3502         * mm-util.el (mm-codepage-setup):
3503         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3504         * mml-smime.el (mml-smime-openssl-sign-query):
3505         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3506         (mml-insert-multipart):
3507         * gnus-msg.el (gnus-summary-yank-message):
3508         * gnus-int.el (gnus-start-news-server):
3509         * mm-decode.el (mm-interactively-view-part):
3510         * gnus-dired.el (gnus-dired-attach):
3511         * gnus.el (gnus-read-method):
3512         * gnus-bookmark.el (gnus-bookmark-jump):
3513         * gnus-art.el (gnus-mime-view-part-as-type)
3514         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3515         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3516         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3517         * nnmairix.el (nnmairix-create-server-and-default-group)
3518         (nnmairix-update-groups, nnmairix-get-server)
3519         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3520         (nnmairix-get-group-from-file-path):
3521         * nnrss.el (nnrss-find-rss-via-syndic8):
3522         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3523         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3524         (gnus-group-browse-foreign-server):
3525         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3526         (gnus-summary-execute-command, gnus-summary-respool-article)
3527         (gnus-read-move-group-name):
3528         * gnus-score.el (gnus-summary-increase-score)
3529         (gnus-summary-score-effect):
3530         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3531
3532 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3535         x-focus-frame.
3536
3537         * nnimap.el (auth-source-forget-user-or-password)
3538         (auth-source-user-or-password): Autoload.
3539
3540         * message.el (message-from-style, message-interactive)
3541         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3542         (message-yank-prefix, message-indentation-spaces, message-signature)
3543         (message-signature-file): Add comment.
3544
3545 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3548         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3549         new articles.
3550
3551         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3552         parts.
3553         (nnimap-request-article): Work with the t setting, too.
3554
3555         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3556         that you don't get flashes of other buffers.
3557         (gnus-summary-show-complete-article): Intern before setting.
3558
3559 2010-09-27  David Engster  <dengste@eml.cc>
3560
3561         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3562         well as HEADERS.
3563         (nnmairix-retrieve-headers): Provide new argument for the above.
3564
3565 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * gnus-sum.el (gnus-summary-move-article): Don't alter
3568         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3569         group.
3570
3571         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3572
3573         * message.el (message-cite-prefix-regexp): Revert my last edit.
3574
3575         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3576         variable instead of the Gnus variable.
3577
3578         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3579
3580         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3581
3582         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3583         since some servers don't like it.
3584         (nnimap-open-connection): Forget credentials if the server says the
3585         password was wrong.
3586         (nnimap-parse-line): Protect against invalid data.
3587
3588         * gnus-sum.el (gnus-summary-move-article): Add comment.
3589         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3590         nothing alters it while scanning for new messages.
3591
3592         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3593         which may or may not help.
3594         (nnimap-open-connection): If we're doing a stream connection, and then
3595         discover we're on a STARTTLS-capable server, then open a STARTTLS
3596         connection instead.
3597
3598 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * nnimap.el (utf7): Require.
3601
3602         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3603         prefix.
3604
3605 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3606
3607         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3608
3609 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * nnimap.el (nnimap-request-accept-article): Message the error on
3612         error.
3613
3614 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3617
3618 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * nndoc.el (nndoc-request-list): Return success always.
3621
3622         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3623         `fetch-old' -- we only want to fetch the articles we've requested.
3624         The rest are in the agent, probably.
3625         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3626         disappeared server" to something low.  It's not important.
3627
3628         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3629         arrived before the FETCH data.
3630
3631         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3632         target here, because we don't know the Gnus name of the group.
3633
3634         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3635         for the correct group.
3636
3637         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3638
3639         * gnus.el (gnus): Give a final warning after startup.
3640
3641         * gnus-util.el (gnus-action-message-log): New variable.
3642         (gnus-message): Use it.
3643         (gnus-final-warning): New function.
3644
3645         * nnimap.el (nnimap-open-connection): Record the greeting.
3646         (nnimap): Add greeting.
3647
3648 2010-09-26  Julien Danjou  <julien@danjou.info>
3649
3650         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3651         arguments.
3652         (gnus-html-wash-images): Fix spec computing to include start/end.
3653
3654         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3655
3656 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3659         deletion.
3660         (nnimap-retrieve-headers): Don't select the group, because that's
3661         already done by nnimap-possibly-change-group.
3662
3663         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3664         (gnus-picon-transform-address): Use it.
3665
3666         * mail-source.el (mail-source-value): Revert previous patch.
3667
3668         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3669         on failure.
3670         (nnimap-open-connection): Look up both virtual and physical server name
3671         credentials.
3672
3673         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3674
3675 2009-02-07  Dave Love  <fx@gnu.org>
3676
3677         * tls.el (open-tls-stream): Don't query killing process.
3678
3679 2009-02-08  Dave Love  <fx@gnu.org>
3680
3681         * gnus-win.el (gnus-window-to-buffer-helper)
3682         (gnus-all-windows-visible-p): Function needn't be a symbol.
3683
3684         * mail-source.el (mail-source-value): Function needn't be a symbol.
3685
3686 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * message.el (message-cite-prefix-regexp): Remove } from the cite
3689         prefix.
3690
3691         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3692         highlight again, so that the highlight is correct.
3693
3694         * gnus-picon.el (gnus-picon): Remove again.
3695         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3696
3697         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3698         doing the header highlightling, so that the background colour of the
3699         picon is correct.
3700
3701         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3702         (gnus-picon): Ditto.
3703         (gnus-picon): Reinstate.  The background colour for picons is white.
3704         (gnus-picon-insert-glyph): Make the background white.
3705
3706         * nnml.el (nnml-open-nov): Don't return dead buffers.
3707
3708         * auth-source.el (auth-source-create): Query the user for whether to
3709         store the credentials.
3710
3711         * netrc.el (netrc-store-data): New function.
3712
3713         * auth-source.el (auth-source-user-or-password): Use the existing auth
3714         sources, if any, for creation.
3715
3716         * gnus.el (gnus-group-fast-parameter): Return the last matching
3717         parameter instead of the first matching parameter.
3718
3719 2010-09-26  Julien Danjou  <julien@danjou.info>
3720
3721         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3722
3723 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * mml2015.el (mml2015-use): Remove gpg support.
3726
3727         * mml1991.el (mml1991-function-alist): Remove gpg function.
3728         (mml1991-gpg-sign): Remove.
3729
3730 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3731
3732         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3733         (gnus-browse-unsubscribe-current-group): Document it.
3734         (gnus-browse-unsubscribe-group): Use it.
3735
3736 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3739         address to the To list for easier response.
3740
3741         * gnus.el (gnus-play-startup-jingle): Remove.
3742         (gnus-splash): Don't play jingle.
3743         (gnus): Silence gnus-load message.
3744
3745         * gnus-art.el (gnus-treat-play-sounds): Remove.
3746
3747         * gnus.el (gnus-play-jingle): Remove audio support.
3748
3749         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3750
3751         * earcon.el: Remove -- no users.
3752
3753         * gnus-audio.el: Remove -- no users of this package.
3754
3755         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3756
3757         * gnus-start.el (gnus-setup-news): Remove nocem support.
3758
3759         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3760
3761         * gnus.el (gnus-use-nocem): Remove.
3762
3763         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3764         Remove.
3765
3766         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3767         uses NoCeM any more.
3768
3769         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3770         (gnus-button-ctan-handler): Ditto.
3771         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3772         (gnus-button-ctan-directory-regexp): Ditto.
3773         (gnus-button-handle-ctan): Ditto.
3774         (gnus-button-tex-level): Ditto.
3775         (gnus-button-alist): Remove CTAN stuff.
3776
3777 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3780         nnimap-streaming test.
3781
3782         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3783         servers twice.
3784
3785         * nnimap.el (nnimap-open-connection): Add more error reporting when
3786         nnimap fails early.
3787
3788         * nnheader.el (nnheader-get-report-string): New function.
3789         (nnheader-get-report): Use it.
3790
3791         * gnus-int.el (gnus-check-server): Say what the error was when opening
3792         failed.
3793
3794         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3795         using streaming.
3796
3797 2010-09-25  Julien Danjou  <julien@danjou.info>
3798
3799         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3800         gnus-window-inside-pixel-edges.
3801
3802 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3805
3806         * mm-decode.el (mm-save-part): Allow saving to other directories the
3807         normal Emacs way.
3808
3809         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3810         Suggested by Jay Berkenbilt.
3811
3812         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3813         there isn't a single byte.
3814
3815         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3816         just do it.  It doesn't really seem to matter what the user responds
3817         here, I think, so it's just a confusing question.
3818
3819         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3820         non-streaming case.
3821
3822         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3823         (gnus-article-encrypt-body): Use it.
3824
3825         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3826         keystroke.
3827
3828         * nnimap.el (nnimap-find-wanted-parts-1):
3829         Use gnus-fetch-partial-articles.
3830
3831         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3832
3833         * nnimap.el (nnimap-insert-partial-structure): New function.
3834         (nnimap-get-partial-article): New function.
3835         (nnimap-request-article): Use it.
3836         (nnimap-wait-for-response): Return whether the wait was successful.
3837         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3838         retrieval wasn't successful.
3839         (nnimap-retrieve-group-data-early): Allow throttling servers.
3840         (nnimap-streaming): New variable.
3841         (nnimap-fetch-partial-articles): Remove.
3842
3843         * mm-decode.el (mm-with-part): Protect against killed buffers.
3844
3845         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3846         for prettier summary display.
3847
3848 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3849
3850         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3851
3852 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3855         apparently third-party libraries depend on it.
3856
3857         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3858         before starting negotiation.
3859
3860         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3861         privacy reasons.
3862         (gnus-treat-mail-gravatar): Ditto.
3863
3864         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3865         buffer when inserting images.  Inserting text into the headers, for
3866         instance, can make them invalid.
3867
3868 2010-09-25  Julien Danjou  <julien@danjou.info>
3869
3870         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3871         variables.
3872
3873         * nnheader.el: Remove useless variables news-reply-yank-from and
3874         news-reply-yank-message-id.
3875
3876         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3877         variables.
3878
3879         * mml1991.el: Remove useless mml1991-verbose.
3880
3881         * gnus.el: Remove useless variable gnus-use-generic-from.
3882         Remove obsolete variable gnus-topic-indentation.
3883
3884         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3885
3886         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3887
3888         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3889
3890         * gnus-group.el: Remove useless gnus-group-icon-cache.
3891         Remove useless gnus-ephemeral-group-server.
3892
3893         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3894
3895         * mml2015.el: Remove useless mml2015-verbose.
3896
3897         * mml-smime.el: Remove useless mml-smime-verbose.
3898
3899         * gnus.el: Remove useless gnus-local-domain.
3900
3901         * gnus-gravatar.el (gnus-gravatar-transform-address):
3902         Use gnus-gravatar-size.
3903
3904         * gnus-art.el: Remove useless gnus-treat-translate.
3905
3906 2010-09-24  Julien Danjou  <julien@danjou.info>
3907
3908         * gnus-sum.el: Add support for Gravatars.
3909
3910         * gnus-art.el: Add support for Gravatars.
3911
3912         * gnus-gravatar.el: Add this file.
3913
3914         * gravatar.el: Add this file.
3915
3916 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3919
3920         * gnus-group.el (gnus-group-fetch-faq): Remove.
3921
3922         * gnus.el (gnus-group-faq-directory): Remove.
3923
3924         * gnus-group.el (gnus-group-fetch-charter): Remove.
3925
3926         * gnus.el (gnus-group-charter-alist): Remove.
3927
3928         * gnus-group.el (gnus-group-archive-directory): Remove.
3929         (gnus-group-recent-archive-directory): Ditto.
3930         (gnus-group-make-archive-group): Remove.
3931
3932         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3933
3934         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3935         use the same article number for all the cached articles.
3936
3937         * nnimap.el (nnimap-command): Register the last command time so
3938         that we can use it for idling NOOPs.
3939         (nnimap-open-connection): Start the keeplive timer.
3940         (nnimap-make-process-buffer): Store all the process buffers.
3941         (nnimap-keepalive): New function.
3942
3943         * starttls.el (starttls-open-stream): Add autoload cookie.
3944
3945 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3946
3947         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3948         handling.
3949
3950 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3953         its data structures.
3954
3955         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3956         instead of the cl.el copy-list.
3957         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3958         equalp.
3959
3960 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3963         and tool-bar-local-item-from-menu.
3964
3965         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3966         mode-line-highlight face for Emacs.
3967
3968         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3969         loading gnus-sum.elc; fix comment for canlock-verify.
3970         (gnus-article-jump-to-part): Use read-number.
3971         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3972         Remove Emacs pre-21 compatible code for help-echo.
3973         (gnus-article-next-page-1): No need to adjust the number of lines.
3974         (gnus-article-describe-bindings): Always use help-buffer.
3975
3976         * gnus-audio.el (gnus-audio-inline-sound)
3977         * gnus-cus.el (gnus-custom-mode)
3978         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3979
3980         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3981
3982         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3983         compatible code.
3984
3985 2010-09-24  Glenn Morris  <rgm@gnu.org>
3986
3987         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3988         visiting the fcc file in rmail-mode.
3989
3990         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3991
3992 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * nnir.el: Silence the byte compiler.
3995
3996         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3997         alias to browse-url-url-encode-chars if any.
3998         (gnus-html-encode-url): Use it.
3999
4000 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus-start.el (gnus-use-backend-marks): New variable.
4003         (gnus-get-unread-articles-in-group): Use it.
4004
4005         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4006         makeover.
4007
4008 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4009
4010         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4011
4012 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4013
4014         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4015         Remove.
4016         (gnus-setup-news-hook):
4017         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4018
4019         * gnus-int.el (gnus-request-update-info): Protect against backends not
4020         having the function.
4021
4022         * nnimap.el (nnimap-stream): Mention starttls.
4023         (nnimap-open-connection): Add starttls support.
4024
4025 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4026
4027         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4028
4029 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4032         BODYSTRUCTUREs.
4033         (nnimap-transform-headers): Unfold quoted {42} headers.
4034
4035         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4036         the info.
4037         (gnus-get-unread-articles): Only call updatep on backends that support
4038         it.
4039
4040         * nnweb.el (nnweb-request-update-info): NOOP.
4041
4042         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4043
4044         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4045         since it only deals with marks.
4046
4047         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4048         gnus-request-marks, and make a new gnus-request-update-info.
4049
4050         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4051         the active instead of the high number, which is usually too low.
4052
4053 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4056         * encrypt.el: Remove.
4057
4058 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4061         server in symbolic form.
4062
4063         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4064
4065 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4068         (nnimap-update-info): Fix up code slightly.
4069
4070         * gnus-int.el (gnus-open-server): Add tracing for performance
4071         debugging.
4072
4073         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4074         (gnus-group-insert-group-line): Pass the real group name so that it
4075         gets the right data.
4076
4077         * gnus-start.el (gnus-get-unread-articles): Don't have
4078         `gnus-get-unread-articles-in-group' update info, since that can be
4079         really slow and doesn't seem to be needed?
4080
4081 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4082
4083         * time-date.el (date-to-time): Try using parse-time-string first before
4084         using the slower timezone-make-date-arpa-standard.
4085
4086 2010-09-22  Julien Danjou  <julien@danjou.info>
4087
4088         * gnus-group.el (gnus-group-insert-group-line):
4089         Call gnus-group-highlight-line.
4090         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4091         default hook list.
4092         (gnus-group-update-eval-form): Add new function.
4093         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4094         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4095
4096 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097
4098         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4099         immediate, then expire all articles.
4100         (nnimap-update-info): Fix off-by-one errors.
4101         (nnimap-flags-to-marks): Would return no marks lists for group with no
4102         flags.  Instead return the other data.
4103
4104 2010-09-22  Julien Danjou  <julien@danjou.info>
4105
4106         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4107         Only return an icon.
4108         (gnus-group-insert-group-line): Compute icon to return.
4109
4110         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4111         (gnus-html-image-fetched): Only cache if
4112         gnus-html-image-automatic-caching is set.
4113         (gnus-html-image-fetched): Check for errors.
4114
4115 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4116
4117         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4118         once per method on `g'.  This ensures that backends like nnfolder don't
4119         open all their folders.
4120
4121         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4122         (nnimap-request-list): Nix out group in the correct buffer.
4123         (nnimap-parse-flags): Implement by using `read' instead of
4124         hand-parsing.
4125         (nnimap-flags-to-marks): Pass on permanent-flags.
4126         (nnimap-make-process-buffer): Record the server name.
4127         (nnimap-parse-flags): Fix typo.
4128         (nnimap-request-scan): Run split on the server in general, not just a
4129         single group.
4130
4131         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4132         parameter, and propagate this downwards.
4133
4134         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4135         since EXAMINE changes it on the server.
4136
4137         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4138         this command might take a while.
4139
4140 2010-09-22  Julien Danjou  <julien@danjou.info>
4141
4142         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4143         harmful if you have 2 images side-by-side, they can't be properly
4144         update on text deletion.  Using text-property is safer here.
4145         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4146         data.
4147
4148 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4149
4150         * nnimap.el (nnimap-expunge-inbox): Remove.
4151         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4152         (nnimap-expunge): Flip default to t.
4153
4154         * gnus.el (gnus-method-to-server): Don't push things to the cache
4155         unless it's unique.
4156         (gnus-server-to-method): Ditto.
4157
4158 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4159
4160         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4161
4162 2010-09-22  Julien Danjou  <julien@danjou.info>
4163
4164         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4165         get the start of data.
4166         (gnus-html-encode-url): Add this function to encode special chars in
4167         URL.
4168         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4169         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4170
4171         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4172         default.
4173         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4174
4175         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4176         images alt-text.
4177         (gnus-html-put-image): Put alt-text as help-echo.
4178
4179 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4182         * mm-util.el (mm-decompress-buffer)
4183         * nnir.el (nnir-run-find-grep)
4184         * pop3.el (pop3-list): Use 3rd arg of split-string.
4185
4186         * time-date.el (format-seconds): Comment fix.
4187
4188         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4189         and byte-optimize-form-code-walker.
4190         (dgnushack-make-auto-load): Don't advise make-autoload.
4191
4192         * lpath.el: Remove Emacs 21 stuff.
4193
4194 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4197         outside the active range.  Suggested by Dan Christensen.
4198
4199         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4200         slightly later to avoid double-getting it.
4201
4202         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4203         previous patch.
4204
4205         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4206
4207 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4208
4209         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4210
4211 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-int.el (gnus-open-server): Give a better error message in the
4214         "go offline" case.
4215
4216         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4217         marks for nnimap, which is seldom the right thing to do.
4218
4219         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4220         (gnus-same-method-different-name): New function.
4221
4222         * nnimap.el (parse-time): Require.
4223
4224         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4225         method in the presence of many similar methods.
4226
4227         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4228
4229         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4230         nnml-inhibit-expiry.
4231
4232         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4233         find out whether methods are equal.
4234
4235         * nnimap.el (nnimap-find-expired-articles): New function.
4236         (nnimap-process-expiry-targets): New function.
4237         (nnimap-request-move-article): Request the article before looking at
4238         what the Message-ID is.  Fix found by Andrew Cohen.
4239         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4240
4241         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4242         for oldness in addition to being a predicate.
4243
4244         * nnimap.el (nnimap-request-group): When we have zero articles, return
4245         the right data to Gnus.
4246         (nnimap-request-expire-articles): Only delete articles immediately if
4247         the target is 'delete.
4248
4249         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4250         method, this would bug out.
4251
4252         * gnus-group.el (gnus-group-expunge-group): Rename from
4253         gnus-group-nnimap-expunge, and implemented as a normal interface
4254         function.
4255
4256         * gnus-int.el (gnus-request-expunge-group): New function.
4257
4258         * nnimap.el (nnimap-request-create-group): Implement.
4259         (nnimap-request-expunge-group): New function.
4260
4261 2010-09-21  Julien Danjou  <julien@danjou.info>
4262
4263         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4264         (gnus-html-cache-expired): Add new function.
4265         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4266         wethever we should display image for fetch it.
4267         Compute alt-text earlier to pass it to the fetching function too.
4268         (gnus-html-schedule-image-fetching): Change function argument to only
4269         get one image at a time, not a list.
4270         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4271         cache.
4272         (gnus-html-get-image-data): New function to retrieve image data from
4273         cache.
4274         (gnus-html-put-image): Change buffer argument to use image data rather
4275         than file, and place image above region rather than inserting a new
4276         one.  Do not take alt-text as argument, since it's useless now: we place
4277         the image above alt-text.
4278         (gnus-html-prune-cache): Remove.
4279         (gnus-html-show-images): Start to fetch image when we find one, do not
4280         push into a temporary list.
4281         (gnus-html-prefetch-images): Only fetch image if they have expired.
4282         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4283         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4284
4285 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4288
4289 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4292         spec inser "*" if the group isn't active instead of 0.
4293
4294         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4295         opening the server.
4296         (nnimap-request-delete-group): Implement group deletion.
4297         (nnimap-transform-headers): Return the size of the entire message in
4298         the Bytes header, not just the size of the first part.
4299         (nnimap-request-move-article): When moving an article from nnimap,
4300         request the article first so the accepting form has an article to
4301         accept.  Reported by Dan Christensen.
4302         (nnimap-command): Make sure that the error message doesn't error out.
4303
4304 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4305
4306         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4307         we haven't requested anything.
4308
4309 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4312         "".  Fix found by Andrew Cohen.
4313
4314         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4315         instead of -encode-string.
4316
4317 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4320
4321         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4322         by mm-subst-char-in-string.
4323
4324 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4327         waiting for the connection string.
4328
4329         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4330         arriving.
4331
4332         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4333         bogus characters.  This allows selecting certain Gmail groups.
4334
4335         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4336         (nnimap-fetch-partial-articles): New variable.
4337         (nnimap-open-connection): When looking for credentials, also use the
4338         nnimap-server-port.
4339         (nnimap-request-article): Return the group/article number, so that Gnus
4340         `^' works as expected.
4341         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4342
4343         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4344         comments.
4345         (gnus-methods-sloppily-equal): New function.
4346         (gnus): When using the development version of Gnus, load the gnus-load
4347         file.
4348
4349         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4350         `gnus-open-server' on each method before trying to scan them etc.
4351         This ensures that all the backend parameters are set correctly.
4352
4353         * nnimap.el (nnimap-authenticator): New variable.
4354         (nnimap-open-connection): Allow anonymous login.
4355         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4356         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4357
4358         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4359         patch, found by Knut Anders Hatlen.
4360
4361 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4362
4363         * gnus-agent.el (gnus-agent-batch-confirmation)
4364         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4365         to gnus-message.
4366         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4367         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4368         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4369         * gnus-int.el (gnus-open-server): Likewise.
4370         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4371         (gnus-score-check-syntax): Likewise.
4372         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4373         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4374         Likewise.
4375         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4376
4377 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4380         calling conventions so that prefetch doesn't bug out.
4381
4382 2010-09-19  Julien Danjou  <julien@danjou.info>
4383
4384         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4385         rather than `subst-char-in-region' in order to be able to replace ASCII
4386         char by UTF-8 ones.
4387
4388         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4389         than curl.
4390         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4391         the right URL and ALT text on images.
4392         (gnus-html-wash-tags): Fix tag case.
4393         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4394         (gnus-article-html): Add -o display_ins_del=2 option.
4395         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4396
4397 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4400         the extra mail headers, which sometimes seem to happen for unknown
4401         reasons.
4402
4403         * mail-parse.el (mail-header-encode-parameter): Define as
4404         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4405         (or most, perhaps?) mail readers don't understand the latter, but do
4406         understand the former.
4407
4408         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4409         to nil, so that no methods are automatically agentized.  I think this
4410         is probably what most users want.
4411
4412         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4413         from url-retrieve, for instance about invalid URLs.
4414
4415         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4416         groups that have no articles.
4417         (nnimap-request-article): Check that we really got an article when we
4418         requested one.
4419
4420         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4421         doesn't exist.
4422
4423         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4424         nntp buffer so the agent can save it.
4425         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4426         that CRLF doesn't get translated to \n.
4427         (nnimap-open-connection): Don't make 'shell commands only send \n.
4428
4429 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4430
4431         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4432         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4433         Update var name.
4434         (nnml-generate-nov-file): Use dolist.
4435         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4436         Use with-current-buffer.
4437
4438 2010-09-18  Julien Danjou  <julien@danjou.info>
4439
4440         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4441         parallel.
4442
4443 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4446         the range update right.
4447         (nnimap-request-group): Don't make `M-g' bug out on group with no
4448         marks.
4449         (nnoo): Require, so that other packages can require nnimap.
4450         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4451         command we're looking for.  This helps when the server sends more
4452         responses after we've gotten everything we expected.
4453         (nnimap): Add a `newlinep' field to keep track of end-of-line
4454         conventions.
4455         Don't send CRLF to things that don't want it.
4456         (nnimap-request-accept-article): Ditto.
4457
4458 2010-09-18  Julien Danjou  <julien@danjou.info>
4459
4460         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4461         than curl to retrieve images.
4462
4463 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4466         the marks.
4467         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4468         (nnimap-wait-for-connection): New function.
4469         (nnimap-open-connection): If we have PREAUTH, don't query for login
4470         credentials.
4471         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4472         when doing a partial update.
4473
4474 2010-09-18  Julien Danjou  <julien@danjou.info>
4475
4476         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4477         tags.
4478
4479 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * nnimap.el (nnimap-credentials): New function.
4482         (nnimap-open-connection): Use the new function to look for credentials
4483         also on the numeric equivalents of "imap" and "imaps".
4484
4485         * gnus-start.el (gnus-activate-group): Send the info to
4486         gnus-request-group.
4487
4488         * nnimap.el (nnimap-request-group): Have the "check" version of the
4489         function parse flags and update the info, so that a `M-g' get a total
4490         resync of all flags from the group.
4491
4492         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4493         to allow backends to alter the info on group selection.  Also alter all
4494         the backend -request-group functions to take the parameter.
4495
4496         * nnimap.el (nnimap-store-info): New function.
4497         (nnimap-update-info): Store the info for later usage.
4498         (nnimap-request-group): Use the stored info for the dont-check case, so
4499         that we don't retrieve all marks when we enter a group.
4500
4501         * nnimap.el: Use deffoo instead of defun for interface functions.
4502
4503         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4504         update the group info.  This makes the nndraft groups, for instance, go
4505         back to their old behaviour.
4506
4507         * gnus-sum.el (gnus-select-newsgroup): Indent.
4508
4509         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4510         in.
4511         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4512         nothing.
4513
4514         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4515         from methods that are denied.
4516
4517         * gnus-int.el (gnus-method-denied-p): New function.
4518
4519         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4520         store the password instead of netrc.
4521         (nnimap-open-connection): Don't error out when we can't make a
4522         connections.
4523
4524         * auth-source.el (auth-source-create): In the password prompt, say what
4525         we're querying for.  Also prompt for user name if that hasn't been
4526         given.
4527
4528         * nnimap.el (nnimap-with-process-buffer): Remove.
4529
4530 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4533         method when we're reading from the agent.
4534
4535         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4536
4537         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4538         that's probably most useful for users.
4539
4540         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4541         "failed" all the time.
4542
4543         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4544         ...)) with (with-current-buffer ... ).
4545
4546         * nntp.el (nntp-open-server): Return whether the open was successful or
4547         not.
4548
4549         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4550         select an unread unseen article first.
4551
4552         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4553         /etc/services, supply some sensible port defaults.
4554
4555         * dgnushack.el: Define netrc-credentials.
4556
4557 2010-09-17  Julien Danjou  <julien@danjou.info>
4558
4559         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4560
4561 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4562
4563         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4564         doesn't have any parameters.
4565
4566 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4569         only upcased checks.
4570
4571         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4572
4573         * nnimap.el (nnimap-open-shell-stream): New function.
4574         (nnimap-open-connection): Use it.
4575         (nnimap-transform-headers): Get the number of lines in each message.
4576         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4577         number of lines.
4578         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4579         problem.
4580
4581         * utf7.el (utf7-encode): Autoload.
4582
4583         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4584         to allow the mail splitting to not return a default group.  This is
4585         useful for nnimap, which will leave unmatched mail in the inbox.
4586
4587         * nnimap.el: Rewritten.
4588
4589         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4590         nnimap usage.
4591
4592         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4593         if the move is internal, so that nnimap can do fast internal moves.
4594
4595         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4596         data.
4597         (gnus-read-active-for-groups): Support finishing the early retrieval of
4598         data.
4599
4600         * gnus-range.el (gnus-range-nconcat): New function.
4601
4602         * gnus-int.el (gnus-finish-retrieve-group-infos)
4603         (gnus-retrieve-group-data-early): New functions.
4604
4605 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4606
4607         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4608         (nnrss-retrieve-groups):
4609         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4610         (pop3-quit): Use with-current-buffer.
4611
4612 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4615         instead of nnheader-accept-process-output.
4616
4617         * dgnushack.el (dgnushack-compile): Add comment.
4618
4619         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4620
4621         * gnus-html.el (gnus-html-schedule-image-fetching)
4622         (gnus-html-prefetch-images): Replace process-kill-without-query by
4623         gnus-set-process-query-on-exit-flag.
4624
4625 2010-09-16  Romain Francoise  <romain@orebokech.com>
4626
4627         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4628
4629 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4632         parameter to unintern is mandatory-ish in Emacs 24.
4633
4634         * gnus-html.el (gnus-html-schedule-image-fetching)
4635         (gnus-html-prefetch-images): Check for curl before using it.
4636
4637         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4638         depend on curl, which isn't essential.
4639
4640         * imap.el: Revert back to version
4641         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4642         seem problematic.
4643
4644 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4645
4646         * gnus-registry.el (gnus-registry-install-shortcuts):
4647         Explicitly pass `obarray' to `unintern' to avoid a warning.
4648
4649 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4650
4651         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4652         change.
4653
4654         * nnrss.el (nnrss-request-list): Remove this function and related
4655         functions, including the moreover stuff.
4656
4657 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * nnrss.el (nnrss-retrieve-groups): New function.
4660
4661 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4662
4663         * .dir-locals.el: Add no-byte-compile cookie.
4664
4665 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * time-date.el (format-seconds): Comment fix.
4668
4669         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4670         for back end that doesn't support request-scan.
4671
4672 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4675         then do request scans from the backends.
4676
4677         * netrc.el (netrc-credentials): New conveniency function.
4678
4679         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4680         avoid running a hook per line, since this takes a lot of time,
4681         profiling shows.
4682         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4683         directly if gnus-visual-p is true.
4684
4685 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4688         groups; replace mapcar with dolist which is a bit faster; pass groups
4689         info to gnus-read-active-file-1.
4690         (gnus-read-active-file-1): Scan only specified groups if the new
4691         optional arg `infos' is given.
4692
4693 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4696
4697         * pop3.el (pop3-movemail): Remove.
4698         (pop3-streaming-movemail): Rename to pop3-movemail.
4699
4700         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4701         don't restrict end-tag searches to the end of the line.
4702
4703 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4706         articles of every unchecked group to t, which means unknown since the
4707         server has never been opened.
4708
4709 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710
4711         * gnus-html.el (gnus-html-show-alt-text): New command.
4712         (gnus-html-browse-image): Ditto.
4713         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4714         to browse the image directly.
4715         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4716         better.
4717
4718         * gnus-async.el (gnus-async-article-callback):
4719         Call `gnus-html-prefetch-images' unconditionally.
4720
4721         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4722         before feeding URLs to curl.
4723
4724 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4727         internal images as deletable by `W D D'.
4728
4729         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4730         (gnus-async-article-callback): Fix typo.
4731
4732 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4735         current line to work around bugs in the output from w3m.
4736
4737         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4738         for groups that want that.
4739
4740         * nntp.el (nntp-wait-for-string): Supply a timeout for
4741         accept-process-output to ensure progress.
4742
4743         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4744         level to get unread articles from, then use that for foreign groups,
4745         too.
4746
4747         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4748         confuses the rest of the function.
4749
4750         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4751         for the methods that support -retrieve-groups, too.
4752
4753         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4754
4755 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4758         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4759
4760         * pop3.el: Require cl when compiling.
4761         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4762
4763 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4766         that aren't going to be activated.
4767         (gnus-get-unread-articles): Fix up the last commit.
4768
4769         * gnus-html.el (gnus-article-html): Allow calling without specifying
4770         the handle.  In that case, dissect the buffer first.
4771
4772         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4773
4774         * nnimap.el (nnimap-open-connection): Revert the change that would look
4775         into authinfo for imaps instead of imap.
4776
4777         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4778         say that you don't want to call gnus-request-group with don-check, but
4779         do check the reponse.  This is for virtual groups only.
4780         (gnus-get-unread-articles): Count the archive groups as secondary, so
4781         that they're activated the same way as before.
4782
4783         * imap.el (imap-message-map): Removed optional buffer parameter, since
4784         no callers use it.
4785         (imap-message-get): Ditto.
4786         (imap-message-put): Ditto.
4787         (imap-mailbox-map): Ditto.
4788         (imap-mailbox-put): Ditto.
4789         (imap-mailbox-get): Ditto.
4790         (imap-mailbox-get): Revert last change for this function.
4791
4792         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4793         case-insensitively.
4794         (nnimap-debug): Remove.
4795
4796         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4797         to use `imap-fetch' instead.  According to the comments, this should be
4798         safe, since all other IMAP clients use the 1:* syntax.
4799         (imap-enable-exchange-bug-workaround): Removed.
4800         (imap-debug): Removed -- doesn't seem very useful.
4801
4802         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4803         mail from a file, and the file doesn't exist.
4804
4805         * imap.el (imap-log): New convenience function used throughout instead
4806         of repeating the same code all over the place.
4807
4808         * pop3.el (pop3-streaming-movemail): Return t for success.
4809
4810         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4811         .authinfo if we're using ssl connection.
4812
4813         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4814         already have if we're in a main Gnus `g' run.
4815
4816         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4817
4818 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4821
4822         * nnmh.el (nnmh-request-list-1): Bind `file'.
4823
4824         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4825         alias to set-process-query-on-exit-flag or process-kill-without-query.
4826         (pop3-open-server): Use it.
4827
4828 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4829
4830         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4831         box to the Incoming file.  Fixes mistake in previous checkin.
4832
4833         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4834         request loop (for debugging purposes) removed.
4835
4836         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4837         culprit is more visible.
4838         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4839         (nnml-add-incremental-nov): New functions to do "incremental" nov
4840         updates, where we just append to the end of the existing nov files
4841         without reading/writing them in full.
4842
4843         * mail-source.el (mail-source-delete-crash-box): Really only check the
4844         incoming files once in a while.
4845
4846         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4847
4848         * mail-source.el (mail-source-delete-crash-box): Only check the
4849         incoming files for deletion once per day to save a lot of file
4850         accesses.
4851
4852         * pop3.el (pop3-logon): Fix up unbound variable typo.
4853
4854         * mail-source.el (pop3-streaming-movemail): Autoload.
4855
4856         * pop3.el (pop3-streaming-movemail):
4857         Respect pop3-leave-mail-on-server.
4858
4859         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4860         retrieval.
4861
4862         * pop3.el (pop3-process-filter): Remove unused function.
4863         (pop3-streaming-movemail, pop3-send-streaming-command)
4864         (pop3-wait-for-messages, pop3-write-to-file)
4865         (pop3-number-of-responses): New functions for streaming pop3
4866         retrieval.
4867
4868         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4869         come from no known methods.
4870         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4871         list.
4872
4873         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4874         message sizes.
4875         (pop3-movemail): Use erase-buffer instead of looping and deleting
4876         regions, which seems rather odd.
4877
4878         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4879         file once per `g' run.
4880
4881         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4882         directories.  This makes the draft queue directory work.
4883
4884         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4885         data from the backends, so that we only request the list of groups from
4886         each method once.  This should speed things up considerably.
4887
4888         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4889         detect that it's not implemented.
4890
4891         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4892         we actually do recurse down into the tree, but don't stat all leaf
4893         nodes.
4894
4895         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4896         then say so instead of bugging out.
4897
4898         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4899         files exist before trying to read them.
4900
4901         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4902         around <pre_int>.
4903
4904         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4905
4906         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4907
4908 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * mm-util.el (mm-image-load-path): Just return the image directories,
4911         not all directories in the path in addition to the image directories.
4912         (mm-image-load-path): Maintain a cache of the image directories so that
4913         the `g' command in Gnus doesn't have to stat dozens of directories each
4914         time.
4915
4916         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4917         (gnus-html-wash-tags): Add a new `i' command to insert images.
4918         (gnus-html-insert-image): New command and keystroke.
4919         (gnus-html-redisplay-with-images): New command and keystroke.
4920         (gnus-html-show-images): Rename command.
4921         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4922         spacers.
4923         (gnus-html-wash-tags): Decode entities at the end, so that entities
4924         inside the tags don't mess up the rest of the "parsing".
4925
4926         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4927         so that nnimap methods aren't agentized by default.  There's apparently
4928         many problems related to agent/imap behaviour.
4929
4930         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4931
4932         * gnus-html.el: Doc fix.
4933
4934 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4937         specifier-spec-list for Emacs 21.
4938
4939         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4940         glyph-width and glyph-height instead of display-graphic-p and
4941         image-size; make avoidance of displaying small images work for XEmacs.
4942
4943         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4944         for XEmacs.
4945
4946         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4947         of symbol that holds plist data.
4948         (gnus-process-plist): Remove plist of process after getting it.
4949
4950 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4951
4952         * message.el (message-generate-hashcash): Change default to
4953         'opportunistic if hashcash is installed.
4954
4955         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4956         (gnus-html-put-image): Only call image-size once, since it's somewhat
4957         time-consuming on remote X servers.
4958
4959 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4962         type on data, not a file name.
4963
4964         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4965         window-pixel-edges for Emacs 21.
4966
4967         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4968         decoded contents.
4969         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4970
4971 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4972
4973         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4974         group line format, since it isn't very interesting.
4975
4976         * gnus-agent.el (gnus-agent-short-article),
4977         (gnus-agent-long-article): Increase values for these two variables,
4978         since most people are likely to have more network connection and
4979         storage than before.
4980
4981         * gnus.el (gnus-refer-article-method): Change default to 'current.
4982         When referring an article, the common behaviour is to refer it from the
4983         current select method, not the native select method.  The chances of
4984         the native select method having the message in question is rather slim
4985         these days.
4986
4987         * gnus-sum.el (gnus-auto-select-subject): Change default to
4988         `unseen-or-unread'.  I think it's likely that most people want to
4989         select an unseen article over a previously seen, but unread one.
4990
4991         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4992         means that in the article buffer none of the minor mode elements will
4993         be shown, usually, and this is not desirable in most cases.
4994
4995         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4996         that commands like `d' (and the like) go to the next line in the
4997         buffer, instead of the next unread article.  I think this is the
4998         behaviour that is most natural for most users.
4999         (gnus-single-article-buffer): Change default to nil, so that people can
5000         have as many article buffers open as they have summary buffer.  I think
5001         this is the most natural way for the groups to behave.
5002
5003         * message.el (message-generate-new-buffers): Change default to
5004         `unsent', so that all new message buffers start their names with the
5005         string "*unsent", and it's easier to find the buffers if you move from
5006         them.
5007
5008 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5011         small.  They're probably tracking images.
5012         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5013         (gnus-html-rescale-image): Yet another try at getting the image sizing
5014         right.
5015
5016         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5017         nntp-marks-file-name is nil.
5018
5019 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5020
5021         * gnus-html.el (gnus-html-wash-tags)
5022         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5023         Better logging.
5024
5025 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5028
5029         * gnus-html.el (gnus-html-wash-tags): Check the value of
5030         gnus-blocked-images in the summary buffer.
5031
5032 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5033
5034         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5035
5036 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5037
5038         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5039         like "a", it seems like.
5040         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5041         since it needs to be picked from the correct buffer.
5042
5043         * nnwfm.el: Remove.
5044
5045         * nnlistserv.el: Remove.
5046
5047 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5048
5049         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5050         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5051
5052 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * nnkiboze.el: Remove.
5055
5056         * nndb.el: Remove.
5057
5058         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5059         alt text.
5060         (gnus-html-rescale-image): Try to get the rescaling logic right for
5061         images that are just wide and not tall.
5062
5063         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5064         overshadow variable bindings.
5065
5066 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5067
5068         * gnus-html.el (gnus-html-wash-tags)
5069         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5070         Add extra logging.
5071
5072 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5075         (gnus-max-image-proportion): New variable.
5076         (gnus-html-rescale-image): New function.
5077         (gnus-html-put-image): Rescale images.
5078
5079 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5080
5081         Fix up some byte-compiler warnings.
5082         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5083         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5084         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5085         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5086         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5087         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5088         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5089
5090 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * gnus-html.el (gnus-article-html): Decode contents by charset.
5093
5094 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5097         (gnus-html-frame-width, gnus-blocked-images)
5098         * message.el (message-prune-recipient-rules): Add custom version.
5099         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5100
5101         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5102         functions.
5103
5104         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5105         gnus-process-get.
5106
5107 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5108
5109         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5110         instead of lsub directly.
5111
5112 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * nnwarchive.el: Remove.
5115
5116         * gnus-soup.el: Remove.
5117
5118         * nnsoup.el: Remove.
5119
5120         * nnultimate.el: Remove.
5121
5122         * gnus-html.el (gnus-blocked-images): New variable.
5123
5124         * message.el (message-prune-recipients): New function.
5125         (message-prune-recipient-rules): New variable.
5126
5127         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5128         guess whether a long line is natural text or not.
5129
5130         * gnus-html.el (gnus-html-schedule-image-fetching):
5131         Use gnus-process-plist and friends for compatibility.
5132
5133 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5134
5135         * gnus-html.el: Require packages that define macros used in this file.
5136         (gnus-article-mouse-face): Declare to silence byte-compiler.
5137         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5138         process-get.
5139         (gnus-html-put-image): Use plist-get to avoid getf.
5140         (gnus-html-prefetch-images): Use with-current-buffer.
5141
5142 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * gnus-ems.el: Provide compatibility functions for
5145         gnus-set-process-plist.
5146
5147         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5148         header-line-format for XEmacs 21.4.
5149
5150         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5151         * gnus.el (gnus-valid-select-methods)
5152         * message.el (message-send-mail-partially-limit)
5153         * mm-decode.el (mm-text-html-renderer)
5154         * mml.el (mml-insert-mime-headers-always)
5155         * smiley.el (smiley-regexp-alist): Bump custom version.
5156
5157 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158
5159         * gnus-html.el: require mm-url.
5160         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5161         with the url to `url'.
5162         (gnus-html-wash-tags): Support cid: URLs/images.
5163
5164 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165
5166         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5167         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5168         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5169
5170         * gnus-move.el: Remove file, since it doesn't really work.
5171
5172         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5173         UTF-8.  This seems to fix problems with some German web feeds.
5174
5175         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5176         at the top so that the proper colours are applied.
5177
5178         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5179         don't have dots in their names.
5180
5181         * gnus-art.el (gnus-article-view-part): Doc fix.
5182
5183         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5184         XEmacs-compatible.
5185         (gnus-html-put-image): Don't do images on non-graphic displays.
5186
5187         * nnslashdot.el: Remove this unused backend.
5188
5189         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5190         actions.
5191         (gnus-undo-register-1): Revert last change.
5192
5193         * gnus-group.el (gnus-group-completing-read): Protect against not
5194         having completion-styles bound.
5195
5196         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5197         make broken recipients happier.
5198
5199         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5200
5201         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5202         point parameter.
5203
5204         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5205
5206         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5207         completion-styles for group selection.
5208
5209 2009-02-04  Andreas Schwab  <schwab@suse.de>
5210
5211         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5212         headers and regexp-quote the match if necessary.
5213
5214 2009-03-24  Miles Bader  <miles@gnu.org>
5215
5216         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5217         the blinking smiley.
5218
5219 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5220
5221         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5222         blink smiley.
5223
5224 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5225
5226         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5227         where the dribbel file lives exists.
5228
5229         * message.el (message-send-mail-partially-limit): Change the default to
5230         nil, since most people don't want this.
5231
5232         * mm-url.el (mm-url-decode-entities): Also decode entities like
5233         &#x3212.
5234
5235 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5236
5237         * gnus-sum.el (gnus-summary-idna-message):
5238         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5239         Hyperlink urls in docstrings with URL `...'.
5240
5241 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5242
5243         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5244         functions.
5245
5246 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5249         say what the mouseover text should be.
5250
5251         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5252         version of the mm-w3m-safe-url-regexp variable to only download images
5253         in the groups where we want that to happen.
5254
5255         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5256
5257         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5258         easier debugging.
5259         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5260         big pictures in the article buffer.
5261
5262         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5263         gnus-article-html.
5264         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5265         w3m.
5266
5267         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5268
5269 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5270
5271         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5272         which doesn't exist.
5273
5274         * message.el (message-inhibit-ecomplete): New variable to allow some
5275         function to inhibit ecomplete address storage.
5276         (message-resend): Disable ecomplete message storage when resending
5277         messages.
5278
5279         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5280
5281 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5284         Save excursion while copying, moving, and deleting articles in order to
5285         prevent the cursor from jumping to unforeseen place.
5286
5287 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * lpath.el: No need to bind bookmark-current-buffer,
5290         bookmark-yank-point and bookmark-make-record-function.
5291
5292 2010-08-17  Glenn Morris  <rgm@gnu.org>
5293
5294         * gnus-sync.el: Require gnus components whose functions are used.
5295
5296         * gnus-art.el (bookmark-make-record-function):
5297         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5298         Declare for compiler.
5299
5300         * mm-url.el (mml-compute-boundary): Autoload.
5301
5302 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5305
5306 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         Typo fix "hoo4a" -> "hook".
5309
5310         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5311
5312 2010-08-14  Glenn Morris  <rgm@gnu.org>
5313
5314         * gnus-sync.el (gnus-sync): Fix defgroup version.
5315
5316 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5317
5318         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5319
5320         * gnus-sync.el: Fix docs.
5321         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5322         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5323
5324 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5325
5326         Optimizations for gnus-sync.el.
5327
5328         * gnus-sync.el: Add docs about gnus-sync-backend
5329         possibilities.
5330         (gnus-sync-save): Remove unnecessary message.
5331         (gnus-sync-read): Optimize and show what groups were skipped.
5332
5333 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5334
5335         Minor bug fixes for gnus-sync.el.
5336
5337         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5338         Don't read the sync on get-new-news.
5339
5340         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5341         quiet.
5342
5343         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5344         (fix typo).
5345
5346 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5347
5348         Make saving and restoring of hidden threads work with overlays.
5349         Patch applied by Ted Zlatanov.
5350
5351         * gnus-sum.el (gnus-hidden-threads-configuration)
5352         (gnus-restore-hidden-threads-configuration): Update to deal with text
5353         properties, rather than searching for a magic character.
5354
5355 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5356
5357         New gnus-sync.el library for synchronization of marks.
5358
5359         * gnus-sync.el: New library for synchronization of marks.
5360
5361         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5362         renamed from `gnus-registry-grep-in-list'.
5363
5364         * gnus-registry.el (gnus-registry-follow-group-p):
5365         Use `gnus-grep-in-list'.
5366
5367         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5368
5369 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5372         determining charset of text fails.
5373
5374 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * nnmail.el (nnmail-get-new-mail-1): Revert.
5377
5378         * nnml.el (nnml-active-number): Make sure names of newly created groups
5379         in nnml-group-alist are encoded.
5380
5381 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5384         containing non-ASCII characters in active file for nnml back end.
5385
5386 2010-07-24  David Engster  <dengste@eml.cc>
5387
5388         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5389         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5390
5391 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5392
5393         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5394         tag (Bug#6654).
5395
5396 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5399         the article buffer, not the summary buffer.
5400
5401 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5404         Emacs 23 as well.
5405
5406 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5409         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5410
5411 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5412
5413         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5414         Patch applied by Karl Fogel.
5415
5416         * gnus-sum.el (gnus-summary-bookmark-make-record):
5417         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5418
5419 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5420
5421         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5422         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5423         C-w still not working correctly from Article buffers; Thierry's
5424         patch to fix that will be applied after this.
5425
5426         * gnus-art.el (bookmark-make-record-function): New local variable.
5427
5428         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5429         article buffer.
5430         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5431
5432 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5433
5434         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5435         on changes in bookmark.el.
5436
5437 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5440         `no-log' instead of message not to log prompt string.
5441
5442 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5443
5444         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5445         the *other* type of HTML form submission.
5446
5447 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5448
5449         * auth-source.el (auth-source-pick): If choice does not contain a
5450         questioned keyword, set the check to t.
5451
5452 2010-06-12  Romain Francoise  <romain@orebokech.com>
5453
5454         * gnus-util.el (gnus-date-get-time): Move up before first use.
5455
5456 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5459         (gnus-article-edit-part): Bind it to make last part that is substituted
5460         or deleted visible.
5461         (gnus-mime-display-single): Buttonize part of which id equals to
5462         gnus-mime-buttonized-part-id.
5463
5464 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5465
5466         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5467         (gnus-dd-mmm): Use gnus-date-get-time.
5468         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5469         simplify logic.
5470         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5471         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5472
5473 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5474
5475         * auth-source.el (top): Autoload `secrets-list-collections',
5476         `secrets-create-item', `secrets-delete-item'.
5477         (auth-sources): Fix tag string.
5478         (auth-get-source, auth-source-retrieve, auth-source-create)
5479         (auth-source-delete): New defuns.
5480         (auth-source-pick): Rewrite in order to avoid 2 passes.
5481         (auth-source-forget-user-or-password): New parameter USERNAME.
5482         (auth-source-user-or-password): New parameters CREATE-MISSING and
5483         DELETE-EXISTING.  Retrieve password interactively, if needed.
5484
5485 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5486
5487         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5488         deleting unused directories when gnus-expert-user is t.
5489
5490 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5493         for each temp file when gnus-article-browse-delete-temp is ask.
5494
5495 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5496
5497         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5498         Lisp calls to delete-backward-char by calls to delete-char.
5499
5500 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5501
5502         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5503
5504 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5505
5506         * password-cache.el (password-cache-remove): Fix docstring.
5507
5508 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5511         article unless decoding article to be saved.
5512
5513 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5516         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5517         generated within the mm-with-unibyte-current-buffer macro.
5518
5519 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5522         to nil when we're in a mml-preview buffer and no group is selected.
5523
5524 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5525
5526         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5527         when catching the `C-g'.  Reported by "Leo".
5528
5529 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * message.el (message-forward-make-body-plain)
5532         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5533         multibyte-string-p.
5534
5535         * lpath.el: Revert.
5536
5537 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * message.el (message-forward-make-body-mml): Assume original message
5540         is multibyte string; error on unibyte.
5541         (message-forward-make-body-plain): Ditto; don't add excessive newline
5542         in body end.
5543
5544         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5545
5546 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5547
5548         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5549         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5550
5551 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * mm-extern.el (mm-extern-url): Don't use
5554         mm-with-unibyte-current-buffer.
5555         (mm-extern-cache-contents): Use with-current-buffer instead of
5556         save-excursion + set-buffer.
5557
5558 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * mm-util.el (mm-emacs-mule): Remove.
5561
5562 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5563
5564         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5565         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5566         change.
5567
5568 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5571         bind the default value of enable-multibyte-characters to nil.
5572
5573 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * message.el (message-forward-make-body-plain)
5576         (message-forward-make-body-mml):
5577         Don't use mm-with-unibyte-current-buffer.
5578
5579 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5580
5581         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5582
5583 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5584
5585         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5586         (Bug#5592).
5587
5588 2010-05-07  Julien Danjou  <julien@danjou.info>
5589
5590         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5591         it to mm-pipe-part.
5592
5593         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5594         it is given.
5595
5596 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * binhex.el (binhex-decode-region-internal)
5599         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5600         (dns-query)
5601         * nnweb.el (nnweb-gmane-search)
5602         * pgg-parse.el (pgg-parse-armor)
5603         * pgg.el (pgg-verify-region)
5604         * sha1.el (sha1-string-external)
5605         * uudecode.el (uudecode-decode-region-internal)
5606         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5607         XEmacs.
5608
5609         * gnus-art.el (gnus-article-browse-html-parts)
5610         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5611         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5612         make-temp-file.
5613
5614         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5615         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5616         compiling.
5617
5618         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5619         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5620         XEmacs when compiling.
5621
5622         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5623         gnus-pick-mode-off-hook for XEmacs when compiling.
5624         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5625         gnus-binary-mode-off-hook for XEmacs when compiling.
5626
5627         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5628         Return nil if char-charset is not available.
5629
5630         * imap.el (imap-disable-multibyte)
5631         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5632         macros.
5633
5634         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5635         instead of encode-coding-string.
5636
5637         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5638         'xemacs) instead of mm-emacs-mule to switch function definitions.
5639         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5640
5641         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5642         bind temporary-file-directory for XEmacs;
5643         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5644         timer-set-function for XEmacs 21.4 and SXEmacs;
5645         bind timer-list for XEmacs 21.4 and SXEmacs;
5646         fbind char-charset and find-charset-region for non-Mule XEmacs;
5647         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5648         encode-coding-region and encode-coding-string for XEmacs having no
5649         file-coding feature.
5650
5651 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5652
5653         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5654
5655 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5658         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5659
5660 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5661
5662         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5663         alias `jka-compr-delete-temp-file' no longer exists.
5664
5665 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5666
5667         Use define-minor-mode in Gnus where applicable.
5668         * mml.el (mml-mode): Use define-minor-mode.
5669         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5670         (gnus-undo-mode): Use define-minor-mode.
5671         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5672         (gnus-dead-summary-mode): Use define-minor-mode.
5673         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5674         Initialize in declaration.
5675         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5676         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5677         (gnus-mailing-list-mode): Use define-minor-mode.
5678         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5679         (gnus-draft-mode): Use define-minor-mode.
5680         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5681         (gnus-dired-mode): Use define-minor-mode.
5682
5683 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5684
5685         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5686         handles on recursive mml-to-mime translation and check them for
5687         boundary delimiter collisions.  Reported by Greg Troxel.
5688
5689 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5692
5693 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5694
5695         * mm-util.el (mm-find-buffer-file-coding-system):
5696         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5697
5698 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5699
5700         * message.el (message-generate-headers): Record insertion of optional
5701         headers as well.  Otherwise the check to prevent repeated insertion of
5702         optional headers is a no-op.
5703
5704 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5705
5706         * smime.el: Don't mention CVS.
5707
5708         * nnrss.el (nnrss-fetch): Don't mention CVS.
5709
5710         * nnir.el: Don't mention CVS.
5711
5712 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5713
5714         * gnus-sum.el (gnus-summary-bookmark-make-record):
5715         Add `location' field.
5716
5717 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * lpath.el: Fbind bookmark-default-handler,
5720         bookmark-get-bookmark-record, bookmark-make-record-default,
5721         bookmark-prop-get for Emacs <23 and XEmacs.
5722
5723 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5724
5725         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5726         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5727         Use with-current-buffer to silence the byte-compiler.
5728         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5729         bother to require `gnus'.
5730         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5731
5732 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5733
5734         * gnus-sum.el (gnus-summary-bookmark-make-record)
5735         (gnus-summary-bookmark-jump): New functions.
5736         (gnus-summary-mode): Setup bookmark support.
5737
5738 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5739
5740         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5741         if set.
5742
5743 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5746         gnus-article-browse-html-save-cid-image; make it work recursively for
5747         forwarded messages as well.
5748         (gnus-article-browse-html-parts): Work when prefix arg is given.
5749         (gnus-article-browse-html-article): Doc fix.
5750
5751 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5752
5753         * message.el (message-default-mail-headers):
5754         (message-default-headers): Carry the value mail-default-headers over
5755         into message-default-mail-headers, rather than message-default-headers.
5756
5757 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5758
5759         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5760         charset.
5761
5762         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5763         charset into the <meta> tag when the article is encoded to utf-8.
5764
5765 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-art.el (gnus-article-browse-delete-temp-files):
5768         Delete directories as well.
5769         (gnus-article-browse-html-parts): Work for images that do not specify
5770         file names; delete temp directory when quitting; insert header at the
5771         right place; use file: scheme for image files.
5772
5773 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5774
5775         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5776         (gnus-article-browse-html-parts): Use it to make temporary cid image
5777         files in addition to html file so that browser may display them.
5778
5779 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5782
5783 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5784
5785         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5786
5787 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5788
5789         * auth-source.el (auth-sources): Change default to be simpler.
5790         Explain about Secret Service API sources.  Improve Customize options.
5791         (auth-source-pick): Change to accept any number of search parameters.
5792         Implement fallbacks iteratively, not recursively.  Add scoring on the
5793         second pass and sort by score.  Call Secret Service API when needed.
5794         (auth-source-user-or-password): Use it.  Call Secret Service API
5795         directly when needed to get the user name and the password.
5796
5797 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5798
5799         * message.el (message-interactive): Doc fix.
5800         (message-qmail-inject-args): Reflow.
5801         (message-kill-to-signature): Fix typo in docstring.
5802
5803         * smiley.el (smiley-buffer): Fix typo in docstring.
5804
5805 2010-03-24  Glenn Morris  <rgm@gnu.org>
5806
5807         * mail-source.el (gnus-message): Declare.
5808         (mail-source-delete-old-incoming): Require gnus-util.
5809
5810 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5813
5814         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5815
5816         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5817         password-cache's default if it is not bound.
5818         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5819         password-cache-expiry's default if it is not bound.
5820
5821         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5822         available in Emacs 21.
5823
5824         * lpath.el: Suppress compiler warnings for:
5825         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5826         XEmacs;
5827         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5828         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5829         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5830
5831 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5832
5833         * auth-source.el (auth-sources): Fix up definition so extra parameters
5834         are always inline.
5835
5836 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5837
5838         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5839         wasn't updated after mismatch.  Clear cached mailbox info correctly
5840         when uidvalidity changes.
5841         (nnimap-group-prefixed-name): New function to avoid some code
5842         duplication.
5843         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5844         (nnimap-request-group): Use it.
5845         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5846         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5847         with many imap folders.  This is done by caching the group status from
5848         the imap server persistently in a group parameter `imap-status'.  (This
5849         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5850         but not persistently, so every Gnus startup was still very slow.)
5851
5852 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5855         delete the extra newline.  Otherwise editing of :string and :number
5856         types don't work.
5857
5858 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5859
5860         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5861         secrets.el dependency.
5862         (auth-sources): Add optional user name.  Add secrets.el configuration
5863         choice (unused right now).
5864
5865 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5866
5867         * gnus-sum.el (gnus-summary-make-menu-bar):
5868         Let `gnus-registry-install-shortcuts' fill in the functions.
5869
5870         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5871         warnings.
5872         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5873         (gnus-registry-install-shortcuts): Populate and use it in a
5874         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5875
5876 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5877
5878         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5879         In-place substitutions for the group name encoding/decoding.
5880         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5881         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5882         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5883         (nnimap-update-unseen, nnimap-request-list)
5884         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5885         (nnimap-request-set-mark, nnimap-split-to-groups)
5886         (nnimap-split-articles, nnimap-request-newgroups)
5887         (nnimap-request-create-group, nnimap-request-accept-article)
5888         (nnimap-request-delete-group, nnimap-request-rename-group)
5889         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5890         `encoded-mbx' for consistency.
5891         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5892         variable `imap-current-mailbox'.
5893
5894         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5895         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5896
5897 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5898
5899         * pop3.el (pop3-display-message-size-flag): Display message size byte
5900         counts during POP3 download.
5901         (pop3-movemail): Use it.
5902         (pop3-list): Implement listing of available messages.
5903
5904 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5905
5906         * nnir.el (nnir-get-article-nov-override-function): New function to
5907         override the normal NOV retrieval.
5908         (nnir-retrieve-headers): Use it.
5909
5910 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5911
5912         * auth-source.el (netrc-machine-user-or-password): Autoload.
5913
5914 2010-03-19  Glenn Morris  <rgm@gnu.org>
5915
5916         Stop message.el from loading about 40 libraries it doesn't always need.
5917         The general approach is to autoload rather than require, and to
5918         require in the specific functions rather than the file.  (Bug#5642)
5919
5920         * gmm-utils.el: Don't require wid-edit.
5921         (widget-create-child-value, widget-convert, widget-default-get):
5922         Autoload.
5923
5924         * gnus-util.el: Don't require time-date, netrc.
5925         (message-fetch-field, gnus-group-name-decode): Declare rather than
5926         autoloading.
5927         (gnus-fetch-field): Require message.
5928         (gnus-decode-newsgroups): Require gnus-group.
5929
5930         * ietf-drums.el: Don't require time-date.
5931
5932         * message.el: Don't require hashcash, canlock, ecomplete.
5933         Do require mail-utils.  Require nnheader only when compiling.
5934         (smtpmail-default-smtp-server): Remove declaration.
5935         (message-send-mail-function): Check smtpmail-default-smtp-server
5936         is bound rather than requiring smtpmail.
5937         (message-auto-save-directory, message-insert-signature):
5938         Use expand-file-name rather than nnheader-concat.
5939         (nnheader-insert-file-contents): Autoload.
5940         (hashcash-wait-async): Declare.
5941         (message-send-mail): Only call gnus-setup-posting-charset if
5942         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5943         (message-send-mail-with-sendmail): Require sendmail.
5944         (canlock-password, canlock-password-for-verify): Declare.
5945         (message-canlock-password): Require canlock.
5946         (nnheader-get-report): Autoload.
5947         (gnus-setup-posting-charset): Declare.
5948         (message-send-news): Require gnus-msg.
5949         (message-make-references, message-make-in-reply-to): Use mail-header-id
5950         rather than the alias mail-header-message-id.
5951         (ecomplete-add-item, ecomplete-save): Declare.
5952         (message-put-addresses-in-ecomplete): Require ecomplete.
5953         (ecomplete-display-matches): Autoload.
5954
5955         * mm-decode.el: Don't require mailcap, gnus-util.
5956         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5957         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5958         Autoload.
5959         (mailcap-mime-extensions): Declare.
5960
5961         * mm-encode.el: Don't require mailcap.
5962         (mailcap-extension-to-mime): Autoload.
5963
5964         * mml-sec.el: Don't require password-cache.
5965
5966         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5967         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5968         (mml-minibuffer-read-type): Require mailcap.
5969         (mml-preview): Require gnus-msg.
5970
5971         * mml1991.el: Require password-cache.
5972         (password-cache-expiry): Remove declaration.
5973
5974         * mml2015.el: Require password-cache.
5975         (password-cache-expiry): Remove declaration.
5976
5977         * nneething.el (mailcap): Require mailcap.
5978
5979         * nnheader.el (declare-function): Add compatibility stub.
5980         (message-remove-header): Declare rather than autoload.
5981         (nnheader-replace-header): Require message.
5982
5983         * nnimap.el (declare-function): Add compatibility stub.
5984         (netrc-parse, netrc-machine-user-or-password): Declare.
5985         (nnimap-open-connection): Require netrc.
5986
5987         * nntp.el (declare-function): Add compatibility stub.
5988         (netrc-parse, netrc-machine, netrc-get): Declare.
5989         (nntp-send-authinfo): Require netrc.
5990
5991         * rfc2047.el: Don't require qp.
5992         (quoted-printable-encode-region, quoted-printable-decode-string):
5993         Autoload.
5994
5995         * sieve-mode.el: Don't require easymenu.
5996         (easy-menu-add-item): Autoload it.
5997
5998         * spam-stat.el (time-to-number-of-days): Autoload it.
5999
6000 2010-03-19  Glenn Morris  <rgm@gnu.org>
6001
6002         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6003
6004 2010-03-18  Glenn Morris  <rgm@gnu.org>
6005
6006         * hashcash.el (declare-function): Remove duplicate definition.
6007
6008 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6009
6010         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6011         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6012         value if any backslash escapes).
6013
6014 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6017         if it is available.  (bug#5647)
6018
6019         * lpath.el: Suppress compiler warning for coding-system-from-name for
6020         Emacs 21 and XEmacs.
6021
6022 2010-03-14  Juri Linkov  <juri@jurta.org>
6023
6024         * hmac-def.el:
6025         * hmac-md5.el:
6026         * netrc.el: Fix keywords.
6027
6028 2010-02-26  Glenn Morris  <rgm@gnu.org>
6029
6030         * message.el (message-send-mail-function): Change the default, so that
6031         it inherits from a customized send-mail-function.  (Bug#5643)
6032
6033 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6034
6035         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6036         shell-command-to-string signals an error (bug#5299).
6037
6038 2010-02-24  Glenn Morris  <rgm@gnu.org>
6039
6040         * message.el (message-smtpmail-send-it)
6041         (message-send-mail-with-mailclient): Doc fixes.
6042
6043 2010-02-16  Glenn Morris  <rgm@gnu.org>
6044
6045         * message.el (message-default-mail-headers): Change the default value
6046         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6047
6048 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6051         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6052
6053 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6054
6055         * time-date.el (date-to-time): Doc fix (Bug#5408).
6056
6057 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6058
6059         * message.el (message-mail): Just pass yank-action on to message-setup.
6060         (message-setup): Handle (FUN . ARGS) form of yank-action.
6061         (message-with-reply-buffer, message-widen-reply)
6062         (message-yank-original): Handle non-buffer values of
6063         message-reply-buffer (Bug#4080).
6064         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6065
6066 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6067
6068         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6069         Fix typo in docstring.
6070
6071 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6072
6073         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6074         response.
6075
6076 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6079
6080         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6081
6082         * message.el (message-check-news-header-syntax): Protect against a
6083         string that `rfc822-addresses' returns when parsing fails.
6084
6085 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6088         (gnus-previous-char-property-change): New functions.
6089
6090         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6091
6092 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6093
6094         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6095         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6096
6097 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6098
6099         * message.el (message-exchange-point-and-mark): Rework last change to
6100         avoid using optional arg of exchange-point-and-mark, for backward
6101         compatibility.
6102
6103 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6104
6105         * message.el (message-exchange-point-and-mark):
6106         Call exchange-point-and-mark with an argument rather than setting
6107         mark-active by hand (Bug#5175).
6108
6109 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * nntp.el (nntp-service-to-port): Work for service expressed with
6112         numeric string; replace [:digit:] with [0-9] for XEmacs.
6113
6114 2009-12-17  Glenn Morris  <rgm@gnu.org>
6115
6116         * gnus-group.el (gnus-bug-group-download-format-alist):
6117         Change emacs entry to debbugs.gnu.org.  Bump :version.
6118
6119 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6120
6121         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6122
6123 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * message.el (message-info): Explain why we use `Info-goto-node'.
6126
6127 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6130
6131 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6132
6133         * message.el (message-completion-in-region): New compatibility function.
6134         (message-expand-group): Use it.
6135
6136 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6139         with no unread article should be listed if the 2nd arg `predicate' is
6140         given.
6141
6142 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6145
6146 2009-11-29  Juri Linkov  <juri@jurta.org>
6147
6148         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6149         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6150         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6151
6152 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6153
6154         * sha1.el (sha1-string-external): default-directory "/" in case
6155         otherwise non-existent.  process-connection-type pipe for touch of
6156         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6157
6158 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6159
6160         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6161         it's comms related and sgml-mode.el has "comm" on that basis too.
6162
6163 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6166         containing tspecial characters if they have been already quoted.
6167
6168 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6169
6170         * dns-mode.el (auto-mode-alist): Purecopy string.
6171
6172 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6173
6174         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6175
6176 2009-10-24  Glenn Morris  <rgm@gnu.org>
6177
6178         * gnus-art.el (help-xref-stack-item): Define for compiler.
6179
6180 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6181
6182         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6183
6184 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6187
6188 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6191         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6192
6193 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6196         (gnus-overlays-in): New alias to overlays-in.
6197
6198         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6199         gnus-overlay-get, and gnus-delete-overlay.
6200         (gnus-summary-show-thread): Make it work as well for systems in which
6201         next-single-char-property-change is not available.
6202         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6203
6204         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6205         (gnus-overlay-get): New alias to extent-property.
6206         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6207
6208         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6209         SXEmacs.
6210
6211         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6212         SXEmacs.
6213
6214 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6217
6218 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6219
6220         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6221         and XEmacs that don't have `remove-overlays'.
6222
6223 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6224
6225         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6226         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6227         selective display.  Use overlays instead.
6228
6229 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6230
6231         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6232
6233 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6234
6235         * spam-stat.el (spam-stat-load): Fix typo in message.
6236
6237 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6238
6239         * dig.el (dig-invoke): Fix typo in docstring.
6240         (query-dig): Reflow docstring.
6241
6242 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6243
6244         * gnus-art.el (gnus-article-encrypt-body):
6245         * message.el (message-check-recipients):
6246         * mm-util.el (mm-codepage-setup):
6247         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6248         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6249
6250 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6251
6252         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6253         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6254         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6255         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6256         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6257
6258 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6259
6260         * dig.el: Add "Keywords: comm", as per net-utils.el.
6261
6262 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6263
6264         * dig.el (dig-mode): Use define-derived-mode.
6265
6266 2009-09-19  Glenn Morris  <rgm@gnu.org>
6267
6268         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6269
6270 2009-09-18  Glenn Morris  <rgm@gnu.org>
6271
6272         * gnus-diary.el (gnus-diary-check-message):
6273         * message.el (message-insert-formatted-citation-line):
6274         * nnbabyl.el (top-level):
6275         * nndiary.el (nndiary-schedule):
6276         Fix typos in condition-case handlers.
6277
6278 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6281         configuration that provides the sole article window in a frame;
6282         position point correctly after deleting a part.
6283
6284 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6285
6286         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6287         (spam-resolve-registrations-routine): Use it to unregister articles
6288         that change status.
6289
6290 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6293         with XEmacs.
6294         (parse-time-string-chars): Use it.
6295
6296 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6297
6298         * imap.el (imap-interactive-login): Better messages.
6299         (imap-open): Fix bug with renamed buffer on reconnect.
6300         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6301         for easier debugging and cleaner code.  On successful (guessed based on
6302         server capabilities) secondary authentication, set imap-state
6303         correctly.
6304         (imap-last-authenticator): Define imap-last-authenticator as a variable
6305         to avoid warnings.
6306
6307 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * nnrss.el (nnrss-request-article): Remove binding of
6310         default-enable-multibyte-characters that has gotten needless by
6311         the 2007-07-13 change in rfc2047-encode-message-header.
6312
6313         * mml.el (mml-insert-multipart): Error on the message header.
6314         (mml-insert-part): Error on the message header; position point at
6315         the end of a MIME tag.
6316
6317 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * time-date.el (autoload): Expand define-obsolete-function-alias into
6320         defalias and make-obsolete for old Emacsen that Gnus supports.
6321         (with-no-warnings): Define it for old Emacsen.
6322         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6323         is available.
6324         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6325         float-time is available; suppress compile warning for time-to-seconds.
6326
6327         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6328         (gnus-float-time): Alias to float-time if it exists.
6329
6330         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6331         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6332         float-time is available; suppress compile warning for time-to-seconds.
6333
6334         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6335         XEmacs.
6336
6337 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6338
6339         * imap.el (imap-message-map): Docstring fix.
6340
6341 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6344         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6345         Add the optional argument `encoding' that overrides the default.
6346
6347         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6348         mm-encode-buffer.
6349
6350 2009-09-04  Glenn Morris  <rgm@gnu.org>
6351
6352         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6353         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6354         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6355         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6356         * mm-util.el (mm-with-unibyte-current-buffer)
6357         (mm-find-buffer-file-coding-system):
6358         * yenc.el (yenc-decode-region): Use default-value rather than
6359         default-enable-multibyte-characters.
6360
6361 2009-09-03  Glenn Morris  <rgm@gnu.org>
6362
6363         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6364         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6365         than default-enable-multibyte-characters.
6366
6367 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6368
6369         * gnus-art.el (gnus-article-read-summary-keys):
6370         Fix gnus-buffer-configuration's value temporarily used.
6371
6372 2009-09-02  Glenn Morris  <rgm@gnu.org>
6373
6374         * gnus-util.el (gnus-float-time): New function.
6375         * gnus-delay.el (gnus-delay-article):
6376         * gnus-sum.el (gnus-thread-latest-date):
6377         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6378         * nnspool.el (nnspool-request-newgroups):
6379         Use gnus-float-time rather than time-to-seconds.
6380         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6381
6382         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6383         (gnus-header-subject-face, gnus-header-newsgroups-face)
6384         (gnus-header-name-face, gnus-header-content-face):
6385         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6386         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6387         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6388         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6389         (gnus-cite-face-11):
6390         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6391         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6392         (gnus-server-closed-face, gnus-server-denied-face)
6393         (gnus-server-offline-face):
6394         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6395         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6396         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6397         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6398         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6399         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6400         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6401         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6402         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6403         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6404         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6405         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6406         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6407         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6408         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6409         (gnus-summary-high-undownloaded-face)
6410         (gnus-summary-low-undownloaded-face)
6411         (gnus-summary-normal-undownloaded-face)
6412         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6413         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6414         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6415         (gnus-splash-face):
6416         * message.el (message-header-to-face, message-header-cc-face)
6417         (message-header-subject-face, message-header-newsgroups-face)
6418         (message-header-other-face, message-header-name-face)
6419         (message-header-xheader-face, message-separator-face)
6420         (message-cited-text-face, message-mml-face):
6421         * sieve-mode.el (sieve-control-commands-face)
6422         (sieve-action-commands-face, sieve-test-commands-face)
6423         (sieve-tagged-arguments-face):
6424         * spam.el (spam-face):
6425         Mark face aliases with "-face" in the name as obsolete.
6426
6427 2009-09-01  Glenn Morris  <rgm@gnu.org>
6428
6429         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6430         than goto-line.
6431
6432 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6435         Don't move point if the command is invoked inside the message header.
6436
6437 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6438
6439         * imap.el (imap-send-command): Simplify.
6440         (imap-wait-for-tag): point-max -> buffer-size.
6441
6442 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6443
6444         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6445         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6446         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6447         * nnir.el (nnir-swish-e-index-file):
6448         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6449         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6450         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6451         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6452         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6453         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6454
6455 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6458         Don't save excursion.
6459
6460 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6461
6462         * nnheader.el (nnheader-find-file-noselect):
6463         * mm-util.el (mm-insert-file-contents):
6464         Use (default-value 'major-mode) instead of default-major-mode.
6465
6466 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6467
6468         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6469
6470 2009-08-26  Glenn Morris  <rgm@gnu.org>
6471
6472         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6473         than placing in files.el.
6474
6475 2009-08-25  Glenn Morris  <rgm@gnu.org>
6476
6477         * nnir.el (top-level): Don't require cl at run-time.
6478         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6479         Replace cl-function substitute with gnus-replace-in-string.
6480         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6481         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6482         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6483         simplified expansions.
6484
6485 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6486
6487         * dig.el (dig): Add autoload cookie.
6488
6489 2009-08-22  Glenn Morris  <rgm@gnu.org>
6490
6491         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6492         goto-line.
6493
6494 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6495
6496         * parse-time.el (parse-time-string-chars): Save match data.
6497
6498 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6499
6500         * parse-time.el (parse-time-string-chars): Compute using character
6501         classes, to handle non-ascii characters (Bug#3190).
6502
6503 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6506
6507         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6508         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6509         (gnus-mm-display-part, gnus-mime-display-single)
6510         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6511         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6512
6513         * gnus-sum.el
6514         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6515         (gnus-summary-move-article): Add expirable mark to articles copied or
6516         moved to group that has auto-expire turned on if the option is non-nil.
6517
6518 2009-07-24  Glenn Morris  <rgm@gnu.org>
6519
6520         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6521         Fix typo.  (Bug#3903)
6522
6523 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6526         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6527         that should not be used for draft articles.
6528         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6529         that has no concern in minor mode keys.
6530         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6531         Abolish.
6532
6533 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6536         article without making inquiry to a user for unknown encoding.
6537
6538         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6539         (nnmaildir--scan): Assume i-node and device number that file-attributes
6540         returns might be cons-cell.
6541
6542         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6543
6544         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6545
6546 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6547
6548         * auth-source.el: Remove docs now in auth.texi.  Don't use
6549         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6550         `auth-source-hide-passwords' and use them.
6551
6552 2009-07-15  Glenn Morris  <rgm@gnu.org>
6553
6554         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6555
6556 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6559         excessive whitespace from the default values of title and description.
6560
6561 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6564         mail-fetch-field to fetch Content-Description header in order to
6565         exclude newlines.
6566
6567 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6568
6569         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6570         format used by GnuPG 2.0.11.
6571
6572 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6575         to deleted part.
6576
6577 2009-05-30  David Engster  <dengste@eml.cc>
6578
6579         * nnmairix.el: Remove old documentation in the commentary block.
6580         (nnmairix-request-group): Do not update active file for nnml back ends.
6581         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6582         end so that overview files are ignored.
6583         (nnmairix-update-groups): Make updating the groups more robust by using
6584         marks.
6585         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6586         with dollar characters in message-id.
6587
6588 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6589
6590         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6591         2008-12-25 in dns.el.
6592
6593 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6594
6595         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6596         could happen if the text is only composed of spaces and/or tabs.
6597
6598 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6599
6600         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6601         when sending a queued message to avoid extra mml tags.
6602
6603 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6606
6607 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6610         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6611         rmail-toggle-header for XEmacs;
6612         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6613
6614 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-dired.el: Remove autoload for gnus-setup-message.
6617         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6618         displaying Gnus logo; always use compose-mail.
6619
6620 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6623
6624 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6627         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6628         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6629         available.
6630         (gnus-nocem-epg-verify): New function.
6631
6632 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6633
6634         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6635
6636 2009-02-15  Glenn Morris  <rgm@gnu.org>
6637
6638         * gnus-util.el (rmail-insert-rmail-file-header)
6639         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6640         autoloads.
6641         (rmail-default-rmail-file): Remove unnecessary declaration.
6642         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6643
6644 2009-02-14  Glenn Morris  <rgm@gnu.org>
6645
6646         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6647         variable (only used in gnus-util, which declares it anyway).
6648         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6649         which was only needed by gnus-art (changed to not use it any more).
6650         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6651         only used in gnus-util, which autoloads it itself.
6652         (rmail-update-summary): Fix autoload.
6653
6654         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6655         rather than rmail-output-to-rmail-file.
6656
6657 2009-02-07  Glenn Morris  <rgm@gnu.org>
6658
6659         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6660         autoload of function that no longer exists.
6661         (rmail-toggle-header): Declare.
6662         (message-forward-rmail-make-body): Handle mbox Rmail.
6663
6664 2009-01-31  Glenn Morris  <rgm@gnu.org>
6665
6666         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6667         2009-01-09 change.
6668
6669 2009-01-31  Dave Love  <fx@gnu.org>
6670
6671         * imap.el (imap-fetch-safe): Bind debug-on-error.
6672         (imap-debug): Add imap-fetch-safe.
6673
6674 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6675
6676         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6677         (auth-source-forget-all-cached): New convenience function.
6678         (auth-source-user-or-password): Accept list of modes or a single mode.
6679
6680         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6681         auth-source modes.
6682
6683         * netrc.el (netrc-machine-user-or-password): Use list of
6684         auth-source modes.
6685
6686         * nnimap.el (nnimap-open-connection): Use list of
6687         auth-source modes.
6688
6689         * nntp.el (nntp-send-authinfo): Use list of
6690         auth-source modes.
6691
6692 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6693
6694         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6695         now.
6696
6697 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6700         coding system in XEmacs; add a workaround for XEmacs.
6701
6702         * lpath.el: Fbind coding-system-aliasee.
6703
6704 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6707         of current-language-environment.
6708
6709 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6710
6711         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6712         available at runtime.
6713
6714 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6717
6718 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6719
6720         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6721         the greatest positive fixnum value doesn't work under an XEmacs with
6722         bignum support; use the most-positive-fixnum constant instead,
6723         available since Emacs 21.1 with cl and XEmacs 21.1.
6724
6725 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6728         XEmacs gets not to work.
6729
6730 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * mm-util.el (mm-coding-system-priorities): Allow the value like
6733         "Japanese (UTF-8)" of current-language-environment.
6734
6735 2009-01-09  Glenn Morris  <rgm@gnu.org>
6736
6737         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6738         with last-command-event.
6739
6740 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6743         in the doc string.
6744
6745         * message.el (message-fix-before-sending): Amend comment.
6746
6747 2009-01-08  Dave Love  <fx@gnu.org>
6748
6749         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6750
6751 2009-01-07  David Engster  <dengste@eml.cc>
6752
6753         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6754         simplified server definitions by converting it via
6755         gnus-server-to-method.
6756
6757 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6760         parameter's operands.
6761
6762 2009-01-06  David Engster  <dengste@eml.cc>
6763
6764         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6765         primary select method (for gnus-group-mark-article-as-read).
6766
6767 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6768
6769         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6770         `(gnus)Face', not `(gnus)X-Face'.
6771
6772 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * mm-util.el (mm-ucs-to-char): New function.
6775
6776         * mm-url.el (mm-url-decode-entities): Use it.
6777
6778         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6779         unicode-to-char.
6780
6781 2009-01-05  Dave Love  <fx@gnu.org>
6782
6783         * time-date.el: Require cl for `declare'.
6784
6785 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6786
6787         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6788         Dave Love.
6789
6790 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * message.el (message-fix-before-sending): Add `eight-bit' to
6793         illegible-text check.
6794
6795 2009-01-03  Michael Olson  <mwolson@gnu.org>
6796
6797         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6798         `headers' is nil.  This can occur if the IMAP server does not have
6799         permissions to read messages from a folder, but can write new messages
6800         to the folder.
6801         (nnimap-request-article-part): Do not insert `data' if it is nil.
6802
6803         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6804         characters which will confuse `read', so skip past them.
6805
6806 2009-01-01  Dave Love  <fx@gnu.org>
6807
6808         * imap.el (imap-string-to-integer): Fix typo.
6809         (imap-fetch-safe): New function.
6810         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6811
6812         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6813
6814         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6815         (imap-parse-greeting): Fix doc strings.
6816         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6817         (imap-parse-flag-list): Make messages unique.
6818         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6819
6820         * nnimap.el: Fix author email.
6821         (nnimap-split-rule): Add FIXME comment.
6822         (nnimap-debug): Fix doc string.
6823
6824 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6827
6828 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6831         nslookup if resolv.conf isn't available.
6832         (dns-query): Rename from query-dns.
6833         (dns-query-cached): Rename from query-dns-cached.
6834
6835 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6838         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6839         to check if those variables exist (first appeared in Emacs 18.50).
6840
6841 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * mm-util.el (mm-line-number-at-pos): New function.
6844
6845         * spam-report.el (spam-report-process-queue): Use it.
6846
6847 2008-12-24  David Engster  <dengste@eml.cc>
6848
6849         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6850         parameters that haven't existed as variables as buffer-local variables.
6851
6852 2008-12-23  Dave Love  <fx@gnu.org>
6853
6854         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6855         cadar.
6856
6857         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6858         imap-starttls-p.
6859         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6860
6861 2008-12-22  Dave Love  <fx@gnu.org>
6862
6863         * imap.el: Fix author email.  Doc fixes.
6864         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6865         reply.
6866
6867 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * spam-report.el (spam-report-gmane-max-requests): New constant.
6870         (spam-report-gmane-wait): New variable.
6871         (spam-report-gmane-ham, spam-report-gmane-spam)
6872         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6873         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6874         the server.
6875
6876         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6877         Add explanations.
6878
6879         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6880         nnheader-accept-process-output and nnheader-read-timeout if available.
6881         (pop3-movemail): Use it.
6882
6883         * message.el (message-check-news-body-syntax): Fix signature check if
6884         there's an attachment.
6885
6886 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * mm-util.el: Add comments to the mm- emulating functions.
6889
6890 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6893         Reported by Stephen Berman <stephen.berman@gmx.net>.
6894
6895 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * mm-util.el (mm-substring-no-properties): New function.
6898         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6899         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6900         (mm-string-to-multibyte): Doc fix.
6901
6902         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6903
6904 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * mml.el (mml-attach-file): Strip text properties from file name.
6907         (Bug#1574)
6908
6909 2008-12-16  Glenn Morris  <rgm@gnu.org>
6910
6911         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6912
6913 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6916         knows since the charset specified might be a bogus alias that
6917         mm-charset-synonym-alist provides.
6918
6919 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6922         "ISO_8859-1".
6923
6924         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6925
6926 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * mm-util.el (mm-charset-eval-alist):
6929         Define it before mm-charset-to-coding-system.
6930         (mm-charset-to-coding-system): Add optional argument `silent';
6931         define it before mm-charset-override-alist.
6932         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6933         default value if it can be used in Emacs currently running;
6934         silence mm-charset-to-coding-system.
6935
6936 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6939         `allow-override' which says whether to use `mm-charset-override-alist'.
6940         (rfc2047-decode-encoded-words): Use it.
6941
6942         * mm-util.el (mm-charset-override-alist): Fix custom type;
6943         add `(gb2312 . gbk)' to choices.
6944
6945 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6948         fast.
6949
6950         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6951
6952         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6953
6954 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6955
6956         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6957         on links.
6958
6959         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6960
6961 2008-12-03  Lute Kamstra  <lute@gnu.org>
6962
6963         * sha1.el: Remove leading * from docstrings of defcustoms,
6964         deffaces, defconsts and defuns.
6965
6966 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6969         users' addresses that don't have domain parts.
6970         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6971         rather than message-narrow-to-head since there will be the message
6972         header separator.
6973
6974 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6975
6976         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6977         since the result is inserted in a unibyte buffer anyway.
6978         (nnimap-demule-use-string-to-multibyte): Remove.
6979         (nnimap-demule): Alias it to mm-string-to-multibyte.
6980
6981 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6984         variable for debugging bug#464 and bug#1174.
6985         (nnimap-demule): Use it.
6986
6987 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6990         score calculation correctly.
6991
6992 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6993
6994         * message.el (message-send-mail): Just set the buffer to unibyte
6995         rather than use mm-with-unibyte-current-buffer which does a lot more.
6996         (message-send-mail-partially): Don't bother with
6997         mm-with-unibyte-current-buffer since it's already been made unibyte by
6998         message-send-mail.
6999
7000 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7001
7002         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7003
7004 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7005
7006         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7007
7008 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7011         require itself and to remove `with-no-warnings'.
7012
7013 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7014
7015         * starttls.el (starttls-any-program-available): Get the name of the
7016         available TLS layer program.
7017         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7018         well as the host name in the "opening" message.
7019
7020         * auth-source.el (auth-source-cache, auth-source-do-cache)
7021         (auth-source-user-or-password): Cache passwords and logins by default,
7022         allow override with `auth-source-do-cache'.
7023         (auth-source-forget-user-or-password): Allow users to remove cache
7024         entries if needed.
7025
7026 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7027
7028         * md4.el (md4-buffer): Fix typo in docstring.
7029         (md4, md4-64): Doc fixes.
7030         (md4-pack-int32): Reflow docstring.
7031
7032 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7033
7034         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7035         condition-case to only the forward-sexp call.
7036
7037 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7038
7039         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7040         quotes contained.  Make it more robust regardless by an extra
7041         condition-case wrapper.
7042
7043 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7046
7047 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * nnml.el (nnml-request-expire-articles): Check if the function set to
7050         `nnmail-expiry-target' returns the symbol `delete'.
7051
7052         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7053
7054         * nnmail.el (nnmail-expiry-target): Fix custom type.
7055
7056 2008-10-02  Glenn Morris  <rgm@gnu.org>
7057
7058         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7059         Silence compiler warning.
7060
7061 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7062
7063         * tls.el (open-tls-stream): Show the actual command being
7064         executed, instead of the format string.
7065
7066 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * lpath.el: Fbind codepage-setup for Emacs 23.
7069
7070 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7071
7072         * mml.el (mml-menu): Don't assume mml2015 is bound.
7073
7074 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7077         exists.
7078
7079 2008-09-27  Glenn Morris  <rgm@gnu.org>
7080
7081         * gnus-util.el (mail-header-remove-comments): Autoload it.
7082
7083 2008-09-27  Andreas Schwab  <schwab@suse.de>
7084
7085         * gnus-util.el (gnus-split-references): Strip comments.
7086         (gnus-parent-id): Likewise.
7087
7088 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7089
7090         * message.el (message-confirm-send): Fix version.
7091
7092 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * message.el (message-idna-to-ascii-rhs-1): Use
7095         mail-extract-address-components rather than mail-header-parse-addresses
7096         that is an alias by default to ietf-drums-parse-addresses that does not
7097         support non-ASCII names in headers' contents.
7098
7099 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7100
7101         * message.el (message-confirm-send): Fix variable documentation to
7102         avoid the "y/n" wording.
7103
7104 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7105
7106         * message.el (message-set-auto-save-file-name): Save to a different
7107         filename so multiple messages (especially drafts) can be recovered.
7108
7109 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7110
7111         * message.el (message-confirm-send): Add appropriate version.
7112
7113 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7114
7115         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7116         defvar.
7117
7118 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7119
7120         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7121         (mm-pkcs7-enveloped-magic): Ditto.
7122
7123 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7124
7125         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7126         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7127
7128 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7129
7130         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7131         default, it's better.
7132
7133 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7134
7135         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7136         summary line gnus-number property and ignore them (with a warning
7137         message).
7138
7139 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7142         macro caddr in the interactive form since it won't be expanded.
7143
7144 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7147         `charset'; fix name of function called recursively.
7148         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7149
7150 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7153         (gnus-mime-set-charset-parameters): New function.
7154         (gnus-mime-view-part-as-charset): Use it to correctly display part
7155         specifying wrong charset.
7156
7157 2008-09-08  David Engster  <dengste@eml.cc>
7158
7159         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7160         in completing-read for back end server.
7161
7162 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7163
7164         * message.el (message-confirm-send): New variable to confirm sending a
7165         message.
7166         (message-send): Use it.
7167
7168 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7169
7170         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7171
7172 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7175
7176 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7177
7178         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7179         prevent tracking too many groups.
7180         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7181         Use it.
7182
7183 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7184
7185         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7186         moving point to the bottom of the window in order to avoid recentering.
7187
7188 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7191
7192         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7193         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7194         (gnus-article-beginning-of-window): Fix calculation.
7195
7196 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-msg.el (gnus-summary-supersede-article)
7199         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7200         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7201         message header.
7202
7203 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7204
7205         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7206         pending output coming after the status change.
7207
7208 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7209
7210         * message.el:
7211         * gnus-start.el:
7212         * gnus-registry.el: Remove VMS support.
7213
7214 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7217         macro.
7218         (rfc2104-hash): Use it.
7219
7220 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7221
7222         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7223         (gnus-summary-sort-by-most-recent-date): New commands.
7224         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7225         and menu entries.
7226
7227 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7230         don't redisplay article for raw contents; remove plural articles stuff.
7231
7232         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7233         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7234         on gnus-summary-save-article; display results properly.
7235
7236 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * lpath.el: No need to fbind ns-focus-frame.
7239
7240 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7243
7244 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-art.el (gnus-summary-save-in-pipe):
7247         Consider gnus-save-all-headers.
7248
7249 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7250
7251         * gnus-util.el (ns-focus-frame): Remove declaration.
7252         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7253         like x.
7254
7255 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7256
7257         * rfc2104.el (rfc2104-zero): Delete defconst.
7258         (rfc2104-hex-alist): Likewise.
7259         (rfc2104-hex-to-int): Delete func.
7260         (rfc2104-hexstring-to-bitstring): Likewise.
7261         (rfc2104-nybbles): New defconst.
7262         (rfc2104-hash): Rewrite for speed.
7263
7264 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * tls.el (open-tls-stream): Make it work with the 2nd argument
7267         BUFFER that is a string but does not exist as a buffer object, as
7268         mentioned in the doc-string.
7269
7270 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7273         SXEmacs.
7274
7275 2008-07-16  Glenn Morris  <rgm@gnu.org>
7276
7277         * gnus-util.el (ns-focus-frame): Declare for compiler.
7278
7279 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7282         set as a group parameter.
7283         (gnus-summary-save-in-pipe): Work when it is called independently.
7284         (gnus-summary-pipe-to-muttprint): Don't modify
7285         gnus-summary-pipe-output-default-command.
7286
7287 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7288
7289         * message.el (message-send-mail-with-sendmail):
7290         Display the error message.
7291
7292 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus-art.el (gnus-default-article-saver):
7295         Add gnus-summary-save-in-pipe to choices.
7296         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7297         gnus-summary-pipe-output-default-command as the default command.
7298         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7299         instead of gnus-last-shell-command.
7300
7301         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7302         New user option.
7303         (gnus-summary-muttprint-program): Mention the value will be changed.
7304         (gnus-summary-save-article): Force showing of all headers.
7305         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7306
7307 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7308
7309         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7310
7311 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7312
7313         * nnimap.el (nnimap-id):
7314         * sieve-manage.el (sieve-manage-open): Doc fixes.
7315
7316 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7317
7318         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7319         if available.
7320
7321 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7322
7323         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7324
7325         * nnkiboze.el (nnkiboze-generate-group):
7326         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7327
7328         * nnmairix.el: Require CL.
7329
7330 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * dgnushack.el: Autoload get-display-table and put-display-table for
7333         XEmacs 21.5.
7334
7335         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7336         21.4 and SXEmacs.
7337
7338 2008-06-15  David Engster  <dengste@eml.cc>
7339
7340         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7341
7342 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7343
7344         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7345         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7346         runtime choice under XEmacs.
7347
7348         * gnus-sum.el (gnus-summary-set-display-table):
7349         Use `gnus-put-display-table', `gnus-get-display-table',
7350         `gnus-set-display-table' for the display table, instead of `aset'.
7351
7352         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7353         Use `gnus-put-display-table', `gnus-get-display-table',
7354         `gnus-set-display-table' for the display table.
7355
7356 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * nnmairix.el: Add autoloads.
7359
7360 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * nnmairix.el (nnmairix-delete-recreate-group)
7363         (nnmairix-update-and-clear-marks): Fix error messages.
7364
7365 2008-06-14  David Engster  <dengste@eml.cc>
7366
7367         * nnmairix.el: Upgrade to version 0.6.
7368         (nnmairix-group-toggle-propmarks-this-group)
7369         (nnmairix-group-toggle-readmarks-this-group)
7370         (nnmairix-group-delete-recreate-this-group)
7371         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7372         (nnmairix-remove-tick-mark-original-article): New commands.
7373         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7374         (nnmairix-propagate-marks-to-nnmairix-groups)
7375         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7376         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7377         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7378         functions needed for marks propagation and manipulation of read marks.
7379         (nnmairix-update-groups): New function.
7380         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7381         (nnmairix-determine-original-group-from-registry)
7382         (nnmairix-determine-original-group-from-path)
7383         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7384         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7385         New helper functions.
7386         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7387         keystrokes for new commands.
7388         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7389         (nnmairix-request-group): Check allow-fast group parameter.
7390         (nnmairix-request-create-group): Set allow-fast group parameter if
7391         nnmairix-allowfast-default is set.
7392         (nnmairix-close-group): Propagate marks upon closing if needed.
7393         (nnmairix-group-toggle-threads-this-group): Use new.
7394         nnmairix-group-toggle-parameter helper function.
7395         (nnmairix-search): Better check for empty search result.
7396         (nnmairix-goto-original-article): Use new helper functions for
7397         determining original article.
7398         (nnmairix-show-original-article): Make sure message-id is in brackets.
7399         (nnmairix-call-mairix-binary): Change variable name.
7400         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7401         helper function.
7402         (nnmairix-widget-toggle-activate): Fix doc string.
7403
7404 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * nnir.el: Require edmacro when compiling with XEmacs.
7407         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7408         available in Emacs 21.
7409
7410 2008-06-11  Glenn Morris  <rgm@gnu.org>
7411
7412         * gnus-util.el (x-focus-frame):
7413         * gnus.el (image-size):
7414         * mm-decode.el (image-size): Declare.
7415
7416         * gnus-picon.el (declare-function): Add compat definition.
7417         (image-size): Declare.
7418
7419         * gnus-group.el (tool-bar-map):
7420         * gnus-sum.el (tool-bar-map): Define for compiler.
7421
7422         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7423
7424         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7425
7426         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7427         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7428         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7429         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7430         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7431         * sieve-manage.el, spam-report.el, spam.el:
7432         Remove unnecessary eval-and-compile of autoloads.
7433
7434 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7435
7436         * auth-source.el: Precise Tramp doc.
7437
7438 2008-06-07  Glenn Morris  <rgm@gnu.org>
7439
7440         * nnmairix.el: Remove unnecessary eval-when-compile.
7441
7442 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * lpath.el: Fbind propertize for XEmacs 21.4.
7445
7446 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * nnir.el: Move here from ../contrib.
7449
7450 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7451
7452         * gnus-util.el (gnus-read-shell-command): New function.
7453         * mm-decode.el (mm-pipe-part):
7454         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7455
7456 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7459
7460 2008-06-03  Glenn Morris  <rgm@gnu.org>
7461
7462         * pop3.el (nnheader-accept-process-output): Autoload it.
7463
7464 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7467         are not 2-digit hexadecimal characters that follow `%'s.
7468
7469 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * message.el (message-bogus-recipient-p): Fix type in doc string.
7472         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7473         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7474         Improve custom options.
7475         (message-bogus-recipient-p): Adjust accordingly.
7476
7477 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7478
7479         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7480         long-form month and day names.
7481
7482 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * dgnushack.el: Autoload debug, eudc-expand-inline and
7485         pgg-snarf-keys-region for XEmacs.
7486
7487         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7488
7489         * nnmairix.el: Require edmacro when compiling with XEmacs.
7490
7491 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7494         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7495
7496 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7497
7498         * auth-source.el: Add more docs.
7499
7500         * netrc.el (netrc-machine): Always match if the port is not given.
7501
7502 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7505         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7506         retrieval faster in some cases, but might make CPU usage larger.
7507         If this has any bad side effects, we might revert this change.
7508
7509         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7510         seems to make mail retrieval much, much faster.
7511         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7512         unconditionally.
7513
7514         * gnus-draft.el (gnus-group-send-queue):
7515         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7516
7517 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7520
7521         * message.el (message-bogus-address-regexp): Fix and improve custom
7522         type.
7523         (message-setup-hook): Add message-check-recipients as custom option.
7524
7525 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * message.el (message-cite-function): Remove bogus autoload which crept
7528         in during merge from v5-10.
7529
7530 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7531
7532         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7533
7534         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7535
7536         * auth-source.el: Preliminary Tramp docs.
7537         (auth-sources): Change the default auth-sources to use
7538         EPA .gpg files.
7539
7540 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7541
7542         * nntp.el: Autoload `auth-source-user-or-password'.
7543         (nntp-send-authinfo): Use it.
7544
7545         * nnimap.el: Autoload `auth-source-user-or-password'.
7546         (nnimap-open-connection): Use it.
7547
7548         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7549         for the gnus-message function.
7550         (auth-source-user-or-password): Use it.
7551
7552 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7553
7554         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7555         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7556         (rfc2104-hash): Use it.
7557
7558 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7559
7560         * gnus-art.el (gnus-article-toggle-truncate-lines):
7561         Don't use `iff' in docstring.
7562
7563 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7564
7565         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7566
7567         * gnus-util.el (gnus-extract-address-component-name)
7568         (gnus-extract-address-component-email): Convenience functions around
7569         `gnus-extract-address-components'.
7570
7571         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7572         Use `gnus-extract-address-component-email' to fix bug of comparing full
7573         sender name to `user-mail-address'.
7574
7575 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7576
7577         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7578         catch/throw to optimize.
7579         (gnus-registry-find-keywords): Just use member to find a keyword.
7580
7581 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7582
7583         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7584         is current before calling gnus-server-prepare.
7585         (gnus-server-setup-buffer, gnus-server-update-server)
7586         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7587
7588 2008-05-04  Juri Linkov  <juri@jurta.org>
7589
7590         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7591         (mailcap-file-default-commands): Use mailcap-replace-in-string
7592         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7593         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7594
7595 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7596
7597         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7598
7599 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7600
7601         * gnus.el: Bump version to 0.11.
7602
7603 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7604
7605         * gnus.el: No Gnus v0.10 is released.
7606
7607 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7608
7609         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7610         hooks.
7611         (gnus-update-read-articles): Speed up non-marks-using users.
7612         (gnus-use-marks): Define gnus-use-marks.
7613         (gnus-propagate-marks): Rename variable to something more sensible.
7614
7615 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7616
7617         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7618         (gmm-image-load-path-for-library): Fix typos in docstrings.
7619         (gmm-message): Reflow docstring.
7620
7621 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7622
7623         * mail-source.el (mail-source-set-1, mail-source-bind):
7624         Move auth-source code out of the macro to clean it up and fix bugs.
7625
7626 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7627
7628         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7629         by sender if it's equal to user-mail-address, it's likely to be
7630         useless.
7631
7632         * mail-source.el (mail-source-bind): Don't use user or password if they
7633         are not bound.  Unintern them if they are nil.  Don't use server unless
7634         it's bound, and default it to empty string otherwise.
7635
7636 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7637
7638         * mail-source.el: Load auth-source.el.
7639         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7640         get user name or password, if auth-sources is set up.
7641
7642         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7643         strategy of splitting with parent.
7644         (gnus-registry-split-fancy-with-parent)
7645         (gnus-registry-post-process-groups): Use it and fix prior
7646         bug (returning a list as the split result).
7647
7648         * auth-source.el (auth-sources): Remove server parameter.
7649         (auth-source-pick, auth-source-user-or-password)
7650         (auth-source-user-or-password-imap)
7651         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7652         (auth-source-user-or-password-sftp)
7653         (auth-source-user-or-password-smtp): Remove server parameter.
7654
7655 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7656
7657         * smime.el (smime-sign-region, smime-encrypt-region)
7658         (smime-decrypt-region):
7659         Remove redundant calls to `generate-new-buffer-name'.
7660
7661 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7662
7663         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7664         Don't use QP for message/rfc822.
7665         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7666
7667 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7668
7669         * sieve-manage.el (sieve-string-bytes): Remove.
7670         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7671         correct byte-length only if the process's coding-system is the same as
7672         the one used internally by Emacs to represent strings.
7673
7674 2008-04-22  Juri Linkov  <juri@jurta.org>
7675
7676         * mailcap.el (mailcap-file-default-commands): New function.
7677
7678 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * message.el (message-signature-separator, message-cite-function):
7681         Change custom version.
7682
7683 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7684
7685         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7686         commands.
7687         (tls-checktrust): Ditto.
7688
7689 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * mm-decode.el (mm-display-external): Make temp file read-only.
7692
7693 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7694
7695         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7696         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7697         `C-c C-f d'.
7698
7699 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7700
7701         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7702
7703 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * gnus.el: Bump version to 0.9.
7706
7707 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus.el: No Gnus v0.8 is released.
7710
7711 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7712
7713         * mail-source.el (mail-source-value):
7714         Prefer fboundp to functionp so it works with macros as well.
7715
7716 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7717
7718         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7719         Fix last change in case the element is not even a symbol.
7720
7721 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7722
7723         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7724         Prefer fboundp to functionp so it works with macros as well.
7725
7726 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7727
7728         * auth-source.el: Add docs.
7729         (auth-sources): Modify format to support server.
7730         (auth-source-pick, auth-source-user-or-password)
7731         (auth-source-user-or-password-imap)
7732         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7733         (auth-source-user-or-password-sftp)
7734         (auth-source-user-or-password-smtp): Add server parameter.
7735
7736 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7737
7738         * gnus-registry.el: Initialize the registry when gnus-registry-install
7739         is t.
7740
7741 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * compface.el (uncompface): Make buffer unibyte.
7744
7745 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7746
7747         * mail-source.el (mail-source-value):
7748         Prefer fboundp to functionp so it works with macros as well.
7749
7750 2008-04-05  Glenn Morris  <rgm@gnu.org>
7751
7752         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7753
7754 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7755
7756         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7757         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7758
7759         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7760         multibyteness after rather than before erasing it.
7761
7762         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7763         mm-with-multibyte.
7764         (gnus-request-article-this-buffer): Make sure the proper decoding is
7765         used if gnus-original-article-buffer happens to be unibyte.
7766
7767         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7768         default-enable-multibyte-characters.
7769
7770         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7771         default-enable-multibyte-characters.
7772
7773         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7774
7775         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7776
7777 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7778
7779         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7780         Fix last change in case the element is not even a symbol.
7781
7782 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7783
7784         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7785         (imap-message-copyuid-1): Use it.
7786         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7787         J. Williams in
7788         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7789
7790         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7791         imap-enable-exchange-bug-workaround.
7792         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7793
7794 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7795
7796         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7797         a 100 byte status-checks into a 2-3MB transfer for each group.
7798         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7799         to enable bug workaround or not.
7800         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7801
7802 2008-03-31  Glenn Morris  <rgm@gnu.org>
7803
7804         * message.el (mml2015-use): Declare for compiler.
7805         (message-info): Require mml2015 when appropriate.
7806
7807 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7810         whitespace.
7811
7812 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7813
7814         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7815         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7816         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7817         (nntp-service-to-port): New function.
7818         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7819         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7820         (nntp-open-netcat-stream): New function.
7821         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7822
7823 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7824
7825         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7826
7827 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7828
7829         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7830
7831 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7832
7833         * dns.el (dns-write): Use set-buffer-multibyte.
7834
7835 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7836
7837         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7838
7839 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7840
7841         * message.el (message-signature-separator): Change default.
7842         Improve custom type.
7843         (message-cite-function): Change default to
7844         message-cite-original-without-signature.
7845
7846         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7847         toggle.
7848
7849         * message.el (message-check-news-body-syntax): Fix signature check.
7850         (message-setup-1): Mark buffer as unmodified _after_ running
7851         message-setup-hook and handling message-alternative-emails.
7852         (message-shorten-references): Be more strict when building list of
7853         valid references to comply with GNKSA.
7854
7855         * gnus-group.el (gnus-read-ephemeral-bug-group)
7856         (gnus-read-ephemeral-debian-bug-group)
7857         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7858
7859         * message.el (message-info): Don't use booleanp which isn't supported
7860         in Emacs 21 and XEmacs.
7861
7862 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7865         gnus-group-gmane-group-download-format.
7866         (gnus-group-read-ephemeral-gmane-group): Rename from
7867         gnus-group-read-ephemeral-gmane-group.
7868         (gnus-read-ephemeral-gmane-group-url): Rename from
7869         gnus-group-read-ephemeral-gmane-group-url.
7870         (gnus-bug-group-download-format-alist): New variable.
7871         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7872         (gnus-read-ephemeral-emacs-bug-group): New commands.
7873
7874 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7877         (gnus-visible-headers): Improve custom type.
7878
7879 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * mml.el (mml-menu): Add workarounds for XEmacs.
7882
7883         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7884         X-Boundary header.
7885
7886         * message.el (message-simplify-recipients): Fix previous commit.
7887
7888 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7889
7890         * mm-util.el (mm-set-buffer-multibyte): New function.
7891         * mm-decode.el (mm-copy-to-buffer): Use it.
7892
7893         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7894         Prefer fboundp to functionp so it works with macros as well.
7895
7896 2008-03-19  Glenn Morris  <rgm@gnu.org>
7897
7898         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7899         Accidentally removed in the sync process with Emacs.
7900
7901 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * message.el (message-alter-recipients-discard-bogus-full-name):
7904         New function.
7905         (message-alter-recipients-function): New variable.
7906         (message-get-reply-headers): Use it.
7907         (message-replace-header): New helper function.
7908         (message-recipients-without-full-name): New variable.
7909         (message-simplify-recipients): New command.
7910
7911         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7912
7913         * message.el (message-info): Handle EasyPG manual.
7914
7915         * mml.el (mml-menu): Add entry for EasyPG.
7916
7917 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7918
7919         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7920         parameter.
7921
7922         * message.el (message-disassociate-draft): Specify drafts group name
7923         fully.
7924
7925 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7926
7927         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7928         Eliminate unnecessary duplicates from the match list.
7929
7930 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7933
7934         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7935
7936         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7937         args of `how-many' of which the XEmacs version doesn't take; declare
7938         Info-index-next as function.
7939
7940 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7941
7942         * gnus-score.el (gnus-score-headers): Fix handling of
7943         gnus-inhibit-slow-scoring.
7944
7945         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7946         string.
7947         (gnus-button-url-regexp): Improve handling of parenthesis.
7948         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7949         (gnus-button-handle-info-keystrokes): Handle index entries.
7950
7951 2008-03-15  Glenn Morris  <rgm@gnu.org>
7952
7953         * parse-time.el (parse-time-string): Simplify.
7954
7955 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7958         Incoming* files.
7959
7960 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7961
7962         * auth-source.el (auth-sources): Rename from auth-source-choices.
7963         (auth-source-pick): Use it.
7964
7965 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7966
7967         * binhex.el (binhex-decode-region-internal):
7968         * uudecode.el (uudecode-decode-region-internal):
7969         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7970         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7971         setting default-enable-multibyte-characters.
7972
7973 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7974
7975         * auth-source.el (auth-source-protocols)
7976         (auth-source-protocols-customize, auth-source-choices): Add and
7977         modified variable customizations and defaults.
7978         (auth-source-pick, auth-source-user-or-password)
7979         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7980         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7981         (auth-source-user-or-password-sftp)
7982         (auth-source-user-or-password-smtp): Use new variables and provide an
7983         interface to netrc.el.
7984
7985 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7988         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7989         Make sure the nntp port to specify is a string.
7990
7991 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7992
7993         * nntp.el: Use with-current-buffer.
7994         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7995         dubious mm-with-unibyte-current-buffer.
7996         (nntp-with-open-group-function): New function extracted from
7997         nntp-with-open-group macro.
7998         (nntp-with-open-group): Use the function, so it's easier to debug.
7999         Add indentation and debugging info.
8000         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8001         Recommend the use of the netcat alternatives.
8002
8003         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8004         Avoid mm-string-as-multibyte as well.
8005
8006         * nnweb.el (nnweb-insert-html):
8007         Remove use of nnheader-string-as-multibyte.
8008
8009         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8010         (nnheader-string-as-multibyte): Remove.
8011
8012         * mm-view.el: Use inhibit-read-only.
8013         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8014         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8015         or unibyte-string.
8016
8017         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8018         (mm-uu-yenc-extract): Use with-current-buffer.
8019
8020         * gnus-soup.el (gnus-soup-send-packet): Don't use
8021         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8022
8023         * nnmh.el: Use with-current-buffer.
8024         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8025         mm-string-as-multibyte on the output of mm-encode-coding-string.
8026
8027         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8028         (nnimap-request-move-article): Use with-current-buffer.
8029
8030         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8031         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8032         conversion uses string-make-unibyte rather than string-as-unibyte.
8033
8034         * gnus-msg.el: Use with-current-buffer.
8035
8036         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8037
8038 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8039
8040         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8041         string for caching if it is 'PIN.
8042
8043 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * lpath.el: Consider the case without Emacs/W3.
8046
8047 2008-03-08  Glenn Morris  <rgm@gnu.org>
8048
8049         * time-date.el (date-to-time, time-subtract, time-add)
8050         (safe-date-to-time): Doc fixes.
8051
8052 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * mail-source.el (mail-source-delete-old-incoming-confirm):
8055         Change default to nil.
8056         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8057
8058 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * lpath.el: Rearrange.
8061
8062         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8063         (gnus-article-goto-prev-page): Work for articles having ^L's.
8064
8065         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8066
8067         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8068
8069 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8070
8071         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8072         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8073         (gnus-bookmark-jump): Adjust some variable names.
8074
8075 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8076
8077         * auth-source.el: New package.
8078         (auth-source-choices): Add customization entry point variable.
8079
8080         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8081         bug.
8082
8083 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8084
8085         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8086         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8087         (gnus-registry-install-shortcuts): Rename from
8088         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8089         the `gnus-registry-mark-map' keymap dynamically from
8090         `gnus-registry-marks'.  The generated functions update the summary line
8091         when a registry mark is added or deleted, and will call
8092         `gnus-registry-install-p' (see the comments in the code).
8093         (gnus-registry-user-format-function-M): Use concat intelligently.
8094
8095         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8096         the registry mark functions.
8097
8098 2008-03-05  Glenn Morris  <rgm@gnu.org>
8099
8100         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8101         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8102         gnus-art.
8103         (top-level): No need to load own source when compiling.
8104
8105 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8108         Suggested by <chris.anderton@zetnet.co.uk>.
8109
8110 2008-03-04  Glenn Morris  <rgm@gnu.org>
8111
8112         * gnus-sum.el (top-level): No need to require gnus when compiling,
8113         since unconditionally required near start of file.
8114         (gnus-summary-display-while-building): Move definition before use.
8115
8116 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8117
8118         * gnus-registry.el (gnus-registry-user-format-function-M):
8119         Add formatting function.
8120
8121 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8122
8123         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8124         with plists.
8125         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8126         Use new format.
8127
8128 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8131         `where-is-internal' that returns a range of key sequences.
8132
8133 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8134
8135         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8136
8137         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8138         (gnus-summary-jump-to-group): Consider windows on other displayed
8139         frames as well.  Similar changes might be needed elsewhere, but that's
8140         the one I've bumped into during my use.
8141
8142         * nndoc.el (nndoc-oe-dbx-type-p):
8143         * gnus-msg.el (gnus-debug):
8144         * gnus-group.el (gnus-update-group-mark-positions):
8145         Use mm-string-to-multibyte.
8146
8147 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8148
8149         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8150         doesn't handle NotDashEscaped.
8151
8152         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8153         (mml-dnd-attach-options): Fix typo in custom choice.
8154
8155         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8156         Change nndoc-article-type to mbox.
8157         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8158
8159         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8160         to nil, instead of html2text.
8161
8162         * imap.el (imap-debug): Add `imap-ping-server'.
8163
8164         * gnus-bookmark.el: Add FIXMEs.
8165
8166         * message.el (message-form-letter-separator)
8167         (message-send-form-letter-delay): New variables.
8168         (message-send-form-letter): Use them.  New command to send form
8169         letters.  Requested by Uwe Siart.
8170         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8171
8172 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * Update copyright years.
8175
8176 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         Sync from EMACS_22_BASE.
8179
8180         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8181
8182 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8183
8184         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8185         empty author.
8186
8187 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8188
8189         * gnus-registry.el (gnus-registry-marks): Add variable for
8190         customization of marks and their appearance.
8191         (gnus-registry-read-mark): Use it.
8192         (gnus-registry-do-marks): Add utility function to loop through
8193         `gnus-registry-marks'.
8194         (gnus-registry-install-shortcuts-and-menus): Add function to install
8195         shortcuts and menus.
8196         (gnus-registry-initialize): Use it.
8197         (gnus-registry-default-mark): Clarify documentation.
8198
8199 2008-02-29  Glenn Morris  <rgm@gnu.org>
8200
8201         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8202         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8203         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8204         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8205         Change defcustom :version from 23.0 to 23.1.
8206
8207 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8208
8209         * gnus-registry.el (gnus-registry-follow-group-p)
8210         (gnus-registry-post-process-groups): Add functions to aid registry
8211         splitting and improve logging.  Clarify behavior in function
8212         documentation.
8213         (gnus-registry-split-fancy-with-parent): Use them.
8214
8215 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8216
8217         * gnus-art.el: Use with-current-buffer.
8218
8219 2008-02-27  David Engster  <dengste@eml.cc>
8220
8221         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8222         Express real group name in the response.
8223
8224 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8227         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8228         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8229         autoload gnus-registry-fetch-group when compiling.
8230         (nnmairix-request-group-with-article-number-correction):
8231         Remove unreferenced argument passed to nnmairix-call-backend.
8232
8233 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8236         (mm-uu-extract): Improve face for low color ttys.
8237         Reported by Sascha Wilde.
8238
8239 2008-02-27  Glenn Morris  <rgm@gnu.org>
8240
8241         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8242         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8243         variables to defconsts.  Convert comments to doc-strings.
8244         (nnmairix-last-server, nnmairix-current-server): Convert from free
8245         variables to defvars.  Convert comments to doc-strings.
8246         (gnus-registry-fetch-group): Autoload.
8247         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8248         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8249         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8250         caddr.
8251         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8252         nnmairix-request-group-with-article-number-correction call.
8253         (nnmairix-fast, nnmairix-group): New, less general names, for free
8254         variables passed from nnmairix-request-group to
8255         nnmairix-request-group-with-article-number-correction.  Declare.
8256         (nnmairix-request-group-with-article-number-correction):
8257         Use nnmairix-fast, nnmairix-group rather than fast, group.
8258
8259 2008-02-26  David Engster  <dengste@eml.cc>
8260
8261         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8262         version 0.5.
8263
8264 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8267         instead of making an extra function call.  Don't add the current group
8268         to articles only when they have the group.  Use
8269         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8270         Reported by David <de_bb@arcor.de>.
8271
8272 2008-02-24  Miles Bader  <miles@gnu.org>
8273
8274         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8275         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8276         (mm-find-mime-charset-region):
8277         * mm-bodies.el (mm-encode-body):
8278         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8279
8280 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8283         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8284
8285 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8286
8287         * mail-source.el (mail-source-delete-incoming): Change default.
8288         Supplement doc string.
8289
8290         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8291
8292 2008-02-14  Glenn Morris  <rgm@gnu.org>
8293
8294         * time-date.el (format-seconds): New function.
8295
8296 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8297
8298         * nnmail.el (nnmail-message-id-cache-file): Derive from
8299         `gnus-home-directory'.
8300
8301 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8302
8303         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8304         Document negative prefix.
8305
8306         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8307
8308 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8309
8310         * message.el (message-unsent-separator): Add the Exim bounce
8311         separator.
8312
8313 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8314
8315         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8316         list.
8317         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8318         recipient/signer list.
8319
8320 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * Makefile.in (datarootdir): Define.
8323         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8324         name that might contain whitespace.
8325
8326 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8329         fbound (Emacs 23 unicode), signal an error.
8330
8331 2008-02-08  Glenn Morris  <rgm@gnu.org>
8332
8333         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8334
8335 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8336
8337         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8338         ports to the calls to `netrc-machine-user-or-password' in addition to
8339         "imap" and "imaps".
8340
8341 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8342
8343         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8344
8345         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8346
8347 2008-02-01  Kenichi Handa  <handa@m17n.org>
8348
8349         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8350         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8351         (rfc2104-hash): Convert the result of concat to unibyte string.
8352
8353 2008-02-01  Dave Love  <fx@gnu.org>
8354
8355         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8356         coding-system-for-read.
8357         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8358
8359 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8360
8361         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8362         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8363         <hanche@math.ntnu.no>.
8364
8365 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8368
8369         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8370
8371 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8372
8373         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8374         * message.el (message-beginning-of-line): Use featurep instead of bound
8375         tests in order to resolve conditionals at compile time.
8376
8377 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8378
8379         * mail-source.el (mail-sources): Add `group' choice.
8380
8381         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8382         parameter `in-group' to control into which group the articles go.
8383         Add treatment of `group' mail-source.
8384
8385 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8388
8389         * mm-decode.el (mm-dissect-buffer): Decode description.
8390
8391         * mml.el (mml-to-mime): Encode message header first.
8392
8393 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8396         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8397
8398         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8399         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8400
8401 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8402
8403         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8404
8405 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8408         prefix keys.
8409         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8410         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8411         gnus-xmas.el.
8412
8413         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8414         (gnus-xmas-article-describe-bindings): New function.
8415         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8416         gnus-xmas-article-describe-bindings.
8417
8418         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8419
8420 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8421
8422         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8423         Add new variables for article mark management.
8424         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8425         list of extra data entries which, when present, will indicate that the
8426         article ID should not be trimmed from the registry.
8427         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8428         functions.
8429         (gnus-registry-read-mark): New function to read a mark name from the
8430         user.
8431         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8432         (gnus-registry-set-article-mark-internal): New functions to add and
8433         remove marks.
8434         (gnus-registry-get-article-marks): New function to show the marks for
8435         an article, or retrieve them for further use.
8436
8437 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8440         keys when no argument is given.
8441
8442 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8443
8444         * imap.el (imap-ping-server): New variable.
8445         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8446         (imap-ping-server): Minor doc string fixes.
8447
8448 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8449
8450         * imap.el (imap-ping-server): New function.
8451         (imap-opened): Call imap-ping-server.
8452
8453 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8454
8455         * gnus-sum.el (gnus-article-sort-by-random)
8456         (gnus-thread-sort-by-random): Fix doc strings.
8457         Reported by jidanni@jidanni.org.
8458
8459 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-art.el (gnus-article-describe-bindings): New function.
8462         (gnus-article-read-summary-keys): Use it.
8463         (gnus-article-mode-map): Bind `C-h b' to it.
8464
8465 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8468         XEmacs.
8469         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8470         Protect against non-character events.
8471
8472         * lpath.el: Fbind map-keymap for Emacs 21.
8473
8474 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8477         New command.
8478         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8479         instead of END.  Change name of the temp file.
8480         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8481         customizable.
8482
8483 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8486         bind `S W' to gnus-article-wide-reply-with-original; set default
8487         binding to gnus-article-read-summary-send-keys.
8488         (gnus-article-read-summary-keys): Fix the order of keys; display
8489         continuation keys correctly in the echo area; describe bindings
8490         correctly when keys end with `C-h'.
8491         (gnus-article-read-summary-send-keys): New function.
8492         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8493         Work for gnus-article-read-summary-send-keys; display continuation keys
8494         correctly in the echo area.
8495         (gnus-article-reply-with-original): Ignore prefix argument.
8496         (gnus-article-wide-reply-with-original): New function.
8497
8498         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8499         Emacs 21.
8500
8501 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8504         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8505
8506 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8509         (gnus-group-read-ephemeral-gmane-group): New command.
8510
8511 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8512
8513         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8514
8515 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * message.el (message-send-mail-function): Increase custom version.
8518
8519         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8520         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8521
8522 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8523
8524         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8525         for the cases where imap-authenticate is called with a nil buffer
8526         parameter.
8527
8528 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8531         html parts correctly; support forwarded messages.
8532         (gnus-article-browse-html-article): Remove work buffers.
8533
8534         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8535         compiling.
8536         (netrc-bound-and-true-p): New macro.
8537         (netrc-parse): Use it instead of bound-and-true-p that is not available
8538         in XEmacs 21.4.
8539
8540 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8541
8542         * gnus-registry.el (gnus-registry-mark-article)
8543         (gnus-registry-article-marks): Add functionality to mark articles
8544         through the Gnus registry.
8545
8546         * encrypt.el: Clarify documentation for the new pgg method.
8547         (encrypt-file-alist): Add PGG option.
8548         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8549         functionality.  Abstract password key and messaging to external
8550         functions.
8551         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8552         (encrypt-message-method-and-cipher): Add new convenience external
8553         functions.
8554         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8555         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8556
8557         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8558         (netrc-parse): Use encrypt-file-alist to determine if
8559         encrypt-find-model or encrypt-insert-file-contents should be used.
8560
8561         * encrypt.el: Clarify documentation.  Load password-cache or
8562         password, whichever one is found first, instead of autoloading.
8563
8564 2007-12-19  Glenn Morris  <rgm@gnu.org>
8565
8566         * mml.el (message-options-set, message-narrow-to-head)
8567         (message-in-body-p, message-mail-p, message-encode-message-body):
8568         Autoload.
8569         (message-remove-header, message-narrow-to-headers-or-head)
8570         (message-subscribed-p, message-make-mail-followup-to)
8571         (message-position-on-field, message-news-p)
8572         (message-options-set-recipient, message-generate-headers)
8573         (message-sort-headers): Declare as functions.
8574
8575 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8578         convention in doc string.
8579
8580 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8583         title to html parts.
8584         (gnus-article-browse-html-article): Pass message header to it.
8585
8586         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8587
8588 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8591         or password compatible with XEmacs.
8592
8593 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8596         format document.
8597         (gnus-mime-delete-part): Don't write description line if empty.
8598         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8599
8600 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8601
8602         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8603         (gnus-summary-mark-read-and-unread-as-read)
8604         (gnus-summary-mark-current-read-and-unread-as-read)
8605         (gnus-summary-mark-unread-as-ticked): Doc fix.
8606         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8607
8608 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8611         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8612
8613 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8616         yes-or-no-p.
8617
8618 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * mm-decode.el (mm-add-meta-html-tag): New function.
8621         (mm-save-part-to-file, mm-pipe-part): Use it.
8622
8623         * gnus-art.el (gnus-article-browse-delete-temp-files):
8624         Use gnus-y-or-n-p instead of y-or-n-p.
8625         (gnus-article-browse-html-parts): Work with message/external-body; use
8626         mm-add-meta-html-tag.
8627
8628 2007-12-11  Glenn Morris  <rgm@gnu.org>
8629
8630         * gnus-cache.el: Require gnus-sum not just when compiling.
8631
8632         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8633
8634         * gnus-int.el (gnus-server-opened, gnus-status-message):
8635         Move definitions before use.
8636
8637         * mm-decode.el: Require gnus-util.
8638         (mm-remove-part): Only call delete-annotation on XEmacs.
8639
8640         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8641
8642         * nnmail.el: Require gnus-int.
8643
8644         * spam.el: Move `require's before `eval-when-compile's.
8645
8646         * gnus-ems.el (gnus-alive-p):
8647         * gnus-fun.el (message-goto-eoh):
8648         * gnus-util.el (gnus-group-name-decode):
8649         * mail-source.el (gnus-compress-sequence):
8650         * message.el (Info-goto-node, format-spec):
8651         * mm-bodies.el (message-options-get):
8652         * mm-decode.el (mm-view-pkcs7):
8653         * mm-util.el (gmm-write-region):
8654         * mml-smime.el (mml-compute-boundary)
8655         (gnus-completing-read-with-default):
8656         * mml.el (widget-button-press, gnus-make-hashtable):
8657         * mml1991.el (mm-decode-content-transfer-encoding)
8658         (mm-encode-content-transfer-encoding)
8659         (message-options-get, message-options-set):
8660         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8661         * nnfolder.el (gnus-request-group):
8662         * nnheader.el (ietf-drums-unfold-fws):
8663         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8664         * smime.el (gnus-run-mode-hooks):
8665         * spam-stat.el (gnus-message): Autoload.
8666
8667         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8668         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8669         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8670         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8671         Add declare-function compatibility definition.
8672
8673         * gnus-cache.el (nnvirtual-find-group-art):
8674         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8675         (gnus-add-image, gnus-add-wash-type):
8676         * gnus-group.el (nnkiboze-score-file):
8677         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8678         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8679         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8680         (message-tokenize-header, gnus-get-buffer-create)
8681         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8682         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8683         * gnus.el (gnus-group-decoded-name):
8684         * mail-source.el (imap-capability):
8685         * mm-bodies.el (message-options-set):
8686         * mm-decode.el (gnus-configure-windows):
8687         * mm-extern.el (message-goto-body):
8688         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8689         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8690         (epg-sub-key-validity, message-options-set):
8691         * mml.el (widget-event-point, gnus-configure-windows):
8692         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8693         * mml2015.el (epg-check-configuration, epg-configuration)
8694         (message-options-set):
8695         * nndb.el (nndb-request-article):
8696         * nnfolder.el (gnus-request-create-group):
8697         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8698         * nnmaildir.el (gnus-group-mark-article-read):
8699         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8700         * rfc1843.el (message-fetch-field):
8701         * spam.el (gnus-extract-address-components):
8702         Declare as functions.
8703
8704 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8707
8708         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8709
8710         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8711         bind show-trailing-whitespace for XEmacs.
8712
8713 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8716         new no-op macro for backward compatibility.
8717
8718         * imap.el (imap-string-to-integer): New function.
8719
8720 2007-12-09  Glenn Morris  <rgm@gnu.org>
8721
8722         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8723
8724         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8725         * message.el, mm-view.el, sieve-manage.el, smime.el:
8726         Add declare-function compatibility definition.
8727
8728         * gnus-art.el (w3-region, w3m-region, Info-menu):
8729         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8730         * gnus-sum.el (gnus-get-predicate):
8731         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8732         * message.el (mail-abbrev-in-expansion-header-p):
8733         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8734         (w3m-detect-meta-charset, w3m-region):
8735         * sieve-manage.el (password-read, password-cache-add)
8736         (password-cache-remove):
8737         * smime.el (password-read-and-add): Declare as functions.
8738
8739 2007-12-08  David Kastrup  <dak@gnu.org>
8740
8741         * gnus-sum.el (gnus-summary-simplify-subject-query):
8742         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8743         `message'.
8744
8745 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8748         it to bind idna-program, installation-directory, defined-colors, and
8749         face-attribute for XEmacs of the version that compiles defcustom forms.
8750
8751 2007-12-07  Glenn Morris  <rgm@gnu.org>
8752
8753         * gnus-art.el (article-make-date-line): Revert previous change.
8754
8755 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8758
8759 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8760
8761         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8762         Call gnus-add-to-range ranges only once with a prepared article-list.
8763
8764 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8765
8766         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8767         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8768         group names with backslashes.
8769         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8770
8771 2007-12-06  Deepak Goel  <deego3@gmail.com>
8772
8773         * gnus-art.el (article-make-date-line):
8774         * gnus-start.el (gnus-load):
8775         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8776
8777 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus-art.el (gnus-use-idna)
8780         * gnus-start.el (gnus-site-init-file)
8781         * message.el (message-use-idna)
8782         * mm-uu.el (mm-uu-hide-markers)
8783         * smiley.el (smiley-style): Revert changes that suppress warnings.
8784
8785 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8788         specify charset to html source.
8789         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8790
8791 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8794         idna-program in order to suppress byte compile warning issued by XEmacs
8795         that came to byte compile the default value section of defcustom forms
8796         recently.
8797
8798         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8799         value of installation-directory.
8800
8801         * message.el (message-use-idna): Don't directly refer to the value of
8802         idna-program.
8803
8804         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8805
8806         * smiley.el (smiley-style): Don't directly call face-attribute.
8807
8808 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8811
8812         * gnus-dired.el: Reduce Gnus dependencies.
8813         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8814         Don't require.  Use autoloads instead.
8815         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8816         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8817         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8818         (gnus-dired-mode): Adjust doc string.
8819         (gnus-dired-mail-mode): New variable.
8820         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8821         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8822         (gnus-dired-mail-buffers): New function.  Return mail or message
8823         composition buffers.
8824         (gnus-dired-attach): Use it.
8825         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8826         NO-DECODE.
8827         (gnus-dired-print): Use `gnus-print-buffer' depending on
8828         `gnus-dired-mail-mode'.
8829
8830 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * rfc2047.el (rfc2047-encoded-word-regexp)
8833         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8834         explaining what regexp patterns are for.
8835
8836 2007-12-04  Glenn Morris  <rgm@gnu.org>
8837
8838         * password.el: Move to password-cache.el.
8839
8840         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8841         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8842         * mml-smime.el (password-read, password-cache-add)
8843         (password-cache-remove):
8844         No need to autoload, since mml-sec requires password.
8845
8846         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8847         * message.el (gnus-extract-address-components):
8848         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8849
8850         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8851         password.
8852
8853 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * mailcap.el: Reduce dependencies.
8856         (mail-header-parse-content-type): Autoload.
8857         (mailcap-delete-duplicates): New alias.
8858         (mailcap-mime-info): Add optional argument NO-DECODE.
8859         (mailcap-mime-types): Use mailcap-delete-duplicates.
8860
8861         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8862
8863 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8864
8865         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8866         (imap-parse-status): Upcase status-att for servers that sends them
8867         lower-case (e.g., MS Exchange 2007).
8868
8869 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8870
8871         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8872         function.
8873
8874         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8875         (gnus-uu-yenc-article): New function.
8876
8877         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8878
8879         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8880
8881 2007-12-02  Glenn Morris  <rgm@gnu.org>
8882
8883         * binhex.el (binhex): New custom group.
8884         (binhex-decoder-program, binhex-decoder-switches)
8885         (binhex-use-external): Move to the binhex custom group.
8886
8887         * uudecode.el (uudecode): New custom group.
8888         (uudecode-decoder-program, uudecode-decoder-switches)
8889         (uudecode-use-external): Move to the uudecode custom group.
8890
8891         * netrc.el (top-level): Don't load `encrypt' features.
8892         (netrc-parse): Don't use encrypt.
8893         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8894
8895         * encrypt.el: Remove file.
8896
8897 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8900         matches on patches.
8901
8902         * gnus-art.el (gnus-article-browse-html-article):
8903         Mention `mm-text-html-renderer' in the doc string.
8904
8905         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8906         string.  Add comments.
8907
8908         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8909         if rhs is ASCII.
8910
8911 2007-12-01  Glenn Morris  <rgm@gnu.org>
8912
8913         * mail-source.el (top-level): Require format-spec before
8914         eval-when-compile.
8915
8916 2007-11-30  Glenn Morris  <rgm@gnu.org>
8917
8918         * encrypt.el: Require password, rather than autoloading password-read.
8919
8920 2007-11-29  Glenn Morris  <rgm@gnu.org>
8921
8922         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8923         (sasl-make-client, sasl-next-step, sasl-step-data)
8924         (sasl-step-set-data): Declare as functions.
8925
8926 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8927
8928         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8929
8930 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8931
8932         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8933         certs should be verified and what is to be done in the event of a
8934         verification failure.
8935
8936         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8937         caller can indicate whether the cache should be disregarded for this
8938         call.  This way the result of the call is reproducible at all times and
8939         can be considered a canonical server name for the supplied method.
8940         (gnus-agent-method-p): Canonicalize server names by pushing their
8941         method through `gnus-method-to-server' using the no-cache argument.
8942
8943         * gnus-srvr.el (gnus-server-insert-server-line):
8944         Call `gnus-method-to-server' with `no-cache' argument.
8945
8946         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8947         gnus-agent-possibly-synchronize-flags as this should be called when the
8948         server is actually being opened.
8949         (gnus-agent-possibly-synchronize-flags)
8950         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8951         flags file of an agentized server to the latter function.
8952
8953         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8954         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8955         after a connection has been established successfully.
8956
8957 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-art.el (article-display-face): Force to display face if called
8960         interactively; check if gnus-article-x-face-too-ugly matches author.
8961         (article-display-x-face): Display face even if From header is missing
8962         as article-display-face does.
8963
8964 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8965
8966         * hashcash.el (message-narrow-to-headers-or-head)
8967         (message-fetch-field, message-goto-eoh)
8968         (message-narrow-to-headers): Declare as functions.
8969
8970 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8971
8972         * mail-source.el (mail-sources): Default to fetch from file for
8973         compatibility with default of nnmail-spool-file.
8974
8975 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8978         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8979         to look for encoded word that should be encoded again.
8980         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8981         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8982         encoding pattern.
8983         (rfc2047-decode-region): Switch strict regexp and loose one according
8984         to rfc2047-allow-irregular-q-encoded-words.
8985
8986 2007-11-25  Romain Francoise  <romain@orebokech.com>
8987
8988         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8989
8990 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * tls.el (tls-program): Provide more custom choices from
8993         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8994         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8995
8996 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8999         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9000
9001         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9002         `nnmail-spool-file'.
9003
9004         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9005         `nnmail-spool-file'.
9006
9007         * gnus-move.el (gnus-change-server): Ditto.
9008
9009         * gnus-kill.el (gnus-batch-score): Ditto.
9010
9011         * gnus-cache.el (gnus-jog-cache): Ditto.
9012
9013         * gnus-msg.el (gnus-summary-reply):
9014         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9015
9016 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9019         version.  Minor improvement to doc strings.
9020         (tls-program): Add comment.
9021
9022 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9023
9024         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9025         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9026         mismatch between the hostname provided in the certificate and the name
9027         of the host connnecting to.
9028         (open-tls-stream): Use them.  Check certificates against trusted root
9029         certificates.
9030
9031 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * gnus-cache.el (gnus-cache-generate-nov-databases):
9034         Use nnml-generate-nov-databases-directory instead of
9035         nnml-generate-nov-databases-1.
9036
9037 2007-11-24  Glenn Morris  <rgm@gnu.org>
9038
9039         * message.el (message-tool-bar-retro): Update for rename
9040         mail_send.xpm->mail-send.xpm.
9041
9042 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9045         `smime-ldap-search' for Emacs 22 and up.
9046
9047 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9048
9049         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9050
9051         * message.el (message-send-mail-function): Fix error convention.
9052         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9053         (message-widen-reply, message-send-mail, message-talkative-question)
9054         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9055         (message-clone-locals, message-send-news): Use with-current-buffer.
9056         (message-insert-or-toggle-importance): Remove unused var `valid'.
9057         (message-make-references): Remove unused var `new-references'.
9058         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9059
9060 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9061
9062         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9063         (spam-split-symbolic-return-positive): Reflow docstring.
9064         (spam-backends, spam-summary-exit-behavior)
9065         (spam-mark-ham-unread-before-move-from-spam-group)
9066         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9067         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9068         (spam-clear-cache, spam-backend-check, spam-install-backend)
9069         (spam-install-statistical-backend, spam-list-of-processors)
9070         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9071         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9072         (spam-check-crm114, spam-initialize, spam-unload-hook):
9073         Fix typos in docstrings.
9074
9075 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9078         been checked if they have never been read and those group levels are
9079         higher than the one that a user specified.
9080
9081 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9084         foreign groups unless a group level is specified by a user.
9085         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9086
9087 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * message.el (message-send-mail-function): Require sendmail.
9090
9091 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9092
9093         * message.el (message-send-mail-function): Check for smtpmail too.
9094
9095         * utf7.el (utf7-encode, utf7-decode): Use coding system
9096         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9097
9098         * message.el (message-send-mail-function): New function.
9099         (message-send-mail-function): Set default using
9100         message-send-mail-function.  Adjust doc string.
9101         (message-send-mail-with-mailclient): New function.
9102
9103 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9104
9105         * smime.el (from):
9106         * rfc2047.el (message-posting-charset):
9107         * qp.el (mm-use-ultra-safe-encoding):
9108         * pop3.el (parse-time-months):
9109         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9110         * nnml.el (files):
9111         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9112         (jka-compr-compression-info-list, ange-ftp-path-format)
9113         (efs-path-regexp):
9114         * nndiary.el (files):
9115         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9116         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9117         (epg-digest-algorithm-alist, inhibit-redisplay)
9118         (password-cache-expiry):
9119         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9120         (pgg-output-buffer, password-cache-expiry):
9121         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9122         (efs-path-regexp):
9123         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9124         (inhibit-redisplay):
9125         * mm-uu.el (file-name, start-point, end-point, entry)
9126         (gnus-newsgroup-name, gnus-newsgroup-charset):
9127         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9128         (latin-unity-ucs-list):
9129         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9130         (mm-uu-binhex-decode-function):
9131         * message.el (gnus-message-group-art, gnus-list-identifiers)
9132         (rmail-enable-mime-composing, gnus-local-organization)
9133         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9134         (gnus-read-active-file, facemenu-add-face-function)
9135         (facemenu-remove-face-function, gnus-article-decoded-p)
9136         (tool-bar-mode):
9137         * mail-source.el (display-time-mail-function):
9138         * gnus-util.el (nnmail-pathname-coding-system)
9139         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9140         (gnus-original-article-buffer, gnus-user-agent)
9141         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9142         (xemacs-codename, sxemacs-codename, emacs-program-version):
9143         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9144         * gnus-start.el (gnus-agent-covered-methods)
9145         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9146         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9147         (gnus-newsgroup-headers, gnus-group-list-mode)
9148         (gnus-group-mark-positions, gnus-newsgroup-data)
9149         (gnus-newsgroup-unreads, nnoo-state-alist)
9150         (gnus-current-select-method, mail-sources)
9151         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9152         (nnmail-spool-file, gnus-cache-active-hashtb):
9153         * gnus-mh.el (mh-lib-progs):
9154         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9155         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9156         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9157         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9158         (gnus-group-buffer):
9159         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9160         (font-lock-set-defaults):
9161         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9162         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9163         (gnus-summary-post-menu, total-parts, type, condition, length):
9164         * gnus-agent.el (gnus-agent-read-agentview):
9165         * flow-fill.el (show-trailing-whitespace):
9166         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9167         eval-and-compile wrappers for byte compiler pacifiers.
9168
9169         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9170         (mm-display-inline-fontify): Check for featurep 'xemacs not
9171         extent-list.
9172
9173         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9174         itimer-list.
9175         (mm-create-image-xemacs): Only do something for XEmacs.
9176         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9177
9178         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9179
9180         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9181         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9182
9183 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9184
9185         * nnimap.el (nnimap-split-download-body):
9186         * gnus-demon.el (gnus-demon):
9187         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9188
9189 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9192         New macros.
9193         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9194         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9195         copy data from unibyte buffer to multibyte current buffer.
9196         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9197         to copy data from unibyte current buffer to multibyte buffer.
9198         (nntp-make-process-buffer): Make process buffer unibyte.
9199
9200         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9201
9202 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9203
9204         * pop3.el (pop3-open-server): Accept and process data more robustly at
9205         connexion start to avoid spurious "POP SSL connexion failed" errors.
9206
9207 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9210         read group names.
9211
9212 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9215
9216 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9219         (nnmail-save-active): Use a unibyte buffer when saving active file,
9220         which may contain non-ASCII group names.
9221
9222         * nnml.el (nnml-request-group): Decode group names in messages.
9223
9224 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9225
9226         * message.el (message-citation-line-function)
9227         (message-insert-formatted-citation-line): Fix spelling of
9228         `message-insert-formated-citation-line'.
9229
9230 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9233
9234 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9237         nnmail-pathname-coding-system.
9238
9239         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9240         that a user enters; decode group names in messages.
9241
9242         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9243
9244 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9247
9248         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9249
9250         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9251         risky local variable.
9252
9253         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9254
9255 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9256
9257         * encrypt.el: Improve documentation to fix function name typo.
9258         Reported by Daiki Ueno <ueno@unixuser.org>.
9259
9260 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9263         even if the point is not in the last page of an article.
9264         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9265         back to the previous page.
9266
9267 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9268
9269         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9270
9271 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9274
9275 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9276
9277         * message.el (message-check-news-body-syntax):
9278         Avoid mm-string-as-multibyte.
9279         (message-hide-headers): Don't assume (point-min)==1.
9280
9281 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * message.el (message-remove-blank-cited-lines): Fix if remove is
9284         given.
9285         (message-bogus-address-regexp): New variable.
9286         (message-bogus-recipient-p): New function.
9287         (message-check-recipients): New command.
9288         (message-syntax-checks): Add `bogus-recipient'.
9289         (message-fix-before-sending): Add `bogus-recipient'.
9290
9291         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9292         (gnus-treat-body-boundary): Don't test window-system.
9293
9294 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9295
9296         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9297
9298 2007-10-28  Miles Bader  <miles@gnu.org>
9299
9300         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9301         at compile-time too.
9302
9303 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9304
9305         * gnus-msg.el (gnus-message-setup-hook):
9306         Add `message-remove-blank-cited-lines' to options.
9307
9308 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * message.el (message-remove-blank-cited-lines): New function.
9311         Suggested by Karl Plästerer.
9312
9313 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9316         mapc.
9317
9318         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9319         (top-level): Use mapc to set functions to be traced for debugging.
9320
9321         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9322         called for effect with while loop.
9323
9324         * message.el (message-talkative-question): Replace mapcar called for
9325         effect with mapc.
9326
9327         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9328         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9329         called for effect with dolist.
9330
9331         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9332
9333         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9334         gnus-extra-headers and nnmail-extra-headers.
9335
9336         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9337         called for effect with dolist.
9338         (top-level): Use mapc to set functions to be traced for debugging.
9339
9340         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9341         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9342         dolist.
9343
9344         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9345         Replace mapcar called for effect with mapc.
9346         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9347         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9348         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9349         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9350
9351         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9352         remove-if that's a cl function.
9353
9354         * webmail.el (webmail-debug): Replace mapcar called for effect with
9355         dolist.
9356
9357         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9358         with mapc.
9359
9360 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9363         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9364         with while loop.
9365
9366         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9367         functions from article-* functions.
9368         (gnus-multi-decode-header): Replace mapcar called for effect with
9369         dolist.
9370
9371         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9372         (gnus-bookmark-show-details): Replace mapcar called for effect with
9373         while loop.
9374
9375         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9376         called for effect with while loop.
9377
9378         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9379         with dolist.
9380
9381         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9382         Replace mapcar called for effect with dolist.
9383
9384         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9385
9386         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9387         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9388         Replace mapcar called for effect with dolist.
9389         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9390         mapc.
9391
9392         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9393         Replace mapcar called for effect with dolist.
9394         (gnus-topic-list): Replace mapcar called for effect with mapc.
9395
9396         * gnus.el: Use mapc instead of mapcar to add autoloads.
9397
9398 2007-10-23  Richard Stallman  <rms@gnu.org>
9399
9400         * gnus-group.el (gnus-group-highlight): Mark as risky.
9401
9402 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus.el (gnus-server-to-method): Return method found first in
9405         gnus-newsrc-alist.
9406
9407         * gnus-art.el (gnus-article-highlight-signature)
9408         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9409         button overlay without the front stickiness.
9410
9411 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9412
9413         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9414         overview buffer needed a catch to receive its throw.
9415         (gnus-agent-flush-cache): Declare as interactive to make this function
9416         easier to use.
9417
9418 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9419
9420         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9421         `next-line'.
9422
9423 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9426         exclude address matching message-dont-reply-to-names.
9427
9428 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-util.el (gnus-string<): New function.
9431
9432         * gnus-sum.el (gnus-article-sort-by-author)
9433         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9434
9435 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9438         the frame-focus tag is set in gnus-buffer-configuration.
9439
9440 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9443         the front stickiness.
9444
9445 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9448         url pattern; remove duplicate one.
9449         (gnus-article-extend-url-button): New function.
9450         (gnus-article-add-buttons): Use it.
9451         (gnus-button-push): Use concatenated url that it makes.
9452
9453 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9454
9455         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9456
9457 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9458
9459         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9460         Don't hardcode point-min==1.
9461
9462 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9463
9464         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9465         Fix comment about "iso8859-1".
9466
9467 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9468
9469         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9470         ones returned from the verify-function.
9471
9472         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9473         Call mml2015-extract-cleartext-signature if extraction failed.
9474
9475 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9476
9477         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9478         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9479         failed.
9480
9481 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9484
9485 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9488         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9489         recommends to use EasyPG instead of PGG.
9490
9491         * pgg.el: Revert to revision 6.23.2.16.
9492
9493         * pgg-def.el: Revert to revision 6.6.2.14.
9494
9495         * pgg-gpg.el: Revert to revision 6.23.2.34.
9496
9497 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9498
9499         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9500         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9501         thread for both the null and zero (kill/expire thread) universal prefix
9502         cases.
9503         (gnus-summary-expire-thread): Add new function to expire a thread,
9504         using gnus-summary-kill-thread.
9505         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9506         shortcuts for gnus-summary-expire-thread.
9507         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9508         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9509
9510 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9511
9512         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9513         extras value, so an extras entry can be deleted.
9514         (gnus-registry-delete-extra-entry): Use it.
9515         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9516         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9517         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9518         storage through the gnus-registry, and provide an appropriate API for
9519         it.
9520
9521 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9524         Suggested by Leo <sdl.web@gmail.com>.
9525
9526         * gnus.el: Do.
9527
9528 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9531         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9532
9533         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9534
9535         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9536         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9537
9538 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9541         newline.
9542         (nnmbox-request-accept-article): Don't change article in source buffer;
9543         narrow to header to use message-fetch-field rather than
9544         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9545         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9546         as delimiters; make sure article ends with newline.
9547         (nnmbox-delete-mail): Correct last position of article to be deleted;
9548         ignore X-Gnus-Newsgroup header in article body.
9549         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9550         positions; make sure article ends with newline.
9551
9552         * message.el (message-display-abbrev): Don't infloop when a user
9553         inserts SPC in the beginning of header.
9554
9555         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9556         coding-system-for-read and coding-system-for-write for XEmacs having no
9557         file-coding feature.
9558
9559         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9560
9561 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9562
9563         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9564         list of groups not followed by default.  Fix type to be regexp.
9565         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9566
9567 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9568
9569         * hmac-def.el (define-hmac-function): Switch from old-style to
9570         new-style backquotes.
9571
9572         * md4.el (md4-make-step): Likewise.
9573
9574 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9577         raw-text coding system when saving .newsrc file, which may contain
9578         non-ASCII group names.
9579
9580 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-cus.el (gnus-score-extra): New widget.
9583         (gnus-score-extra-convert): New function.
9584         (gnus-score-customize): Use it for Extra.
9585
9586 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9587
9588         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9589         (mml2015-mailcrypt-clear-verify): Use it.
9590         (mml2015-gpg-clear-verify): Use it.
9591         (mml2015-pgg-clear-verify): Use it.
9592         (mml2015-epg-clear-verify): Replace the current part with the output
9593         from GnuPG; don't extract the plaintext by itself.
9594
9595         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9596         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9597         mml2015-clear-verify-function; don't touch the armor headers or
9598         dash-escaped text here.
9599
9600 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9603         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9604         parts, or application/octet-stream as a last resort.
9605         (gnus-mime-view-part-as-type): Don't toggle display.
9606         (gnus-mime-view-part-as-charset): Don't turn off display before
9607         querying charset.
9608
9609         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9610         stuff to undisplayer function in Emacs.
9611         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9612
9613         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9614         text/calendar parts.
9615
9616 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9619         decoding text/calendar parts.
9620
9621         * message.el (message-forward-make-body-mime): Always mark body as
9622         having no illegible text; remove signed-or-encrypted argument.
9623         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9624
9625         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9626         (mml-generate-mime-1): Don't encode body if it is specified to be in
9627         raw form; don't make buffer be unibyte when inserting multibyte string.
9628
9629 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9630
9631         * sha1.el: Fix up comment style.
9632         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9633         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9634
9635         * hex-util.el: Fix up comment style.
9636         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9637
9638         * gnus-salt.el: Use with-current-buffer.
9639         (gnus-pick-setup-message): Fix long-standing typo.
9640
9641 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * imap.el (imap-logout-timeout): New variable.
9644         (imap-logout, imap-logout-wait): New functions.
9645         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9646
9647         * nnimap.el (nnimap-logout-timeout): New server variable.
9648         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9649         nnimap-logout-timeout.
9650
9651         * gnus-art.el (gnus-article-summary-command-nosave)
9652         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9653
9654 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus.el (gnus-maximum-newsgroup): New variable.
9657
9658         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9659         according to gnus-maximum-newsgroup.
9660
9661         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9662         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9663         Limit the range of articles according to gnus-maximum-newsgroup.
9664
9665 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9666
9667         * gnus-art.el (gnus-sticky-article): Fix problems described in
9668         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9669         Don't perform gnus-configure-windows here; reuse existing sticky
9670         article buffer.
9671
9672         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9673         it doesn't exist in gnus-article-mode.
9674
9675 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9678         (gnus-agent-decoded-group-name): New function.
9679         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9680         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9681
9682 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9683
9684         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9685         Add binding for gnus-sticky-article.
9686         (gnus-summary-exit): Don't kill sticky article buffers.
9687
9688         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9689         article buffer.
9690         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9691         (gnus-kill-sticky-article-buffers): New commands.
9692
9693 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * nntp.el (nntp-xref-number-is-evil): New server variable.
9696         (nntp-find-group-and-number): If it is non-nil, don't trust article
9697         numbers in the Xref header.
9698
9699 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-agent.el (gnus-agent-read-group): New function.
9702         (gnus-agent-flush-group, gnus-agent-expire-group)
9703         (gnus-agent-regenerate-group): Use it.
9704         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9705         nnmail-pathname-coding-system.
9706
9707 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9710
9711         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9712         that are unread as unread, and also as selected so that information of
9713         marks having been changed by a user may be updated when exiting group.
9714
9715 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9718
9719 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9722         calculated ignoring signature parts to gnus-treat-article.
9723
9724 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9727         a point here in order to keep the window start.
9728         (gnus-insert-mime-security-button): Make a button overlay without the
9729         front stickiness.
9730         (gnus-mime-display-security): Goto the end of a button.
9731
9732         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9733
9734 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9737         group-name-at-point.
9738         (gnus-group-completing-read): New function that offers decoded
9739         non-ASCII group names for completion.
9740         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9741         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9742         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9743         (gnus-group-fetch-control): Use it.
9744         (gnus-fetch-group): Use group-name-at-point for the initial value
9745         rather than the default value; use gnus-alive-p.
9746
9747         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9748         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9749         (gnus-summary-post-news): Use gnus-group-completing-read.
9750
9751         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9752         (gnus-read-move-group-name): Decode group name for completion.
9753
9754 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9755
9756         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9757         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9758         Yamaoka slightly modified the code).
9759
9760 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9763         (nnmail-split-incoming): Bind it.
9764
9765         * nnml.el (nnml-group-name-charset): New function.
9766         (nnml-decoded-group-name): Use it; don't decode group name if
9767         nnmail-group-names-not-encoded-p is non-nil.
9768         (nnml-encoded-group-name): New function.
9769         (nnml-group-pathname): Inline nnml-decoded-group-name.
9770         (nnml-request-expire-articles): Decode group name in message.
9771         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9772         nnmail-pathname-coding-system.
9773         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9774         not decoded ones according to nnmail-group-names-not-encoded-p.
9775         (nnml-generate-active-info): Use nnml-encoded-group-name.
9776
9777 2007-08-08  Glenn Morris  <rgm@gnu.org>
9778
9779         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9780         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9781         doc-strings and comments.
9782
9783 2007-07-25  Glenn Morris  <rgm@gnu.org>
9784
9785         * Relicense all FSF files to GPLv3 or later.
9786
9787 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus-sum.el (gnus-summary-move-article):
9790         Make gnus-summary-respool-article work.
9791
9792 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9795         string.
9796
9797 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9798
9799         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9800         that should be ignored when comparing distant RSS articles with local
9801         ones.
9802         (nnrss-make-hash-index): New function.  Create a hash index according
9803         to the ignored fields.
9804         (nnrss-check-group): Use it.
9805
9806 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9809
9810         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9811
9812         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9813         the new optional argument ENCODED is non-nil.
9814         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9815         coding system for encoding group name.
9816         (gnus-group-make-rss-group): Pass un-encoded group name to
9817         gnus-group-make-group.
9818         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9819         encoded.
9820
9821         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9822         Encode group name to which articles are moved or copied.
9823         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9824         coding system for encoding Newsgroup, Followup-To and Xref headers.
9825
9826         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9827         marks; use nnheader-file-coding-system to write a file.
9828         (nnagent-retrieve-headers): Bind file-name-coding-system to
9829         nnmail-pathname-coding-system.
9830
9831         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9832
9833         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9834         (nnml-request-article, nnml-request-create-group)
9835         (nnml-request-rename-group, nnml-find-id)
9836         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9837         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9838         (nnml-save-marks): Use nnml-group-pathname instead of
9839         nnmail-group-pathname.
9840
9841         (nnml-request-create-group, nnml-request-expire-articles)
9842         (nnml-request-move-article, nnml-request-delete-group)
9843         (nnml-deletable-article-p, nnml-possibly-create-directory)
9844         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9845         (nnml-open-marks): Bind file-name-coding-system to
9846         nnmail-pathname-coding-system.
9847
9848         (nnml-request-article): Pass server argument to nnml-find-group-number.
9849         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9850         Pass server argument to nnml-possibly-create-directory.
9851         (nnml-request-accept-article): Pass server argument to
9852         nnml-active-number and nnml-save-mail.
9853         (nnml-find-group-number): Pass server argument to nnml-find-id.
9854         (nnml-request-update-info): Pass server argument to
9855         nnml-marks-changed-p.
9856
9857         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9858         (nnml-save-mail, nnml-active-number): Add server argument.
9859
9860         (nnml-request-delete-group): Warn if group is missing.
9861         (nnml-get-nov-buffer): Decode group name.
9862         (nnml-generate-active-info): Encode group name.
9863         (nnml-open-marks): Decode group name in messages.
9864
9865 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9868         if it is not specified.
9869         (gnus-article-pipe-part, gnus-article-save-part)
9870         (gnus-article-interactively-view-part, gnus-article-copy-part)
9871         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9872         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9873         (gnus-article-replace-part, gnus-article-delete-part)
9874         (gnus-article-view-part-as-type): Pass raw prefix argument to
9875         gnus-article-part-wrapper.
9876
9877 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * gnus-agent.el (gnus-agent-save-active):
9880         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9881
9882         * gnus-cache.el (gnus-cache-save-buffers)
9883         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9884         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9885         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9886         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9887         (gnus-cache-generate-active, gnus-cache-rename-group)
9888         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9889         (gnus-cache-update-overview-total-fetched-for):
9890         Bind file-name-coding-system to nnmail-pathname-coding-system.
9891         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9892         New variables.
9893         (gnus-cache-decoded-group-name): New function.
9894         (gnus-cache-file-name): Use it.
9895         (gnus-cache-generate-active): Use non-decoded group name for active.
9896
9897         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9898         right place.
9899         (gnus-write-active-file): Don't break non-ASCII group names.
9900
9901         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9902         nnmail-pathname-coding-system.
9903
9904         * lpath.el: Bind default-file-name-coding-system,
9905         file-name-coding-system and language-info-alist for XEmacs.
9906
9907         * gnus-uu.el (gnus-uu-decode-save): Typo.
9908
9909 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9912
9913 2007-07-14  David Kastrup  <dak@gnu.org>
9914
9915         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9916         finishing actions if we did not edit the article.
9917
9918 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9921         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9922         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9923         (gnus-agent-flush-group, gnus-agent-flush-cache)
9924         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9925         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9926         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9927         (gnus-agent-regenerate-group)
9928         (gnus-agent-update-files-total-fetched-for)
9929         (gnus-agent-update-view-total-fetched-for):
9930         Bind file-name-coding-system to nnmail-pathname-coding-system.
9931         (gnus-agent-group-pathname): Don't encode file names by
9932         nnmail-pathname-coding-system.
9933         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9934         coding-system-for-write instead of buffer-file-coding-system to
9935         gnus-agent-file-coding-system.
9936
9937         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9938         Decode group name.
9939
9940         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9941
9942         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9943         (gnus-read-newsrc-el-file): Make group names unibyte.
9944
9945         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9946         nnmail-pathname-coding-system.
9947
9948         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9949         (nnrss-request-delete-group): Bind file-name-coding-system to
9950         nnmail-pathname-coding-system.
9951         (nnrss-read-server-data, nnrss-read-group-data):
9952         Bind file-name-coding-system correctly.
9953         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9954
9955         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9956         (nntp-server-to-method-cache): New variable.
9957         (nntp-group-pathname): New function that decodes non-ASCII group names.
9958         (nntp-possibly-create-directory, nntp-marks-changed-p)
9959         (nntp-save-marks, nntp-open-marks): Use it.
9960         (nntp-possibly-create-directory, nntp-open-marks):
9961         Bind file-name-coding-system to nnmail-pathname-coding-system.
9962         (nntp-open-marks): Decode group names when bootstrapping marks.
9963
9964         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9965         Newsgroups and Folowup-To headers.
9966
9967 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9970         (gnus-server-closed-face, gnus-server-denied-face)
9971         (gnus-server-offline-face): Remove variable.
9972         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9973
9974         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9975         of modifying message-stack directly for XEmacs.
9976
9977         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9978         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9979         if the coding-system argument is nil for XEmacs.
9980
9981         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9982         mm-charset-override-alist.
9983
9984         * rfc2047.el: Don't require base64; require rfc2045 for the function
9985         rfc2045-encode-string.
9986         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9987         to quote the parameter value.
9988
9989 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9992         form in gnus-group-name-charset-method-alist.
9993
9994         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9995         overrides the default layout edit-form.
9996
9997         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9998
9999         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10000
10001 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10004         as unfetched articles.
10005
10006 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10009
10010 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10013         original back end that keeps marks in the local system.
10014
10015 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10018         arg of pop-to-buffer for XEmacs.
10019         (gnus-article-read-summary-keys): Ditto; don't restore window
10020         configuration if summary command ends up with neither article buffer
10021         nor summary buffer; describe bindings if summary keys end with C-h.
10022
10023 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * message.el (message-fix-before-sending): Skip raw message part to be
10026         forwarded while checking illegible text.
10027         (message-forward-make-body-mime, message-forward-make-body):
10028         Mark signed or encrypted raw message as having no illegible text.
10029
10030 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10033         (gnus-message-with-timestamp-1): New macro.
10034         (gnus-message-with-timestamp): New function.
10035         (gnus-message): Use them.
10036
10037         * nnheader.el (nnheader-message): Use them.
10038
10039 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10040
10041         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10042         .newsrc.eld file.
10043
10044 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * gnus-agent.el (gnus-agent-fetch-headers)
10047         (gnus-agent-retrieve-headers):
10048         Bind gnus-decode-encoded-address-function to identity.
10049
10050         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10051         available also when the server returns simply a dot.
10052
10053         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10054
10055 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10058
10059 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * gnus-ems.el (gnus-x-splash): Make it work.
10062
10063         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10064         from being used.
10065
10066         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10067
10068 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10071         4th and the 5th arguments.
10072
10073         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10074         the front stickiness.
10075         (gnus-article-summary-command-nosave): Correct the order of the
10076         arguments passed to pop-to-buffer.
10077         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10078         summary command ends up with the article buffer.
10079
10080         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10081         the same faces.
10082
10083 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10084
10085         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10086
10087 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10088
10089         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10090         * gnus-sum.el (gnus-summary-highlight):
10091         * pgg.el (pgg-sign-region, pgg-sign):
10092         * mail-source.el (mail-source-delete-old-incoming-confirm):
10093         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10094
10095 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-art.el (gnus-mime-view-part-externally)
10098         (gnus-mime-view-part-internally): Fix predicate function passed to
10099         completing-read.
10100
10101         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10102
10103         * gnus.el (gnus-update-message-archive-method): Add :version.
10104
10105 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus.el (gnus-update-message-archive-method): New variable.
10108
10109         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10110         according to gnus-message-archive-method if
10111         gnus-update-message-archive-method is non-nil.
10112
10113 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10116         Suggested by Loic Dachary <loic@dachary.org>.
10117         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10118
10119 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * message.el (message-pop-to-buffer): Add switch-function argument.
10122         (message-mail): Pass switch-function argument to it.
10123
10124 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10127         Improve doc string.
10128
10129 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10132         (gnus-header-content)
10133         * gnus-cite.el (gnus-cite-10)
10134         * gnus-srvr.el (gnus-server-closed)
10135         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10136         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10137         (gnus-group-mail-3-empty, gnus-group-mail-low)
10138         (gnus-group-mail-low-empty, gnus-splash)
10139         * message.el (message-header-to, message-header-cc)
10140         (message-header-subject, message-header-other, message-header-name)
10141         (message-header-xheader, message-separator, message-cited-text)
10142         (message-mml): Lighten colors of faces used for dark background.
10143
10144 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10145
10146         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10147         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10148
10149 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * message.el (message-narrow-to-headers-or-head):
10152         Ignore mail-header-separator in the body.
10153
10154 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10157         same as window size.
10158
10159 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10160
10161         * message.el (message-font-lock-keywords): Use message-header-xheader
10162         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10163         ahead of the anything pattern, to get it recognised.
10164
10165 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10168         spam.el loads uses it in the compiled defadvice form.
10169
10170 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10171
10172         * gnus-sum.el (gnus-articles-to-read)
10173         (gnus-summary-insert-old-articles): Don't truncate group name for
10174         `read-string'.
10175
10176         * gnus-util.el (gnus-limit-string): Delete this function.
10177
10178         * gnus-sum.el (gnus-simplify-subject-fully):
10179         Use `truncate-string-to-width' instead.
10180
10181 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10182
10183         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10184         Tell if, on summary exit, the next group has to be selected.
10185         (gnus-summary-exit): Use it.
10186
10187 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10190         non-break space.
10191
10192 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10195         Check if group is not a directory.
10196         (nnfolder-request-expire-articles): Don't delete articles if the target
10197         group is not available.
10198
10199         * nnml.el (nnml-request-create-group): Properly check if group is not a
10200         file.
10201         (nnml-request-expire-articles): Don't delete articles if the target
10202         group is not available.
10203
10204         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10205         Don't quote characters that are within parentheses.
10206
10207 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10210         (gnus-handle-ephemeral-exit): Select article according to it.
10211
10212 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * message.el (message-insert-formated-citation-line): Remove newline.
10215         (message-citation-line-format): Add final \n here so that the user can
10216         avoid a blank line.
10217
10218 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10219
10220         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10221         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10222         Update lanl/arXiv support.
10223
10224 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * gnus.el: Bump version number.
10227
10228 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10229
10230         * gnus.el (gnus-version-number): Bump version.
10231
10232 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10233
10234         * gnus.el: No Gnus v0.6 is released.
10235
10236 2007-04-27  Didier Verna  <didier@xemacs.org>
10237
10238         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10239         * gmm-utils.el (gmm-regexp-concat): ... here.
10240         * message.el: Don't require 'gnus-util.
10241         (message-dont-reply-to-names): Handle name change above.
10242         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10243
10244 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10247         since the initial value varies according to the system.
10248
10249 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10252
10253 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10254
10255         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10256
10257 2007-04-24  Didier Verna  <didier@xemacs.org>
10258
10259         Improve the type of gnus-ignored-from-addresses.
10260         * gnus-util.el (gnus-orify-regexp): New function.
10261         * message.el (gnus-util): Require it.
10262         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10263         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10264         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10265
10266 2007-04-24  Didier Verna  <didier@xemacs.org>
10267
10268         * gnus-sum.el:
10269         * gnus-utils.el: Fix some trailing whitespaces.
10270
10271 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10274         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10275         article's Message-ID; refer parent article in summary buffer.
10276
10277         * message.el (message-bounce): Call mime-to-mml.
10278
10279         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10280         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10281         optimize and/or forms properly.
10282
10283 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10286         URL.
10287
10288 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10291
10292 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10295         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10296         displayed of multipart/alternative part if it is invoked from summary
10297         buffer.
10298
10299         * mm-view.el (mm-inline-text-html-render-with-w3m)
10300         (mm-inline-text-html-render-with-w3m-standalone)
10301         (mm-inline-render-with-function): Use mail-parse-charset by default.
10302
10303 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10304
10305         * parse-time.el (parse-time-string-chars): Check if CHAR
10306         is less than the length of parse-time-syntax.
10307
10308 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10311         from gnus-newsgroup-processable.
10312
10313 2007-04-16  Didier Verna  <didier@xemacs.org>
10314
10315         * gnus-msg.el (gnus-configure-posting-styles):
10316         Handle message-signature-directory properly with :file syntax.
10317         Reported by "Leo".
10318
10319 2007-04-11  Didier Verna  <didier@xemacs.org>
10320
10321         New user option: message-signature-directory.
10322         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10323         * message.el (message-insert-signature): Ditto.
10324         * message.el (message-signature-file): Doc update.
10325         * message.el (message-signature-directory): New.
10326
10327 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-msg.el (gnus-inews-yank-articles):
10330         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10331
10332 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * message.el (message-yank-original): Make sure cited text ends with
10335         newline; don't exchange point and mark.
10336
10337 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10338
10339         * tls.el (open-tls-stream): Properly handle case where there
10340         is no associated buffer.
10341
10342 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10343
10344         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10345         message-yank-original, make sure (< mark TEXT point).
10346
10347 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * message.el (message-fill-column): New variable.
10350         (message-mode): Use it.  Add comment on a possible new hook.
10351
10352         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10353         (nnmail-get-new-mail): Reformat.
10354
10355         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10356
10357         * gmm-utils.el: Fix Commentary.
10358         (gmm-tool-bar-from-list): Fix typo in doc string.
10359
10360 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10361
10362         * message.el (message-yank-original): Don't switch point and mark
10363         unnecessarily to put point and mark as documented.
10364
10365 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10366
10367         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10368         from the message heads.
10369
10370 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10371
10372         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10373         article buffer does not have a window.  This may not be the best
10374         solution but is certainly better than setting the start of the null,
10375         that is the current, window.
10376
10377 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10380         (gnus-draft-setup): Run it.
10381
10382         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10383         gnus-score-fast-scoring.  Allow regexp.
10384         (gnus-score-headers): Use it.
10385
10386         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10387         XEmacs.
10388
10389         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10390         string.
10391         (gnus-button-alist): Also catch `<f1> k ...'.
10392         (gnus-treat-display-x-face): Fix doc string.
10393
10394 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10395
10396         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10397         evaluation of gnus-extended-version to ensure correct generation of the
10398         User-Agent header when message-generate-headers-first is used.
10399
10400 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10401
10402         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10403         hashcash-path is nil.  Don't call callback with incorrect number of
10404         parameters if val is 0.
10405
10406 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10407
10408         * message.el (message-required-news-headers):
10409         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10410
10411 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10412
10413         * tls.el (open-tls-stream): In handshake-waiting loop,
10414         don't wait more if there is output available to process.
10415
10416 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10417
10418         * tls.el (tls-program): Doc fix.
10419
10420 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * message.el (message-generate-new-buffers): Change the meaning of the
10423         nil value; add `standard' to the choices; treat t as `unique'; improve
10424         doc string.
10425         (gnus-select-frame-set-input-focus): Autoload.
10426         (message-buffer-name): Search for the existing message buffer if
10427         message-generate-new-buffers is nil or `standard'; treat the value t of
10428         message-generate-new-buffers as `unique'.
10429         (message-pop-to-buffer): Raise the frame already displaying the message
10430         buffer; clear the echo area after querying.
10431         (message-setup): Pass the `continue' argument to compose-mail.
10432         (message-mail): Prefer `switch-function' if it is given; search for the
10433         existing message buffer if the `continue' argument is non-nil; pass
10434         continue and switch-function arguments to compose-mail by way of
10435         message-setup.
10436         (message-mail-other-window): Adjust argument of message-setup.
10437         (message-mail-other-frame): Ditto.
10438
10439 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10442         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10443         to turn font-lock on when turning gnus-message-citation-mode on.
10444
10445 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10446
10447         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10448         (mml-smime-function-alist): New variable; add epg as the backend.
10449         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10450         mml-smime- functions instead.
10451         * mm-view.el: Require smime.
10452
10453 2007-03-05  Didier Verna  <didier@xemacs.org>
10454
10455         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10456         instead of just inheritance for posting styles.
10457         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10458
10459 2007-02-24  Chris Moore  <dooglus@gmail.com>
10460
10461         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10462         * pgg-pgp.el (pgg-pgp-encrypt-region):
10463         * pgg-gpg.el (pgg-gpg-encrypt-region):
10464         Check pgg-encrypt-for-me if no other recipients.
10465
10466 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10467
10468         * tls.el (tls-certtool-program): Fix custom type.
10469
10470 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10473         and point-at-eol instead of line-(beginning|end)-position.
10474
10475         * assistant.el (assistant-parse-buffer): Ditto.
10476
10477         * netrc.el (netrc-parse-services): Ditto.
10478
10479 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10480
10481         * mml2015.el (mml2015-epg-find-usable-key): New function.
10482         (mml2015-epg-sign): Use it.
10483         (mml2015-epg-encrypt): Use it.
10484
10485 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * message.el (message-make-in-reply-to): Quote name containing
10488         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10489         if there are special characters.  Reported by NAKAJI Hiroyuki
10490         <nakaji@jp.freebsd.org>.
10491
10492 2007-02-27  Didier Verna  <didier@xemacs.org>
10493
10494         Include the group parameters as well as the topic ones in the
10495         inheritance filter process.
10496         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10497         argument GROUP-PARAMS-LIST.
10498         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10499
10500 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * nntp.el (nntp-never-echoes-commands)
10503         (nntp-open-connection-functions-never-echo-commands): New variables.
10504         (nntp-send-command): Use them.
10505
10506 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10507
10508         * mml2015.el (mml2015-epg-verify): Simplify.
10509
10510 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * mml.el (mml-content-disposition-alist): New user option.
10513         (mml-content-disposition): New function.
10514         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10515         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10516
10517 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10518
10519         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10520         verification.
10521
10522 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10523
10524         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10525         articles posted in the last 24 hours.
10526
10527 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10528
10529         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10530
10531 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10532
10533         * nntp.el (nntp-send-command): Don't wait for echoes when
10534         nntp-open-ssl-stream is used.
10535
10536 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10539         (gnus-message-add-citation-keywords)
10540         (gnus-message-remove-citation-keywords): Remove.
10541         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10542         directly, make the variables in font-lock-defaults buffer-local, add
10543         gnus-message-citation-keywords to them and then update the value of
10544         font-lock-keywords.
10545
10546 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * message.el (message-cite-original-1): Don't call
10549         gnus-article-highlight-citation.
10550
10551         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10552         citations; fix line count.
10553
10554 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10557         (gnus-message-add-citation-keywords)
10558         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10559         versions of font-lock-add-keywords and font-lock-remove-keywords to
10560         work with XEmacs correctly.
10561
10562 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * gnus-cite.el (gnus-cite-face-list): Set the values of
10565         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10566         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10567         (gnus-message-cite-prefix-regexp): New variable.
10568         (gnus-message-search-citation-line): Use it; protect against long
10569         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10570         the 0th match data for Emacs.
10571         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10572         (gnus-message-add-citation-keywords): Append keywords rather than
10573         prepending; emulate font-lock-add-keywords if it is not available.
10574         (gnus-message-remove-citation-keywords):
10575         Emulate font-lock-remove-keywords if it is not available.
10576
10577         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10578
10579         * message.el (message-cite-prefix-regexp): Set the value of
10580         gnus-message-cite-prefix-regexp.
10581
10582 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10583
10584         * nnweb.el (nnweb-google-parse-1): Update parser.
10585
10586 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10587
10588         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10589
10590 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10591
10592         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10593         regexp.
10594
10595 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10598         string-to-multibyte.
10599         (uudecode-decode-region-internal): Use it.
10600
10601         * lpath.el: Fbind string-as-multibyte for XEmacs.
10602
10603 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10604
10605         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10606         Fix custom choice.
10607
10608         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10609
10610 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10611
10612         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10613
10614         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10615         `write-region' to respect `mm-inhibit-file-name-handlers'.
10616
10617 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10620         Use gnus-home-directory instead of "~/" or "$HOME".
10621
10622 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10623
10624         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10625         to mention filename.
10626         Add comments at beginning regarding usage.
10627         (encrypt-write-file-contents): Change interactive so a string is
10628         acceptable.  If the file has no associated model, show an error instead
10629         of a nonsense prompt.
10630
10631 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10632
10633         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10634         Thanks to Yoshihiko Yamada for kind notification of this typo.
10635
10636 2007-01-12  Kenichi Handa  <handa@m17n.org>
10637
10638         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10639         multibyte buffer.
10640
10641 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * gnus-score.el (gnus-score-fast-scoring): New variable.
10644         (gnus-score-headers): Use it.
10645
10646         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10647
10648         * message.el (message-cite-original-1):
10649         Call gnus-article-highlight-citation if requested.
10650         (message-make-from): Allow name and address as optional arguments.
10651
10652         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10653
10654         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10655         bugs to doc string.
10656         (gnus-button-alist): Add mid\\|message-id.
10657         (gnus-button-fetch-group): Extend for use in
10658         `browse-url-browser-function'.
10659         (gnus-button-url-regexp): Try to catch paired parentheses like in
10660         Wikipedia URLs.
10661
10662         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10663         Suggested by Simon Krahnke <overlord@gmx.li>.
10664
10665 2007-01-13  Romain Francoise  <romain@orebokech.com>
10666
10667         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10668         Update copyright.
10669
10670 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10671
10672         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10673
10674 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10675
10676         * gnus-registry.el (gnus-registry-unfollowed-groups)
10677         (gnus-registry-split-fancy-with-parent): Fix documentation.
10678
10679 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10682         from nnweb groups.
10683
10684 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10687         Xref urls.  Erase buffer before requesting head.
10688
10689         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10690
10691 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10692
10693         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10694         customizable.
10695
10696 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10697
10698         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10699         no signing key is found.
10700         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10701         no encrypting and/or signing key is found.
10702
10703 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10704
10705         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10706
10707 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10708
10709         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10710         headers read from disk with the ones newly found in the current search.
10711         This should no longer cause problems, because the article numbers in
10712         Gmane's `nov.php' output are ignored since the previous change.
10713
10714 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10715
10716         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10717
10718 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10721         replace-regexp-in-string; bind url-version; fbind display-images-p and
10722         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10723         find-face and set-itimer-function for Emacs; bind itimer-list for
10724         Emacs.
10725
10726         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10727
10728 2007-01-01  Romain Francoise  <romain@orebokech.com>
10729
10730         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10731
10732 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10733
10734         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10735         `define-minor-mode' macro definition expanded properly.
10736         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10737         exclude it there.
10738
10739         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10740         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10741         `fboundp' test.
10742         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10743         This is OK to autoload in (S)XEmacs now.
10744
10745 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10748         keystroke.
10749         (gnus-summary-limit-to-singletons): Fix typo.
10750
10751         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10752         else fails.
10753
10754 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10755
10756         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10757         docstring.
10758
10759         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10760         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10761         (gnus-summary-insert-dormant-articles): Fix typo in message.
10762
10763 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10766         nil for XEmacs.
10767         (gnus-message-citation-mode): Don't autoload in XEmacs.
10768
10769         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10770
10771 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10772
10773         * nnimap.el (nnimap-expunge-search-string):
10774         Mention nnimap-search-uids-not-since-is-evil in docstring.
10775
10776 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * spam.el: Revert to make-obsolete-variable because
10779         define-obsolete-variable-alias is not supported in Emacs 21.
10780
10781         * spam.el (spam-ifile-path, spam-ifile-database-path)
10782         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10783         make-obsolete-variable.
10784         (spam-bsfilter-path, spam-bsfilter-program)
10785         (spam-spamassassin-path, spam-spamassassin-program)
10786         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10787         Don't use "path" inappropriately.
10788         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10789         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10790         variable names.
10791
10792 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10793
10794         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10795         summary buffer.
10796
10797         * password.el (password-cache-remove): Use clear-string to burn
10798         password, if available.
10799
10800 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10803
10804         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10805
10806         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10807         (gnus-message-highlight-citation): Move defcustom here from
10808         gnus-cite.el.
10809         (gnus-message-citation-mode): Autoload.
10810
10811         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10812         checks to make it compile with XEmacs.
10813         (gnus-message-citation-mode): New minor mode.
10814         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10815         (gnus-message-highlight-citation): New variables.
10816         (gnus-message-search-citation-line)
10817         (gnus-message-add-citation-keywords)
10818         (gnus-message-remove-citation-keywords)
10819         (turn-on-gnus-message-citation-mode)
10820         (turn-off-gnus-message-citation-mode): New functions.
10821
10822 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10823
10824         * gnus-cite.el: Enable highlighting of different citation levels in
10825         message-mode.
10826
10827 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10828
10829         * message.el (message-make-fqdn): Fix comment.
10830         (message-bogus-system-names): Add ".local".
10831
10832         * spam.el (spam-ifile-path, spam-ifile-program)
10833         (spam-ifile-database-path, spam-ifile-database)
10834         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10835         Don't use "path" inappropriately.
10836         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10837         strings.
10838         (spam-check-ifile, spam-ifile-register-with-ifile)
10839         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10840         Use new variable names.
10841
10842         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10843         (gnus-treat-display-smileys): Simplify using
10844         gnus-image-type-available-p.
10845
10846         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10847         available.
10848
10849         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10850         Use `display-images-p' if available.
10851
10852 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10855         one after turning on the buffer's multibyteness instead of decoding
10856         them directly in the unibyte buffer that causes unexpected conversion
10857         in Emacs 23 (unicode).
10858
10859 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10860
10861         * message.el (message-generate-hashcash): Fix custom type.
10862
10863 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10866
10867 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10870         disconnect icons.  Add help text.
10871
10872 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10873
10874         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10875         negated to be consistent with the others we handle.
10876
10877 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10880         version of gnus-summary-buffer to something, so that we can use two
10881         article buffers at the same time.
10882
10883 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10884
10885         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10886         trigger all the extra headers.
10887         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10888         sorting.
10889
10890 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10891
10892         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10893         solid groups.
10894
10895 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10896
10897         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10898
10899 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * legacy-gnus-agent.el: Add Copyright notice.
10902
10903 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10904
10905         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10906
10907 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908
10909         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10910
10911         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10912         to make it work reliably in CVS Emacs.
10913         (gnus-summary-limit-strange-charsets-predicate)
10914         (gnus-summary-limit-to-predicate): New functions.
10915
10916 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10917
10918         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10919         specifying array size.
10920         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10921         array if it is too small.
10922         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10923         (gnus-sort-threads-loop): New function.
10924
10925 2006-12-06  Chris Moore  <dooglus@gmail.com>
10926
10927         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10928         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10929
10930 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10931
10932         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10933         options.
10934
10935 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10938         DOS-ing the recipient.
10939
10940         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10941         the headers when creating the mapping to avoid mismappings.
10942         (nnweb-gmane-create-mapping): Always nix out old mapping.
10943
10944 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10947         and mm-verify-option to never.
10948
10949 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * message.el (message-signed-or-encrypted-p): New function.
10952         (message-forward-make-body): Use it.
10953
10954         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10955         Replace encode-coding-string with mm-encode-coding-string.
10956
10957 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * nneething.el (nneething-decode-file-name):
10960         Replace decode-coding-string with mm-decode-coding-string.
10961
10962         * gnus-int.el (gnus-open-server): Say failed server's name.
10963
10964 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10965
10966         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10967         strings to a single string.  Quote `errors-file-name'.
10968         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10969         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10970         Adjust calls.  Use `shell-quote-argument'.
10971
10972 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10973
10974         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10975         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10976
10977         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10978         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10979         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10980         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10981         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10982         (gnus-subscribe-newsgroup, gnus-1):
10983         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10984         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10985         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10986         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10987
10988 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10991         keystroke.
10992         (gnus-summary-limit-to-bodies): Implement headersp.
10993
10994 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10995
10996         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10997
10998 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11001
11002 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11003
11004         * message.el (message-generate-hashcash): Expand range of values to
11005         include `opportunistic'.
11006         (message-send-mail): Use it.
11007
11008 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11009
11010         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11011         and comment it.
11012
11013         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11014
11015 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * gnus-util.el (gnus-extract-address-components): Improve comment.
11018
11019 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-util.el (gnus-extract-address-components): Work with address in
11022         which the name portion contains @.
11023
11024         * lpath.el: Fbind custom-autoload.
11025
11026 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * gnus.el (gnus-start): Move custom group up.
11029         (gnus-select-method): Don't autoload, but make it available for
11030         `customize-variable'.
11031         (gnus-getenv-nntpserver): Don't autoload.
11032
11033 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11034
11035         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11036
11037 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * message.el (message-sendmail-extra-arguments): New variable.
11040         (message-send-mail-with-sendmail): Use it.
11041
11042 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11045         mm-with-unibyte-current-buffer to make string unibyte.
11046
11047         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11048         mm-string-as-multibyte.
11049
11050 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11051
11052         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11053         Reported by Werner Koch <wk@gnupg.org>.
11054
11055 2006-11-14  Daiki Ueno  <ueno@p360>
11056
11057         * mml2015.el: Autoload epa-select-keys when compiling.
11058
11059 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11060
11061         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11062         message-options.
11063         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11064
11065 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11066
11067         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11068         EasyPG (< 0.0.6).
11069         (mml2015-always-trust): New user option.
11070         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11071         prompt.
11072
11073 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * nntp.el (nntp-authinfo-force): New variable.
11076         (nntp-send-authinfo): Use it.
11077
11078 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11081         decode encoded words.  Improve prompt.  Add comment about forwarding.
11082         (message-replacement-char): Move up.
11083
11084 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11085
11086         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11087         instead of gnus-intersection because arguments of gnus-sorted-nunion
11088         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11089
11090 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11093         (message-simplify-subject-functions):
11094         Enable message-strip-subject-encoded-words by default.
11095
11096 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * message.el (message-strip-subject-encoded-words): New function.
11099         (message-simplify-subject-functions): New variable.
11100         (message-simplify-subject): Use it.  Fix typo in doc string.
11101         Support message-strip-subject-encoded-words.
11102
11103 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11104
11105         * gnus-diary.el (gnus-diary-delay-format-function):
11106         * nndiary.el (nndiary-reminders):
11107         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11108
11109 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * gnus-art.el (article-hide-boring-headers): Fetch date from
11112         gnus-original-article-buffer to avoid problems with localized date
11113         strings.
11114
11115 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11118
11119 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11122         New variables.
11123         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11124         (mm-charset-synonym-alist): Move some entries to
11125         mm-codepage-iso-8859-list.
11126         (mm-charset-synonym-alist, mm-charset-override-alist):
11127         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11128
11129 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11132
11133 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11136         with Emacs 21 and XEmacs.
11137
11138 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11139
11140         * spam.el (spam-parse-address): New function for better parsing,
11141         catching errors, etc.
11142         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11143
11144 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * mm-view.el: Add interactive arg to html2text autoload.
11147
11148 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11151
11152 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11155         New variables.
11156         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11157         (mm-charset-synonym-alist): Move some entries to
11158         mm-codepage-iso-8859-list.
11159
11160         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11161
11162 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * message.el (message-citation-line-format)
11165         (message-insert-formated-citation-line): Fix implementation of %E, %N
11166         and %n according to the doc string.
11167
11168 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11169
11170         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11171         Use car-safe to avoid bad parses.
11172
11173 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11176         names.
11177
11178         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11179
11180 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11183         header.
11184
11185         * message.el (message-draft-headers): Add Date.
11186         (message-headers-to-generate): Fix typo in docstring.
11187
11188         * nndraft.el (nndraft-required-headers): New variable.
11189         (nndraft-generate-headers): Use it.
11190
11191         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11192
11193 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11194
11195         * gnus-registry.el (gnus-registry-wash-for-keywords)
11196         (gnus-registry-find-keywords): New functions to allow easy searching of
11197         articles that are in the registry.
11198
11199 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11200
11201         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11202         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11203         Reported by Damien Elmes <damien@repose.cx>.
11204
11205 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11206
11207         * gnus.el (gnus-mime): Remove unused custom group.
11208
11209 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11210
11211         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11212         "blank line" when searching for end of armor headers.
11213
11214 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * gmm-utils.el (gmm-write-region): Fix variable name.
11217
11218 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * gmm-utils.el (gmm-write-region): New function based on compatibility
11221         code from `mm-make-temp-file'.
11222
11223         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11224
11225         * nnmaildir.el (nnmaildir--update-nov)
11226         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11227         Use `gmm-write-region'.
11228
11229 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11232         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11233
11234         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11235
11236         * message.el (message-replacement-char): New variable.
11237         (message-fix-before-sending): Use it.
11238         (message-simplify-subject): New function to remove duplicate code.
11239         (message-reply, message-followup): Use it.
11240
11241         * gnus-sum.el (gnus-summary-make-menu-bar):
11242         Clarify gnus-summary-limit-to-articles.
11243
11244 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * gnus-util.el (gnus-with-local-quit): New macro.
11247
11248         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11249
11250 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11251
11252         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11253         ignore non-string data.
11254
11255 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11256
11257         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11258         non-string data (needs to be done in the registry too).
11259
11260 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11261
11262         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11263         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11264         (gnus-registry-split-fancy-with-parent)
11265         (gnus-registry-fetch-simplified-message-subject-fast)
11266         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11267         Remove text properties on ingress into the registry and when it's saved.
11268         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11269         registry from entries with no groups.
11270
11271 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11272
11273         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11274         function to remove string properties.
11275
11276 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * gmm-utils.el (gmm): Adjust custom version.
11279
11280         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11281         Adjust custom version.
11282
11283         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11284
11285 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * gnus-art.el (gnus-insert-prev-page-button)
11288         (gnus-insert-next-page-button): Simplify.  Reformat.
11289
11290 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11291
11292         * gnus-art.el (gnus-insert-prev-page-button)
11293         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11294
11295 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11296
11297         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11298
11299 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11300
11301         * gnus-art.el (gnus-insert-mime-button)
11302         (gnus-insert-mime-security-button):
11303         Apply gnus-article-button-face to MIME and security buttons.
11304
11305 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11308         readable.
11309
11310 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11313
11314 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11315
11316         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11317         `browse-url-of-file' instead of `browse-url'.
11318
11319 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11320
11321         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11322         regexp.  Articles containing quotation were cut prematurely.
11323
11324 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * message.el (message-cite-original-1): Use nobody by default for the
11327         value of From header.
11328         (message-reply): Ditto.
11329
11330 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11331
11332         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11333         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11334         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11335
11336 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11339         mails in the doc string.  Add some URLs in comment.
11340         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11341
11342 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11345         backslashes handling and the way to find boundaries of quoted strings.
11346
11347 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11348
11349         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11350         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11351         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11352         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11353
11354 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11357         doc string.
11358         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11359
11360 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * lpath.el: Fbind epg-check-configuration.
11363
11364 2006-09-06  Simon Josefsson  <jas@extundo.com>
11365
11366         * mml2015.el (mml2015-use): Doc fix, mention epg.
11367
11368 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11369
11370         * mml2015.el (mml2015-use): Default to epg, if available.
11371
11372 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11373
11374         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11375         message-sender.
11376         (mml1991-epg-encrypt): Ditto.
11377         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11378         message-sender.
11379         (mml2015-epg-encrypt): Ditto.
11380
11381 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11382
11383         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11384         several common directories.
11385
11386 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11387
11388         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11389         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11390
11391 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * gnus-art.el (article-decode-encoded-words): Make it fast.
11394
11395 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11398
11399         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11400         in quoted string into `\'.
11401
11402 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11405         Use standard-syntax-table.
11406
11407 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * gnus-art.el (gnus-decode-address-function): New variable.
11410         (article-decode-encoded-words): Use it to decode headers which are
11411         assumed to contain addresses.
11412         (gnus-mime-delete-part): Remove useless `or'.
11413
11414         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11415         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11416         (gnus-nov-parse-line): Use it to decode From header.
11417         (gnus-get-newsgroup-headers): Ditto.
11418         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11419
11420         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11421         (mail-decode-encoded-address-string): New alias.
11422
11423         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11424         New function.
11425         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11426         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11427         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11428         (rfc2047-decode-string): Ditto.
11429         (rfc2047-decode-address-region): New function.
11430         (rfc2047-decode-address-string): New function.
11431
11432 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * message.el (message-caesar-buffer-body): Allow rotating headers.
11435
11436         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11437
11438         * message.el (message-insert-formated-citation-line): Fix %f.
11439         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11440
11441 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11444         (gnus-bookmark-mouse-available-p): New macro.
11445         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11446         (gnus-bookmark-bmenu-show-infos): Use it.
11447         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11448         (gnus-bookmark-bmenu-hide-infos): Ditto.
11449         (gnus-bookmark-remove-properties): New function.
11450         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11451         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11452         (gnus-bookmark-write-file): Bind coding-system-for-write.
11453         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11454         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11455         group before selecting it.
11456         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11457         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11458         quit-window if it is not available; use gnus-mouse-2 and bind it to
11459         gnus-bookmark-bmenu-select-by-mouse.
11460         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11461         (gnus-bookmark-bmenu-select-by-mouse): New function.
11462
11463 2006-08-13  Romain Francoise  <romain@orebokech.com>
11464
11465         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11466         space.
11467
11468 2006-08-10  Romain Francoise  <romain@orebokech.com>
11469
11470         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11471         (dns-mode-soa-auto-increment-serial): New user option.
11472         (dns-mode-soa-maybe-increment-serial): New function.
11473         (dns-mode): Add the latter to `write-contents-functions'.
11474
11475 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * compface.el (uncompface): Use binary rather than raw-text-unix.
11478
11479 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * compface.el (uncompface): Make sure the eol conversion doesn't take
11482         place when communicating with the external programs.
11483         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11484
11485 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11488
11489 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11490
11491         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11492         Make it more robust by parsing author and date independently.
11493
11494 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11497
11498 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11499
11500         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11501         first matching secret key.
11502         (mml2015-epg-encrypt): Ditto.
11503
11504         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11505         first matching secret key.
11506         (mml1991-epg-encrypt): Ditto.
11507
11508         * mml2015.el (mml2015-encrypt-to-self): New user option.
11509         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11510         mml2015-epg-encrypt-to-self is set.
11511
11512         * mml1991.el (mml1991-encrypt-to-self): New variable.
11513         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11514         mml1991-epg-encrypt-to-self is set.
11515
11516         * mml2015.el (mml2015-signers): New user option.
11517         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11518         (mml2015-epg-encrypt): Allow to select signing keys.
11519
11520         * mml1991.el (mml1991-signers): New variable.
11521         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11522         (mml1991-epg-encrypt): Allow to select signing keys.
11523
11524 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * nnheader.el (nnheader-insert-head): Make it work even if the file
11527         uses CRLF for the line-break code.
11528
11529 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11530
11531         * mml2015.el: Require mml-sec instead of password.
11532         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11533         (mml2015-cache-passphrase): Inherit the default value from
11534         mml-secure-cache-passphrase.
11535         (mml2015-passphrase-cache-expiry): Inherit the default value from
11536         mml-secure-passphrase-cache-expiry.
11537
11538         * mml1991.el: Require mml-sec instead of password.
11539         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11540         (mml1991-cache-passphrase): Inherit the default value from
11541         mml-secure-cache-passphrase.
11542         (mml1991-passphrase-cache-expiry): Inherit the default value from
11543         mml-secure-passphrase-cache-expiry.
11544
11545         * mml-sec.el: Require password.
11546         (mml-secure-verbose): New user option.
11547         (mml-secure-cache-passphrase): New user option.
11548         (mml-secure-passphrase-cache-expiry): New user option.
11549
11550 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11551
11552         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11553         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11554         andreas@altroot.de (Andreas Vögele).
11555
11556         FIXME: Use `tiny change'?
11557
11558 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11559
11560         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11561         workaround for the url package included with Emacs.
11562
11563         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11564
11565 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11568         correctly.  This fixes a bug caused by the 2006-05-12 change.
11569
11570 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11571
11572         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11573         some information about the error when saying that the `bogus' mail
11574         group will be used.
11575
11576 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11577
11578         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11579         string.
11580
11581 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11582
11583         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11584
11585 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11586
11587         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11588
11589 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11590
11591         * mml1991.el (mml1991-function-alist): Add epg.
11592         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11593         (mml1991-epg-encrypt): New functions.
11594
11595 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11596
11597         * mml2015.el (mml2015-verbose): New variable.
11598         (mml2015-cache-passphrase): Ditto.
11599         (mml2015-passphrase-cache-expiry): Ditto.
11600         (mml2015-function-alist): Add epg.
11601         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11602         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11603         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11604         New functions.
11605
11606 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11607
11608         * message.el (message-cite-original-1): Preserve region when removing
11609         quoted text due to X-No-Archive in order to avoid bogus attribution
11610         when citing multiple messages.
11611
11612 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11613
11614         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11615         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11616
11617 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * gnus-diary.el (gnus-user-format-function-d)
11620         (gnus-user-format-function-D): Autoload.
11621
11622         * imap.el (Commentary): Fix typo.
11623
11624         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11625         2006-04-22 contribution.
11626
11627 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11628
11629         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11630         It didn't really fix the bogosity I'm seeing with solid web groups.
11631
11632 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11633
11634         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11635         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11636         created using server names.  If we use the feature without declaring
11637         it, Gnus does not properly manage server and group state.
11638
11639         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11640         bound.
11641
11642 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11643
11644         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11645         looking up the method using GROUP's prefix before inventing a new one.
11646         It is used on killed/unknown groups in various places where returning
11647         an all-new method isn't expected by the caller.
11648
11649         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11650         and match semantics of gnus-group-real-prefix.
11651
11652 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * nnmail.el (nnmail-broken-references-mailers): New variable.
11655         (nnmail-ignore-broken-references): New function generalizing
11656         nnmail-fix-eudora-headers.
11657         (nnmail-fix-eudora-headers): Now obsolete.
11658
11659         * gnus-art.el (gnus-button-handle-custom):
11660         Support `customize-apropos*'.
11661
11662 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11663
11664         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11665
11666         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11667         articles.
11668
11669 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * message.el (message-cite-reply-above): New variable.
11672         (message-yank-original): Use it.
11673
11674 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11677
11678 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11681         as read.
11682
11683         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11684
11685 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11688         (gnus-bookmark-default-file): Use gnus-directory.
11689         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11690         Remove "*" in doc string.
11691         (gnus-bookmark-write-file): Simplify.
11692         (gnus-bookmark-maybe-sort-alist): Use `when'.
11693         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11694         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11695         Add FIXME about Emacs 21 and XEmacs compatibility.
11696         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11697         compatibility.
11698         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11699         compatibility.
11700         (gnus-bookmark-menu-heading): Fix version.
11701
11702 2006-06-19  Bastien Guerry  <bzg@altern.org>
11703
11704         * gnus-bookmark.el: New file.
11705
11706 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * message.el (message-syntax-checks): Doc fix.
11709
11710 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11711
11712         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11713         unsubscribed groups as if they were killed ones.  It causes duplicate
11714         entries in gnus-newsrc-alist.
11715
11716 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * message.el (message-syntax-checks): Doc fix.
11719         (message-send-mail): Add check for continuation headers.
11720         (message-check-news-header-syntax): Fix regexp used to check for
11721         continuation headers.
11722
11723 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11726
11727 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11730
11731 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11734         default-truncate-lines.
11735
11736 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11739         to fill the utf-8 entry.
11740
11741         * lpath.el: Fbind unicode-precedence-list.
11742
11743 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11744
11745         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11746
11747 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11748
11749         * gnus-agent.el (directory-files-and-attributes): Move all the way
11750         forward (the third and final move).
11751         (gnus-agent-read-agentview): Trap reconstruction errors due to
11752         nonexistent directory.  Handle by returning nil.
11753
11754 2006-05-30  Didier Verna  <didier@xemacs.org>
11755
11756         * message.el (message-dont-reply-to-names): Update the custom type.
11757         * message.el (message-dont-reply-to-names): New defsubst: potentially
11758         convert a list of regexps into a single one.
11759         * message.el (message-get-reply-headers): Use it.
11760         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11761
11762 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * gnus-agent.el (directory-files-and-attributes): Move forward.
11765
11766 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * gnus-ml.el (gnus-mailing-list-subscribe)
11769         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11770         (gnus-mailing-list-message): Fix doc strings.
11771
11772 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11773
11774         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11775         of doing it manually.
11776
11777 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11780         comment.
11781
11782 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11783
11784         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11785         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11786         (gnus-agent-read-local): All symbols allocated in my-obarray.
11787         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11788         (gnus-agent-regenerate-group): Check numeric names to see if they are
11789         messages or groups.
11790         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11791         better way of do this...)
11792
11793         * gnus-cache.el (gnus-agent-total-fetched-for):
11794         Ignore 'dummy.group' (there should be a better way of do this...)
11795
11796 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11799         (gnus-saved-headers): Ditto.
11800         (gnus-default-article-saver): Mention functions may have properties.
11801         (gnus-article-save): Override gnus-save-all-headers and
11802         gnus-saved-headers by :headers property which saver function may have.
11803         (gnus-summary-save-in-file): Add :headers property.
11804         (gnus-summary-write-to-file): Ditto.
11805
11806         * gnus-sum.el (gnus-summary-save-article): Bind
11807         gnus-prompt-before-saving to t when saving many articles in a file;
11808         always show all headers.
11809
11810         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11811
11812 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11813
11814         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11815         marks.
11816
11817         * message.el (message-indent-citation): Add optional arguments to allow
11818         using it outside of message buffers.
11819
11820         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11821         (gnus-article-treat-unfold-headers): Use it.
11822         (gnus-article-truncate-lines): New variable.
11823         (gnus-article-mode): Use it.
11824         (gnus-article-toggle-truncate-lines): New function.
11825
11826         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11827         Add gnus-article-toggle-truncate-lines.
11828
11829         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11830         coding system in XEmacs, use binary.
11831
11832 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11835         after-load-alist.
11836
11837         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11838         this function should save decoded articles.
11839         (gnus-summary-write-to-file): Use property to specify this function
11840         should save decoded articles and specify gnus-summary-save-in-file
11841         should be used to save articles other than the first one when saving
11842         many articles.
11843         (gnus-summary-save-body-in-file): Use property to specify this
11844         function should save decoded articles.
11845         (gnus-summary-write-body-to-file): Use property to specify this
11846         function should save decoded articles and specify
11847         gnus-summary-save-body-in-file should be used to save articles other
11848         than the first one when saving many articles.
11849
11850         * gnus-sum.el (gnus-summary-save-article): Simplify.
11851
11852 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * gnus-art.el (gnus-default-article-saver):
11855         Add gnus-summary-write-body-to-file.
11856         (gnus-article-save-coding-system): Don't use coding system object
11857         in XEmacs.
11858         (gnus-read-save-file-name): Add optional `dir-var' argument which
11859         specifies directory in which files are saved; work even if optional
11860         `variable' argument is not specified.
11861         (gnus-summary-write-to-file): Read file name.
11862         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11863         (gnus-summary-write-body-to-file): New function.
11864
11865         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11866         (gnus-summary-local-variables): Add it.
11867         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11868         (gnus-summary-save-article): Remove optional `decode' argument;
11869         determine whether to decode articles by the value of
11870         gnus-default-article-saver; when saving many files using
11871         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11872         it first and use gnus-summary-save-in-file or
11873         gnus-summary-save-body-in-file thereafter unless
11874         gnus-prompt-before-saving is always; move point to article which
11875         will be saved.
11876         (gnus-summary-save-article-file): Revert.
11877         (gnus-summary-write-article-file): Revert.
11878         (gnus-summary-save-article-body-file): Revert.
11879         (gnus-summary-write-article-body-file): New function.
11880
11881 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * gnus-art.el (gnus-default-article-saver): Doc fix.
11884         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11885         from gnus-summary-save-article-coding-system, and default to a
11886         certain coding system.
11887         (gnus-output-to-file): Add coding cookie and encode text according
11888         to gnus-article-save-coding-system; don't use mm-append-to-file.
11889
11890         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11891         gnus-art.el and rename to gnus-article-save-coding-system.
11892         (gnus-summary-save-article): Require gnus-art; don't show all
11893         headers if it decodes articles; don't add coding cookie here;
11894         don't bind mm-text-coding-system-for-write.
11895         (gnus-summary-save-article-file): Save decoded articles.
11896         (gnus-summary-write-article-file): When saving many files, use
11897         gnus-summary-write-to-file first and gnus-summary-save-in-file
11898         thereafter unless gnus-prompt-before-saving is always.
11899         (gnus-summary-save-article-body-file): Save decoded articles.
11900
11901         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11902
11903 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * nnrss.el (nnrss-check-group): Bind hash-index.
11906
11907 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11908
11909         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11910         its hash index.  Store this hash in `nnrss-group-data'.
11911         (nnrss-read-group-data): Update accordingly.
11912
11913 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11914
11915         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11916         entry.
11917
11918         * gnus-sum.el (gnus-summary-make-menu-bar):
11919         Add gnus-article-browse-html-article.
11920
11921 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11922
11923         * gnus-sum.el (gnus-summary-mime-map):
11924         Add gnus-article-browse-html-article.
11925
11926         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11927
11928 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11929
11930         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11931         suitable coding systems in customize.
11932
11933 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * mail-source.el (mail-sources): Fix custom type.
11936
11937 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11938
11939         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11940         (gnus-summary-expire-articles-now): Shorten prompt.
11941
11942         * gmm-utils.el (wid-edit): Require.
11943         (defun-gmm): Rename from `gmm-defun-compat'.
11944         (gmm-image-search-load-path): Use it.
11945         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11946
11947 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * gnus-sum.el (gnus-summary-save-article-coding-system):
11950         New variable.
11951         (gnus-summary-save-article): Add optional `decode' argument.
11952         If it is set and gnus-summary-save-article-coding-system is non-nil,
11953         save decoded article.
11954         (gnus-summary-write-article-file): Save decoded article if
11955         gnus-summary-save-article-coding-system is non-nil.
11956
11957         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11958         type.
11959
11960 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11963
11964 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11967         first to test gnus-single-article-buffer which may be buffer-local.
11968
11969         * gnus-sum.el (gnus-summary-setup-buffer):
11970         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11971         group; make gnus-article-buffer, gnus-article-current, and
11972         gnus-original-article-buffer always buffer-local.
11973         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11974         group.
11975         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11976
11977 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11978
11979         * nnml.el (nnml-request-compact-group): Compressed files might not
11980         have .gz extension.
11981
11982 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11983
11984         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11985         (mm-copy-to-buffer): Use with-current-buffer.
11986         (mm-display-part): Simplify.
11987         (mm-inlinable-p): Add optional arg `type'.
11988
11989 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11990
11991         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11992         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11993         Try harder to show the attachment internally or externally using
11994         gnus-mime-view-part-as-type.
11995
11996 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * message.el (message-from-style, message-signature-separator)
11999         (message-user-organization-file, message-send-mail-function)
12000         (message-citation-line-function, message-yank-prefix)
12001         (message-indent-citation-function, message-signature)
12002         (message-signature-file, message-signature-insert-empty-line):
12003         Remove autoloads.
12004
12005         * gnus-art.el (gnus-buttonized-mime-types):
12006         Remove "multipart/signed".  Revert 2006-04-26 change.
12007
12008 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12009
12010         * gnus.el (gnus-version-number): Bump version.
12011
12012 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12013
12014         * gnus.el: No Gnus v0.5 is released.
12015
12016 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12017
12018         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12019         fetching articles by message-id.
12020
12021 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12022
12023         * message.el (hashcash): Require hashcash as normal.
12024
12025         * ecomplete.el (ecomplete-highlight-match-line):
12026         Use point-at-eol.
12027         (ecomplete-highlight-match-line): Use `highlight', because that
12028         face exists in both Emacs and XEmacs.
12029
12030         * message.el (message-display-abbrev): Use point-at-bol.
12031
12032         * mail-source.el: Don't require timer/timer-funcs.
12033
12034         * gnus-async.el: Ditto.
12035
12036         * password.el: Ditto.
12037
12038         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12039
12040         * mm-url.el: Ditto.
12041
12042         * gnus-xmas.el: Don't require timer-funcs.
12043
12044         * mm-util.el: Require timer/timer-funcs.
12045
12046 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12047
12048         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12049         Close.
12050
12051 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12054         unibyte after clear-decrypt function runs.
12055
12056         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12057         returns as a unibyte string.
12058
12059 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * lpath.el: Revert.
12062
12063         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12064         (pgg-gpg-process-sentinel): Revert.
12065
12066         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12067         (pgg-pgp-lookup-key): Revert.
12068
12069         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12070         (pgg-pgp5-lookup-key): Revert.
12071
12072         * pgg.el (pgg-fetch-key): Revert.
12073
12074 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * lpath.el: Fbind string-as-multibyte for XEmacs.
12077
12078         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12079         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12080         (mml1991-pgg-encrypt): Ditto.
12081
12082         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12083         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12084         a multibyte buffer.
12085
12086         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12087         (pgg-pgp-lookup-key): Ditto.
12088
12089         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12090         (pgg-pgp5-lookup-key): Ditto.
12091
12092         * pgg.el (pgg-fetch-key): Ditto.
12093
12094 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * message.el (message-user-organization-file): Check several
12097         locations of the organization file.
12098
12099         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12100         Add gnus-article-view-part-as-type.
12101
12102         * gnus-art.el (gnus-article-view-part-as-type): New function.
12103
12104         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12105         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12106
12107         * mml.el: Simplify autoload.
12108         (mml-mode): defvar dnd-protocol-alist instead of using
12109         symbol-value.
12110         (mml-default-directory): New variable.
12111         (mml-minibuffer-read-file): Use it.
12112         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12113
12114         * message.el (message-citation-line-format): New variable.
12115         (message-insert-formated-citation-line): New function.
12116         (message-citation-line-function):
12117         Add `message-insert-formated-citation-line' to custom type.
12118
12119         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12120         to doc string.
12121
12122         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12123         depending on mm-verify-option.
12124
12125 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12128         binding pgg-* variables; reimplement the section which prevents
12129         MIME header from being signed.
12130         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12131         pgg-text-mode; remove a blank line at the top of body.
12132
12133         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12134         lines at the top of body; use gnus-newsgroup-charset if there's no
12135         Charset header.
12136
12137 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * message.el (message-self-insert-commands): Doc fix.
12140
12141         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12142         (mm-uu-pgp-encrypted-test): Ditto.
12143         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12144         between header and body; return application/pgp-encrypted handle
12145         if decryption failed; decode decrypted body by charset.
12146
12147         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12148         element match to application/pgp-*.
12149
12150 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12151
12152         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12153         HTML.
12154
12155 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12156
12157         * mail-source.el (mail-source-call-script): Message the error
12158         string.
12159
12160 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12161
12162         * gnus-util.el (gnus-byte-compile): Use it.
12163
12164 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12165
12166         * gnus-util.el (kill-empty-logs): New function.
12167
12168 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12169
12170         * message.el (message-mail-alias-type): Doc fix.
12171         (message-mail-alias-type-p): New function.
12172         (message-send): Use it.
12173         (message-mode): Ditto.
12174         (message-strip-forbidden-properties): Ditto.
12175
12176         * ecomplete.el (ecomplete-database-file-coding-system):
12177         New variable.
12178         (ecomplete-save): Use it.
12179         (ecomplete-setup): Use it.
12180
12181 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * message.el (message-self-insert-commands): New variable.
12184         (message-strip-forbidden-properties): Use it.
12185
12186 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12187
12188         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12189         that doesn't make XEmacs choke.
12190
12191 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * gnus-util.el (gnus-replace-in-string):
12194         Prefer replace-regexp-in-string over of replace-in-string.
12195
12196 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-util.el (gnus-select-frame-set-input-focus):
12199         Use select-frame-set-input-focus if it is available in XEmacs; use
12200         definition defined in Emacs 22 for old Emacsen.
12201
12202         * dgnushack.el: Autoload unmorse-region for XEmacs.
12203
12204         * lpath.el: Bind cursor-in-non-selected-windows and
12205         select-frame-set-input-focus for XEmacs.
12206
12207 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12210
12211 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12212
12213         * gnus-registry.el (gnus-registry-cache-save): Remove text
12214         properties when saving via the temp buffer.
12215
12216 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * message.el (message-generate-hashcash): Honor custom type.
12219
12220 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12221
12222         * message.el (message-generate-hashcash): Default to non-nil when
12223         hashcash is found.
12224
12225         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12226         (gnus-refer-thread-limit): Increase default to 500.
12227
12228         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12229
12230         * flow-fill.el (fill-flowed): Allow delete-space.
12231
12232 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12235         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12236         Remove autoloads.
12237
12238 2006-04-18  Simon Josefsson  <jas@extundo.com>
12239
12240         * message.el (message-generate-hashcash): Default to.
12241
12242 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12245         concatenating segments rather than before concatenating them.
12246
12247 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12248
12249         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12250
12251 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12252
12253         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12254
12255         * message.el (message-forward-make-body-plain):
12256         Allow message-forward-ignored-headers to be a list.
12257         (message-remove-ignored-headers): Factor out into function.
12258         (message-forward-make-body-mml): Use it.
12259
12260         * imap.el (imap-quote-specials): New function.
12261         (imap-login-auth): Quote specials.
12262
12263         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12264         (rfc2231-parse-string): Allow concatanation of parameters that
12265         aren't contiguous.  The test case is
12266           (mail-header-parse-content-type "message/external-body;
12267             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12268             access-type=LOCAL-FILE;
12269             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12270
12271 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12272
12273         * nntp.el (nntp-accept-process-output): Return the value of
12274         `nnheader-accept-process-output'.
12275
12276 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12277
12278         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12279         (gnus-button-alist): Recognize more diff formats.
12280         (gnus-button-patch): Strip directory.
12281
12282 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12285         Emacs 22 when setting focus.
12286
12287 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12288
12289         * gnus-art.el (gnus-article-treat-types): Do treatment of
12290         text/x-verbatim parts.
12291         (gnus-button-patch): New command.
12292
12293         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12294         addresses that contain invalid characters.
12295
12296 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12297
12298         * message.el (message-put-addresses-in-ecomplete):
12299         Use gnus-replace-in-string.
12300         (message-is-yours-p): Use the more correct
12301         mail-header-parse-address instead of
12302         mail-extract-address-components.
12303         (message-put-addresses-in-ecomplete): Fix typo.
12304
12305         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12306         keystroke.
12307
12308         * gnus-art.el (gnus-treatment-function-alist): Change order of
12309         newsgroups/generic header folding to avoid double-folding.
12310
12311         * message.el (message-hidden-headers): Add X-Draft-From.
12312
12313         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12314         New command.
12315         (gnus-summary-repeat-search-article-backward): New command.
12316
12317         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12318         groups in the parent topic.
12319
12320 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12321
12322         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12323         (spam-extra-header-to-number): Return the CRM114 number as a
12324         number instead of a string.
12325
12326 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12327
12328         * gnus-art.el (gnus-face-properties-alist): Move here from
12329         gnus-fun.
12330
12331         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12332
12333 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12334
12335         * message.el (message-strip-forbidden-properties): Only display on
12336         self-insert-command.
12337
12338         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12339         reindent.
12340         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12341
12342 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12343
12344         * smiley.el (smiley-style): Fix typo.
12345
12346 2006-03-23  Kenichi Handa  <handa@m17n.org>
12347
12348         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12349         instead of set-buffer-multibyte.
12350
12351 2006-03-23  Kenichi Handa  <handa@m17n.org>
12352
12353         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12354         buffer and then decode the buffer text if necessary.
12355         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12356         first, and after mm-encode-body, change the buffer to unibyte.
12357
12358 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12359
12360         * hashcash.el (hashcash-insert-payment-async-2):
12361         Use message-goto-eoh instead of doing it manually.
12362         (mail-add-payment): Use message-narrow-to-header instead of trying
12363         to do the same itself.
12364
12365         * message.el (message-hidden-headers): Add Face.
12366
12367         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12368         reparenting code.
12369         (gnus-summary-reparent-children): Refactored out code.
12370         (gnus-summary-thread-map): New keystroke.
12371         (gnus-summary-reparent-children): Make into command.
12372
12373         * smiley.el (smiley-style): Default to `medium' if using a large
12374         font.
12375
12376         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12377         does it itself.
12378
12379         * message.el (message-point-in-header-p): Simplify definition.
12380
12381 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12382
12383         * nnagent.el (nnagent-request-set-mark): Silence log file
12384         writing.
12385         (nnagent-request-set-mark): Use write-region instead of
12386         append-to-file.
12387
12388         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12389         strange select method.
12390
12391         * ecomplete.el (ecomplete-display-matches): Get highlightling
12392         right.
12393         (ecomplete-display-matches): Use literals.
12394         (ecomplete-display-matches): Disable message logging.
12395
12396         * message.el (message-display-abbrev): Small optimization.
12397
12398         * ecomplete.el (ecomplete-display-matches): Allow automatic
12399         display.
12400
12401         * message.el (message-strip-forbidden-properties):
12402         Display abbrevs.
12403         (message-display-abbrev): Get automatic display right.
12404
12405         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12406         keystrokes.
12407
12408 2006-04-13  Romain Francoise  <romain@orebokech.com>
12409
12410         TODO: Backport to v5-10!
12411
12412         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12413         Move here (and rename) from gnus-registry.el.
12414
12415         * gnus-registry.el: Require gnus-util.
12416         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12417
12418 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12419
12420         * gnus-group.el (gnus-group-catchup-current):
12421         Change if-then-else-if-then-else into cond.
12422         (gnus-group-catchup): Indent.
12423         (group-name-at-point): New function.
12424         (gnus-fetch-group): Provide default from thing at point.
12425
12426 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12427
12428         * message.el (message-display-abbrev): Fix regexp.
12429
12430         * ecomplete.el (ecomplete-highlight-match-line):
12431         Reimplement choosing.
12432         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12433         dead variables.
12434
12435         * message.el (message-newline-and-indent): Remove debugging.
12436         (message-display-abbrev): Use new implementation.
12437
12438 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * gnus-art.el (gnus-article-mode):
12441         Set cursor-in-non-selected-windows to nil.
12442
12443         * smiley.el: Revert previous change.
12444         (smiley-data-directory): defvar it before using it in the
12445         defcustom of `smiley-style'.
12446
12447 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12448
12449         * message.el (message-newline-and-indent): New function.
12450
12451         * ecomplete.el: Implement more bits.
12452
12453         * message.el (message-put-addresses-in-ecomplete): Clean up the
12454         string.
12455
12456         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12457
12458         * gnus-sum.el (gnus-summary-save-parts):
12459         Bind gnus-summary-save-parts-counter and use it to make unique file
12460         names.
12461
12462         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12463
12464         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12465         parameter to say whether to actually parse the individual
12466         addresses.
12467
12468         * message.el (message-put-addresses-in-ecomplete): New function.
12469         (ecomplete): Require.
12470         (message-mail-alias-type): Add ecomplete as an option.
12471
12472 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12473
12474         * flow-fill.el (fill-flowed): Remove trailing space from blank
12475         quoted lines.
12476
12477 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12478
12479         * smiley.el (smiley-style): Move definition later to avoid a
12480         compilation warning.
12481
12482 2006-04-12  Kenichi Handa  <handa@m17n.org>
12483
12484         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12485         buffer and then decode the buffer text if necessary.
12486         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12487         first, and after mm-encode-body, change the buffer to unibyte.
12488         Use mm-disable-multibyte instead of set-buffer-multibyte.
12489
12490 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12493         Content-Type header instead of Content-Disposition header.
12494         (gnus-mime-inline-part): Ditto.
12495         (gnus-mime-view-part-as-charset): Ignore charset that the part
12496         specifies.
12497
12498         * mm-decode.el (mm-display-part): Work with external parts and
12499         usual parts similarly.
12500
12501         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12502         instead of gnus-display-mime.
12503
12504         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12505         instead of with-temp-buffer.
12506
12507         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12508         tag to summarized topics part in order to encode non-ASCII text.
12509
12510 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * smiley.el (smiley-style): New variable.
12513         (smiley-directory): New function.
12514         (smiley-data-directory): Derive from `smiley-style' using
12515         `smiley-directory'.
12516         (smiley-regexp-alist): Add new entries.
12517
12518         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12519         (gnus-article-browse-delete-temp): Add :version.
12520
12521 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12522
12523         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12524         the sieve region.
12525
12526 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12527
12528         * gnus.el (gnus-version-number): Bump version.
12529
12530 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * gnus.el: No Gnus v0.4 is released.
12533
12534 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12535
12536         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12537         layout.
12538
12539         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12540         unknown charset.
12541
12542         * message.el (message-header-synonyms): Add Original-To to the
12543         default.
12544
12545         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12546         optional parameter.
12547
12548 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * gnus-fun.el (gnus): Require it for gnus-directory.
12551
12552 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12555
12556 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12557
12558         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12559
12560 2006-04-05  Simon Josefsson  <jas@extundo.com>
12561
12562         * password.el (password-reset): New function.
12563
12564 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12565
12566         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12567         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12568
12569 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12570
12571         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12572         Some whitespace was matched into the url, which broke browsing hits
12573         > 100 when mm-url-use-external was nil.
12574
12575 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12576
12577         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12578         Check gnus-extra-headers for 'Newsgroups.
12579
12580         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12581         bound.
12582
12583 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12584
12585         * pgg-gpg.el: Clean up process buffers every time gpg processes
12586         complete.
12587
12588 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12591         doc string.
12592
12593 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12594
12595         * pgg-gpg.el (pgg-gpg-process-filter)
12596         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12597
12598         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12599         lines, temporary fix.
12600
12601 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12602
12603         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12604
12605 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12606
12607         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12608         default-enable-multibyte-characters.  This reverts the change from
12609         revision 6.17 which is no longer necessary because the passphrase
12610         is sent separately now.  GnuPG messages are unreadable under
12611         multibyte locales with default-enable-multibyte-characters set to
12612         nil.
12613
12614 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * message.el (message-tool-bar-gnome): Move "spell".
12617
12618 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12621         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12622         instead.
12623
12624 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12625
12626         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12627         Improve newsgroups handling for NNTP overviews which don't include
12628         Newsgroups.
12629
12630 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12631
12632         * message.el (message-resend): Bind message-generate-hashcash to nil.
12633
12634 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12635
12636         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12637         when searching for already-paid recipients.
12638
12639 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12640
12641         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12642         passphrases when it is not needed.
12643         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12644         passphrase stuff from gpg, should only be necessary when you use
12645         gpg with a smartcard.
12646
12647 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * mml.el (mml-insert-mime): Ignore cached contents of
12650         message/external-body part.
12651
12652         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12653         (mm-insert-part): Ditto.
12654
12655 2006-03-23  Simon Josefsson  <jas@extundo.com>
12656
12657         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12658         Reiner.
12659         (pgg-gpg-use-agent-p): Use it again.
12660
12661 2006-03-23  Simon Josefsson  <jas@extundo.com>
12662
12663         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12664         older emacsen.
12665         (pgg-gpg-use-agent-p): Don't use it.
12666
12667 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12670         if we can.
12671
12672 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12673
12674         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12675         (pgg-gpg-update-agent): New function.
12676         (pgg-gpg-use-agent-p): New function.
12677         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12678         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12679         (pgg-gpg-sign-region): Use it.
12680
12681 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12684         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12685
12686 2006-03-21  Simon Josefsson  <jas@extundo.com>
12687
12688         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12689         <wilde@sha-bang.de>.
12690         (pgg-gpg-use-agent): New variable.
12691         (pgg-gpg-process-region): Use it.
12692         (pgg-gpg-encrypt-region): Likewise.
12693         (pgg-gpg-encrypt-symmetric-region): Likewise.
12694         (pgg-gpg-decrypt-region): Likewise.
12695         (pgg-gpg-sign-region): Likewise.
12696         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12697
12698 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12701
12702         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12703         Add comment on version.
12704
12705 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12706
12707         * smiley.el: Add missing test smiley.
12708
12709 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * mm-decode.el (mm-with-part): New macro.
12712         (mm-get-part): Use it; work with message/external-body as well.
12713         (mm-save-part): Treat name and filename equally.
12714
12715         * mm-extern.el (mm-extern-cache-contents): New function.
12716         (mm-inline-external-body): Use it; force the part to be displayed;
12717         move undisplayer added to the cached handle to the parent.
12718
12719         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12720         (gnus-mime-view-part-as-type): Work with message/external-body.
12721
12722         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12723
12724 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12727         images in image-load-path.  [Sync with image.el, revision 1.60, in
12728         Emacs.]
12729
12730 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12733         path rather than symbol.  Always return list of directories.
12734         Guarantee that image directory comes first.  [Sync with image.el,
12735         revision 1.59, in Emacs.]
12736
12737         * message.el (message-make-tool-bar): Adjust to new API of
12738         `gmm-image-load-path-for-library'.
12739
12740         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12741
12742         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12743
12744 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12745
12746         * gnus-art.el (gnus-article-only-boring-p):
12747         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12748         intangible text.
12749         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12750
12751 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12754         Use `defun' instead of `gmm-defun-compat'.
12755
12756 2006-03-14  Simon Josefsson  <jas@extundo.com>
12757
12758         * message.el (message-unique-id): Don't use message-number-base36
12759         if (user-uid) is a float.
12760         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12761
12762 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12765
12766         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12767         empty line between a part and a message part.
12768
12769 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * smiley.el: Add more test smileys.
12772         (smiley-data-directory, smiley-regexp-alist)
12773         (gnus-smiley-file-types): Fix doc strings.
12774         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12775         adding new elements.
12776         (smiley-mouse-map): Unused code.  Make it a comment.
12777
12778 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12781         scan latest NoCeM messages instead of old ones.
12782         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12783         delimiters that are recently used.
12784         (gnus-nocem-load-cache): Add autoload cookie.
12785
12786         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12787
12788         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12789         level which is larger than gnus-use-nocem is specified.
12790
12791         * gnus-group.el (gnus-group-get-new-news): Ditto.
12792
12793 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * gnus-util.el (gnus-tool-bar-update): New function.
12796
12797         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12798         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12799
12800         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12801
12802         * gnus-group.el (gnus-group-redraw-when-idle)
12803         (gnus-group-redraw-check): Remove.
12804         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12805
12806 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12809         if optional last element is specified in splits (FIELD VALUE...).
12810
12811 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12812
12813         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12814         to gmm-image-load-path-for-library.  Call with no-error argument.
12815         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12816
12817         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12818
12819         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12820
12821         * gmm-utils.el (gmm-image-load-path): Remove alias.
12822
12823 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * gmm-utils.el (gmm-image-load-path): Add alias.
12826
12827         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12828         nnml-generate-nov-databases-1.
12829         (nnml-generate-nov-databases): Use it.
12830         (nnml-generate-nov-databases-directory): Document no-active
12831         argument.
12832
12833         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12834         directory if path is t.  Add no-error.
12835
12836         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12837         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12838
12839         * gnus-art.el (gnus-article-browse-delete-temp-files):
12840         Simplify resetting gnus-article-browse-html-temp-list.
12841
12842         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12843         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12844         Add example to docstring.  Rename local variables.  Move error
12845         checks to default case in cond and simplify.
12846
12847 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12850         handle is multipart when calling it recursively.
12851         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12852
12853 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12854
12855         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12856         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12857
12858 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12861         is loaded.
12862
12863         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12864         loaded.
12865
12866 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12867
12868         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12869         to "Emacs 23 (unicode)" in doc string.
12870
12871         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12872         "Emacs 23 (unicode)" in comment.
12873
12874 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12877
12878         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12879         characters 160 through 255 in Emacs 23.
12880
12881 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12884         gnus-article-browse-html-temp.
12885         (gnus-article-browse-delete-temp): Make it customizable.
12886         Add `file'.  Adjust doc string.
12887         (gnus-article-browse-delete-temp-files): Add argument.
12888         Allow query for each file.  Adjust doc string.
12889         (gnus-article-browse-html-parts):
12890         Add `gnus-article-browse-delete-temp-files' to
12891         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12892
12893 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12894
12895         * gnus-art.el (gnus-article-browse-html-temp)
12896         (gnus-article-browse-delete-temp): New variables.
12897         (gnus-article-browse-delete-temp-files): New function.
12898         (gnus-article-browse-html-parts): Use it.
12899
12900 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12903
12904         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12905         string.
12906
12907         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12908         gnus-summary-insert-new-articles when unplugged.
12909         Remove gnus-summary-search-article-forward.
12910
12911         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12912         display-visual-class instead of display-color-cells.
12913
12914 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * dgnushack.el: Autoload customize-group for XEmacs.
12917
12918         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12919         message/* containing non-ASCII text properly.
12920
12921 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * message.el: Require gmm-utils, remove autoloads.
12924         (message-tool-bar): Set default based on
12925         gmm-tool-bar-style.
12926         (message-tool-bar-gnome): Add gmm-customize-mode.
12927
12928         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12929         gmm-tool-bar-style.
12930         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12931
12932         * gnus-group.el (gnus-group-tool-bar): Set default based on
12933         gmm-tool-bar-style.
12934         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12935
12936         * gmm-utils.el (gmm-image-directory): Rename variable from
12937         gmm-image-load-path.
12938         (gmm-image-load-path): Use gmm-image-directory.
12939         (gmm-customize-mode): New function.
12940         (gmm-tool-bar-style): New variable.
12941
12942         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12943         gnus-group-redraw-line-number.
12944         (gnus-group-redraw-check): Simplify.
12945         (gnus-group-tool-bar-update): Remove redraw check.
12946         (gnus-group-make-tool-bar): Add redraw check.
12947
12948 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12949
12950         * gnus-art.el (gnus-button): Add missing parentheses.
12951
12952 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * lpath.el: Fbind line-number-at-pos.
12955
12956 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12959
12960 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * gnus-art.el (gnus-button): New face.
12963         (gnus-article-button-face): Use it.
12964
12965         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12966         Add gnus-summary-next-page.  Re-order.
12967
12968         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12969         next-node are now included.
12970         (gnus-group-redraw-line-number): New internal variable.
12971         (gnus-group-redraw-check): Helper function for updating the tool
12972         bar.
12973         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12974
12975         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12976
12977         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12978         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12979         Use it to match format of Spamassassin 3.0 and later.
12980         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12981         (spam-check-bogofilter)
12982         (spam-bogofilter-register-with-bogofilter): Fix args of
12983         `gnus-error' calls.
12984
12985 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12988         unnecessary interaction when sending queued mails.
12989         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12990
12991 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12994         first or last are nil.
12995
12996 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12997
12998         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12999
13000 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13001
13002         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13003
13004 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13005
13006         * dns.el (query-dns): Protect more against buggy tcp output.
13007
13008 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13011         nov.php.
13012
13013 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13014
13015         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13016         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13017         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13018         output on the server side.
13019         (nnweb-google-create-mapping): Update regexps and add some
13020         progress indication.
13021
13022 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * gnus-group.el (gnus-group-tool-bar-gnome):
13025         Fix gnus-agent-toggle-plugged.  Re-order icons.
13026         (gnus-group-tool-bar-gnome):
13027         Add gnus-group-{prev,next}-unread-group.
13028         (gnus-group-tool-bar-gnome): Re-order icons.
13029
13030         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13031         Move gnus-summary-insert-new-articles.
13032
13033         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13034         Fix comments.
13035
13036         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13037         also available in Emacs 21.3.
13038
13039         * message.el (message-fix-before-sending): Change "Emacs 22" to
13040         "Emacs 23 (unicode)" in comment.
13041
13042         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13043         "Emacs 23 (unicode)" in comment.
13044
13045         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13046         comment.
13047         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13048
13049         * mm-view.el (mm-fill-flowed): Add :version.
13050
13051 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13054         and load-path.
13055
13056 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13057
13058         * message.el: Autoload gmm-image-load-path.
13059         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13060         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13061         consitency.
13062
13063         * gmm-utils.el (gmm-image-load-path): Also search in
13064         "../etc/images".  Don't set gmm-image-load-path if we don't find
13065         the image.
13066
13067 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * gmm-utils.el (gmm-image-load-path): Don't make
13070         `gmm-image-load-path' include subdirectories which the second arg
13071         `image' might specify.
13072
13073         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13074         subdirectory to icon file names.
13075
13076         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13077
13078 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13081         gmm-image-load-path calls.
13082
13083         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13084
13085         * message.el (message-make-tool-bar): Ditto.
13086
13087         * mml.el (mml-preview): Add comment concerning tool bar icons.
13088
13089         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13090         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13091
13092         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13093         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13094
13095         * message.el (message-tool-bar-gnome): Use new icon names.
13096         (message-make-tool-bar): Use `gmm-image-load-path'.
13097
13098         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13099         New functions from MH-E.
13100         (gmm-image-load-path): New variable from MH-E.
13101         (gmm-image-load-path): New function from MH-E.  Add arguments
13102         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13103         *-image-load-path-called-flag.
13104
13105 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13106
13107         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13108
13109 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13110
13111         * nnimap.el (nnimap-request-move-article): Change folder back to
13112         source group before deleting.
13113
13114 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13115
13116         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13117
13118         * gnus-art.el (mm-url-insert-file-contents-external):
13119         Autoload mm-url.
13120
13121         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13122
13123 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13126         coding system which mm-charset-to-coding-system returns for a
13127         given charset is valid.
13128
13129 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13130
13131         * html2text.el (html2text-remove-tag-list):
13132         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13133
13134 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13135
13136         * gnus-cus.el: Revert 2005-10-17 change.
13137
13138 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * gnus-art.el (article-strip-banner):
13141         Call article-really-strip-banner only when the regexp match is made.
13142
13143 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * gnus-art.el (article-strip-banner):
13146         Use gnus-extract-address-components instead of
13147         mail-header-parse-addresses to make it work with non-ASCII text;
13148         remove mail-encode-encoded-word-string.
13149
13150         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13151         values which are surrounded with \"...\"; make it never cause a
13152         Lisp error; give up parsing of parameters if it failed in
13153         extracting type.
13154
13155 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13156
13157         * smime.el (smime-cert-by-ldap-1): Fix bug where
13158         `smime-ldap-search' returns results without userCertificates.
13159
13160 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13163
13164 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * spam.el (spam-check-spamassassin-headers): Adapt format for
13167         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13168         <ari@mbf.ocn.ne.jp>.
13169         (spam-list-of-processors): Add spam-use-gmane.
13170
13171 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13174         make-temp-file; make it work with XEmacs as well.
13175
13176         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13177         mm-make-temp-file.
13178
13179         * mm-decode.el (mm-display-external): Use the 3rd arg of
13180         mm-make-temp-file.
13181         (mm-create-image-xemacs): Ditto.
13182
13183 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13186         with message-narrow-to-headers.
13187         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13188         (gnus-draft-check-draft-articles): New function.
13189         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13190
13191 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13192
13193         * gnus-art.el (gnus-article-browse-html-parts):
13194         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13195         Don't use suffix argument for mm-make-temp-file for Emacs 21
13196         compatibility.  Remove useless `format'.
13197
13198 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13199
13200         * nnweb.el (nnweb-google-wash-article): Update regexps.
13201         (nnweb-group-alist): Use defvoo instead of defvar.
13202
13203 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13206         re-loading nn* modules.
13207
13208 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13211         for `tool-bar-mode' and don't check it's default-value.
13212
13213         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13214
13215         * message.el (message-make-tool-bar): Ditto.
13216
13217         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13218         `substring'.  Shorten tmp-file name.
13219
13220         * gnus.el: Remove bogus comment.
13221
13222 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13223
13224         * gnus-art.el (gnus-article-browse-html-parts): New function.
13225         (gnus-article-browse-html-article): New function for viewing html
13226         articles with a browser.
13227
13228 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13229
13230         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13231         in elisp.
13232         (pgg-gpg-encrypt-symmetric-region): Ditto.
13233         (pgg-gpg-sign-region): Ditto.
13234
13235         * pgg-def.el (pgg-text-mode): New variable.
13236
13237         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13238         (mml2015-pgg-encrypt): Ditto.
13239
13240         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13241         (mml1991-pgg-encrypt): Ditto.
13242
13243 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * nnfolder.el (nnfolder-insert-newsgroup-line):
13246         Use message-make-date instead of current-time-string.
13247
13248         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13249         to gnus-decoded which mm-uu might set.
13250
13251 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13254         don't decode quoted parameters; remove misimported Emacs code.
13255         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13256         (rfc2231-decode-encoded-string): Don't use split-string which
13257         behaves differently according to Emacs version; use
13258         mm-decode-coding-region to convert charset to coding-system.
13259         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13260         (rfc2231-encode-string): Remove misimported Emacs code.
13261
13262 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13265         when calling mail-header-parse-content-type.
13266         (article-de-quoted-unreadable): Ditto.
13267         (article-de-base64-unreadable): Ditto.
13268         (article-wash-html): Ditto.
13269
13270         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13271         calling mail-header-parse-content-type and
13272         mail-header-parse-content-disposition.
13273         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13274         mail-header-parse-content-type.
13275
13276         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13277         insert charset and format parameters; encode description after
13278         inserting it to buffer.
13279         (mml-insert-parameter): Fold lines properly even if a parameter is
13280         segmented into two or more lines; change the max column to 76.
13281
13282         * rfc1843.el (rfc1843-decode-article-body): Don't use
13283         ignore-errors when calling mail-header-parse-content-type.
13284
13285         * rfc2231.el (rfc2231-parse-string): Return at least type if
13286         possible; don't cause an error even if it fails in parsing of
13287         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13288         (rfc2231-encode-string): Don't break lines at the beginning, leave
13289         it to mml-insert-parameter.
13290
13291         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13292         calling mail-header-parse-content-type.
13293
13294 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * spam-report.el (spam-report-gmane-use-article-number):
13297         Improve doc string.
13298         (spam-report-gmane-internal): Check if a suitable header was found
13299         in the article.
13300
13301 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13304         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13305
13306 2006-02-05  Romain Francoise  <romain@orebokech.com>
13307
13308         Update copyright notices of all files in the gnus directory.
13309
13310 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13311
13312         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13313
13314 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13317         segmented lines of parameter value to cope with Thunderbird 1.5
13318         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13319         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13320         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13321
13322 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13323
13324         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13325         parts.
13326
13327 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13328
13329         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13330         there's only one active file for all servers.
13331         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13332         solid groups.  Gnus might have used a FAST request to select the group.
13333         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13334         and nnweb-search redundantly in the active file.
13335         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13336         (nnweb-request-create-group): Don't use ARGS.
13337         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13338         initialisations.  Let nnoo do the work.
13339
13340 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13343         Say the part has been decoded.
13344
13345         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13346
13347 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13348
13349         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13350         mailcap-viewer-test-cache when there's no 'test clause, since that
13351         will invert the meaning of a "nil" test previously determined by
13352         mailcap-mailcap-entry-passes-test.
13353
13354 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13357         compiling.
13358
13359         * gnus-sum.el: Ditto.
13360
13361         * message.el: Don't bind tool-bar-map when compiling.
13362
13363 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13366
13367 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13368
13369         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13370         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13371         current Google Groups.
13372
13373 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13376         and tool-bar-mode.
13377
13378         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13379         and tool-bar-mode.
13380
13381         * message.el (message-tool-bar-update): Simplify.
13382         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13383
13384         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13385         gnus-summary-buffer.
13386         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13387         gnus-summary-reply.
13388
13389         * gmm-utils.el (gmm): Add :version.
13390
13391 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * Makefile.in (clean): New rule.
13394         (distclean): Use it.
13395
13396 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13397
13398         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13399         Don't autoload.
13400
13401 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * gmm-utils.el (gmm-verbose): Add :group.
13404
13405 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13406
13407         * message.el: Change some comments WRT tool-bars.
13408
13409         * gnus-sum.el (gnus-summary-tool-bar)
13410         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13411         (gnus-summary-tool-bar-zap-list): New variables.
13412         (gnus-summary-make-tool-bar): Complete rewrite using
13413         `gmm-tool-bar-from-list'.
13414
13415         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13416         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13417         New variables.
13418         (gnus-group-make-tool-bar): Complete rewrite using
13419         `gmm-tool-bar-from-list'.
13420         (gnus-group-tool-bar-update): New function.
13421
13422         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13423
13424 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13427         is dissected into a single part of which the type is the same as
13428         the given one; decode charset.
13429
13430 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13431
13432         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13433         into alists as symbol not string, since that's what
13434         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13435         look for.
13436
13437 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13440         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13441
13442         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13443
13444 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13447         (gnus-xmas-mime-security-button-menu): New function.
13448
13449         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13450         (gnus-mime-security-button-menu): New definition.
13451         (gnus-mime-security-button-map): Use them.
13452         (gnus-mime-security-button-menu): New function.
13453         (gnus-insert-mime-security-button): Addition to help echo.
13454         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13455         (gnus-mime-security-pipe-part): New functions.
13456
13457         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13458         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13459
13460         * mm-decode.el (mm-handle-set-disposition): Remove.
13461         (mm-handle-set-description): Remove.
13462
13463 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13466         (mm-w3m-standalone-supports-m17n-p): New function.
13467         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13468         w3m usage.
13469
13470         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13471         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13472
13473 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * message.el (message-tool-bar-zap-list):
13476         Use gmm-tool-bar-zap-list as custom type.
13477         (message-tool-bar-update): New function.
13478         (message-tool-bar, message-tool-bar-gnome)
13479         (message-tool-bar-retro): Add message-tool-bar-update.
13480         (message-tool-bar-gnome): Add flyspell-buffer.
13481
13482         * gnus-util.el (gnus-error): Describe `args'.
13483
13484         * gmm-utils.el (gmm-error): Describe `args'.
13485         (gmm-tool-bar-zap-list): New widget.
13486         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13487
13488 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13491         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13492         the number of recursive calls.
13493
13494         * mm-decode.el (mm-handle-set-disposition): New macro.
13495         (mm-handle-set-description): New macro.
13496
13497 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13500         encoding.
13501
13502 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13503
13504         * message.el (message-tool-bar-zap-list, message-tool-bar)
13505         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13506         (message-tool-bar-local-item-from-menu): Remove.
13507         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13508         (message-make-tool-bar): New function.
13509         (message-mode): Use `message-make-tool-bar'.
13510
13511         * gmm-utils.el: New file.
13512         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13513         (gmm-lazy): New widget copied from `nnmail.el'.
13514         (gmm-tool-bar-from-list): New function for creating customizable
13515         tool bars.
13516         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13517         output.
13518         (gmm): Add :prefix to defgroup.
13519
13520 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13521
13522         * gmm-utils.el (gmm-widget-p): New function.
13523
13524 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13525
13526         * mml.el (mml-attach-file): Describe `description' in doc string.
13527         (mml-menu): Add Emacs MIME manual and PGG manual.
13528
13529 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13530
13531         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13532
13533 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13534
13535         * nntp.el (nntp-end-of-line): Doc fix.
13536
13537 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13538
13539         * imap.el (imap-open): Handle case where buffer is a buffer
13540         object.
13541
13542 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13543
13544         * gnus-delay.el (gnus-delay): Don't autoload.
13545         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13546         to be re-loaded when customizing the `gnus-delay' group.
13547
13548 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13549
13550         * message.el (message-insert-citation-line): Use newlines.
13551
13552 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13553
13554         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13555         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13556         these routines, so the passphrase can be managed externally and
13557         passed in to the system.
13558         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13559         pgg-add-passphrase-to-cache function.
13560
13561         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13562         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13563         these routines, so the passphrase can be managed externally and
13564         passed in to the system.
13565         (pgg-pgp5-sign-region): Use new name of
13566         pgg-add-passphrase-to-cache function.
13567
13568 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13569
13570         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13571         part of the decoded armor to find the key-identifier.
13572         (pgg-gpg-lookup-key-owner): New function to return the
13573         human-readable identifier of a key owner.
13574         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13575         itself.
13576         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13577         the key value) if we have a key and can match it against a secret
13578         key.  Also, added a note pointing out fact that the prompt only
13579         indicates the first matching key.
13580
13581         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13582         pgg-decrypt-region.
13583         (pgg-add-passphrase-to-cache): Rename from
13584         `pgg-add-passphrase-cache' to reduce confusion (all callers
13585         changed).
13586         (pgg-remove-passphrase-from-cache): Rename from
13587         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13588         changed).
13589         (pgg-read-passphrase, pgg-add-passphrase-cache)
13590         (pgg-remove-passphrase-cache): Add informative docstrings.
13591         (pgg-decrypt): Convey provided passphrase in subordinate call to
13592         pgg-decrypt-region.
13593
13594 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13595
13596         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13597         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13598         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13599         'passphrase' argument, so the passphrase can be managed externally
13600         and then passed in to the system.
13601
13602         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13603         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13604         so the passphrase cache can be used reliably with identifiers
13605         besides a pgp packet's key id.
13606
13607         * pgg-gpg.el (pgg-gpg-encrypt-region)
13608         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13609         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13610         these routines, so the passphrase can be managed externally and
13611         passed in to the system.
13612
13613         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13614         'notruncate' argument, so the passphrase cache can be used
13615         reliably with identifiers besides a pgp packet's key id.
13616
13617 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13618
13619         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13620         symmetric encryption.
13621         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13622         encrypted session key.
13623         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13624         message ask for the passphrase in a proper way.
13625
13626         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13627         New user commands for symmetric encryption.
13628
13629 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13632
13633         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13634
13635 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13636
13637         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13638
13639 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * mm-decode.el (mm-inlined-types): Add application/pgp.
13642         (mm-automatic-display): Ditto.
13643
13644         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13645         part as text.
13646
13647 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * nnrss.el: Update copyright.
13650         (nnrss-opml-import): Query whether to subscribe to each entry.
13651
13652         * gnus-art.el:
13653         * gnus-sum.el:
13654         * gnus-xmas.el:
13655         * messagexmas.el:
13656         * mm-uu.el:
13657         * mm-view.el: Update copyright.
13658
13659 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * message.el (message-info): New function.
13662         (message-mode-menu): Add it.
13663         Update copyright.
13664
13665         * ChangeLog: Fix and update copyright.
13666
13667 2006-01-13  Romain Francoise  <romain@orebokech.com>
13668
13669         * message.el (message-forward-subject-name-subject): Prefer the
13670         address to 'nowhere' if the sender has no name.
13671         Fix typo.  Update copyright year.
13672
13673 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * gnus-art.el (article-wash-html):
13676         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13677         (gnus-article-wash-html-with-w3m-standalone): New function.
13678
13679         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13680         mm-inline-text-html-render-with-w3m-standalone.
13681         (mm-text-html-washer-alist): Map w3m-standalone to
13682         gnus-article-wash-html-with-w3m-standalone.
13683         (mm-inline-text-html-render-with-w3m-standalone): New function.
13684
13685 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13688         Improve LaTeX.
13689
13690 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13693         (nnrss-request-article): Render text/plain parts as HTML.
13694
13695         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13696         the buffer.
13697
13698 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13701         custom definition of `gnus-posting-styles'.
13702
13703         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13704         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13705
13706 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13709         Use nntp for bug archive.
13710
13711 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13714         parts.
13715         (nnrss-normalize-date): New function converts ISO 8601 date into
13716         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13717         (nnrss-check-group): Use it.
13718
13719 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13722
13723         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13724         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13725         (nnrss-insert-w3): Ditto.
13726
13727 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13730         the articles to be forwarded including the case where neither a
13731         number of articles nor a region is specified.
13732
13733 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * nnrss.el (nnrss-request-article): Fix last change; fill
13736         text/plain parts.
13737
13738 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13741         in text/plain part.
13742         (nnrss-check-group): Don't add excessive newline to dc:subject.
13743
13744 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13745
13746         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13747         article.
13748
13749 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13752         (nnml-use-compressed-files, nnml-save-mail): Support other
13753         comression programs such as bzip2.
13754
13755 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13756
13757         * dns.el (query-dns): Make sure we check the buffer size before
13758         removing tcp headers.
13759
13760 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13763         remove MIME buttons associated with multipart/alternative parts.
13764         (gnus-mime-display-alternative): Tag buttons using `article-type'
13765         text property.
13766
13767         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13768         associated with multipart/alternative parts.
13769
13770         * gnus-art.el (gnus-signature-separator): Fix custom type.
13771
13772         * mm-decode.el (mm-inlined-types): Fix custom type.
13773         (mm-keep-viewer-alive-types): Ditto.
13774         (mm-automatic-display): Ditto.
13775         (mm-attachment-override-types): Ditto.
13776         (mm-inline-override-types): Ditto.
13777         (mm-automatic-external-display): Ditto.
13778
13779 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * spam-report.el (spam-report-user-mail-address)
13782         (spam-report-user-agent): New variables.
13783         (spam-report-url-ping-plain): Use spam-report-user-agent.
13784
13785 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13786
13787         * gnus-art.el (gnus-button-handle-custom): Do not just use
13788         `customize-apropos' for any "M-x customize-*" button but the
13789         function called for.  Accept both the function name and its
13790         argument in order to achieve this.
13791         (gnus-button-alist): Remove support for "custom:" URL's.
13792         Pass function name to `gnus-button-handle-custom' in case of "M-x
13793         customize-*" buttons.
13794
13795 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13798         multipart/alternative and add xref to mm-discouraged-alternatives
13799         in doc string.
13800
13801         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13802         gnus-buttonized-mime-types in doc string.
13803
13804 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13805
13806         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13807         Suggest image/.* in the doc string.
13808
13809 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13812         message-marks (Debian bug #342521).
13813
13814 2005-12-12  Simon Josefsson  <jas@extundo.com>
13815
13816         * password.el (password-read-from-cache): Add.
13817         (password-read): Use it.
13818
13819 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * rfc2047.el (rfc2047-charset-to-coding-system):
13822         Recognize us-ascii as a MIME charset.
13823
13824         * mm-bodies.el (mm-decode-content-transfer-encoding):
13825         Protect against the case where the 2nd arg TYPE is nil.
13826
13827 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * pop3.el (pop3-stream-type): Fix custom version.
13830
13831         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13832
13833 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13834
13835         * mm-decode.el (mm-display-external): Add missing cdr.
13836
13837 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13840         RFC1524) if it is in mailcap or add a suffix according to
13841         mailcap-mime-extensions when generating a temp filename; postpone
13842         deleting a temp file for 2 seconds for some wrappers, shell
13843         scripts, and so on, which might exit right after having started a
13844         viewer command as a background job.
13845
13846 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * nntp.el (nntp-marks-directory): Fix custom group.
13849
13850         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13851         steps when < 10.
13852
13853         * gnus-start.el (gnus-no-server-1):
13854         Mention `gnus-level-default-subscribed' in doc string.
13855
13856 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13857
13858         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13859         parens.
13860
13861 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * gnus-xmas.el (gnus-use-toolbar): Revert.
13864         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13865         gnus-use-toolbar is default.
13866
13867         * messagexmas.el (message-use-toolbar): Revert.
13868         (message-setup-toolbar): Use global default-toolbar if
13869         message-use-toolbar is default.
13870
13871 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13874         according to default-toolbar-visible-p.
13875
13876         * messagexmas.el (message-use-toolbar): Ditto.
13877
13878 2005-11-26  Dave Love  <fx@gnu.org>
13879
13880         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13881         (tls-program, tls-success): Provide openssl alternative.
13882
13883         * starttls.el: Doc fixes.
13884         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13885         SERVICE to PORT.
13886
13887         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13888         port null or service name.
13889         (starttls-negotiate): Autoload.
13890
13891 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * message.el (message-kill-to-signature): Fix interactive spec.
13894
13895 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * pop3.el (pop3-open-server): Recognize a string as a service name.
13898
13899 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13900
13901         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13902
13903 2005-11-23  Dave Love  <fx@gnu.org>
13904
13905         Add pop3s, pop3/starttls.
13906
13907         * pop3.el (pop3-authentication-scheme): Clarify doc.
13908         (open-tls-stream, starttls-open-stream): Autoload.
13909         (pop3-stream-type): New.
13910         (pop3-open-server): Use it.
13911
13912         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13913         for POP.
13914         (mail-source-keyword-map): Add :stream for POP.
13915         (mail-source-fetch-pop): Use pop3-stream-type.
13916
13917 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13920         of current-time-string.
13921
13922 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13923
13924         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13925         date header.
13926
13927 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13928
13929         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13930         it can seriously impact performance as it bypasses the agent's
13931         local caches.
13932
13933 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13934
13935         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13936         must be explicitly online rather than "not explicitly offline" for
13937         its flags to be synchronized.
13938
13939         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13940         that gnus-uu-unmark-thread will function correctly.
13941
13942         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13943         1024K is instead displayed as 1M.
13944
13945 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13946
13947         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13948
13949 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13950
13951         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13952
13953 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13954
13955         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13956         error message to display actual error condition.
13957         (gnus-agent-save-local): Avoid saving symbols that are bound to
13958         nil as they simply result in a warning message in
13959         gnus-agent-read-local.
13960
13961 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13964         rather than make-variable-buffer-local for file-precious-flag.
13965
13966 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13967
13968         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13969         for duplicates which are removed.  The invalid sort check then
13970         triggers a rescan after the sort as sorting may have moved
13971         duplicate entries such that they can be cheaply detected.
13972
13973 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13976
13977 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13978
13979         * gnus-agent.el (gnus-agent-article-alist-save-format):
13980         Change internal variable to a custom variable.  Change default value
13981         from compressed(2) to uncompressed(1).
13982         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13983         support for uncompressed agentview files.  Taken together, reading
13984         the agentview file should now be 6-7 times faster.
13985
13986 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13987
13988         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13989         as a buffer-local variable.  This avoids creating truncated
13990         dribble files as a result of a hang up, eg.
13991
13992 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13993
13994         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13995         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13996         XEmacs.
13997
13998 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * gnus-start.el (gnus-start-draft-setup):
14001         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14002
14003         * gnus.el (gnus-splash): Change custom group.
14004         (gnus-group-get-parameter, gnus-group-parameter-value):
14005         Describe allow-list argument.
14006
14007         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14008         string.
14009
14010 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * gnus-art.el (gnus-default-article-saver): Add user-defined
14013         `function' to custom type.
14014
14015 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14016
14017         * imap.el (imap-open): Handle case where buffer is a buffer
14018         object.
14019
14020 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14023         long lines.
14024         (gnus-cache-delete-group): Wrap doc strings.
14025
14026         * gnus-agent.el (gnus-agent-rename-group)
14027         (gnus-agent-delete-group): Wrap doc strings.
14028
14029 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * messagexmas.el (message-use-toolbar): Change the valid values
14032         into default, top, bottom, left, and right.
14033         (message-toolbar-thickness): New variable.
14034         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14035         well.
14036         (message-setup-toolbar): Make it work.
14037
14038         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14039         (gnus-use-toolbar): Change the valid values into default, top,
14040         bottom, left, and right.
14041         (gnus-toolbar-thickness): New variable.
14042         (gnus-xmas-setup-toolbar): New function.
14043         (gnus-xmas-setup-group-toolbar): Use it.
14044         (gnus-xmas-setup-summary-toolbar): Use it.
14045
14046 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14047
14048         * gnus-start.el (gnus-1): Add "native" to
14049         gnus-predefined-server-alist.
14050
14051         * gnus.el (gnus-method-to-server): Don't add "native" to the
14052         lists here, because that leads to problems when
14053         gnus-select-method is bound.
14054
14055 2005-11-09  Simon Josefsson  <jas@extundo.com>
14056
14057         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14058         use (not sort-by-date) instead.
14059
14060 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14061
14062         * gnus-delay.el (gnus-delay-group): Don't autoload.
14063         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14064         to be re-loaded when customizing the `gnus-delay' group.
14065
14066 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14067
14068         * message.el: Revert last changes.
14069         (message-insert-citation-line): Use newlines.
14070
14071 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14072
14073         * message.el (message-courtesy-message)
14074         (message-mark-insert-begin, message-mark-insert-end)
14075         (message-elide-ellipsis, message-cancel-message)
14076         (message-add-header, message-change-subject)
14077         (message-cross-post-followup-to-header)
14078         (message-cross-post-insert-note, message-reduce-to-to-cc)
14079         (message-widen-reply, message-delete-not-region)
14080         (message-kill-to-signature, message-insert-signature)
14081         (message-insert-importance-high, message-insert-importance-low)
14082         (message-insert-or-toggle-importance)
14083         (message-insert-disposition-notification-to)
14084         (message-indent-citation, message-yank-original)
14085         (message-cite-original-without-signature, message-cite-original)
14086         (message-insert-citation-line, message-position-on-field)
14087         (message-fix-before-sending, message-send-mail-partially)
14088         (message-send-mail, message-send-mail-with-sendmail)
14089         (message-send-mail-with-qmail, message-send-news)
14090         (message-check-news-header-syntax, message-generate-headers)
14091         (message-insert-courtesy-copy, message-fill-address)
14092         (message-fill-header, message-shorten-references)
14093         (message-setup-1, message-cancel-news)
14094         (message-forward-make-body-plain, message-forward-make-body-mime)
14095         (message-forward-make-body-mml, message-encode-message-body)
14096         (message-forward-make-body-digest-plain)
14097         (message-forward-make-body-digest-mime)
14098         (message-use-alternative-email-as-from): Insert `hard-newline'
14099         instead of ordinary newlines.
14100
14101 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * message.el (message-generate-headers): Downcase the argument
14104         given to message-check-element.
14105
14106 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14107
14108         * nntp.el (nntp-authinfo-rejected): New error condition.
14109         (nntp-wait-for): Use new error condition to signal authentication
14110         error.
14111         (nntp-retrieve-data): Rethrow new error condition to break out of
14112         recursive call to nntp-send-authinfo.
14113
14114 2005-11-08  Romain Francoise  <romain@orebokech.com>
14115
14116         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14117         (gnus-summary-exit-map): Bind to `Z p'.
14118         (gnus-summary-make-menu-bar): Add menu item.
14119
14120 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14123         (gnus-treat-*): Add `first' in all doc strings.
14124
14125         * gnus-group.el (gnus-group-compact-group): Fix typo.
14126
14127 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * gnus.el (gnus-parameters-case-fold-search): New variable.
14130         (gnus-parameters-get-parameter): Use it.
14131
14132         * gnus-score.el (gnus-home-score-file): Doc fix.
14133
14134 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14135
14136         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14137
14138 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * mm-util.el (mm-special-display-p): New function.
14141
14142         * mml.el (mml-preview): Use it; doc fix.
14143
14144 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14145
14146         * imap.el (imap-open): Handle case where buffer is a buffer object.
14147
14148 2005-10-29  Romain Francoise  <romain@orebokech.com>
14149
14150         * message.el (message-fix-before-sending): Fix comment.
14151
14152 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14153
14154         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14155
14156 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14157
14158         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14159         Used in gnus-score.el.
14160
14161 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14164
14165 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14166
14167         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14168         whitespace removed in revision 7.8.  Use concatenated string to
14169         protect trailing whitespace.
14170
14171 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14172
14173         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14174         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14175         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14176         Courier IMAP ("some version from 2004").  Mostly based on similar
14177         code in the same function.
14178
14179 2005-10-26  Didier Verna  <didier@xemacs.org>
14180
14181         * gnus-group.el (gnus-group-compact-group): Invalidate original
14182         article buffer.
14183         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14184         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14185         NOV database and in article itself.
14186         Invalidate article backlog.
14187
14188 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14189
14190         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14191
14192 2005-10-26  Simon Josefsson  <jas@extundo.com>
14193
14194         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14195         part of 2004-07-25 change.
14196
14197 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * message.el (message-display-completion-list): New function.
14200         (message-expand-group): Use it; make sure the Completions buffer
14201         is modifiable.
14202 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14203
14204         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14205         user-mail-name is an empty string.
14206
14207 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14208
14209         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14210         depending on gnus-score-decay-constant.
14211
14212         * encrypt.el (encrypt-insert-file-contents)
14213         (encrypt-write-file-contents): Don't use `gnus-message'.
14214
14215         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14216         arguments.
14217         (mm-uu-type-alist): Add message-marks and insert-marks.
14218         Pass arguments to mm-uu-verbatim-marks-extract.
14219         (mm-uu-hide-markers): New variable.
14220         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14221
14222         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14223         (gnus-convert-image-to-face-command): Use "convert" by default to
14224         allow other input image formats.
14225         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14226         accordingly.
14227
14228 2005-10-23  Simon Josefsson  <jas@extundo.com>
14229
14230         * imap.el (imap-gssapi-program): Align command line parameters
14231         with latest GNU SASL.
14232         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14233
14234 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14235
14236         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14237         HTML.
14238         (nnslashdot-request-article): Ditto.
14239
14240         * lpath.el (featurep): Add nobreak-char-display.
14241
14242 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14243
14244         * mail-source.el (mail-source-fetch-pop): Require pop3.
14245         (mail-source-check-pop): Ditto.
14246
14247 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14250         errors.
14251
14252 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14255         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14256
14257         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14258
14259         * mm-bodies.el (mm-decode-string):
14260         Call `mm-charset-to-coding-system' with allow-override argument.
14261
14262 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14265         (rfc2047-charset-to-coding-system): New function.
14266         (rfc2047-decode-encoded-words): New function.
14267         (rfc2047-decode-region): Use them.
14268         (rfc2047-decode-cte): Remove.
14269         (rfc2047-parse-and-decode): Remove.
14270         (rfc2047-decode): Remove.
14271
14272 2005-10-15  Kenichi Handa  <handa@m17n.org>
14273
14274         * rfc2047.el (rfc2047-decode-cte): New function.
14275         (rfc2047-decode-region): Change the way to decode successive
14276         encoded-words: decode B- or Q-encoding in each encoded-word,
14277         concatenate them, and decode it as charset.
14278
14279 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * lpath.el: Fbind codepage-setup for XEmacs.
14282
14283 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14284
14285         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14286         widget-move-and-invoke.
14287         (gnus-custom-mode): Use gnus-custom-map.
14288
14289 2005-10-15  Bill Wohler  <wohler@newt.com>
14290
14291         * message.el (message-tool-bar-map): Rename image file from
14292         mail_send to mail/send.
14293
14294 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14295
14296         * message.el (message-expand-group): Pass the common
14297         prefix substring of completion to `display-completion-list'.
14298
14299 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * mml-sec.el (mml-secure-method): New internal variable.
14302         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14303         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14304         New functions using mml-secure-method.
14305
14306         * mml.el (mml-mode-map): Add key bindings for those functions.
14307         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14308         Harder <harder@myrealbox.com>.
14309         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14310         Goto end of message if point is the headers of the message.
14311
14312         * message.el (message-in-body-p): New function.
14313
14314         * assistant.el: Autoload gnus-util and netrc.
14315
14316         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14317         Use `mm-charset-override-alist' only when decoding.
14318
14319         * mm-bodies.el (mm-decode-body):
14320         Call `mm-charset-to-coding-system' with allow-override argument.
14321
14322         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14323         `filename' from Content-Disposition if Content-Type doesn't
14324         provide `name'.
14325         (gnus-mime-view-part-as-type): Set default instead of
14326         initial-input.
14327
14328 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14329
14330         * format-spec.el (format-spec): Propagate text properties of % spec.
14331
14332 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * gnus-art.el (gnus-treat-predicate): Add `first'.
14335
14336 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14339         (mm-charset-override-alist): New variable.
14340         (mm-charset-to-coding-system): Use it.
14341         (mm-codepage-setup): New helper function.
14342         (mm-charset-eval-alist): New variable.
14343         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14344         Warn about unknown charsets.
14345
14346         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14347
14348 2005-10-04  David Hansen  <david.hansen@gmx.net>
14349
14350         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14351         (nnrss-check-group): Ditto.
14352
14353 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14354
14355         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14356         Rename x-gnus-verbatim to x-verbatim.
14357         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14358
14359         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14360         x-verbatim.
14361
14362         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14363
14364         * gnus-util.el (gnus-remove-duplicates): Remove.
14365
14366         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14367         instead of gnus-remove-duplicates.
14368
14369         * message.el (message-remove-duplicates): Remove.
14370         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14371         message-remove-duplicates.
14372
14373         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14374         available, else use implementation from `delete-dups'.
14375
14376         * message.el (message-insert-expires): New function.
14377         (message-mode-map): Add key binding.
14378         (message-mode-field-menu): Add menu entry.
14379         (message-mode): Document it.
14380         (message-make-expires-date): Use `message-make-date'.
14381
14382 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14383
14384         * message.el (message-make-expires-date): New function.
14385
14386 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * Makefile.in (list-installed-shadows): New entry.
14389         (install): Use it.
14390         (remove-installed-shadows): New entry.
14391
14392         * dgnushack.el (dgnushack-default-load-path): New variable.
14393         (dgnushack-find-lisp-shadows): New function.
14394         (dgnushack-remove-lisp-shadows): New function.
14395
14396 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * Makefile.in (install-el-elc): New entry.
14399         (install): Use it so that .el files are necessarily installed.
14400
14401 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14404
14405 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14406
14407         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14408         function rather than the diff-mode.el package.
14409         (mm-display-external): Use with-current-buffer.
14410         (mm-viewer-completion-map, mm-viewer-completion-map):
14411         Move initialization inside declaration.
14412
14413 2005-09-29  Simon Josefsson  <jas@extundo.com>
14414
14415         * spam.el: Load hashcash when compiling, to avoid warnings.
14416         Don't autoload mail-check-payment.
14417         (spam-check-hashcash): Define unconditionally, since hashcash.el
14418         is part of Gnus now.  Ignore errors from payment checking.
14419
14420 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * message.el (message-bold-region, message-unbold-region):
14423         Rename from `bold-region' and `unbold-region'.
14424
14425         * message.el: Remove useless autoloads.
14426
14427 2005-09-28  Simon Josefsson  <jas@extundo.com>
14428
14429         * message.el (message-use-idna): Default to t.
14430         (message-use-idna): Test whether encoding works too.  Doc fix.
14431
14432 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * nntp.el (nntp-warn-about-losing-connection): Remove.
14435
14436 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14437
14438         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14439         customizable.  Change default value.
14440         (mm-uu-diff-groups-regexp): Change default value.
14441         (mm-uu-type-alist): Add doc string.
14442         (mm-uu-configure): Add doc string.  Make it interactive.
14443         (mm-uu-tex-groups-regexp): New variable.
14444         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14445         (mm-uu-type-alist): Add LaTeX documents.
14446         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14447         of "text/verbatim".
14448         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14449
14450         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14451         instead of "text/verbatim".
14452
14453         * message.el (message-mark-inserted-region)
14454         (message-mark-insert-file): Use slrn style marks when called with
14455         prefix argument.
14456
14457 2005-09-27  Simon Josefsson  <jas@extundo.com>
14458
14459         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14460
14461 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14462
14463         * message.el (message-remove-duplicates): New function.
14464         Implementation borrowed from `gnus-remove-duplicates'.
14465         (message-idna-to-ascii-rhs): Also encode idna addresses in
14466         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14467         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14468         only ask about the same idna domain once per header and also tell
14469         in what header to replace the idna domain.
14470
14471         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14472         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14473         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14474         a header is decoded and not just the last one.
14475
14476 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14479         has been decoded.
14480
14481         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14482         (mm-insert-part): Don't modify text if it has been decoded.
14483
14484         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14485         decoded.
14486
14487         * mm-view.el (mm-inline-text): Don't strip text props unless
14488         decoding enriched or richtext parts.
14489
14490 2005-09-25  Romain Francoise  <romain@orebokech.com>
14491
14492         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14493         * gnus-start.el (gnus-subscribe-interactively):
14494         * gnus-uu.el (gnus-uu-grab-articles):
14495         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14496         space.
14497
14498 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14499
14500         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14501         * mm-view.el (mm-view-pkcs7-decrypt):
14502         * gnus-sum.el (gnus-summary-limit-to-extra)
14503         (gnus-summary-respool-article, gnus-read-move-group-name):
14504         * gnus-score.el (gnus-summary-increase-score):
14505         * gnus-util.el (gnus-completing-read-with-default):
14506         * gnus-art.el (gnus-read-save-file-name)
14507         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14508         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14509         * message.el (message-check-news-header-syntax):
14510         Follow convention for reading with the minibuffer.
14511
14512 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14513
14514         * spam-report.el (spam-report-url-ping-plain):
14515         Use gnus-extended-version as User-Agent.
14516
14517         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14518         default value is nil.
14519
14520         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14521         (mm-uu-verbatim-marks-extract): New function.
14522         (mm-uu-extract): New face.
14523         (mm-uu-copy-to-buffer): Use it.
14524
14525         * spam-report.el (spam-report-gmane-ham): Rename from
14526         `spam-report-gmane-unspam'.
14527         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14528         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14529
14530         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14531         Autoload.
14532         (spam-report-gmane-unregister-routine):
14533         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14534
14535 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14536
14537         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14538         (spam-report-gmane-unregister-routine): Add support for gmane
14539         unregistration.
14540
14541         * spam-report.el (spam-report-gmane-unspam)
14542         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14543         (spam-report-gmane): Change to take a single article and do unspam
14544         registration.
14545
14546 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14547
14548         * mm-url.el (mm-url-decode-entities): Fix regexp.
14549
14550 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14551
14552         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14553         default to nil, to be able to use Gnus at all.  If the default
14554         switches to something else, then the function should be fixed not
14555         be exceedingly slow.
14556
14557 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14558
14559         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14560         fail hard.
14561
14562         * spam-report.el: Add better Keywords line.
14563
14564         * spam.el: Add Maintainer and better Keywords line.
14565
14566 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * gnus-art.el (gnus-article-replace-part)
14569         (gnus-mime-replace-part): New functions.
14570         (gnus-mime-action-alist, gnus-mime-button-commands)
14571         (gnus-mime-save-part-and-strip): Add file argument.
14572         (gnus-article-part-wrapper): Add interactive argument.
14573
14574         * gnus-sum.el (gnus-summary-mime-map):
14575         Add `gnus-article-replace-part'.
14576
14577 2005-09-19  Didier Verna  <didier@xemacs.org>
14578
14579         The nnml compaction feature:
14580         * nnml.el (nnml-request-compact-group): New function.
14581         * nnml.el (nnml-request-compact): New function.
14582         * gnus-int.el (gnus-request-compact-group): New function.
14583         * gnus-int.el (gnus-request-compact): New function.
14584         * gnus-group.el (gnus-group-compact-group): New function.
14585         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14586         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14587         * gnus-srvr.el (gnus-server-compact-server): New function.
14588         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14589         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14590
14591 2005-09-18  Deepak Goel  <deego@gnufans.org>
14592
14593         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14594         format spec.
14595
14596 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14599
14600 2005-09-15  Romain Francoise  <romain@orebokech.com>
14601
14602         * message.el (message-fill-paragraph): Clarify docstring.
14603
14604 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * gnus-art.el (gnus-mime-display-part): Protect against broken
14607         MIME messages.
14608
14609 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14612         before parsing header.
14613
14614 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14615
14616         * html2text.el (html2text-replace-list): Add new entities.
14617
14618 2005-09-11  Romain Francoise  <romain@orebokech.com>
14619
14620         * message.el (message-alternative-emails): Improve docstring.
14621         (message-setup-1): Call `message-use-alternative-email-as-from'
14622         after `message-setup-hook' to give it precedence over posting
14623         styles, etc.
14624         (message-use-alternative-email-as-from): Add docstring.
14625         Remove the original From header if present.
14626
14627         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14628         (nnml-save-mail): Use it.
14629
14630         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14631         articles.  Add new argument `silent'.
14632         (gnus-uu-mark-all): Report the total number of marked articles.
14633
14634 2005-09-10  Romain Francoise  <romain@orebokech.com>
14635
14636         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14637         (gnus-uu-mark-series): Likewise.
14638
14639 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * spam-report.el (spam-report-gmane): Fix generation of spam
14642         report URL.
14643
14644 2005-09-10  Simon Josefsson  <jas@extundo.com>
14645
14646         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14647         t, based on discussion on the ding list with Robert Epprecht
14648         <epprecht@solnet.ch>.
14649
14650 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14651
14652         * spam-report.el (spam-report-gmane): Make it work without
14653         X-Report-Spam header.  Gmane now only provides Archived-At.
14654         This is only used if `spam-report-gmane-use-article-number' is nil.
14655         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14656
14657         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14658         make `gnus-summary-sort-by-recipient' work with threading.
14659
14660         * nnweb.el (nnweb-google-wash-article): Print a message if article
14661         is not available.
14662
14663 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14664
14665         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14666         change.  Decode text/* parts content before displaying.
14667
14668 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14669
14670         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14671
14672 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14675
14676         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14677         url-package-name, url-package-version,
14678         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14679         w3m-display-inline-images, and w3m-minor-mode-map.
14680
14681 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * message.el (message-tab-body-function): Fix mismatched custom type.
14684
14685         * gnus.el (gnus-group-change-level-function): Ditto.
14686
14687         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14688
14689         * gnus-art.el (gnus-signature-limit)
14690         (gnus-article-mime-part-function): Ditto.
14691
14692 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * mml.el (mml-mode): Silence the byte compiler.
14695
14696         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14697         using `(sit-for 0)' before moving the point to the specified part;
14698         skip unbuttonized parts.
14699         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14700         return to the summary window if gnus-auto-select-part is non-nil.
14701
14702 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14703
14704         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14705         New variables.
14706         (mml-dnd-attach-file, mml-mode): Use them.
14707
14708         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14709         Make fetching article by MID work again for Google Groups.
14710         Add FIXME concerning gnus-group-make-web-group.
14711
14712         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14713         Don't depend on Gnus by using mail-extract-address-components if
14714         gnus-extract-address-components is not bound.
14715
14716 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14717
14718         * gnus-art.el (gnus-mime-display-security): Don't display the
14719         signature, but only the signed part.
14720
14721 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14724
14725         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14726         list, not listp.
14727
14728 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14729
14730         * mm-encode.el (mm-encode-content-transfer-encoding):
14731         Likewise when encoding.
14732
14733         * mm-bodies.el (mm-decode-content-transfer-encoding):
14734         De-canonicalize CRLF for all text content types, not just
14735         text/plain.
14736
14737 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14740         valid article; point arrow and cursor at the MIME button.
14741
14742 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14745         Suggested by Dan Christensen <jdc@uwo.ca>.
14746
14747         * mm-decode.el (mm-save-part): Enable change of prompt.
14748
14749 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14750
14751         * gnus-msg.el (gnus-inews-add-send-actions):
14752         Make `message-post-method' lambda parameter ARG `&optional'.
14753
14754 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * gnus-sum.el (gnus-summary-mime-map):
14757         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14758         gnus-article-jump-to-part.
14759
14760         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14761         (gnus-article-edit-part): Use it.
14762         (gnus-article-part-wrapper): Add no-handle argument.
14763         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14764         New functions.
14765
14766 2005-08-29  Romain Francoise  <romain@orebokech.com>
14767
14768         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14769         docstring.
14770         (gnus-face-from-file): Likewise.
14771
14772 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14775         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14776         non-nil.
14777         (gnus-auto-select-part): New variable.
14778         (gnus-article-jump-to-part): New function.
14779         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14780         (gnus-mime-delete-part): Allow selecting specified part after
14781         deleting or stripping parts.
14782         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14783         part if argument is bogus.
14784
14785 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14786
14787         * gnus-art.el (w3m-minor-mode-map):
14788         * gnus-spec.el (gnus-newsrc-file-version):
14789         * gnus-util.el (nnmail-active-file-coding-system)
14790         (gnus-original-article-buffer, gnus-user-agent):
14791         * gnus.el (gnus-ham-process-destinations)
14792         (gnus-parameter-ham-marks-alist)
14793         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14794         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14795         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14796         * mm-decode.el (gnus-current-window-configuration):
14797         * mm-extern.el (gnus-article-mime-handles):
14798         * mm-url.el (url-current-object, url-package-name)
14799         (url-package-version):
14800         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14801         (smime-keys, w3m-cid-retrieve-function-alist)
14802         (w3m-current-buffer, w3m-display-inline-images)
14803         (w3m-minor-mode-map):
14804         * mml-smime.el (gnus-extract-address-components):
14805         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14806         (gnus-newsrc-hashtb, message-default-charset)
14807         (message-deletable-headers, message-options)
14808         (message-posting-charset, message-required-mail-headers)
14809         (message-required-news-headers):
14810         * mml1991.el (mc-pgp-always-sign):
14811         * mml2015.el (mc-pgp-always-sign):
14812         * nnheader.el (nnmail-extra-headers):
14813         * rfc1843.el (gnus-decode-encoded-word-function)
14814         (gnus-decode-header-function, gnus-newsgroup-name):
14815         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14816
14817 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14818
14819         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14820         the end of the date treatments.
14821
14822 2005-08-15  Simon Josefsson  <jas@extundo.com>
14823
14824         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14825         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14826         Capello and Romain Francoise.
14827         (pgg-fetch-key-function): Remove, not used?
14828         (pgg-insert-url-with-w3): Require url, to get
14829         url-insert-file-contents regardless of where it is defined.
14830
14831 2005-08-13  Romain Francoise  <romain@orebokech.com>
14832
14833         * message.el (message-cite-original-1): New function.
14834         (message-cite-original): Use it.
14835         (message-cite-original-without-signature): Ditto.
14836
14837 2005-08-08  Romain Francoise  <romain@orebokech.com>
14838
14839         * message.el (message-yank-empty-prefix): New variable.
14840         (message-indent-citation): Use it.
14841         (message-cite-original-without-signature): Respect X-No-Archive.
14842
14843 2005-08-08  Simon Josefsson  <jas@extundo.com>
14844
14845         * pgg.el: Autoload url-insert-file-contents instead of loading
14846         w3/url.
14847         (pgg-insert-url-with-w3): Don't load url here.
14848
14849 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14850
14851         * message.el (message-kill-to-signature): Don't insert newline at
14852         bol.
14853         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14854
14855 2005-08-06  Romain Francoise  <romain@orebokech.com>
14856
14857         * message.el (message-user-fqdn): Fix typo in docstring.
14858
14859 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14860
14861         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14862
14863         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14864
14865 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * mm-bodies.el (mm-encode-body): Use coding system rather than
14868         charset to encode text.
14869
14870         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14871         number of charsets if utf-8 is available (XEmacs).
14872
14873 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14874
14875         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14876         taken from `gnus-button-mid-or-mail-regexp'.
14877         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14878         (gnus-button-alist): Improve regexp for domain part of the MIDs
14879         for news:localpart@domain buttons.
14880         (gnus-button-ctan-directory-regexp): Update.
14881
14882 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * sieve-manage.el (sieve-manage-interactive-login):
14885         Use make-local-variable rather than make-variable-buffer-local.
14886         (sieve-manage-open): Ditto.
14887         (sieve-manage-authenticate): Ditto.
14888
14889         * mml.el (mml-generate-mime-1): Make the content type default to
14890         text/plain if the filename is not specified.
14891
14892 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14895         instead of insert-buffer.
14896
14897         * message.el (message-yank-original): Ditto; set the mark at the
14898         end of the yanked message.
14899
14900 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14903         lines to scroll rather than to stop it.
14904
14905         * mml.el (mml-generate-default-type): Add doc string.
14906         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14907         default to application/octet-stream when determining the content
14908         type if it is not specified for the part or the mml contents; add
14909         a comment about mml-generate-default-type.
14910
14911 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14912
14913         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14914         make it default to application/octet-stream when determining the
14915         content type if it is not specified for the external contents.
14916
14917 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14920         segmented parameter but also other parameters might be there.
14921
14922 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * mm-decode.el (mm-display-external): Delete temp file, directory
14925         and buffer immediately if the external process is exited.
14926
14927 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14930         fewer lines than that of scroll-margin.
14931         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14932
14933 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-art.el (gnus-article-next-page): Revert.
14936         (gnus-article-beginning-of-window): New macro.
14937         (gnus-article-next-page-1): Use it.
14938         (gnus-article-prev-page): Ditto.
14939         (gnus-article-edit-part): Use insert-buffer-substring instead of
14940         insert-buffer.
14941         (gnus-article-edit-exit): Ditto.
14942
14943         * gnus-util.el (gnus-beginning-of-window): Remove.
14944         (gnus-end-of-window): Remove.
14945
14946         * lpath.el: Don't bind header-line-format and scroll-margin.
14947
14948 2005-07-25  Simon Josefsson  <jas@extundo.com>
14949
14950         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14951         to have the url package without w3.  Reported by Daiki Ueno
14952         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14953
14954 2005-07-20  Didier Verna  <didier@xemacs.org>
14955
14956         * gnus-diary.el: Remove the description comment (nndiary is now
14957         properly documented in the Gnus manual).
14958         Fix the spelling of "Back End".
14959         * nndiary.el: Ditto.
14960         Fix the copyright notice.
14961
14962 2005-07-18  Romain Francoise  <romain@orebokech.com>
14963
14964         * gnus-sum.el (gnus-summary-to-prefix)
14965         (gnus-summary-newsgroup-prefix): New variables.
14966         (gnus-summary-from-or-to-or-newsgroups): Use them.
14967
14968 2005-07-17  Romain Francoise  <romain@orebokech.com>
14969
14970         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14971         space as it's generally not especially interesting to the user.
14972
14973 2005-07-16  Romain Francoise  <romain@orebokech.com>
14974
14975         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14976         nil to avoid prompting and file modification if one of the
14977         messages at the top of the nnfolder file contains a copyright
14978         notice.
14979         Update copyright notice.
14980
14981         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14982         instead of `current-time-string' as the latter creates a time
14983         string that is not RFC 2822 compliant (it lacks the zone).
14984         Update copyright notice.
14985
14986 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14987
14988         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14989         for text/rtf.  Display default in prompt.  Pass default for M-n.
14990
14991         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14992
14993 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14994
14995         * gnus-msg.el (gnus-button-mailto):
14996         Remove save-selected-window-window hackery because it relies on
14997         save-selected-window internals.
14998
14999 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15002         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15003         (gnus-article-prev-page): Ditto.
15004
15005         * gnus-util.el (gnus-beginning-of-window): New function.
15006         (gnus-end-of-window): New function.
15007
15008         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15009
15010 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15011
15012         * gnus-score.el (gnus-score-edit-all-score):
15013         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15014         gnus-message.
15015
15016 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15017
15018         * gnus-msg.el (gnus-button-mailto):
15019         Remove save-selected-window-window hackery because it relies on
15020         save-selected-window internals.
15021
15022 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15025         add-minor-mode.
15026         (gnus-binary-mode): Ditto.
15027
15028         * gnus-topic.el (gnus-topic-mode): Ditto.
15029
15030 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15031
15032         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15033         (gnus-article-prev-page): Take scroll-margin into consideration.
15034
15035 2005-07-04  Lute Kamstra  <lute@gnu.org>
15036
15037         Update FSF's address in GPL notices.
15038
15039 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15040
15041         * gnus.el (gnus-exit):
15042         * gnus-group.el (gnus-group-icons):
15043         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15044
15045         * gnus-nocem.el (gnus-nocem):
15046         * message.el (message-various, message-buffers, message-sending)
15047         (message-interface, message-forwarding, message-insertion)
15048         (message-headers, message-news, message-mail):
15049         * pgg-gpg.el (pgg-gpg):
15050         * pgg-parse.el (pgg-parse):
15051         * pgg-pgp.el (pgg-pgp):
15052         * pgg-pgp5.el (pgg-pgp5):
15053         * pop3.el (pop3): Finish `defgroup' description with period.
15054
15055 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-art.el (article-display-face): Improve the efficiency.
15058         (article-display-x-face): Ditto; remove grey x-face stuff.
15059
15060 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * gnus-art.el (article-display-face): Correct the position in
15063         which Faces are inserted.
15064
15065 2005-06-29  Didier Verna  <didier@xemacs.org>
15066
15067         * gnus-art.el (article-display-face): Display faces in correct
15068         order.
15069
15070 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15073         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15074         (gnus-nocem-check-article): Fetch the Type header.
15075         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15076         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15077         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15078         make sure gnus-nocem-hashtb is initialized.
15079         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15080         (gnus-nocem-unwanted-article-p): Ditto.
15081
15082         * pgg.el (pgg-verify): Return the verification result.
15083
15084 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15085
15086         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15087         is ascii.
15088
15089 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15090
15091         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15092         `show-nonbreak-escape'.
15093
15094 2005-06-23  Lute Kamstra  <lute@gnu.org>
15095
15096         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15097
15098         * dig.el (dig-mode):
15099         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15100
15101 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15102
15103         * nnimap.el (nnimap-split-download-body): Fix spellings.
15104
15105 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15106
15107         * gnus-art.el (gnus-article-encrypt-body):
15108         * gnus-cus.el (gnus-score-customize):
15109         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15110         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15111
15112 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15113
15114         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15115         header by looking for magic "MII" at the beginnig.
15116
15117 2005-06-16  Miles Bader  <miles@gnu.org>
15118
15119         * gnus-xmas.el (gnus-xmas-group-startup-message):
15120         Use renamed gnus-splash face.
15121
15122         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15123         (assistant-field-face): New backward-compatibility alias for renamed
15124         face.
15125         (assistant-render-text): Use renamed assistant-field face.
15126
15127         * spam.el (spam): Remove "-face" suffix from face name.
15128         (spam-face): New backward-compatibility alias for renamed face.
15129         (spam-face, spam-initialize): Use renamed spam face.
15130
15131         * message.el (message-header-to, message-header-cc)
15132         (message-header-subject, message-header-newsgroups)
15133         (message-header-other, message-header-name)
15134         (message-header-xheader, message-separator, message-cited-text)
15135         (message-mml): Remove "-face" suffix from face names.
15136         (message-header-to-face, message-header-cc-face)
15137         (message-header-subject-face, message-header-newsgroups-face)
15138         (message-header-other-face, message-header-name-face)
15139         (message-header-xheader-face, message-separator-face)
15140         (message-cited-text-face, message-mml-face):
15141         New backward-compatibility aliases for renamed faces.
15142         (message-font-lock-keywords): Use renamed message faces.
15143
15144         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15145         (sieve-test-commands, sieve-tagged-arguments):
15146         Remove "-face" suffix from face names.
15147         (sieve-control-commands-face, sieve-action-commands-face)
15148         (sieve-test-commands-face, sieve-tagged-arguments-face):
15149         New backward-compatibility aliases for renamed faces.
15150         (sieve-control-commands-face, sieve-action-commands-face)
15151         (sieve-test-commands-face, sieve-tagged-arguments-face):
15152         Use renamed sieve faces.
15153
15154         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15155         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15156         (gnus-group-news-3-empty, gnus-group-news-4)
15157         (gnus-group-news-4-empty, gnus-group-news-5)
15158         (gnus-group-news-5-empty, gnus-group-news-6)
15159         (gnus-group-news-6-empty, gnus-group-news-low)
15160         (gnus-group-news-low-empty, gnus-group-mail-1)
15161         (gnus-group-mail-1-empty, gnus-group-mail-2)
15162         (gnus-group-mail-2-empty, gnus-group-mail-3)
15163         (gnus-group-mail-3-empty, gnus-group-mail-low)
15164         (gnus-group-mail-low-empty, gnus-summary-selected)
15165         (gnus-summary-cancelled, gnus-summary-high-ticked)
15166         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15167         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15168         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15169         (gnus-summary-low-undownloaded)
15170         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15171         (gnus-summary-low-unread, gnus-summary-normal-unread)
15172         (gnus-summary-high-read, gnus-summary-low-read)
15173         (gnus-summary-normal-read, gnus-splash):
15174         Remove "-face" suffix from face names.
15175         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15176         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15177         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15178         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15179         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15180         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15181         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15182         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15183         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15184         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15185         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15186         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15187         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15188         (gnus-summary-normal-ticked-face)
15189         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15190         (gnus-summary-normal-ancient-face)
15191         (gnus-summary-high-undownloaded-face)
15192         (gnus-summary-low-undownloaded-face)
15193         (gnus-summary-normal-undownloaded-face)
15194         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15195         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15196         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15197         (gnus-splash-face):
15198         New backward-compatibility aliases for renamed faces.
15199         (gnus-group-startup-message): Use renamed gnus faces.
15200
15201         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15202         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15203         (gnus-server-agent): Remove "-face" suffix from face names.
15204         (gnus-server-agent-face, gnus-server-opened-face)
15205         (gnus-server-closed-face, gnus-server-denied-face)
15206         (gnus-server-offline-face):
15207         New backward-compatibility aliases for renamed faces.
15208         (gnus-server-agent-face, gnus-server-opened-face)
15209         (gnus-server-closed-face, gnus-server-denied-face)
15210         (gnus-server-offline-face): Use renamed gnus faces.
15211
15212         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15213         Remove "-face" suffix from face names.
15214         (gnus-picon-xbm-face, gnus-picon-face):
15215         New backward-compatibility aliases for renamed faces.
15216
15217         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15218         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15219         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15220         (gnus-cite-11): Remove "-face" suffix from face names.
15221         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15222         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15223         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15224         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15225         New backward-compatibility aliases for renamed faces.
15226         (gnus-cite-attribution-face, gnus-cite-face-list)
15227         (gnus-article-boring-faces): Use renamed gnus faces.
15228
15229         * gnus-art.el (gnus-signature, gnus-header-from)
15230         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15231         (gnus-header-content): Remove "-face" suffix from face names.
15232         (gnus-signature-face, gnus-header-from-face)
15233         (gnus-header-subject-face, gnus-header-newsgroups-face)
15234         (gnus-header-name-face, gnus-header-content-face):
15235         New backward-compatibility aliases for renamed faces.
15236         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15237
15238         * gnus-sum.el (gnus-summary-selected-face)
15239         (gnus-summary-highlight): Use renamed gnus faces.
15240         * gnus-group.el (gnus-group-highlight): Likewise.
15241
15242 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15243
15244         * gnus-sieve.el (gnus-sieve-article-add-rule):
15245         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15246         * spam-stat.el (spam-stat-buffer-change-to-spam)
15247         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15248
15249         * message.el (message-is-yours-p):
15250         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15251
15252 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * mm-view.el (mm-inline-text): Withdraw the last change.
15255
15256 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15259         executing enriched-decode.
15260
15261 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15264         charset of tar files.
15265
15266 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15267
15268         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15269
15270 2005-06-04  Lute Kamstra  <lute@gnu.org>
15271
15272         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15273         information is never recorded.
15274
15275 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15276
15277         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15278
15279 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * pop3.el (pop3-apop): Run md5 in the binary mode.
15282
15283         * starttls.el (starttls-set-process-query-on-exit-flag):
15284         Use eval-and-compile.
15285
15286 2005-05-31  Simon Josefsson  <jas@extundo.com>
15287
15288         * smime.el (smime-replace-in-string): Define.
15289         (smime-cert-by-ldap-1): Use it.
15290
15291 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * gnus-art.el (article-display-x-face): Replace
15294         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15295
15296         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15297         set-process-query-on-exit-flag or process-kill-without-query.
15298
15299         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15300         loop instead of replace-regexp.
15301
15302         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15303         instead of process-kill-without-query if it is available.
15304
15305         * lpath.el: Fbind ldap-search-entries.
15306
15307         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15308         instead of find-file-hooks if it is available.
15309
15310         * mml1991.el: Bind pgg-default-user-id when compiling.
15311
15312         * mml2015.el: Bind pgg-default-user-id when compiling.
15313
15314         * nndraft.el (nndraft-request-associate-buffer):
15315         Use write-contents-functions instead of write-contents-hooks if it is
15316         available.
15317
15318         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15319         instead of find-file-hooks if it is available.
15320
15321         * nntp.el (nntp-open-connection): Replace
15322         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15323         (nntp-open-ssl-stream): Ditto.
15324         (nntp-open-tls-stream): Ditto.
15325
15326         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15327         set-process-query-on-exit-flag or process-kill-without-query.
15328         (starttls-open-stream-gnutls): Use it instead of
15329         process-kill-without-query.
15330         (starttls-open-stream): Ditto.
15331
15332 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15333
15334         * smime.el (smime-cert-by-ldap-1): Don't use
15335         replace-regexp-in-string.
15336
15337 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15338
15339         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15340
15341         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15342         in PEM format.  Adjust to the XEmacs compability.
15343
15344 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15347         by `string-to-number'.
15348         * gnus-agent.el (gnus-agent-regenerate-group)
15349         (gnus-agent-fetch-articles): Ditto.
15350         * gnus-art.el (gnus-button-fetch-group): Ditto.
15351         * gnus-cache.el (gnus-cache-generate-active)
15352         (gnus-cache-articles-in-group): Ditto.
15353         * gnus-group.el (gnus-group-set-current-level)
15354         (gnus-group-insert-group-line): Ditto.
15355         * gnus-score.el (gnus-score-set-expunge-below)
15356         (gnus-score-set-mark-below, gnus-summary-score-effect)
15357         (gnus-summary-score-entry): Ditto.
15358         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15359         (gnus-soup-pack): Ditto.
15360         * gnus-spec.el (gnus-xmas-format): Ditto.
15361         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15362         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15363         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15364         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15365         * nndb.el (nndb-get-remote-expire-response): Ditto.
15366         * nndiary.el (nndiary-parse-schedule-value)
15367         (nndiary-string-to-number, nndiary-request-replace-article)
15368         (nndiary-request-article): Ditto.
15369         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15370         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15371         * nneething.el (nneething-make-head): Ditto.
15372         * nnfolder.el (nnfolder-request-article)
15373         (nnfolder-retrieve-headers): Ditto.
15374         * nnheader.el (nnheader-file-to-number): Ditto.
15375         * nnkiboze.el (nnkiboze-request-article): Ditto.
15376         * nnmail.el (nnmail-process-unix-mail-format)
15377         (nnmail-process-babyl-mail-format): Ditto.
15378         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15379         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15380         (nnmh-request-create-group, nnmh-request-list-1)
15381         (nnmh-request-group, nnmh-request-article): Ditto.
15382         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15383         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15384         * nnsoup.el (nnsoup-make-active): Ditto.
15385         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15386         * nntp.el (nntp-find-group-and-number)
15387         (nntp-retrieve-headers-with-xover): Ditto.
15388         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15389         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15390         (pgg-format-key-identifier): Ditto.
15391         * pop3.el (pop3-last, pop3-stat): Ditto.
15392         * qp.el (quoted-printable-decode-region): Ditto.
15393
15394         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15395         of concat.
15396
15397 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15400
15401         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15402
15403         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15404
15405         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15406
15407         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15408
15409         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15410
15411         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15412         (gnus-carpal-mode): Ditto.
15413
15414         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15415         (gnus-browse-mode): Ditto.
15416
15417         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15418
15419         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15420
15421 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15422
15423         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15424
15425 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus-util.el (gnus-run-mode-hooks): New function.
15428
15429         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15430
15431         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15432         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15433
15434 2005-05-27  Lute Kamstra  <lute@gnu.org>
15435
15436         * dns-mode.el (dns-mode): Specify customization group.
15437
15438 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15439
15440         * gnus-agent.el (gnus-agent-make-mode-line-string):
15441         Use mode-line-highlight as mouse-face.
15442
15443 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * canlock.el (canlock): Change the parent group to news.
15446
15447         * deuglify.el (gnus-outlook-deuglify): Add :group.
15448
15449         * dig.el (dig): Add :group.
15450
15451         * dns-mode.el (dns-mode): Add :group.
15452
15453         * encrypt.el (encrypt): Add :group.
15454
15455         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15456         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15457         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15458         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15459         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15460
15461         * gnus-diary.el (gnus-diary): Add :group.
15462
15463         * gnus.el (gnus-group-news-1-face): Add :group.
15464         (gnus-group-news-1-empty-face): Ditto.
15465         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15466         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15467         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15468         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15469         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15470         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15471         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15472         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15473         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15474         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15475         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15476         (gnus-summary-high-ticked-face): Ditto.
15477         (gnus-summary-low-ticked-face): Ditto.
15478         (gnus-summary-normal-ticked-face): Ditto.
15479         (gnus-summary-high-ancient-face): Ditto.
15480         (gnus-summary-low-ancient-face): Ditto.
15481         (gnus-summary-normal-ancient-face): Ditto.
15482         (gnus-summary-high-undownloaded-face): Ditto.
15483         (gnus-summary-low-undownloaded-face): Ditto.
15484         (gnus-summary-normal-undownloaded-face): Ditto.
15485         (gnus-summary-high-unread-face): Ditto.
15486         (gnus-summary-low-unread-face): Ditto.
15487         (gnus-summary-normal-unread-face): Ditto.
15488         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15489         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15490
15491         * hashcash.el (hashcash): New custom group.
15492         (hashcash-default-payment): Add :group.
15493         (hashcash-payment-alist): Ditto.
15494         (hashcash-default-accept-payment): Ditto.
15495         (hashcash-accept-resources): Ditto.
15496         (hashcash-path): Ditto.
15497         (hashcash-extra-generate-parameters): Ditto.
15498         (hashcash-double-spend-database): Ditto.
15499         (hashcash-in-news): Ditto.
15500
15501         * message.el (message-minibuffer-local-map): Add :group.
15502
15503         * netrc.el (netrc): Add :group.
15504
15505         * sieve-manage.el (sieve-manage-log): Add :group.
15506         (sieve-manage-default-user): Diito.
15507         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15508         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15509         (sieve-manage-authenticators): Ditto.
15510         (sieve-manage-authenticator-alist): Ditto.
15511         (sieve-manage-default-port): Ditto.
15512
15513         * sieve-mode.el (sieve-control-commands-face): Add :group.
15514         (sieve-action-commands-face): Ditto.
15515         (sieve-test-commands-face): Ditto.
15516         (sieve-tagged-arguments-face): Ditto.
15517
15518         * smime.el (smime): Add :group.
15519
15520         * spam-report.el (spam-report): Add :group.
15521
15522         * spam.el (spam, spam-face): Add :group.
15523
15524 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15525
15526         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15527         return \n.\n.\n at the end of articles.  Protect against that.
15528         (nntp-with-open-group): Allow debugging.
15529
15530         * nnheader.el (mail-header-set-extra): Make into a function
15531         because I just could't understand how to quote the list properly.
15532
15533         * dns.el (query-dns-cached): New function.
15534
15535 2005-05-26  Lute Kamstra  <lute@gnu.org>
15536
15537         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15538
15539 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15542
15543         * gnus-art.el: Don't autoload mail-extract-address-components.
15544
15545         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15546         eval-and-compile to evaluate it.
15547
15548         * hashcash.el: Don't autoload executable-find.
15549
15550         * nndb.el: Don't declare the nndb back end two or more times; don't
15551         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15552
15553         * nntp.el: Autoload format-spec instead of format; use
15554         eval-and-compile to evaluate autoload forms.
15555
15556 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15557
15558         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15559
15560 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15561
15562         * gnus.el (gnus-version-number): Bump version.
15563
15564 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15565
15566         * gnus.el: No Gnus v0.3 is released.
15567
15568 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15569
15570         * lpath.el (featurep): Bind show-nonbreak-escape.
15571
15572 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-art.el (gnus-article-edit-part): Disable undo.
15575
15576 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15579         gnus-article-date-lapsed-new-header is t if date timer is active;
15580         skip headers in which the original date value is empty.
15581         (gnus-article-save-original-date): Redefine it as a macro.
15582         (gnus-display-mime): Use it.
15583
15584 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15585
15586         * gnus-art.el (article-date-ut): Support converting date in
15587         forwarded parts as well.
15588         (gnus-article-save-original-date): New function.
15589         (gnus-display-mime): Use it.
15590
15591 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15592
15593         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15594         enclosure element of <item>.
15595
15596 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * message.el (message-kill-buffer-query): Rename from
15599         `message-kill-buffer-query-if-modified'.  Add :version.
15600
15601 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15604         window layout.
15605
15606 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * mml.el: Autoload dnd when compiling.
15609
15610 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15613         x-dnd-*.
15614
15615 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * qp.el (quoted-printable-encode-region): Save excursion.
15618
15619 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15620
15621         * message.el (message-kill-buffer-query-if-modified): Add new variable
15622         so the user can kill a modified message buffer quickly.
15623         (message-kill-buffer): Use it.
15624
15625 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * lpath.el: Fbind display-time-event-handler; don't fbind
15628         string-to-multibyte.
15629
15630         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15631
15632 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15635         contained in text because xml.el decodes entities) with LFs.
15636
15637 2005-04-11  Lute Kamstra  <lute@gnu.org>
15638
15639         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15640         differently.
15641
15642 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15643
15644         * mm-util.el (mm-detect-coding-region): Typo.
15645
15646 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15649
15650 2005-04-06  Deepak Goel  <deego@gnufans.org>
15651
15652         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15653         user-function allow user modifications of the scores.
15654         (spam-stat-score-buffer-user): New function, to allow
15655         user-computed modifications to the score.
15656         (spam-stat-score-buffer-user-functions): List of additional
15657         scoring functions.
15658         (spam-stat-error-holder): Global temporary error holder.
15659         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15660         variable.
15661
15662 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15663
15664         * gnus-registry.el (gnus-registry-clean-empty-function)
15665         (gnus-registry-trim, gnus-registry-fetch-groups)
15666         (gnus-registry-delete-group): Groups that match
15667         `gnus-registry-ignored-groups' are removed from the registry
15668         entries, not just ignored for splitting.  This helps clean up the
15669         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15670         to get all the groups a message ID is in.
15671
15672         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15673         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15674         (spam-stat-score-buffer-user-functions): Add :number custom type.
15675
15676 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15679         argument in XEmacs.
15680
15681         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15682         (nnrss-request-group): Decode group name first.
15683         (nnrss-request-article): Make a text/plain article if mml-to-mime
15684         failed.
15685         (nnrss-get-encoding): Return a compatible encoding according to
15686         nnrss-compatible-encoding-alist.
15687         (nnrss-find-el): Use consp instead of listp.
15688         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15689
15690 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15693         which Emacs 20 doesn't support.
15694         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15695
15696 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15699         silence the byte compiler inside the defun.
15700
15701         * gnus-demon.el (parse-time-string): Add autoload.
15702
15703         * gnus-delay.el (parse-time-string): Add autoload.
15704
15705         * gnus-art.el (parse-time-string): Add autoload.
15706
15707         * nnultimate.el (parse-time): Require for `parse-time-string'.
15708
15709 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15712
15713         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15714
15715         * smime.el (smime-ldap-host-list): Add :version.
15716
15717 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15720         pass it to `gnus-browse-read-group'.
15721         (gnus-browse-read-group): Add NUMBER argument and pass it to
15722         `gnus-group-read-ephemeral-group'.
15723
15724         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15725         argument and pass it to `gnus-group-read-group'.
15726
15727 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15728
15729         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15730         mm-xemacs-find-mime-charset-1 if we have the mule feature
15731         available at runtime.
15732
15733 2005-03-25  Werner Lemberg  <wl@gnu.org>
15734
15735         * nnmaildir.el: Replace `illegal' with `invalid'.
15736
15737 2005-03-23  Lute Kamstra  <lute@gnu.org>
15738
15739         * time-date.el: Add comment on time value formats.
15740         Don't require parse-time.
15741         (with-decoded-time-value): New macro.
15742         (encode-time-value): New function.
15743         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15744         (days-to-time): Return a valid time value when arg is huge.
15745         (time-since): Use time-subtract.
15746         (time-to-number-of-days): Use time-to-seconds.
15747
15748 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15749
15750         * gnus-start.el (gnus-display-time-event-handler):
15751         Check display-time-timer at runtime rather than only at load time
15752         in case display-time-mode is turned off in the mean time.
15753
15754 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15755
15756         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15757         used.
15758
15759         * nneething.el (nneething-map-file-directory): Derive from
15760         `gnus-directory'.
15761
15762         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15763         the To/Cc button.
15764
15765 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * nnmaildir.el (nnmaildir-request-accept-article):
15768         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15769
15770 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15771
15772         * gnus-async.el: Require timer-funcs at compile time when in
15773         XEmacs for `run-with-idle-timer'.
15774
15775 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15776
15777         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15778         autoloaded function.
15779
15780 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15781
15782         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15783
15784 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15785
15786         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15787
15788 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15789
15790         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15791         Add gnus-expert-user to default.
15792
15793 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15794
15795         * nnimap.el (nnimap-open-server): Ditto.
15796
15797         * imap.el (imap-authenticate): Fix typo.
15798
15799 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15800
15801         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15802         buffer (since IMAP server might return FETCH response out of
15803         order, and the nntp buffer must be sorted).
15804
15805 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15806
15807         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15808         comparison on string.
15809
15810         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15811         (gnus-agent-score): Rename category keywords to match gnus-cus.
15812         (gnus-agent-summary-fetch-series): Modify to protect against
15813         gnus-agent-summary-fetch-group clearing processable flags.
15814         (gnus-agent-synchronize-group-flags): Update live group buffer as
15815         synchronization may occur due to the user toggle the plugged
15816         status.
15817         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15818         successfully downloaded.
15819         (gnus-agent-expire-group-1): Avoid using markers when the overview
15820         is in ascending order; greatly improves performance.
15821         (gnus-agent-regenerate-group):
15822         Use gnus-agent-synchronize-group-flags to reset read status in both
15823         gnus and server.
15824         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15825
15826 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * message.el: Don't autoload former message-utils variables.
15829         (message-strip-subject-trailing-was): Change doc string.
15830
15831         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15832         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15833         (nnweb-google-search): Add "hl=en" here.
15834         (nnweb-google-parse-1, nnweb-google-create-mapping):
15835         Don't hardcode URL.
15836
15837 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * message.el (message-get-reply-headers, message-followup):
15840         Mention related variables `message-use-followup-to' and
15841         `message-use-mail-followup-to', in the information buffer.
15842
15843         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15844         of broken groups(-beta).google.com.
15845
15846 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15847
15848         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15849         parameter to invoked gnus-request-move-article; remove the
15850         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15851         all at once instead of once per article.
15852         (gnus-summary-remove-process-mark): Accept a list of articles as
15853         well as a single article for processing.
15854
15855         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15856         parameter.
15857
15858         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15859
15860         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15861
15862         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15863         parameter.
15864
15865         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15866         parameter.
15867
15868         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15869         parameter and remove the gnus-sum-hint-move-is-internal variable.
15870
15871         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15872         parameter.
15873
15874         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15875         parameter.
15876
15877         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15878         parameter.
15879
15880         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15881
15882         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15883         parameter.
15884
15885         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15886         parameter.
15887
15888 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15889
15890         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15891         a more conservative way.
15892
15893 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15894
15895         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15896         buffer, so it moves the window's cursor.
15897
15898 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15899
15900         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15901         `mm-dissect-multipart' and receive the from field as an (optional)
15902         argument from `mm-dissect-multipart'.
15903         (mm-dissect-multipart): Receive the from field as an argument and
15904         pass it on when we call `mm-dissect-buffer' on MIME parts.
15905         Fixes verification/decryption of signed/encrypted MIME parts.
15906
15907 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15908
15909         * gnus-sum.el (gnus-summary-move-article):
15910         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15911         whatever it calls (right now, only nnimap-request-move article
15912         respects it).
15913
15914         * nnimap.el (nnimap-request-move-article):
15915         When gnus-sum-hint-move-is-internal is set, don't do the extra
15916         nnimap-request-article.
15917
15918 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15919
15920         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15921
15922         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15923         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15924
15925         * gnus-sum.el (gnus-summary-caesar-message):
15926         Apply `gnus-treat-article' after rotation.
15927
15928         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15929         doc string.
15930
15931 2005-02-22  Simon Josefsson  <jas@extundo.com>
15932
15933         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15934         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15935         <arne@arnested.dk>.
15936         (encrypt): Add password-cache and password-cache-expiry as group
15937         members.
15938
15939 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15940
15941         * smime.el (smime-ldap-host-list): Doc fix.
15942         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15943         cache) password.
15944         (smime-sign-region): Use it.
15945         (smime-decrypt-region): Use it.
15946         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15947         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15948         fails.
15949         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15950         certificate from DER to PEM format rather than calling openssl.
15951
15952         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15953
15954         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15955         for signing/encryption.
15956
15957         * mml.el (mml-parse-1): Use them.
15958
15959 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15960
15961         * nnrss.el (nnrss-verbose): Remove.
15962         (nnrss-request-group): Use `nnheader-message' instead.
15963
15964 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15965
15966         * nnrss.el (nnrss-verbose): New variable.
15967         (nnrss-request-group): Make it say nnrss is requesting a group.
15968
15969 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15972         Handle news URL with given port correctly.
15973
15974 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15977         containing special characters.
15978
15979         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15980
15981         * mml.el (mime-to-mml): Ditto.
15982
15983         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15984         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15985         (rfc2047-decode-region): Quote decoded words containing special
15986         characters when rfc2047-quote-decoded-words-containing-tspecials
15987         is non-nil.
15988
15989 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15990
15991         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15992
15993         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15994
15995 2005-02-15  Simon Josefsson  <jas@extundo.com>
15996
15997         * nnimap.el (nnimap-debug): Doc fix.
15998
15999         * imap.el (imap-debug): Doc fix.
16000
16001 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16004
16005 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16006
16007         * gnus.el (spam-contents): Improve docs for spam-contents
16008         parameter in its variable incarnation.
16009
16010 2005-02-14  Simon Josefsson  <jas@extundo.com>
16011
16012         * smime-ldap.el: Use require instead of load-library for ldap.
16013         (smime-ldap-search): Indent.
16014         (smime-ldap-search-internal): Shorten line.
16015
16016         * smime.el (smime-cert-by-dns): Add doc-string.
16017         (smime-cert-by-ldap-1): Indent.
16018
16019         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16020         mml-smime-get-dns-ldap.
16021         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16022
16023 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16024
16025         * smime.el: Require smime-ldap.
16026         (smime-ldap-host-list): New variable.
16027         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16028
16029         * mml-smime.el (mml-smime-encrypt-query): New function.
16030         (mml-smime-encrypt-query): Use it.
16031
16032         * smime-ldap.el: New file.
16033
16034 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16037
16038 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16041         argument in doc string.  Make query for type more clear.
16042
16043 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16044
16045         * gnus.el (gnus-group-startup-message): Search for gnus images in
16046         etc/images/gnus.
16047         * mm-util.el (mm-image-load-path): Likewise.
16048         * smiley.el (smiley-data-directory): Search for smilies in
16049         etc/images/smilies.
16050
16051 2005-02-09  Kim F. Storm  <storm@cua.dk>
16052
16053         Change Emacs release version from 21.4 to 22.1 throughout.
16054         Change Emacs development version from 21.3.50 to 22.0.50.
16055
16056 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16059
16060         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16061         non-Mule XEmacs as well.
16062         (mm-decompress-buffer): Signal an error intentionally if it does
16063         not decompress compressed data because auto-compression-mode is
16064         disabled.
16065
16066 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16067
16068         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16069         an ID in the registry even if it has no groups.
16070
16071 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16074         merge it into mm-decompress-buffer.
16075         (gnus-mime-copy-part): Use the MIME part charset, the value which
16076         a user specified or gnus-newsgroup-charset for decoding, like
16077         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16078         save-buffer what was used.  Suggested by Kevin Ryde
16079         <user42@zip.com.au>.
16080         (gnus-mime-inline-part): Allow the name parameter as well as the
16081         filename parameter; force decompressing of compressed data; always
16082         display contents being not decoded as unibyte.
16083
16084         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16085         as well as the filename parameter.
16086
16087         * mm-util.el (mm-decompress-buffer):
16088         Merge gnus-mime-jka-compr-maybe-uncompress.
16089         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16090         of compressed data.
16091
16092 2005-02-08  Simon Josefsson  <jas@extundo.com>
16093
16094         * imap.el (imap-log): Doc fix.
16095
16096 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16099         the coding cookies; decompress compressed parts.
16100
16101         * mml.el (mml-generate-mime-1): Add the charset parameter according
16102         to the value which a user specified manually or the coding cookie.
16103
16104         * mm-util.el (mm-string-to-multibyte): New function.
16105         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16106         (mm-coding-system-to-mime-charset): New function.
16107         (mm-decompress-buffer): New function.
16108         (mm-find-buffer-file-coding-system): New function.
16109
16110         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16111         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16112         parts.
16113
16114 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16115
16116         * mm-view.el (mm-display-inline-fontify): Decode a part according
16117         to the charset parameter.
16118
16119 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16122         prefix arg is neither nil nor a number, as info specifies.
16123
16124 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16127         timestamps.
16128
16129 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16130
16131         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16132         groups error checking and notify user.
16133
16134 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16135
16136         * message.el (message-send-mail-function): Check existence of
16137         sendmail-program first before using default value
16138         `message-send-mail-with-sendmail'.  Otherwise use more generic
16139         `smtpmail-send-it'.
16140
16141 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * nntp.el (nntp-request-update-info): Always return nil.
16144
16145 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16146
16147         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16148
16149 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16150
16151         * message.el (message-beginning-of-line): Change the behavior when
16152         invoked between BOL and : so that it first moves backward.
16153
16154 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16157         article buffer when editing of the article is discarded.
16158         (gnus-article-prepare): Revert.
16159
16160 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * gnus-art.el (gnus-article-prepare):
16163         Remove message-strip-forbidden-properties from the local hook.
16164
16165 2005-01-27  Simon Josefsson  <jas@extundo.com>
16166
16167         * password.el (password-cache-add): Only start one timer per key.
16168         Reported by Derek Atkins <warlord@MIT.EDU>.
16169
16170 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16171
16172         * run-at-time.el: Remove.  It is no longer needed as
16173         timer-funcs.el in the xemacs-base package has a working version of
16174         `run-at-time'.
16175
16176         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16177
16178         * password.el: Require timer-funcs instead of run-at-time in
16179         XEmacs.
16180         Remove `password-run-at-time' macro.
16181         (password-cache-add): Use `run-at-time' instead of
16182         `password-run-at-time'.
16183
16184         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16185         Remove `nnheader-cancel-function-timers' alias,
16186         `cancel-function-timers' exists in XEmacs in timer-funcs.
16187
16188         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16189         for `run-with-idle-timer'.
16190
16191         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16192         for `run-at-time'.
16193
16194         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16195         for `with-timeout'.
16196
16197         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16198         the same as for XEmacs 21.4.
16199         No need to ignore `run-with-idle-timer', this function exists in
16200         XEmacs now in timer-funcs.el in the xemacs-base package.
16201         (dgnushack-compile): No need to delete
16202         run-at-time.el from the list of files to compile because it
16203         doesn't exist anymore.
16204
16205 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16208         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16209
16210 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16211
16212         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16213         sensitively.
16214
16215 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16216
16217         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16218
16219 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16222         which will be inserted according to the multibyteness of a buffer
16223         rather than the type of contents.  Suggested by ARISAWA Akihiro
16224         <ari@mbf.ocn.ne.jp>.
16225
16226         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16227         of string which old xml.el may return rather than a string.
16228
16229 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16232
16233 2005-01-16  Simon Josefsson  <jas@extundo.com>
16234
16235         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16236         idn/idna.el isn't available.
16237         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16238         <michael@waxrat.com>.
16239
16240         * hashcash.el: Remove non-FSF copyright header.
16241
16242         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16243         (hashcash-generate-payment): Use it.
16244         (hashcash-generate-payment-async): Use it.
16245
16246 2005-01-15  Simon Josefsson  <jas@extundo.com>
16247
16248         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16249         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16250
16251         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16252         gnus-summary-idna-message.
16253         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16254         (gnus-summary-idna-message): New function.
16255
16256 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16257
16258         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16259         gnus-novice-user.
16260
16261 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * nnrss.el (nnrss-request-delete-group): Delete entries in
16264         nnrss-group-alist as well.
16265         (nnrss-save-server-data): Insert newline.
16266
16267 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16268
16269         * gnus.el (gnus-user-agent): Use list of symbols instead of
16270         symbols.  Display full version number for (S)XEmacs.
16271         Optionally display (S)XEmacs codename.
16272
16273         * gnus-util.el (gnus-emacs-version): Update for new
16274         `gnus-user-agent'.
16275
16276         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16277         Gnus version.
16278
16279 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16280
16281         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16282         which is unreadable in some setups.
16283
16284 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-spec.el (gnus-update-format-specifications): Flush the
16287         group format spec cache if it doesn't support decoded group names.
16288
16289 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16292         Allow to apply decay on score files matching a regexp.
16293
16294 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16297         compatibility in %g and %c.
16298
16299 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16302         name for only %g and %c.
16303         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16304         of gnus-tmp-group to decoded group name.
16305         (gnus-group-make-rss-group): Exclude `/'s from group names.
16306
16307 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * nnrss.el (nnrss-get-encoding): Fix regexp.
16310
16311 2004-12-27  Simon Josefsson  <jas@extundo.com>
16312
16313         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16314         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16315         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16316
16317 2004-12-17  Kim F. Storm  <storm@cua.dk>
16318
16319         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16320
16321         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16322
16323 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16324
16325         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16326
16327 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * nnrss.el: Require rfc2047 and mml.
16330         (nnrss-file-coding-system): New variable.
16331         (nnrss-format-string): Redefine it as an inline function.
16332         (nnrss-decode-group-name): New function.
16333         (nnrss-string-as-multibyte): Remove.
16334         (nnrss-retrieve-headers): Decode group name; don't use
16335         nnrss-format-string.
16336         (nnrss-request-group): Decode group name.
16337         (nnrss-request-article): Decode group name; allow a Message-ID as
16338         well as an article number; don't use nnrss-format-string; encode a
16339         Message-ID string which may contain non-ASCII characters; use
16340         mml-to-mime to compose a MIME article.
16341         (nnrss-request-expire-articles): Decode group name.
16342         (nnrss-request-delete-group): Decode group name.
16343         (nnrss-fetch): Clarify error message.
16344         (nnrss-read-server-data): Use insert-file-contents instead of load;
16345         bind file-name-coding-system; use multibyte buffer.
16346         (nnrss-save-server-data): Bind coding-system-for-write to the
16347         value of nnrss-file-coding-system; bind file-name-coding-system;
16348         add coding cookie.
16349         (nnrss-read-group-data): Use insert-file-contents instead of load;
16350         bind file-name-coding-system; use multibyte buffer.
16351         (nnrss-save-group-data): Bind coding-system-for-write to the
16352         value of nnrss-file-coding-system; bind file-name-coding-system.
16353         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16354         make it work with non-ASCII text.
16355         (nnrss-find-el): Make it work with old xml.el as well.
16356
16357 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16358
16359         * nnrss.el (nnrss-get-encoding): New function.
16360         (nnrss-fetch): Use unibyte buffer initially; bind
16361         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16362         decode contents according to the encoding attribute.
16363         (nnrss-save-group-data): Add coding cookie.
16364         (nnrss-mime-encode-string): New function.
16365         (nnrss-check-group): Use it to encode subject and author.
16366
16367 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16368
16369         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16370         imaginary variable.
16371
16372 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16375         correctly even if there are wide characters.
16376
16377 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16378
16379         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16380         downcased symbol names; make a new cache instead of reusing
16381         bbdb-hashtable.
16382
16383 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16386         concatenating segments rather than before concatenating them.
16387         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16388
16389         * message.el (message-get-reply-headers): Bind `extra'.
16390
16391 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16392
16393         * message.el (message-extra-wide-headers): New variable.
16394         (message-get-reply-headers): Use it.
16395
16396 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16399         (gnus-agent-group-pathname): Ditto.
16400
16401         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16402
16403         * gnus-group.el (gnus-group-make-group): Decode group name.
16404         (gnus-group-make-rss-group): Register the group data after opening
16405         the nnrss group.
16406
16407 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16408
16409         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16410         by expiry now get marked as read.
16411
16412 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16415
16416 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16417
16418         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16419         unify Latin characters in XEmacs.
16420         (mm-find-mime-charset-region): Use it.
16421
16422 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * gnus-util.el (gnus-delete-directory): New function.
16425
16426         * gnus-agent.el (gnus-agent-delete-group): Use it.
16427
16428         * gnus-cache.el (gnus-cache-delete-group): Use it.
16429
16430 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16433         names.
16434
16435 2004-12-16  Simon Josefsson  <jas@extundo.com>
16436
16437         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16438
16439 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16442
16443         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16444         (gnus-group-set-current-level): Decode group name.
16445
16446 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16447
16448         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16449         failed.
16450
16451 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * gnus-group.el (gnus-group-delete-group): Decode group name.
16454         (gnus-group-make-rss-group): Encode group name.
16455         (gnus-group-catchup-current): Decode group name.
16456         (gnus-group-kill-group): Decode group name.
16457
16458 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16459
16460         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16461
16462 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-group.el (gnus-group-make-rss-group):
16465         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16466
16467         * gnus-start.el (gnus-setup-news): Honor user's setting to
16468         gnus-message-archive-method.  Suggested by Lute Kamstra
16469         <lute@gnu.org>.
16470
16471 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16472
16473         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16474         global counterparts of the buffer-local variables.
16475
16476 2004-11-16  Romain Francoise  <romain@orebokech.com>
16477
16478         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16479         counterparts of the buffer-local variables.
16480
16481 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16482
16483         * message.el (message-forbidden-properties): Fix typo in doc
16484         string.
16485
16486 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16487
16488         * gnus-util.el (gnus-replace-in-string): Add doc string.
16489
16490         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16491         to avoid problems when splitting mails with many recipients.
16492
16493 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16494
16495         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16496         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16497
16498 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16499
16500         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16501         if there is no hashtable in memory or file modification time is
16502         newer than cached timestamp.
16503
16504 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16505
16506         * gnus-sum.el (gnus-summary-limit-to-recipient):
16507         Implement not-matching option.
16508
16509 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16510
16511         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16512         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16513         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16514         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16515         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16516         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16517
16518 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * message.el (message-forward-make-body-mml): Remove headers
16521         according to message-forward-ignored-headers if a message is decoded.
16522
16523 2004-12-02  Romain Francoise  <romain@orebokech.com>
16524
16525         * message.el (message-forward-make-body-plain): Always remove
16526         headers according to message-forward-ignored-headers.
16527
16528 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16529
16530         * spam.el (spam-summary-prepare-exit): Remove the
16531         gnus-summary-limit pop for now, it has problems with ham marks for
16532         me.
16533
16534 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16535
16536         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16537         correctly.
16538
16539 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16540
16541         * format-spec.el (format-spec): Message the char.
16542
16543 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16544
16545         * gnus-art.el (gnus-split-methods): Reformat comments.
16546
16547         * spam.el (spam-summary-prepare-exit): Remove article limits
16548         before exiting the summary buffer.
16549
16550 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16553         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16554
16555         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16556         order to silence the byte compiler.
16557
16558         * spam.el: Fix the way to silence the byte compiler, which
16559         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16560         bbdb-search-simple, spam-BBDB-register-routine,
16561         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16562         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16563         spam-stat-buffer-is-spam, spam-stat-load,
16564         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16565         spam-stat-save and spam-stat-split-fancy.
16566
16567 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16570         which may confuse users.
16571         (canlock-password-for-verify): Ditto.
16572
16573         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16574
16575         * gnus-art.el (gnus-emphasis-alist): Ditto.
16576
16577         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16578
16579         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16580
16581         * gnus-start.el (gnus-save-killed-list): Ditto.
16582
16583         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16584         (gnus-sum-thread-tree-root): Ditto.
16585         (gnus-sum-thread-tree-false-root): Ditto.
16586         (gnus-sum-thread-tree-single-indent): Ditto.
16587
16588         * message.el (message-courtesy-message): Ditto.
16589         (message-archive-note): Ditto.
16590         (message-subscribed-address-file): Ditto.
16591         (message-user-fqdn): Ditto.
16592
16593         * spam-report.el (spam-report-gmane-regex): Ditto.
16594
16595         * spam.el (spam-blackhole-good-server-regex): Ditto.
16596
16597 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * mml.el (mml-preview): Widen the message buffer before copying
16600         the contents to the preview buffer; sort headers before previewing.
16601
16602         * message.el (message-hidden-headers): Fix the way to avoid a bug
16603         in the `repeat' widget in Emacs 21.3 or earlier.
16604
16605 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * message.el (message-hidden-headers): Default to "^References:".
16608         Improve customization type.  Suggested by Reiner Steib
16609         <Reiner.Steib@gmx.de>.
16610
16611 2004-11-25  Romain Francoise  <romain@orebokech.com>
16612
16613         * message.el (message-strip-forbidden-properties): Remove check for
16614         obsolete `message-hidden' text property, hidden headers are not
16615         accessible in the buffer anymore.
16616
16617 2004-11-22  Romain Francoise  <romain@orebokech.com>
16618
16619         * message.el (message-header-format-alist): Add `From' in list
16620         so that it can be sorted.
16621         (message-fix-before-sending): Widen and sort headers before
16622         sending.
16623         (message-hide-headers): Use narrowing to hide headers by moving
16624         them to the top of the buffer and narrowing to the region
16625         underneath.
16626
16627 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16628
16629         * message.el (message-strip-forbidden-properties):
16630         Bind buffer-read-only (etc) to nil.
16631
16632 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16635         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16636
16637 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16638
16639         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16640
16641 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16642
16643         * dns.el (query-dns): Use sit-for to time instead of
16644         accept-process-output, since that doesn't seem to work on udp
16645         sockets.
16646
16647 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16650
16651 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16652
16653         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16654         doc string.  Improve doc string.
16655
16656 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * nntp.el (nntp-request-update-info): Return nil if
16659         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16660         may not call gnus-activate-group which uselessly issues the GROUP
16661         commands for all nntp groups and wastes time.  Reported by Romain
16662         Francoise <romain@orebokech.com>.
16663
16664         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16665
16666 2004-11-15  Simon Josefsson  <jas@extundo.com>
16667
16668         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16669         headers separately.
16670         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16671         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16672
16673 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16674
16675         * gnus-start.el (gnus-convert-old-newsrc):
16676         Assign legacy-gnus-agent to 5.10.7.
16677
16678 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16679
16680         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16681         start of the lines.
16682
16683 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16684
16685         * hashcash.el (hashcash-default-payment): Change default to 20.
16686         (hashcash-default-accept-payment): Change default to 20.
16687         (hashcash-process-alist): New variable.
16688         (hashcash-generate-payment-async): Add.
16689         (hashcash-already-paid-p): Add.
16690         (hashcash-insert-payment): Don't generate payments twice.
16691         (hashcash-insert-payment-async): Add.
16692         (hashcash-insert-payment-async-2): Add.
16693         (hashcash-cancel-async): Add.
16694         (hashcash-wait-async): Add.
16695         (hashcash-processes-running-p): Add.
16696         (hashcash-wait-or-cancel): Add.
16697         (mail-add-payment): New optional argument.  Conditionally start
16698         asynchronous calculation.
16699         (mail-add-payment-async): Add.
16700
16701         * message.el (message-send-mail): Wait for asynchronous hashcash
16702         results.  Don't clobber existing X-Hashcash headers.
16703         (message-setup-1): Call mail-add-payment-async when
16704         message-generate-hashcash is non-nil.
16705
16706 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16707
16708         * message.el (message-use-alternative-email-as-from): Examine the
16709         From header as well; use message-make-from in order to include a
16710         user's full name.
16711
16712 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16715         default; improve customization type.
16716         (gnus-emphasis-custom-with-format): New macro.
16717         (gnus-emphasis-custom-value-to-external): New function.
16718         (gnus-emphasis-custom-value-to-internal): New function.
16719
16720 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16721
16722         * dns.el (query-dns): Resolve reverse addresses.
16723
16724 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16725
16726         * gnus-group.el (gnus-group-get-new-news): Use it.
16727
16728         * gnus-start.el (gnus-check-reasonable-setup): New function.
16729
16730 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16733         "Args out of range" error.  Reported by Arnaud Giersch
16734         <arnaud.giersch@free.fr>.
16735
16736 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16737
16738         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16739
16740 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16741
16742         * spam.el (spam group): Add :version.
16743
16744         * pgg-def.el (pgg group): Add :version.
16745
16746 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * gnus-art.el (gnus-article-edit-article): Don't associate the
16749         article buffer with a draft file.  This is a temporary measure
16750         against the 2004-08-22 change to gnus-article-edit-mode.
16751
16752 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16755         (html2text-format-tags): Remove unused variable `attr'.
16756
16757 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16758
16759         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16760
16761         * tls.el (tls-process-connection-type, tls-success)
16762         (tls-certtool-program): Add :version.
16763
16764         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16765         (starttls-extra-arguments, starttls-process-connection-type)
16766         (starttls-connect, starttls-failure, starttls-success): Add :version.
16767
16768         * spam-stat.el (spam-stat): Add :version.
16769
16770         * sieve.el (sieve): Add :version.
16771
16772         * sha1.el (sha1): Add :version.
16773         (sha1-use-external): Remove redundant version.
16774
16775         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16776         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16777         (nnmail-split-fancy-match-partial-words)
16778         (nnmail-split-lowercase-expanded): Add :version.
16779
16780         * nndiary.el (nndiary): Add :version.
16781
16782         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16783
16784         * mml-sec.el (mml-default-sign-method)
16785         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16786         Add :version.
16787
16788         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16789
16790         * mm-url.el (mm-url-use-external, mm-url-program)
16791         (mm-url-arguments): Add :version.
16792
16793         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16794         (mm-attachment-file-modes, mm-decrypt-option)
16795         (mm-w3m-safe-url-regexp): Add :version.
16796
16797         * message.el (message-cite-prefix-regexp)
16798         (message-sendmail-envelope-from, message-minibuffer-local-map)
16799         (message-user-fqdn, message-completion-alist): Add :version.
16800
16801         * gnus-win.el (gnus-configure-windows-hook)
16802         (gnus-use-frames-on-any-display): Add :version.
16803
16804         * gnus-art.el (gnus-article-address-banner-alist)
16805         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16806         (gnus-treat-from-picon, gnus-treat-mail-picon)
16807         (gnus-treat-x-pgp-sig): Add :version.
16808
16809         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16810         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16811         (gnus-summary-article-delete-hook)
16812         (gnus-summary-display-while-building): Add :version.
16813
16814         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16815         (gnus-get-top-new-news-hook): Add :version.
16816
16817         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16818         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16819
16820         * gnus-registry.el (gnus-registry): Add :version.
16821
16822         * gnus-spec.el (gnus-use-correct-string-widths)
16823         (gnus-make-format-preserve-properties): Add :version.
16824
16825         * gnus.el (gnus-group-charter-alist)
16826         (gnus-group-fetch-control-use-browse-url)
16827         (gnus-install-group-spam-parameters): Add :version.
16828
16829         * gnus-diary.el (gnus-diary): Add :version.
16830
16831         * gnus-delay.el (gnus-delay): Add :version.
16832
16833         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16834         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16835         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16836         Add :version.
16837
16838         * gnus-agent.el (gnus-agent-max-fetch-size)
16839         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16840         (gnus-agent-prompt-send-queue): Add :version.
16841
16842         * deuglify.el (gnus-outlook-deuglify): Add :version.
16843
16844         * html2text.el: Beautify code.  Improve doc strings.
16845         Some checkdoc cleanup.
16846         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16847
16848 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16849
16850         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16851
16852 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16853
16854         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16855         when package is loaded.
16856
16857         * spam.el (spam-summary-score-preferred-header): Add global preference
16858         for people who want to override the default SpamAssassin over
16859         Bogofilter preference (when both are set).
16860         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16861         (spam-user-format-function-S):
16862         Check spam-summary-score-preferred-header.
16863         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16864         (spam-user-format-function-S): Format the score correctly.
16865
16866 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16869         signature file.  Suggested by Manoj Srivastava
16870         <srivasta@golden-gryphon.com>.
16871
16872         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16873         iso-2022-jp even in the Japanese language environment.
16874         Suggested by Jason Rumney <jasonr@gnu.org>.
16875
16876 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16879         use the same characters as the dummy marks; make it free from
16880         getting affected by the language environment.
16881         (gnus-summary-read-group-1): Update mark positions only when the
16882         format spec is updated.
16883
16884         * gnus-spec.el (gnus-update-format-specifications): Return a list
16885         of updated types.
16886
16887 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16890         of boundp to check if display-warning is available.
16891
16892 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16893
16894         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16895
16896 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * nnspool.el (nnspool-spool-directory): Use news-path if the
16899         news-directory variable is not bound.
16900
16901         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16902         function instead of display-warning if it is not available.
16903
16904 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16905
16906         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16907         v5-10: Use `point-at-bol'.
16908
16909 2004-10-26  Simon Josefsson  <jas@extundo.com>
16910
16911         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16912         <chenggao@gmail.com>.
16913
16914 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16915
16916         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16917         instead.
16918
16919 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16920
16921         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16922         to remove a server from the nnimap-server-buffer-alist.
16923         (nnimap-open-connection, nnimap-close-server): Use it.
16924
16925         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16926
16927 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16930         running the major-mode function.
16931
16932 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16935         dummy marks in the right way.
16936
16937 2004-10-18  David Edmondson  <dme@dme.org>
16938
16939         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16940         excessively.
16941
16942 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16943
16944         * gnus-util.el (gnus-split-references): Accept a nil references
16945         string and go on blissfully.
16946
16947         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16948         cases where the references string is non-nil but has no references.
16949
16950         * encrypt.el: Add autoload tags.
16951
16952         * spam.el (spam-resolve-registrations-routine): Remove article
16953         from unregistration list too.  Reported by David Hanak
16954         <dhanak@isis.vanderbilt.edu>
16955
16956 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16957
16958         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16959         nil.  Change custom type.
16960
16961 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16962
16963         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16964
16965         * gnus-sum.el (gnus-summary-move-article): Use it.
16966
16967 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16968
16969         * encrypt.el: Add autoload cookies.
16970
16971         * spam.el (spam-backend-article-list-property)
16972         (spam-backend-get-article-todo-list)
16973         (spam-backend-put-article-todo-list)
16974         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16975         Resolve registrations separately.
16976         (spam-register-routine): Format comments.
16977         (spam-unregister-routine, spam-register-routine): Always call with
16978         specific-articles, no default list.
16979         (spam-summary-prepare-exit): Use the spam-classifications function.
16980
16981         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16982         gnus-encrypt.el.
16983
16984         * encrypt.el: Copied from gnus-encrypt.el.
16985
16986         * gnus-encrypt.el: Commented that it's obsolete.
16987
16988 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16989
16990         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16991         (gnus-score-save): Use it.
16992
16993         * message.el (message-bury): Use `window-dedicated-p'.
16994
16995 2004-10-15  Simon Josefsson  <jas@extundo.com>
16996
16997         * pop3.el (top-level): Don't require nnheader.
16998         (pop3-read-timeout): Add.
16999         (pop3-accept-process-output): Add.
17000         (pop3-read-response, pop3-retr): Use it.
17001
17002 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17003
17004         * spam.el (spam-register-routine): Move comment.
17005         (spam-verify-bogofilter): Use 'unknown for the initial
17006         spam-bogofilter-valid state, not 'never.
17007
17008         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17009         for netrc-machine.
17010
17011         * nnimap.el (nnimap-open-connection):
17012         Use netrc-machine-user-or-password.
17013
17014 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17015
17016         * gnus-registry.el (gnus-registry-unload-hook):
17017         Set as a variable with add-hook.
17018
17019         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17020         of news-path.
17021
17022         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17023
17024         * spam.el: Delete duplicate `provide'.
17025         (spam-unload-hook): Set as a variable with add-hook.
17026
17027 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17028
17029         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17030         in the doc string.
17031
17032         * message.el (message-ignored-news-headers)
17033         (message-ignored-supersedes-headers)
17034         (message-ignored-resent-headers)
17035         (message-forward-ignored-headers): Improve custom type.
17036
17037 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * message.el (message-tokenize-header): Fix 2004-09-06 change
17040         which used point-min in the wrong place.
17041
17042 2004-10-12  Simon Josefsson  <jas@extundo.com>
17043
17044         * tls.el (tls-certtool-program): New variable.
17045         (tls-certificate-information): New function, based on
17046         ssl-certificate-information.
17047
17048 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * compface.el: Move the version of ELisp-based uncompface program
17051         to the contrib directory because of the copyright problem.
17052
17053 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17054
17055         * message.el (message-kill-buffer): Raise the current frame.
17056
17057 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17058
17059         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17060
17061         * gnus.el (message-y-or-n-p): Autoload.
17062
17063         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17064         (pop3-password-required, pop3-authentication-scheme)
17065         (pop3-leave-mail-on-server): Make customizable.
17066         (pop3): New custom group.
17067         (pop3-retr): Remove `sleep-for' statements.
17068         Suggested by Dave Love <fx@gnu.org>.
17069
17070         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17071         Windows/DOS.
17072
17073         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17074         (imap-parse-body): Fix incorrect use of `assert'.
17075         Suggested by Dave Love <fx@gnu.org>.
17076
17077         * mml.el (mml-minibuffer-read-disposition): Require match.
17078         Suggested by Dave Love <fx@gnu.org>.
17079
17080 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17081
17082         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17083         doc string.
17084
17085 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17088
17089 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17090
17091         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17092         instead of calling `mm-insert-inline', to decode text/* parts
17093         before displaying them.
17094
17095 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * mm-uu.el (mm-uu-text-plain-type): New variable.
17098         (mm-uu-pgp-signed-extract-1): Use it.
17099         (mm-uu-pgp-encrypted-extract-1): Use it.
17100         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17101         bind mm-uu-text-plain-type with that value.
17102         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17103         mm-uu-dissect.
17104
17105 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * gnus-group.el (gnus-update-group-mark-positions):
17108         * gnus-sum.el (gnus-update-summary-mark-positions):
17109         * message.el (message-check-news-body-syntax):
17110         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17111         of string-as-multibyte.
17112
17113 2004-10-05  Juri Linkov  <juri@jurta.org>
17114
17115         * gnus-group.el (gnus-update-group-mark-positions):
17116         * gnus-sum.el (gnus-update-summary-mark-positions):
17117         * message.el (message-check-news-body-syntax):
17118         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17119         8-bit unibyte values to a multibyte string for search functions.
17120
17121 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17124         (mm-uu-dissect-text-parts): New function.
17125
17126         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17127         dissect text parts.
17128
17129         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17130         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17131
17132         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17133
17134         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17135         Use gnus-current-topics instead of gnus-current-topic.
17136
17137 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17138
17139         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17140
17141 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17142
17143         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17144         where approriate.
17145
17146         * nnml.el (nnml-generate-active-info): do.
17147
17148         * nndiary.el (nndiary-generate-active-info): do.
17149
17150         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17151         (gnus-topic-move): do.
17152
17153         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17154         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17155
17156         * gnus-srvr.el (gnus-server-prepare)
17157         (gnus-server-open-all-servers): do.
17158
17159         * gnus-msg.el (gnus-summary-cancel-article)
17160         (gnus-summary-resend-message)
17161         (gnus-summary-mail-crosspost-complaint): do.
17162
17163         * gnus-move.el (gnus-change-server): do.
17164
17165         * gnus-group.el (gnus-group-unmark-all-groups)
17166         (gnus-group-set-current-level): do.
17167
17168 2004-10-04  Simon Josefsson  <jas@extundo.com>
17169
17170         * message.el (message-generate-hashcash): Doc fix.
17171
17172 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17173
17174         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17175         avoid infinite recursion via gnus-get-function.
17176
17177 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17178
17179         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17180
17181         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17182
17183         * nnmail.el (nnmail-split-history): do.
17184
17185         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17186         (nnml-request-delete-group): do.
17187
17188         * nnslashdot.el (nnslashdot-read-groups): do.
17189
17190         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17191         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17192
17193         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17194         (nnspool-sift-nov-with-sed): Use last.
17195         (nnspool-retrieve-headers-with-nov): Use mapc.
17196         (nnspool-request-newgroups): Use dolist.
17197         (nnspool-request-group): Use last.
17198
17199         * nntp.el (nntp-read-server-type): Use dolist.
17200
17201         * nnvirtual.el (nnvirtual-create-mapping)
17202         (nnvirtual-update-read-and-marked): Use dolist.
17203         (nnvirtual-convert-headers): Simplify.
17204
17205 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17206
17207         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17208         Add support for sync'ing tick marks.
17209
17210 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17213         there's no visible header.
17214
17215 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17216
17217         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17218         When necessary, pass full group name to gnus-request-set-marks.
17219
17220 2004-10-01  Simon Josefsson  <jas@extundo.com>
17221
17222         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17223         acroread.
17224
17225 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17226
17227         * spam-report.el (spam-report-gmane): Fix interactive.
17228
17229         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17230
17231         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17232         when writing file.
17233         (gnus-agent-synchronize-flags): Don't default to being
17234         interactive.
17235
17236 2004-09-30  Simon Josefsson  <jas@extundo.com>
17237
17238         * message.el (message-generate-hashcash): Add.
17239         (message-send-mail): Use it, call mail-add-payment.
17240
17241 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17242
17243         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17244
17245 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17246
17247         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17248         gnus-requst-update-info with explicit code to sync the in-memory
17249         info read flags with the marks being sync'd to the backend.
17250
17251         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17252
17253 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17254
17255         * spam.el (spam-verify-bogofilter): Add new function.
17256         (spam-check-bogofilter)
17257         (spam-bogofilter-register-with-bogofilter): Use it.
17258         (spam-verify-bogofilter): Add small fixes.
17259
17260 2004-09-28  Simon Josefsson  <jas@extundo.com>
17261
17262         * hashcash.el (hashcash-generate-payment): Revert.
17263
17264 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17265
17266         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17267         Use gnus-extract-references instead of gnus-split-references.
17268
17269         * gnus-util.el (gnus-extract-references): Add new function, analogous
17270         to gnus-split-references but extracts only the message-ID without
17271         anything extra.
17272
17273         * hashcash.el (hashcash-generate-payment)
17274         (hashcash-check-payment): Do the right thing if hashcash-path is
17275         nil (because the hashcash program could not be found).
17276
17277         * spam.el (spam-use-hashcash): Remove comment.
17278
17279 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17280
17281         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17282         (gnus-cache-enter-article, gnus-cache-remove-article)
17283         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17284
17285         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17286
17287         * gnus-art.el (article-hide-boring-headers)
17288         (article-translate-strings, article-display-face)
17289         (gnus-article-mime-match-handle-first)
17290         (gnus-article-highlight-headers)
17291         (gnus-article-add-buttons-to-head): do.
17292
17293 2004-09-27  Simon Josefsson  <jas@extundo.com>
17294
17295         * hashcash.el: New version, from
17296         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17297         ../contrib/.
17298
17299 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17302
17303 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17304
17305         * gnus-dup.el (gnus-dup-open): Use mapc.
17306         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17307
17308         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17309         Reported by Stefan Wiens <s.wi@gmx.net>.
17310
17311         * gnus.el (gnus-shutdown): Use dolist.
17312
17313         * gnus-undo.el (gnus-undo): Use mapc.
17314
17315         * nnrss.el (nnrss-generate-active): do.
17316
17317         * message.el (message-cite-original-without-signature)
17318         (message-cite-original): Use mapc.
17319         (message-do-actions, message-make-forward-subject): Use dolist.
17320
17321 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17322
17323         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17324         deletion to remove entire duplicate line.  Fixes merged article
17325         number bug.
17326
17327 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17328
17329         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17330         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17331         first ask if you want to open a server and then, even when you
17332         responded with no, asking if you want to synchronize the server's
17333         flags.
17334         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17335         multi-line expressions.
17336         (gnus-agent-synchronize-group-flags): New internal function.
17337         Updates marks in memory (in the info structure) AND in the
17338         backend.
17339
17340         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17341
17342         * nnagent.el (nnagent-request-set-mark):
17343         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17344         method, to ensure that synchronization updates marks in the
17345         backend and in the info (in memory) structure.
17346
17347 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17350         convention fully; don't miss the root article of a thread; make
17351         the X-Draft-From header with correct article numbers.
17352
17353 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17354
17355         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17356         unless plugged.  Disable the agent so that an open failure causes
17357         an error.
17358
17359         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17360         Revert 2004-09-21 change.  The backend must be opened while
17361         synchronizing flags even when the backend stores the flags
17362         locally.
17363
17364 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17367         in `header' match.  Reported by Svend Tollak Munkejord.
17368
17369         * message.el (message-cite-original): Fix use of
17370         `message-cite-articles-with-x-no-archive'.
17371
17372 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17375         (gnus-window-to-buffer): Ditto.
17376
17377         * mml.el (mml-preview-buffer): New variable.
17378         (mml-preview): Manage window layout with gnus-buffer-configuration.
17379
17380         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17381         X-Draft-From header even if those articles aren't quoted.
17382
17383 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17384
17385         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17386         (gnus-request-set-mark, gnus-request-update-mark): Use new
17387         g-s-t-u-l-m to decide to use backend even when unplugged.
17388
17389 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17392         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17393
17394 2004-09-20  Simon Josefsson  <jas@extundo.com>
17395
17396         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17397         "utf-16-le".
17398
17399 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17400
17401         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17402
17403 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17404
17405         * uudecode.el (uudecode-use-external): Add :version.
17406
17407         * smime.el (smime-CA-file, smime-encrypt-cipher)
17408         (smime-dns-server): Add :version.
17409
17410         * smiley.el (gnus-smiley-file-types): Add :version.
17411
17412         * sha1.el (sha1-use-external): Add :version.
17413
17414         * pgg-def.el (pgg-query-keyserver): Add :version.
17415
17416         * nnmail.el (nnmail-fancy-expiry-targets)
17417         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17418         Add :version.
17419
17420         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17421         (nnimap-retrieve-groups-asynchronous): Add :version.
17422         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17423
17424         * mml.el (mml-content-disposition-parameters)
17425         (mml-insert-mime-headers-always): Add :version.
17426
17427         * mm-util.el (mm-coding-system-priorities): Add :version.
17428
17429         * mm-decode.el (mm-inline-text-html-with-images)
17430         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17431         (mm-verify-option): Add :version.
17432         (mm-text-html-renderer): Change :version.
17433
17434         * message.el (message-fcc-externalize-attachments)
17435         (message-required-headers, message-draft-headers)
17436         (message-subject-trailing-was-query)
17437         (message-subject-trailing-was-ask-regexp)
17438         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17439         (message-mark-insert-end, message-archive-header)
17440         (message-archive-note, message-cross-post-default)
17441         (message-cross-post-note, message-followup-to-note)
17442         (message-cross-post-note-function, message-use-mail-followup-to)
17443         (message-subscribed-address-functions)
17444         (message-subscribed-address-file, message-subscribed-addresses)
17445         (message-subscribed-regexps, message-allow-no-recipients)
17446         (message-yank-cited-prefix, message-signature-insert-empty-line)
17447         (message-hidden-headers, message-hierarchical-addresses)
17448         (message-mail-user-agent, message-use-idna)
17449         (message-valid-fqdn-regexp)
17450         (message-strip-special-text-properties, message-header-synonyms)
17451         (message-beginning-of-line, message-tab-body-function): Add :version.
17452         (message-insert-canlock, message-wide-reply-confirm-recipients):
17453         Change :version.
17454
17455         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17456         and :version.
17457         (mail-source-delete-old-incoming-confirm)
17458         (mail-source-movemail-program): Add :version.
17459
17460         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17461         (gnus-agent-cache, gnus-agent): Change :version.
17462
17463         * gnus-util.el (gnus-use-byte-compile): Change :version.
17464
17465         * gnus-sum.el (gnus-summary-make-false-root-always)
17466         (gnus-summary-default-high-score)
17467         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17468         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17469         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17470         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17471         (gnus-sum-thread-tree-single-indent)
17472         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17473         (gnus-sum-thread-tree-leaf-with-other)
17474         (gnus-sum-thread-tree-single-leaf): Add :version.
17475         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17476         (gnus-article-loose-mime): Change :version.
17477
17478         * gnus-start.el (gnus-backup-startup-file)
17479         (gnus-save-startup-file-via-temp-buffer): Add :version.
17480
17481         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17482         (gnus-server-offline-face): Add :version.
17483
17484         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17485
17486         * gnus-msg.el (gnus-gcc-externalize-attachments)
17487         (gnus-debug-files, gnus-debug-exclude-variables)
17488         (gnus-discouraged-post-methods): Change :version.
17489         (gnus-confirm-mail-reply-to-news)
17490         (gnus-confirm-treat-mail-like-news): Add :version.
17491
17492         * gnus-int.el (gnus-server-unopen-status): Add :version.
17493
17494         * gnus-group.el (gnus-group-jump-to-group-prompt)
17495         (gnus-large-ephemeral-newsgroup)
17496         (gnus-fetch-old-ephemeral-headers): Add :version.
17497
17498         * gnus-fun.el (gnus-x-face-directory)
17499         (gnus-convert-pbm-to-x-face-command)
17500         (gnus-convert-image-to-x-face-command)
17501         (gnus-convert-image-to-face-command): Add :version.
17502
17503         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17504
17505         * gnus-cite.el (gnus-cite-blank-line-after-header)
17506         (gnus-article-boring-faces): Add :version.
17507
17508         * gnus-art.el (gnus-buttonized-mime-types)
17509         (gnus-inhibit-mime-unbuttonizing)
17510         (gnus-treat-display-face)
17511         (gnus-treat-body-boundary): Change :version.
17512         (gnus-body-boundary-delimiter, gnus-picon-databases)
17513         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17514         (gnus-treat-date-english, gnus-treat-fold-headers)
17515         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17516         (gnus-treat-mail-picon, gnus-treat-wash-html)
17517         (gnus-article-encrypt-protocol)
17518         (gnus-use-idna, gnus-article-over-scroll)
17519         (gnus-mime-display-multipart-alternative-as-mixed)
17520         (gnus-mime-display-multipart-related-as-mixed)
17521         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17522         (gnus-ctan-url, gnus-button-ctan-handler)
17523         (gnus-button-handle-ctan-bogus-regexp)
17524         (gnus-button-ctan-directory-regexp)
17525         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17526         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17527         (gnus-button-man-level, gnus-button-emacs-level)
17528         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17529
17530         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17531         (gnus-agent-go-online): Change :version.
17532         (gnus-agent-expire-unagentized-dirs)
17533         (gnus-agent-auto-agentize-methods): Add :version.
17534
17535         * flow-fill.el (fill-flowed-display-column)
17536         (fill-flowed-encode-column): Add :version.
17537
17538         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17539         (gnus-outlook-deuglify-unwrap-max)
17540         (gnus-outlook-deuglify-cite-marks)
17541         (gnus-outlook-deuglify-unwrap-stop-chars)
17542         (gnus-outlook-deuglify-no-wrap-chars)
17543         (gnus-outlook-deuglify-attrib-cut-regexp)
17544         (gnus-outlook-deuglify-attrib-verb-regexp)
17545         (gnus-outlook-deuglify-attrib-end-regexp)
17546         (gnus-outlook-display-hook): Add :version.
17547
17548         * binhex.el (binhex-use-external): Add :version.
17549
17550 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17551
17552         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17553         and `invisible'.
17554
17555 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17556
17557         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17558         in gnus-registry-trim.
17559
17560 2004-09-13  Simon Josefsson  <jas@extundo.com>
17561
17562         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17563
17564         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17565
17566         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17567         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17568         <yamaoka@jpl.org>.
17569         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17570         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17571         <yamaoka@jpl.org>.
17572
17573         * sieve.el (sieve-manage-mode): Ditto.
17574
17575 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17576
17577         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17578
17579 2004-09-11  Simon Josefsson  <jas@extundo.com>
17580
17581         * dns-mode.el: Add.
17582
17583         * mm-view.el (mm-display-dns-inline): Add.
17584
17585         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17586         (mm-automatic-display): Ditto.
17587
17588         * mailcap.el (mailcap-mime-data): Add text/dns.
17589         (mailcap-mime-extensions): Map .soa to text/dns.
17590
17591 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17592
17593         * gnus-art.el (article-decode-mime-words, article-babel)
17594         (gnus-article-highlight-signature, gnus-article-add-buttons)
17595         (gnus-signature-toggle): Remove unnecessary bindings of
17596         `inhibit-read-only' inherited from v5.10 merge.
17597
17598 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17599
17600         * nntp.el (nntp): New customization group.
17601         (nntp-authinfo-file): Add customization group.
17602
17603         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17604
17605         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17606
17607         * gnus.el (to-address, to-list, subscribed)
17608         (large-newsgroup-initial): Ditto.
17609
17610         * flow-fill.el (fill-flowed-display-column)
17611         (fill-flowed-encode-column): Ditto.
17612
17613 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17614
17615         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17616         Use point-min rather than 1.
17617         (message-send-mail): Use buffer-size rather than point-max.
17618
17619         * gnus-sum.el (gnus-summary-search-article-forward):
17620         Signal a specific `search-failed' rather than a generic `error'.
17621
17622         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17623         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17624         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17625
17626 2004-09-10  Simon Josefsson  <jas@extundo.com>
17627
17628         * nndb.el (require): Remove tcp and duplicate cl.
17629
17630 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * gnus-agent.el (directory-files-and-attributes): Move forward.
17633
17634 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17635
17636         * gnus-agent.el (directory-files-and-attributes):
17637         Optionally defined to support XEmacs.
17638
17639 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17640
17641         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17642         to avoid run-time CL dependencies.
17643         (gnus-agent-unfetch-articles): New function.
17644         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17645         article numbers even when local .overview file is missing.
17646         (gnus-agent-read-article-number): New function.  Only accepts
17647         27-bit article numbers.
17648         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17649         Use gnus-agent-read-article-number.
17650         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17651         from backend while recognizing that article numbers in .overview
17652         must be valid.
17653         (gnus-agent-update-files-total-fetched-for):
17654         Use directory-files-and-attributes to improve performance.
17655         * gnus-int.el (gnus-request-move-article):
17656         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17657         improve performance.
17658
17659         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17660         some users confused by references to .newsrc when they only have a
17661         .newsrc.eld file.
17662         (gnus-convert-mark-converter-prompt)
17663         (gnus-convert-converter-needs-prompt): Fix use of property list.
17664         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17665         New function.  Used internally to only display 'gnus converting
17666         files' message when actually necessary.
17667
17668         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17669         methods now autoloaded.
17670
17671 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17674         identifiers.
17675
17676 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17677
17678         * gnus-picon.el: Fix indentation and closing parenthesis.
17679
17680 2004-09-01  Simon Josefsson  <jas@extundo.com>
17681
17682         * message.el (message-canlock-generate): Require sha1, not
17683         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17684         to require within a function.  Sadly, if sha1.el isn't loaded, the
17685         let binding in m-c-g will hide the defcustom definition, which is
17686         bad.)
17687
17688         * canlock.el: Require sha1, not sha1-el.
17689
17690         * message.el: Don't autoload sha1 (there is a autoload cookie in
17691         sha1.el).
17692
17693         * sha1-el.el: Rename to sha1.el.
17694
17695 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17696
17697         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17698
17699 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17700
17701         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17702
17703 2004-08-30  Kim F. Storm  <storm@cua.dk>
17704
17705         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17706
17707         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17708         Add :group 'nnimap.
17709
17710 2004-08-30  Andreas Schwab  <schwab@suse.de>
17711
17712         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17713         ?* and ?\;.
17714
17715         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17716         and ?\' to symbol instead of whitespace.
17717
17718 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17721
17722         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17723         instead of re-search-forward.
17724
17725         * gnus-uu.el (gnus-uu-save-article): Ditto.
17726         (gnus-uu-post-encode-uuencode): Ditto.
17727
17728         * html2text.el (html2text-clean-list-items): Ditto.
17729         (html2text-clean-dtdd): Ditto.
17730         (html2text-format-tags): Ditto.
17731
17732         * message.el (message-send-mail-with-sendmail): Fix regexp.
17733         (message-fill-field-general): Use search-forward instead of
17734         re-search-forward.
17735         (unbold-region): Ditto.
17736
17737         * nnrss.el (nnrss-request-article): Ditto.
17738
17739         * nnslashdot.el (nnslashdot-request-article): Ditto.
17740
17741         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17742
17743         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17744         "Unrecognized menu descriptor" error in XEmacs.
17745
17746 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17747
17748         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17749         parent article of a sparse article in the thread hashtb.
17750
17751 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17752
17753         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17754         (nnmail-expand-newtext): Lowercase expanded entries if
17755         nnmail-split-lowercase-expanded is non-nil.
17756
17757 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17760
17761         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17762         of gnus-tmp-news-method into string under XEmacs.  It will be
17763         passed to gnus-correct-length which takes only a string argument.
17764
17765 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-util.el (gnus-bind-print-variables): New macro.
17768         (gnus-prin1): Use it.
17769         (gnus-prin1-to-string): Use it.
17770         (gnus-pp): New function.
17771         (gnus-pp-to-string): New function.
17772
17773         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17774         Replace pp-to-string with gnus-pp-to-string.
17775         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17776         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17777         * gnus-msg.el (gnus-debug): Ditto.
17778         * gnus-score.el (gnus-score-save): Ditto.
17779         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17780         gnus-pp-to-string.
17781         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17782         with gnus-pp.
17783         * score-mode.el (gnus-score-pretty-print): Ditto.
17784         * webmail.el (webmail-debug): Ditto.
17785
17786 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * gnus-art.el (article-display-face, article-display-x-face):
17789         Use buffer-read-only.
17790
17791 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * gnus-art.el (article-hide-list-identifiers):
17794         Bind inhibit-read-only as t.
17795
17796 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17797
17798         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17799
17800 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17801
17802         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17803         (gnus-narrow-to-page): Don't assume point-min == 1.
17804         (gnus-article-edit-mode): Derive from message-mode.
17805
17806         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17807         point-min == 1.
17808
17809         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17810         Disable incorrect use of `assert'.
17811
17812         * message.el (message-mode): Set comment-start-skip.
17813
17814
17815 2004-08-22  Sam Steingold  <sds@gnu.org>
17816
17817         * pop3.el (pop3-leave-mail-on-server): New user variable.
17818         (pop3-movemail): Delete mail only when it is nil.
17819
17820 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17821
17822         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17823
17824         * mml.el (mml-preview): Use `pop-to-buffer'.
17825
17826         * message.el (message-goto-mail-followup-to): Insert after "To".
17827         (message-carefully-insert-headers): Add comment.
17828
17829         * gnus.el: Remove unused variable `gnus-article-check-size'.
17830
17831         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17832
17833         * gnus-art.el (gnus-button-alist):
17834         Improve `gnus-button-handle-library' entry.
17835
17836 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17837
17838         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17839         Use downcase, since XEmacs capitalizes error messages differently.
17840
17841 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17842
17843         * nntp.el: Add (require 'gnus) due to reference to
17844         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17845
17846 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17847
17848         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17849         Bind `mm-fill-flowed'.
17850
17851         * mm-decode.el (mm-dissect-singlepart): Check it.
17852
17853 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17854
17855         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17856         'imap' for netrc parsing.
17857
17858 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17859
17860         * mailcap.el (mailcap-mime-data): Mark as risky.
17861
17862 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17865         may be included in the encoded word.
17866         (rfc2047-encode): Don't append a space if the encoded word
17867         includes close parenthesis.
17868
17869 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17872         of text within parentheses.
17873
17874 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17875
17876         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17877         (gnus-encrypt-write-file-contents): Make the password key the file
17878         name PLUS the cipher, not just the cipher.  Also remove failed
17879         passwords from the cache.
17880
17881 2004-08-06  Simon Josefsson  <jas@extundo.com>
17882
17883         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17884         Doc fix.
17885
17886 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17889         LWSP.
17890
17891 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17892
17893         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17894         Try to append in-reply-to: data to the references: header.
17895
17896         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17897         (netrc-parse): Use gnus-encrypt.el functions.
17898
17899         * gnus-encrypt.el: Add new file for encryption support; currently
17900         does only a few GPG ciphers and an internal XOR cipher.
17901
17902         * password.el: Add comments on using password-read-and-add.
17903         (password-read-and-add): Add function to read and add the
17904         password to the cache at once.
17905
17906 2004-07-28  Simon Josefsson  <jas@extundo.com>
17907
17908         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17909         parameter (but don't use it, for now).
17910
17911         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17912         instead of hard coding to nil.
17913
17914 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17917         as mm-inline-image-xemacs does.
17918
17919 2004-07-26  Simon Josefsson  <jas@extundo.com>
17920
17921         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17922         Revert part of 2004-07-17 change below.
17923
17924 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17927         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17928
17929 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17930
17931         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17932         quotes that actually start with ">" at the beginning of the
17933         lines.
17934
17935 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * rfc2047.el (rfc2047-encode-region): Fix last change.
17938         (rfc2047-encode-parameter): Remove useless concat.
17939
17940 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17943         encode special characters; fix some kind of misconfigured headers;
17944         signal a real error if debug-on-quit or debug-on-error is non-nil.
17945         (rfc2047-encode-max-chars): New variable.
17946         (rfc2047-encode-1): Use it.
17947         (rfc2047-encode-parameter): New function.
17948
17949         * mml.el (mml-insert-parameter): Remove an excessive space.
17950
17951 2004-07-17  Simon Josefsson  <jas@extundo.com>
17952
17953         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17954         Kai Grossjohann <kai@emptydomain.de>.
17955         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17956         (gnus-group-make-menu-bar): Ditto.
17957
17958         * gnus-util.el (gnus-group-server): Add.
17959
17960 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17961
17962         * message.el (message-clone-locals): Clone sendmail and smtp
17963         variables.
17964
17965 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * rfc2047.el (rfc2047-encode-region): Fix last change.
17968
17969 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17972         characters as non-special.
17973
17974 2004-07-09  Simon Josefsson  <jas@extundo.com>
17975
17976         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17977         Users will lose all flag changes made while unplugged with
17978         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17979         good default.  See numerous reports on ding mailing list.
17980
17981 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17982
17983         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17984         add generate-head-function and generate-article-function to the
17985         rfc822-forward entry.
17986         (nndoc-rfc822-forward-generate-article): New function.
17987         (nndoc-rfc822-forward-generate-head): New function.
17988
17989         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17990
17991 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17992
17993         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17994         respect display group parameter and gnus-summary-expunge-below.
17995         (gnus-articles-to-read): Remove unused reference to display group
17996         parameter.
17997
17998 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17999
18000         * nnheader.el (nnheader-uniquify-message-id): New experimental
18001         variable.
18002         (nnheader-nov-read-message-id): Use it.
18003
18004         * spam-report.el (spam-report-gmane): Add interactive.
18005
18006 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * mm-encode.el (mm-content-transfer-encoding-defaults):
18009         Use qp-or-base64 for the application/* types.
18010
18011 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18012
18013         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18014
18015 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18016
18017         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18018         trim value.
18019
18020 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18021
18022         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18023         New macro and function.
18024         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18025
18026 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18029         after-load-alist.
18030
18031 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18032
18033         * gnus-group.el (gnus-group-get-new-news-this-group):
18034         Don't update info that isn't there.
18035
18036 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18037
18038         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18039         entry.
18040
18041 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18042
18043         * mm-view.el (mm-inline-render-with-function): Use multibyte
18044         buffer; decode html source by charset.
18045
18046         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18047
18048         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18049         Mule-UCS is loaded under XEmacs.
18050         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18051
18052 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18053
18054         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18055
18056 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * mm-util.el (mm-coding-system-p): Return a coding-system.
18059         (mm-mime-mule-charset-alist): Use shift_jis instead of
18060         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18061         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18062         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18063         instead of japanese-shift-jis and iso-latin-1 respectively in
18064         order to share the default value with both Emacs and XEmacs-mule.
18065         (mm-mule-charset-to-mime-charset):
18066         Make mm-coding-system-priorities effective.
18067         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18068         while predicating of candidates upon the priorities.
18069
18070 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18071
18072         * gnus-sum.el (gnus-summary-make-menu-bar):
18073         Add gnus-uu-invert-processable.
18074
18075         * gnus.el: Autoload gnus-uu-invert-processable.
18076
18077 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * mm-util.el (mm-with-multibyte-buffer): New macro.
18080
18081         * rfc2047.el (rfc2047-encode-string): Use it.
18082         (rfc2047-encode-region): Move point to the end of the region after
18083         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18084
18085 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18086
18087         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18088         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18089
18090 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18093         (gnus-cite-parse): Ignore quoted envelope From_.
18094         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18095
18096 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18097
18098         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18099         invalid addresses.
18100
18101 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18102
18103         * spam.el: Change section markers, revise TODO list.
18104         (spam-backends): Make new master list of all installed backends.
18105         (spam-summary-exit-behavior): Add new variable to determine how
18106         messages moves are done at summary exit.
18107         (spam-move-spam-nonspam-groups-only)
18108         (spam-process-ham-in-nonham-groups)
18109         (spam-process-ham-in-spam-groups): Remove variables, the
18110         spam-summary-exit-behavior variable should be used to manage this
18111         behavior.
18112         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18113         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18114         and spam-old-spam-articles.
18115         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18116         Add empty variables, placeholders for the backends they represent.
18117         (spam-set-difference): Move, unchanged.
18118         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18119         unless the user has a processor variable.
18120         (spam-classifications, spam-classification-valid-p)
18121         (spam-backend-properties, spam-backend-property-valid-p)
18122         (spam-backend-function-type-valid-p)
18123         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18124         (spam-report-articles-gmane, spam-report-articles-resend):
18125         Remove functions, they are not needed.
18126         (spam-install-backend-super, spam-backend-list)
18127         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18128         (spam-backend-function, spam-backend-ham-registration-function)
18129         (spam-backend-spam-registration-function)
18130         (spam-backend-ham-unregistration-function)
18131         (spam-backend-spam-unregistration-function)
18132         (spam-backend-statistical-p, spam-backend-mover-p)
18133         (spam-install-backend-alias, spam-install-checkonly-backend)
18134         (spam-install-mover-backend, spam-install-nocheck-backend)
18135         (spam-install-backend, spam-install-statistical-backend)
18136         (spam-install-statistical-checkonly-backend): Add backend installation
18137         support.
18138         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18139         (spam-group-processor-p): Use the new backend code and respect the
18140         summary exit behavior.
18141         (spam-mark-spam-as-expired-and-move-routine): Remove.
18142         (spam-summary-prepare): Change to use the new spam-old-articles
18143         variable.
18144         (spam-copy-or-move-routine, spam-copy-spam-routine)
18145         (spam-move-spam-routine, spam-copy-ham-routine)
18146         (spam-move-ham-routine): Add code to copy/move ham or spam.
18147         (spam-fetch-field-fast): Improve doc and code, plus allow the
18148         'number request.
18149         (spam-list-of-checks, spam-list-of-statistical-checks):
18150         Remove variables.
18151         (spam-split, spam-find-spam): Use the new backend code.
18152         (spam-registration-functions): Remove variable.
18153         (spam-unregister-routine): Add convenience wrapper.
18154         (spam-log-undo-registration, spam-register-routine)
18155         (spam-log-processing-to-registry)
18156         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18157         where possible.
18158         (spam-check-gmane-xref, spam-check-regex-headers)
18159         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18160         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18161         (spam-check-bogofilter-headers, spam-check-spamoracle)
18162         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18163         (spam-check-crm114-headers): Use the spam-split-group that
18164         spam-split prepares, no need to determine it every time.
18165
18166         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18167         to the nnheader-parse-naked-head call.
18168
18169         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18170
18171         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18172         the nnheader-nov-read-message-id call.
18173
18174 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18177         gnus-activate-group twice.  Suggested by Markus Peter
18178         <warp@spin.de>.
18179
18180 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18181
18182         * gnus-art.el (gnus-article-time-format): Exchange the order of
18183         day and month in the default value; fix customization type.
18184         (article-date-ut): Use add-text-properties.
18185         (article-make-date-line): Use message-make-date instead of
18186         current-time-string.
18187
18188         * message.el (message-fetch-field): Don't use set-text-properties.
18189         (message-make-date): Simplify.
18190
18191         * messagexmas.el (message-xmas-make-date): New function.
18192         (message-xmas-redefine): Defalias message-make-date to it.
18193
18194 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18197         (rfc2047-encode-region): Treat text within parentheses as special;
18198         show the original text when error has occurred.
18199
18200         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18201         already-computed method to gnus-activate-group.
18202
18203         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18204         same select-methods identical Lisp objects.
18205
18206         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18207         object when modifying the info.
18208
18209 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18212         gnus-opened-servers since it has never been opened with the new
18213         configuration yet.
18214
18215 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18218         arg to nnheader-generate-fake-message-id.
18219
18220 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18221
18222         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18223         number and build a fake message ID localized to a group and
18224         article number (so it's repeatable from that point on).
18225         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18226         ID format.
18227
18228         * gnus-sum.el (gnus-get-newsgroup-headers):
18229         Call nnheader-generate-fake-message-id with the article number.
18230
18231 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18232
18233         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18234         end-of-buffer.
18235
18236 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18237
18238         * message.el (message-ignored-supersedes-headers): Add Approved.
18239
18240 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18241
18242         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18243         goto-char.
18244         (rfc2047-encode): Fold the line before encoding.
18245
18246 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18247
18248         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18249         folding -- not all headers can be folded, and this should be done
18250         by the message composition mode.  Probably.  I think.
18251
18252 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18255         fast.
18256
18257         * gnus-ems.el (gnus-remove-image): Don't use
18258         message-text-with-property; remove only the image found first.
18259
18260         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18261         found first.
18262
18263 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18264
18265         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18266
18267 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18268
18269         * message.el (message-text-with-property): Make it fast and accept
18270         optional arguments.
18271         (message-strip-forbidden-properties): Use it.
18272         (message-fix-before-sending): Follow the m-t-w-p change.
18273
18274         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18275
18276 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * gnus-art.el (article-hide-headers): Don't change the buffer
18279         mistakenly when performing mml-preview even if
18280         gnus-single-article-buffer is nil.
18281
18282 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18283
18284         * message.el (message-expand-name-databases): New user option.
18285         (message-expand-name): Use it.
18286
18287 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18288
18289         * spam.el (spam-report-articles-resend)
18290         (spam-report-resend-register-routine): Allow ham reporting.
18291         (spam-report-resend-register-ham-routine): Add wrapper.
18292         (spam-registration-functions): Add ham resending functions.
18293         (spam-list-of-processors): Add ham resend processor.
18294
18295         * gnus.el (ham-resend-to): Add new group parameter.
18296         (spam-process): Add ham resend option.
18297
18298         * spam-report.el (spam-report-resend): Allow reporting ham.
18299         (spam-report-resend-ham): Add wrapper.
18300
18301 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18302
18303         * message.el (message-cite-articles-with-x-no-archive):
18304         New variable.
18305         (message-cite-original): Use it.
18306
18307 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18308
18309         * message.el (message-cite-original): Respect X-No-Archive.
18310
18311 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18312
18313         * gnus-art.el (article-hide-headers): Refer to the values for
18314         gnus-ignored-headers and gnus-visible-headers in the summary
18315         buffer since a user may have set them as group parameters.
18316
18317 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18318
18319         * assistant.el (assistant-node-name): Add convenience function.
18320         (assistant-render-text, assistant-render-node): Add error handling,
18321         plus handle multiple next nodes.
18322         (assistant-find-next-node): Comment out for now.
18323         (assistant-find-next-nodes): Add function, returns list of next
18324         nodes.
18325
18326 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18327
18328         * mail-source.el (mail-source-directory): Fix doc-string.
18329
18330 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18331
18332         * assistant.el (assistant-render-text, assistant-eval): Add :set
18333         widget type, which is different because it takes and returns a
18334         list.  Much hilarity ensues.
18335
18336 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18337
18338         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18339
18340         * gnus-group.el (gnus-group-get-new-news-this-group):
18341         Add doc-string.
18342
18343         * gnus-start.el (gnus-activate-group): Add doc-string.
18344
18345 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18348
18349 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18350
18351         * assistant.el (assistant-render-text): Try to add a :set
18352         widget, more to come.
18353
18354         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18355         strings.
18356         (spam-report-articles-resend)
18357         (spam-register-routine): Do registration iff any articles warrant
18358         it.
18359         (spam-summary-prepare-exit): Change log message for nil group
18360         destinations.
18361
18362 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18363
18364         * spam.el (spam-report-resend-register-routine):
18365         Allow spam-report-resend-to to be a group parameter or a global value.
18366
18367 2004-05-26  Simon Josefsson  <jas@extundo.com>
18368
18369         * starttls.el: Merge with my GNUTLS based starttls.el.
18370         (starttls-gnutls-program, starttls-use-gnutls)
18371         (starttls-extra-arguments, starttls-process-connection-type)
18372         (starttls-connect, starttls-failure, starttls-success):
18373         New variables.
18374         (starttls-program, starttls-extra-args): Doc fix.
18375         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18376         New functions.
18377         (starttls-negotiate, starttls-open-stream):
18378         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18379         function if it is set.
18380
18381 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18384         structured fields.
18385
18386 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18389
18390 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18391
18392         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18393         Add variable.
18394         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18395         assigning the spam-mark to new messages.
18396
18397 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18398
18399         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18400
18401 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18404
18405         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18406         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18407         default.
18408
18409 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18410
18411         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18412         correct data.
18413
18414 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18415
18416         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18417         (spam-group-processor-p): Fix function.
18418         (spam-group-processor-multiple-p)
18419         (spam-group-spam-processor-report-gmane-p)
18420         (spam-group-spam-processor-report-resend-p)
18421         (spam-group-spam-processor-bogofilter-p)
18422         (spam-group-spam-processor-blacklist-p)
18423         (spam-group-spam-processor-ifile-p)
18424         (spam-group-ham-processor-ifile-p)
18425         (spam-group-spam-processor-spamoracle-p)
18426         (spam-group-spam-processor-crm114-p)
18427         (spam-group-ham-processor-bogofilter-p)
18428         (spam-group-spam-processor-stat-p)
18429         (spam-group-ham-processor-stat-p)
18430         (spam-group-ham-processor-whitelist-p)
18431         (spam-group-ham-processor-BBDB-p)
18432         (spam-group-ham-processor-spamoracle-p)
18433         (spam-group-ham-processor-copy-p): Remove functions with some
18434         prejudice against unneeded code.
18435         (spam-report-articles-resend)
18436         (spam-report-resend-register-routine): Allow the group/topic
18437         spam-resend-to value to override spam-report-resend-to.
18438         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18439         properly now.
18440
18441         * gnus.el (spam-resend-to): Add group/topic parameter.
18442         (spam-process): Move the OBSOLETE processors to the end of the
18443         choices.
18444
18445 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18446
18447         * spam-report.el (spam-report-resend-to, spam-report-resend):
18448         Start with resend-to set to nil, and then ask the user if necessary.
18449         (spam-report-resend): spam-report-resend takes a list of articles, not
18450         separate article numbers.
18451
18452 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18455         addition to emacs-w3m.
18456
18457 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18458
18459         * assistant.el (assistant-authinfo-data): New function.
18460         (assistant-eval): Eval for entire assistant.
18461
18462         * netrc.el (netrc-services-file): New variable.
18463         (netrc-parse-services): New function.
18464         (netrc-find-service-name): New function.
18465         (netrc-find-service-number): New function.
18466         (netrc-port-equal): New function.
18467         (netrc-machine): Use it.
18468
18469         * nnimap.el (nnimap-open-connection): Use netrc.
18470
18471         * gnus-util.el (gnus-netrc-get): Remove aliases.
18472
18473         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18474
18475         * assistant.el (wid-edit): Fix compilation.
18476
18477         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18478
18479 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18480
18481         * gnus-util.el (gnus-set-file-modes): New function.  (small
18482         patch).
18483
18484 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18485
18486         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18487
18488         * assistant.el (assistant-render-node): Fix up rendering and
18489         read-only text.
18490         (assistant-render-node): Reset.
18491         (assistant-make-read-only): Not sticky.
18492
18493 2004-05-20  Danny Siu  <dsiu@adobe.com>
18494
18495         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18496         centered even when gnus-auto-center-summary is t.
18497
18498 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18499
18500         * dns.el (dns-get-txt-answer): New function.
18501         (dns-read-txt): Ditto.
18502         (query-dns): Use it.
18503
18504 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18505
18506         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18507         active for foreign groups even if the group level is higher than
18508         the specified value.
18509
18510 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18511
18512         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18513         non-active groups.
18514
18515         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18516
18517 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18518
18519         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18520
18521 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18522
18523         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18524         (spam-crm114-header, spam-crm114-spam-switch)
18525         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18526         (spam-crm114-positive-spam-header)
18527         (spam-crm114-database-directory, spam-list-of-processors)
18528         (spam-group-spam-processor-crm114-p)
18529         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18530         (spam-generic-score, spam-list-of-checks)
18531         (spam-list-of-statistical-checks, spam-registration-functions)
18532         (spam-check-crm114-headers, spam-crm114-score)
18533         (spam-check-crm114, spam-crm114-register-with-crm114)
18534         (spam-crm114-register-spam-routine)
18535         (spam-crm114-unregister-spam-routine)
18536         (spam-crm114-register-ham-routine)
18537         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18538         From asjo@koldfront.dk (Adam Sjøgren).
18539
18540         * gnus.el: Add spam-use-crm114.
18541
18542         * spam.el (spam-list-of-processors, spam-registration-functions):
18543         Add spam-use-resend.
18544         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18545         (spam-report-articles-gmane): Add doc fix.
18546         (spam-report-articles-resend, spam-report-resend-register-routine):
18547         Add wrappers around spam-report-resend-to.
18548
18549         * spam-report.el (spam-report-resend-to, spam-report-resend):
18550         Add support for resending spam.
18551         (spam-report-gmane): Fix line length >80.
18552
18553         * gnus.el (spam-process): Add spam-use-resend.
18554
18555 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18556
18557         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18558         number of processed spam messages.
18559         (spam-ham-copy-or-move-routine): Return the number of processed
18560         ham messages.
18561         (spam-summary-prepare-exit): Use the above values to decide
18562         whether status messages shouled be displayed.
18563
18564 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18567         `rfc2047-encoding-function-alist' in order to avoid conflicting
18568         with the old version.
18569         (rfc2047-encode-region): Concatenate words containing non-ASCII
18570         characters in structured fields; don't encode space-delimited
18571         ASCII words even in unstructured fields; don't break words at
18572         char-category boundaries.
18573         (rfc2047-encode-1): New function.
18574         (rfc2047-encode): Use it; encode text so that it occupies the
18575         maximum width within 76-column; work correctly on Q encoding for
18576         iso-2022-* charsets.
18577         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18578         sure not to break a line just after the header name.
18579         (rfc2047-b-encode-region): Remove.
18580         (rfc2047-b-encode-string): New function.
18581         (rfc2047-q-encode-region): Remove.
18582         (rfc2047-q-encode-string): New function.
18583
18584         * mm-util.el (mm-replace-in-string): New function.
18585
18586 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18587
18588         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18589         Really get it right.
18590         (gnus-inews-make-draft): Really.
18591
18592 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18593
18594         * nnmh.el (nnmh-request-list-1): Don't check the link count
18595         before descending.  (small patch)
18596
18597 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18598
18599         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18600         stuff.
18601
18602         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18603         Match on real group name.
18604
18605         * gnus-art.el (gnus-signature-limit): Doc fix.
18606
18607         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18608
18609         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18610
18611 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18612
18613         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18614         isn't a string.
18615
18616 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18617
18618         * gnus-draft.el (gnus-draft-send):
18619         Bind rfc2047-encode-encoded-words.
18620
18621         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18622         (rfc2047-encodable-p): Say that =? needs encoding.
18623         (rfc2047-encode-encoded-words): New variable.
18624
18625         * gnus-group.el (gnus-group-select-group): Doc fix.
18626
18627         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18628
18629         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18630         to nil.
18631
18632         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18633
18634         * nnheader.el (nnheader-get-lines-and-char): New function.
18635
18636 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18637
18638         * gnus-msg.el (gnus-summary-followup-with-original):
18639         Document yanking of region when active.
18640
18641 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18644         groups if the group level is higher than the specified value.
18645
18646 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18647
18648         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18649         (gnus-group-jump-to-group): Add prefix argument using
18650         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18651         non-active group.
18652
18653         * compface.el (uncompface): Be verbose when changing
18654         `uncompface-use-external'.
18655
18656         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18657         handle manual section.
18658
18659 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18660
18661         * gnus-art.el (gnus-button-alist): Revert previous change.
18662
18663 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18664
18665         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18666
18667 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18668
18669         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18670         whether backend can accept message.
18671
18672         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18673
18674 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18675
18676         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18677         Avoid creating directory when nntp-marks-is-evil is true.
18678         Reported by Reiner Steib.
18679
18680 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18681
18682         * gnus-picon.el (gnus-picon-style): New variable.
18683         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18684         (gnus-picon-transform-address): Support `gnus-picon-style'.
18685         From Jesper Harder <harder@ifa.au.dk>.
18686
18687 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18688
18689         * message.el (message-fill-field): Return point.
18690         (message-generate-headers): Go to end of field.
18691
18692         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18693         stuff for non-living groups.
18694
18695 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18696
18697         * gnus-art.el (gnus-article-followup-with-original)
18698         (gnus-article-reply-with-original): gnus-mark-active-p ->
18699         gnus-region-active-p.
18700
18701 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18702
18703         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18704         only when there is spam or ham to be processed.
18705
18706 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18707
18708         * mail-source.el (mail-source-delete-crash-box): Refactor.
18709         (mail-source-fetch): Use it.
18710         (mail-source-fetch-file): Ditto.
18711         (mail-source-fetch-directory): Run postscript in loop.
18712         (mail-source-fetch-pop): Delete.
18713         (mail-source-fetch-maildir): Ditto.
18714         (mail-source-fetch-imap): Ditto.
18715
18716         * imap.el (imap-authenticators): Comment out sasl.
18717
18718         * message.el (message-skip-to-next-address): New function.
18719         (message-fill-header-address): Refactor.
18720         (message-fill-address): Use it.
18721         (message-delete-address): Use it.
18722         (message-fill-header-general): Refactor.
18723         (message-fill-field-address): Rename.
18724         (message-narrow-to-field): Find the start of the header.
18725         (message-header-format-alist): Don't pre-fill.
18726         (message-fill-header): Remove.
18727         (message-insert-header): New function.
18728         (message-shorten-references): Use it.
18729
18730         * rfc2047.el (rfc2047-field-value): Strip props.
18731
18732         * mail-parse.el (mail-header-make-address): New alias.
18733
18734         * ietf-drums.el (ietf-drums-make-address): New function.
18735
18736         * imap.el: Add compiler directives.
18737
18738         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18739
18740         * gnus-art.el (article-decode-idna-rhs): Don't use
18741         message-idna-inside-rhs-p.
18742
18743 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18744
18745         * message.el (message-idna-inside-rhs-p): Remove.
18746         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18747
18748         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18749         false positives.
18750
18751 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18752
18753         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18754
18755 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18756
18757         * nneething.el (nneething-file-name): Don't create spurious
18758         files.
18759
18760         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18761         (gnus-inews-do-gcc): Remove sleep.
18762
18763         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18764         part under point.
18765
18766         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18767         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18768
18769 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18770
18771         * spam.el (spam-summary-prepare-exit): Fix (length).
18772
18773 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18774
18775         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18776         as expired without moving it" message when there are spam
18777         messages left.
18778
18779 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18780
18781         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18782         header is not nil.
18783
18784 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18785
18786         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18787         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18788         (nntp-marks-changed-p): New arg SERVER.
18789         (nntp-request-update-info): Adjust caller.
18790
18791 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18792
18793         * nntp.el (nntp-save-marks): Pass missing arg.
18794
18795 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18796
18797         * nntp.el: Support marks.
18798         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18799         (nntp-marks-modtime, nntp-marks-directory): New variables.
18800         (nntp-request-set-mark, nntp-request-update-info)
18801         (nntp-possibly-create-directory, nntp-marks-changed-p)
18802         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18803         New functions.
18804
18805 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18806
18807         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18808         (gnus-xmas-redefine): Rename.
18809
18810         * gnus-score.el (gnus-score-insert-help):
18811         Use gnus-select-lowest-window.
18812
18813         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18814         appt-select-lowest-window and rename to gnus-select-lowest-window.
18815
18816         * gnus.el: do.
18817
18818 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18819
18820         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18821         encodings of MIME-encoded words, in order to improve
18822         interoperability with several broken MUAs.
18823
18824 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18825
18826         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18827         tags, only when charsets are not specified in headers.
18828         (mm-inline-text-html-render-with-w3m): Ditto.
18829
18830         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18831         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18832
18833 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18834
18835         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18836         instead of MIME-decoded from fields when checking
18837         `gnus-article-address-banner-alist'.
18838
18839 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18840
18841         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18842         description rather than subject.
18843
18844 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18845
18846         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18847
18848 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18849
18850         * gnus.el (gnus-version-number): Bump.
18851
18852 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18853
18854         * gnus.el: No Gnus v0.2 is released.
18855
18856 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18857
18858         * gnus-agent.el (gnus-agent-read-agentview):
18859         Inline gnus-uncompress-range.
18860
18861 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18862
18863         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18864         `exec-installed-p'.
18865
18866 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18867
18868         * gnus.el (spam-process, spam-autodetect-methods):
18869         Add bsfilter and bsfilter-headers.
18870
18871         * spam.el (spam-bsfilter): New customize group.
18872         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18873         (spam-bsfilter-header, spam-bsfilter-probability-header)
18874         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18875         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18876         (spam-bsfilter-database-directory): New options.
18877         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18878         (spam-list-of-statistical-checks, spam-registration-functions):
18879         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18880         (spam-bsfilter-score): New command.
18881         (spam-check-bsfilter-headers, spam-check-bsfilter)
18882         (spam-bsfilter-register-with-bsfilter)
18883         (spam-bsfilter-register-spam-routine)
18884         (spam-bsfilter-unregister-spam-routine)
18885         (spam-bsfilter-register-ham-routine)
18886         (spam-bsfilter-unregister-ham-routine): New functions.
18887         (spam-generic-score): Support bsfilter; Accept an optional argument
18888         to recalcurate spam score even if scoring header has already been
18889         added.
18890         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18891         optional argument to recalcurate spam score even if scoring header
18892         has already been added.
18893
18894 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18895
18896         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18897         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18898         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18899         link is missing.
18900
18901 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18902
18903         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18904         (html2text-get-attr): Rewrite.
18905
18906         * message.el (message-setup-1): Remove redundant put-text-property
18907         on mail-header-separator.
18908
18909 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18910
18911         * gnus-registry.el (gnus-registry-cache-whitespace)
18912         (gnus-registry-action, gnus-registry-spool-action)
18913         (gnus-registry-split-fancy-with-parent): Change message levels
18914         from 5 to 3 or 7, as needed.
18915
18916         * spam.el (spam-summary-prepare-exit)
18917         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18918         (spam-split, spam-find-spam, spam-log-undo-registration)
18919         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18920         level from 5 to 6.
18921
18922 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18925         2004-03-04 change).
18926
18927 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18928
18929         * sieve-manage.el (sieve-manage-open):
18930         * nnweb.el (nnweb-insert-html):
18931         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18932         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18933         * nnspool.el (nnspool-request-group):
18934         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18935         * nnml.el (nnml-request-update-info):
18936         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18937         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18938         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18939         (nnimap-request-set-mark):
18940         * nnfolder.el (nnfolder-request-update-info):
18941         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18942         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18943         * gnus-uu.el (gnus-uu-find-articles-matching):
18944         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18945         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18946         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18947         * gnus-nocem.el (gnus-nocem-scan-groups):
18948         * gnus-int.el (gnus-start-news-server):
18949         * gnus-group.el (gnus-group-make-kiboze-group)
18950         (gnus-group-browse-foreign-server):
18951         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18952         Use mapc when appropriate.
18953
18954 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18955
18956         FIXME: Make separate entries for each person.
18957
18958         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18959         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18960         <shields@msrl.com>:
18961
18962         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18963         may need for spam sorting and scoring.
18964         (spam-user-format-function-S): Add user format function suitable for
18965         general use.
18966         (spam-article-sort-by-spam-status): Add sorting function for summary
18967         sorting.
18968         (spam-extra-header-to-number): Add function to get a score from a
18969         header.
18970         (spam-summary-score): Add function to get a numeric score from the
18971         headers.
18972         (spam-generic-score): Fix function doc, was in wrong place.
18973         (spam-initialize): Take symbols when it's run, and install the
18974         extra headers that spam-necessary-extra-headers thinks we need.
18975
18976 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18977
18978         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18979         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18980
18981 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18982
18983         * gnus-sum.el (gnus-set-global-variables)
18984         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18985         (gnus-article-get-xrefs, gnus-summary-best-group)
18986         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18987         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18988         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18989         Use with-current-buffer.
18990
18991 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18992
18993         * spam.el (spam-summary-prepare-exit): Simplify logic.
18994         (spam-fetch-article-header): Read the article header if it's not
18995         available.
18996         (spam-list-articles): Simplify logic.
18997         (spam-filelist-register-routine): Fix bug with unregister-list.
18998
18999         * gnus-registry.el: Fix comments at beginning.
19000
19001 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19002
19003         * message.el (message-cater-to-broken-inn): Remove.
19004         (message-shorten-references): Make sure the total folded length of
19005         References is shorter than 998 characters to cater to a bug in INN
19006         2.3.  Also, don't pretend that references aren't folded -- this
19007         hasn't worked for a while.
19008
19009 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19010
19011         * gnus-agent.el (gnus-agentize):
19012         gnus-agent-send-mail-real-function no longer set to current value
19013         of message-send-mail-function but rather a lambda that calls
19014         message-send-mail-function.  The change makes the agent real-time
19015         responsive to user changes to message-send-mail-function.
19016
19017 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19018
19019         * legacy-gnus-agent.el
19020         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19021         help from Florian Weimer <fw@deneb.enyo.de>
19022
19023 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * nnmail.el (nnmail-cache-insert): Revert last change.
19026
19027 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19028
19029         * nnmail.el (nnmail-cache-insert): Always check whether
19030         nnmail-cache-ignore-groups matches a group name.
19031
19032 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19033
19034         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19035         (spam-find-spam, spam-log-processing-to-registry)
19036         (spam-log-registered-p, spam-log-unregistration-needed-p)
19037         (spam-log-undo-registration): Use gnus-message instead of
19038         gnus-error, none of these errors are fatal.
19039
19040         * gnus-registry.el (gnus-registry-clean-empty-function)
19041         (gnus-registry-clean-empty): Remove only empty entries without
19042         extra data.
19043
19044 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19045
19046         * spam-stat.el (spam-stat-buffer-change-to-spam)
19047         (spam-stat-buffer-change-to-non-spam): Change (error) to
19048         (gnus-message 8) invocation.
19049
19050 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * nntp.el (nntp-via-netcat-command): New variable.
19053         (nntp-via-netcat-switches): New variable.
19054         (nntp-open-via-rlogin-and-netcat): New function.
19055         (nntp-open-connection-function): Doc fix.
19056         (nntp-telnet-command): Doc fix.
19057         (nntp-end-of-line): Doc fix.
19058         (nntp-via-rlogin-command): Doc fix.
19059         (nntp-via-user-name): Doc fix.
19060         (nntp-via-address): Doc fix.
19061
19062 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19065         error in Emacs 21.1.
19066
19067 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19068
19069         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19070
19071 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19072
19073         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19074         (gnus-agent-with-refreshed-group): New macro.
19075         (gnus-agent-rename-group): New function.
19076         (gnus-agent-delete-group): New function.
19077         (gnus-agent-save-group-info): Use gnus-command-method when
19078         `method' parameter is nil.  Don't write nil entries into the
19079         active file.
19080         (gnus-agent-get-group-info): New function.
19081         (gnus-agent-fetch-articles):
19082         Use gnus-agent-update-files-total-fetched-for to increment disk space
19083         used.
19084         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19085         Use gnus-agent-update-view-total-fetched-for to increment disk space
19086         used.
19087         (gnus-agent-get-local): Add optional parameters to avoid calling
19088         gnus-group-real-name and gnus-find-method-for-group.
19089         (gnus-agent-set-local): Delete stored entry if either min, or max,
19090         are nil.
19091         (gnus-agent-fetch-session): Reworded error/quit messages.
19092         On quit, use gnus-agent-regenerate-group to record existance of any
19093         articles fetched to disk before the quit occurred.
19094         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19095         gnus-agent-update-view-total-fetched-for, and
19096         gnus-agent-update-files-total-fetched-for to decrement disk space
19097         used.
19098         (gnus-agent-retrieve-headers):
19099         Use gnus-agent-update-view-total-fetched-for to increment disk space
19100         used.
19101         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19102         with gnus-agent-update-files-total-fetched-for to decrement disk
19103         space and fresh group buffer.
19104         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19105         (gnus-agent-need-update-total-fetched-for): New variable.
19106         (gnus-agent-update-files-total-fetched-for): New function.
19107         (gnus-agent-update-view-total-fetched-for): New function.
19108         (gnus-agent-total-fetched-for): New function.
19109
19110         * gnus-cache.el (gnus-cache-save-buffers):
19111         Use gnus-cache-update-overview-total-fetched-for to change disk space
19112         used by this group.
19113         (gnus-cache-possibly-enter-article):
19114         Use gnus-cache-update-file-total-fetched-for to increment disk space
19115         used by this group.
19116         (gnus-cache-possibly-remove-article):
19117         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19118         used by this group.
19119         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19120         (gnus-cache-rename-group): New function.
19121         (gnus-cache-delete-group): New function.
19122         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19123         (gnus-cache-need-update-total-fetched-for): New variable.
19124         (gnus-cache-with-refreshed-group): New macro.
19125         (gnus-cache-update-file-total-fetched-for): New function.
19126         (gnus-cache-update-overview-total-fetched-for): New function.
19127         (gnus-cache-rename-group-total-fetched-for): New function.
19128         (gnus-cache-delete-group-total-fetched-for): New function.
19129         (gnus-cache-total-fetched-for): New function.
19130
19131         * gnus-group.el: Require gnus-sum and autoload functions to
19132         resolve warnings when gnus-group.el compiled alone.
19133         (gnus-group-line-format): Documented new %F.
19134         (size of Fetched data) group line format; identifies disk space
19135         used by agent and cache.
19136         (gnus-group-line-format-alist): Defined new F format.
19137         (gnus-total-fetched-for): New function.
19138         (gnus-group-delete-group): No longer update
19139         gnus-cache-active-altered as gnus-request-delete-group now keeps
19140         the cache in sync.
19141         (gnus-group-list-active): Let the agent store a server's active
19142         list if currently plugged.
19143
19144         * gnus-int.el (gnus-request-delete-group):
19145         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19146         local disk in sync with the server.
19147         (gnus-request-rename-group):
19148         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19149         local disk in sync with the server.
19150
19151         * gnus-start.el (gnus-get-unread-articles):
19152         Cosmetic simplification to logic.
19153
19154         * gnus-util.el (gnus-rename-file): New function.
19155
19156 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19157
19158         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19159
19160 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19161
19162         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19163         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19164
19165 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19166
19167         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19168         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19169
19170 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19171
19172         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19173
19174 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19175
19176         * spam.el (spam-set-difference): Add function to replace
19177         gnus-set-difference in spam.el.
19178         (spam-summary-prepare-exit): Use spam-set-difference.
19179
19180 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19181
19182         * gnus-registry.el (gnus-registry-cache-file): Update to use
19183         gnus-dribble-directory OR gnus-home-directory OR ~.
19184         (gnus-registry-split-fancy-with-parent): Fix doc.
19185
19186 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19187
19188         * message.el (message-exchange-point-and-mark):
19189         Use message-mark-active-p.  Suggested by Jesper Harder
19190         <harder@ifa.au.dk>.
19191
19192 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19193
19194         * message.el (message-exchange-point-and-mark): Don't activate
19195         region if it was inactive.  Suggested by Hiroshi Fujishima
19196         <pooh@nature.tsukuba.ac.jp>.
19197
19198 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * gnus-art.el (article-display-face): Display Faces in the same
19201         order as X-Faces.
19202
19203 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19204
19205         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19206
19207 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19208
19209         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19210         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19211         (gnus-article-mime-hierarchy): Remove.
19212         (gnus-article-mime-hierarchy-next): Remove.
19213         (gnus-article-mode): Revert 2004-03-19 change.
19214         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19215         (gnus-insert-mime-button): Revert 2004-03-19 change.
19216         (gnus-mime-accumulate-hierarchy): Remove.
19217         (gnus-mime-enter-multipart): Remove.
19218         (gnus-mime-leave-multipart): Remove.
19219         (gnus-mime-display-part): Revert 2004-03-19 change.
19220         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19221
19222         * mml.el (mml-preview): Revert 2004-03-19 change.
19223
19224 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19225
19226         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19227
19228 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19231         t while entering a file name using the mm-with-multibyte macro.
19232         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19233
19234         * mm-util.el (mm-with-multibyte): New macro.
19235
19236 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19237
19238         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19239         New user option.
19240         (gnus-mime-multipart-functions): Doc and customization fix.
19241         (gnus-article-mime-hierarchy): New variable.
19242         (gnus-article-mime-hierarchy-next): New variable.
19243         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19244         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19245         gnus-article-mime-hierarchy-next to nil.
19246         (gnus-insert-mime-button): Show hierarchy numbers.
19247         (gnus-mime-accumulate-hierarchy): New function.
19248         (gnus-mime-enter-multipart): New function.
19249         (gnus-mime-leave-multipart): New function.
19250         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19251         (gnus-mime-display-alternative): Show hierarchy numbers.
19252
19253         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19254         gnus-article-mime-hierarchy-next to nil.
19255
19256 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19257
19258         * dns.el: Don't require gnus-xmas.
19259
19260 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19261
19262         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19263         inline PGP.
19264         (mml-menu): Disable mml-quote-region if mark is inactive.
19265
19266 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19267
19268         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19269         when the group's active is not available.
19270
19271 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19272
19273         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19274         error.
19275
19276 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19277
19278         * imap.el (imap-store-password): New variable.
19279         (imap-interactive-login): Use it.
19280         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19281
19282 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19283
19284         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19285         window-start and hscroll to summary window.
19286
19287 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19288
19289         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19290         conversion message to newsrc-dribble when an actual conversion is
19291         performed.
19292
19293 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19294
19295         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19296
19297 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19298
19299         * mm-decode.el (mm-complicated-handles): New function reviving
19300         former definition of mm-multiple-handles.
19301
19302         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19303         (gnus-mime-delete-part): Use it.
19304
19305 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19306
19307         * gnus-agent.el (gnus-agent-read-local):
19308         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19309         avoid the implicit assumption that they will always be equal.
19310         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19311         coding-system-for-write, as the with-temp-file macro first prints
19312         to a buffer then saves the buffer.
19313
19314 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19315
19316         * gnus-art.el (gnus-article-edit-part): New function.
19317         (gnus-mime-save-part-and-strip): Use it; do query instead of
19318         signaling an error; don't use mm-multiple-handles.
19319         (gnus-mime-delete-part): Ditto.
19320
19321 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19322
19323         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19324         old file versions.
19325         (gnus-group-prepare-hook): Remove function that converted list
19326         form of gnus-agent-expire-days to group properties.
19327
19328         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19329         (gnus-request-accept-article): Re-indented.
19330
19331         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19332         converters to handle old agent file formats.  Add logic for a
19333         "backup before upgrading warning".
19334         (gnus-convert-mark-converter-prompt): Developers can mark
19335         functions as needing (default), or not needing,
19336         gnus-convert-old-newsrc's "backup before upgrading warning".
19337         (gnus-convert-converter-needs-prompt): Tests whether the user
19338         should be protected from potentially irreversable changes by the
19339         function.
19340
19341         * legacy-gnus-agent.el: New.  Provides converters that are only
19342         loaded when gnus-convert-old-newsrc needs to call them.
19343
19344 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * mail-source.el (mail-source-touch-pop): Doc fix.
19347
19348         * message.el (message-smtpmail-send-it): Doc fix.
19349
19350 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19351
19352         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19353
19354         * nnmail.el (nnmail-split-fancy): do.
19355
19356         * gnus-kill.el (gnus-kill, gnus-execute): do.
19357
19358 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19359
19360         * gnus-sum.el (gnus-widget-reversible-match)
19361         (gnus-widget-reversible-to-internal)
19362         (gnus-widget-reversible-to-external): New functions.
19363         (gnus-widget-reversible): New widget.
19364         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19365
19366 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19367
19368         * gnus-sum.el (gnus-thread-sort-functions)
19369         (gnus-article-sort-functions): Document `(not F)' items.
19370
19371 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19372
19373         * spam.el (spam-use-gmane-xref): Add new backend.
19374         (spam-gmane-xref-spam-group): Add variable to control the name of the
19375         Gmane spam group.
19376         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19377         (spam-regex-headers-spam, spam-regex-headers-ham)
19378         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19379         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19380         backends and checks.
19381         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19382
19383         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19384         an autodetect method.
19385
19386 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19387
19388         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19389         articles are being added to a group.
19390         (gnus-request-replace-article): Inform the agent that articles
19391         need to be uncached as the cached contents are no longer valid.
19392
19393 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19394
19395         * binhex.el: Don't autoload executable-find.
19396
19397         * canlock.el: Don't autoload mail-fetch-field.
19398
19399         * dgnushack.el: Autoload c-mode for XEmacs.
19400
19401         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19402
19403         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19404         rmail-dont-reply-to and rmail-output.
19405
19406         * gnus-score.el: Don't autoload ffap-string-at-point.
19407
19408         * gnus-setup.el: Don't autoload sc-cite-original.
19409
19410         * imap.el: Don't autoload base64-decode-string,
19411         base64-encode-string and md5.
19412
19413         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19414         and rmail-msg-restore-non-pruned-header.
19415
19416         * mm-decode.el: Don't autoload executable-find.
19417
19418         * mm-url.el: Don't autoload executable-find.
19419
19420         * mm-view.el: Don't autoload diff-mode.
19421
19422         * nndb.el: Don't autoload news-reply-mode, news-setup,
19423         cancel-timer and telnet.
19424
19425         * password.el: Don't autoload run-at-time for Emacs.
19426
19427         * sha1-el.el: Don't autoload executable-find.
19428
19429         * sieve-mode.el: Don't autoload c-mode.
19430
19431         * uudecode.el: Don't autoload executable-find.
19432
19433 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19434
19435         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19436         (gnus-agent-possibly-alter-active): Avoid null in numeric
19437         comparison.
19438         (gnus-agent-set-local): Refuse to save null in local object table.
19439         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19440         list of articles that will be marked as unread.
19441
19442 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19443
19444         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19445
19446 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19447
19448         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19449         language tags.
19450
19451 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19452
19453         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19454         Don't bind "obarray".
19455
19456         * gnus-sum.el (gnus-thread-sort-functions):
19457         Add `gnus-thread-sort-by-most-recent-number' and
19458         `gnus-thread-sort-by-most-recent-date'.
19459         Reported by Kai Grossjohann <kai@emptydomain.de>.
19460
19461 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19462
19463         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19464
19465 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19466
19467         * gnus-cus.el (gnus-agent-customize-category):
19468         Remove ignore-errors macro reference that required cl to be loaded at
19469         run-time.
19470
19471         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19472         single-interval range of the form (min . max).  Previously the
19473         range had to look like ((min . max)).  Likewise, return
19474         (min . max) rather than ((min . max)).
19475         (gnus-range-map): Use gnus-range-normalize to accept
19476         single-interval range.
19477
19478         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19479         the cache, but not the agent, now appear with their usual face.
19480
19481         * dgnushack.el (loaddir): New variable that is bound to the
19482         directory containing the dgnushack.el file. Use loaddir, rather
19483         than srcdir, to update load-path. Change lets dgnushack compile
19484         code in directories other than GNUS/lisp.
19485
19486 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * lpath.el: Don't bind w3m-safe-url-regexp.
19489
19490         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19491         w3m-safe-url-regexp variable buffer-local.
19492
19493         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19494
19495 2004-02-27  Simon Josefsson  <jas@extundo.com>
19496
19497         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19498         gnus-group-real-prefix.
19499         (gnus-summary-move-article): Use it, instead of
19500         gnus-group-real-prefix.
19501
19502 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19503
19504         * lpath.el: Bind w3m-safe-url-regexp.
19505
19506         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19507         w3m-safe-url-regexp variable buffer-local and set it as the value
19508         of mm-w3m-safe-url-regexp.
19509
19510         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19511
19512         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19513         parsing gnus-posting-styles when the message is not for replying.
19514
19515         * dgnushack.el: Autoload sgml-mode for XEmacs.
19516
19517         * nnrss.el (nnrss-opml-export):
19518         Use mm-set-buffer-file-coding-system instead of
19519         set-buffer-file-coding-system.
19520
19521 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19522
19523         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19524         of checkdoc.el).
19525         * nnrss.el: do.
19526         * gnus-mlspl.el: do.
19527         * gnus-ml.el: do.
19528         * gnus-srvr.el: do.
19529
19530         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19531
19532 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19533
19534         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19535         Corrections to custom-manual links.
19536
19537         * gnus-art.el (gnus-article): Ditto.
19538
19539         * mm-decode.el (mime-display, mime-security): Ditto.
19540
19541 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19542
19543         * flow-fill.el: Typo.
19544
19545 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19546
19547         * spam-wash.el: New file.
19548
19549 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19550
19551         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19552
19553 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19554
19555         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19556         to be run with new-articles as LIST1, not LIST2.
19557         (spam-registration-functions): Add spam-use-ham-copy as a nil
19558         registration backend.
19559
19560 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19561
19562         * spam-stat.el (spam-stat-washing-hook): New option.
19563         (spam-stat-buffer-words): Use it.
19564         (spam-stat-process-directory, spam-stat-test-directory):
19565         Use insert-file-contents-literally.
19566         (spam-stat-coding-system): New variable.
19567         (spam-stat-load, spam-stat-save): Use it.
19568
19569 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * spam-report.el (spam-report-plug-agent):
19572         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19573
19574 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19575
19576         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19577         Allow / in mailto URLs.
19578
19579 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19580
19581         * spam-report.el (spam-report-process-queue): Fix interactive use.
19582         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19583         (spam-report-unplug-agent): Doc fixes.
19584         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19585         (spam-report-agentize, spam-report-deagentize): Autoload.
19586
19587 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19588
19589         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19590
19591         * message.el (message-setup-fill-variables): Add mml tags to
19592         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19593         <ajk@iu.edu>.
19594         (message-mode): Don't modify paragraph-separate there.
19595
19596 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * compface.el (uncompface-use-external): Default to undecided.
19599         (uncompface-use-external-threshold): New variable.
19600         (uncompface-float-time): New macro.
19601         (uncompface): Determine whether to use the external decoder if
19602         uncompface-use-external is undecided.
19603
19604 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19605
19606         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19607         after images.
19608
19609         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19610
19611 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19612
19613         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19614
19615         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19616
19617         * gnus-sum.el (gnus-summary-limit-to-age)
19618         (gnus-summary-limit-children): do.
19619
19620         * gnus-int.el (gnus-request-scan): do.
19621
19622         * gnus-group.el (gnus-group-suspend): do.
19623
19624         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19625
19626         * gnus-cite.el (gnus-cite-parse-attributions): do.
19627
19628         * gnus-agent.el (gnus-summary-set-agent-mark)
19629         (gnus-agent-regenerate-group): do.
19630
19631         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19632
19633         * binhex.el (binhex-decode-region-internal): do.
19634
19635 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19636
19637         * gnus-fun.el (gnus-face-properties-alist): New user option.
19638         (gnus-display-x-face-in-from): Use it.
19639
19640         * gnus-art.el (article-display-face): Ditto.
19641
19642         * compface.el (uncompface-use-external): Default to nil.
19643
19644 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19645
19646         * nntp.el (nntp-erase-buffer): New function.
19647         (nntp-retrieve-data, nntp-send-command)
19648         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19649         (nntp-possibly-change-group): Use it.
19650
19651         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19652         Use with-current-buffer.
19653
19654 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19655
19656         * compface.el: Merge the ELisp-based uncompface program.
19657         (compface): New customization group.
19658         (uncompface-use-external): New user option.
19659         (uncompface): Call uncompface-internal if uncompface-use-external
19660         is nil.
19661         (uncompface-internal): New function.  Note that there are also
19662         some other functions and variables added for this function.
19663
19664 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19665
19666         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19667         if necessary.
19668
19669 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19670
19671         * spam-report.el (spam-report-unplug-agent)
19672         (spam-report-plug-agent, spam-report-deagentize)
19673         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19674         Add support for the Agent in spam-report: when unplugged, report to a
19675         file; when plugged, submit all the requests.
19676
19677         * spam.el (spam-register-routine): Fix message about
19678         registration.
19679
19680 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19681
19682         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19683         dependencies.
19684         (rfc2047-encode): Use it.
19685
19686         * gnus-art.el (gnus-button-marker-list): Move before first
19687         reference.
19688
19689         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19690         (imap-parse-body): Fix format string mismatch.
19691
19692         * gnus-score.el (gnus-summary-increase-score): do.
19693
19694         * nnrss.el (nnrss-close): New function.
19695
19696 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19697
19698         * nnrss.el (nnrss-make-filename): New function.
19699         (nnrss-request-delete-group, nnrss-read-server-data)
19700         (nnrss-save-server-data, nnrss-read-group-data)
19701         (nnrss-save-group-data): Use it.
19702         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19703         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19704         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19705
19706 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19707
19708         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19709
19710 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19711
19712         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19713         files.
19714
19715         * message.el (message-generate-headers-first): Don't quote nil
19716         and t in docstrings.
19717
19718         * imap.el (imap-id): do.
19719
19720         * gnus-agent.el (gnus-agent-consider-all-articles)
19721         (gnus-agent-queue-mail): do.
19722
19723 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19724
19725         * spam-report.el (spam-report-process-queue): New function.
19726         Process requests from `spam-report-requests-file'.
19727         (spam-report-process-queue): Doc fix.
19728
19729 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19730
19731         * spam.el (spam-register-routine)
19732         (spam-log-processing-to-registry, spam-log-registered-p)
19733         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19734         Change "check" to "spam-check" for semi-clarity.
19735
19736 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19737
19738         * pop3.el: Require nnheader.
19739
19740         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19741
19742         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19743
19744         * gnus-picon.el: Require cl.
19745
19746         * gnus-fun.el: Require gnus-ems and gnus-util.
19747
19748         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19749
19750         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19751
19752         * gnus-art.el (gnus-article-edit-mode): Define before first
19753         reference.
19754
19755 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19756
19757         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19758         (gnus-uu-post-encoded): Use point-at-bol.
19759
19760         * gnus-topic.el (gnus-group-active-topic-p): do.
19761
19762         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19763
19764         * gnus-group.el (gnus-group-kill-region): do.
19765
19766         * gnus-art.el (article-date-ut): do.
19767
19768         * message.el (message-fetch-field): Remove redundant
19769         case-fold-search binding.
19770         (message-narrow-to-field): Simplify.
19771
19772 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19773
19774         * spam.el (spam-directory): Derive from `gnus-directory'.
19775
19776         * spam-report.el (spam-report-url-to-file)
19777         (spam-report-requests-file): New function and variable for offline
19778         reporting.
19779         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19780         and user defined function.
19781         (spam-report-url-ping-mm-url): Remove doubled slash.
19782
19783 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19784
19785         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19786
19787 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19788
19789         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19790         Fix format string mismatch.
19791
19792         * sieve.el (sieve-deactivate-all): do.
19793
19794         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19795
19796         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19797
19798         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19799
19800         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19801
19802 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19803
19804         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19805         the list of checks.
19806
19807 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19808
19809         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19810         padding.
19811
19812 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19813
19814         * mm-view.el (mm-fill-flowed): New variable.
19815         (mm-inline-text): Use it.
19816
19817 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19818
19819         * spam.el (spam-spamassassin-register-ham-routine)
19820         (spam-spamassassin-register-spam-routine): Fix function names.
19821
19822 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * gnus.el (gnus-tmp-grouplens): Remove.
19825         (gnus-summary-line-format): Remove grouplens.
19826
19827         * gnus-group.el (gnus-group-line-format): Ditto.
19828
19829         * gnus-spec.el (gnus-format-specs): Ditto.
19830         (gnus-update-format-specifications): Flush the group format spec
19831         cache if there's the grouplens stuff.
19832         (gnus-parse-simple-format): Replace %l with the empty string.
19833
19834 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19835
19836         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19837         omission.
19838
19839 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19840
19841         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19842         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19843
19844 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19845
19846         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19847         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19848         New macros and functions.
19849         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19850         Handle > NLINK_MAX messages.
19851         * nnmaildir.el (nnmaildir-request-set-mark):
19852         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19853
19854 2004-01-25  Alex Schroeder  <alex@gnu.org>
19855
19856         * spam-stat.el (spam-stat-process-directory-age): New option.
19857         (spam-stat-process-directory): Use it.
19858
19859 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19860
19861         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19862         (spam-stat-save): Accept prefix argument.
19863
19864 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19865
19866         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19867         links" error.
19868
19869 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19870
19871         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19872         the rest of the and/or forms.
19873
19874 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19875
19876         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19877         compatibility with old .newsrc.eld files.
19878
19879         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19880
19881         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19882
19883         * gnus-start.el (gnus-1): do.
19884
19885         * gnus-group.el (gnus-group-line-format-alist): do.
19886
19887         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19888
19889         * gnus-gl.el: Remove.
19890
19891 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19892
19893         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19894         marks consisting of a single range {for example, (3 . 5)} rather
19895         than a list of a single range { ((3 . 5)) }.
19896
19897 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19898
19899         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19900         Use with-current-buffer.
19901         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19902         avoid consing a string.
19903
19904         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19905         Remove obsolete entries for big5 and gb2312.
19906
19907 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19908
19909         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19910         uncompressed list.
19911
19912 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19913
19914         * spam-stat.el (spam-stat-strip-xref): New function.
19915         (spam-stat-process-directory): Use it.
19916
19917         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19918         here -- it's done in message-fetch-field.
19919
19920 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19921
19922         * gnus-agent.el (gnus-agent-queue-mail)
19923         (gnus-agent-prompt-send-queue): New variables.
19924         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19925         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19926         "nndraft:queue" along to gnus-draft-send.
19927         Use gnus-agent-prompt-send-queue.
19928         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19929         is "nndraft:queue".  Suggested by Gaute Strokkenes
19930         <gs234@srcf.ucam.org>
19931
19932         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19933         (agent-enable-undownloaded-faces): Add.
19934         (gnus-agent-cat-groups): Use eval-and-compile, not
19935         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19936         method of gnus-agent-cat-groups even when the buffer has been
19937         evaled.
19938         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19939         delete gnus-agent-save-active-1.
19940         (gnus-agent-save-groups): Delete.  Identical to
19941         gnus-agent-save-active.
19942         (gnus-agent-write-active): No longer adjust agent's copy of active
19943         file as agent's adjustments are now stored in their own
19944         file.  Remove optional parameter.
19945         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19946         servers.  Add use of min/max range limits from server's local
19947         file.
19948         (gnus-agent-save-alist): Remove unused optional argument.
19949         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19950         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19951         (gnus-agent-set-local): A per-server file that keeps min/max range
19952         limits for articles known to the agent.  Provides a fast mechanism
19953         for altering many active ranges.
19954         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19955         active file (local makes it unnecessary).
19956         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19957
19958         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19959         (agent-enable-undownloaded-faces): Add.
19960
19961         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19962         disable it when sending to "nndraft:queue".
19963         (gnus-group-send-queue): Add safety check to avoid sending queue
19964         when unplugged.
19965
19966         * gnus-group.el (gnus-group-catchup): Use new
19967         gnus-sequence-of-unread-articles, not
19968         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19969         numbers of articles.  Use gnus-range-map to avoid having to
19970         uncompress the unread list.
19971         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19972         Fix invalid ange-ftp reference.
19973
19974         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19975         (gnus-sorted-range-intersection): Intersection of two ranges
19976         without requiring that they first be uncompressed.
19977
19978         * gnus-start.el (gnus-activate-group): Unless blocked by the
19979         caller, possibly expand the active range to include both cached
19980         and agentized articles.
19981         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19982         multiple version-dependent converters.
19983         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19984         gnus-agent-save-active.
19985         (gnus-save-newsrc-file): Save dirty agent range limits.
19986
19987         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19988         gnus-agent-possibly-alter-active.
19989         (gnus-adjust-marked-articles): Faster handling of simple lists.
19990
19991 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19992
19993         * spam-stat.el (spam-stat-test-directory): New optional argument
19994         displays a list of files detected.  Suggested by Andrew Cohen
19995         <cohen@andy.bu.edu>.
19996         (spam-stat-buffer-words-with-scores): Don't narrow and change
19997         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19998
19999 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20000
20001         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20002         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20003         (spam-spamassassin-arguments)
20004         (spam-spamassassin-spam-flag-header)
20005         (spam-spamassassin-positive-spam-flag-header)
20006         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20007         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20008         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20009         (spam-list-of-processors, spam-list-of-checks)
20010         (spam-list-of-statistical-checks, spam-registration-functions)
20011         (spam-check-spamassassin-headers, spam-check-spamassassin)
20012         (spam-spamassassin-score)
20013         (spam-spamassassin-register-with-sa-learn)
20014         (spam-spamassassin-register-spam-routine)
20015         (spam-spamassassin-register-ham-routine)
20016         (spam-assassin-register-spam-routine)
20017         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20018         (spam-bogofilter-score): Fix to show article before scoring.
20019
20020 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20021
20022         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20023         default scoring function.
20024         (spam-generic-score): Call spam-spamassassin-score if
20025         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20026         spam-bogofilter-score otherwise.
20027
20028         * gnus.el (spam-process, spam-autodetect-methods):
20029         Add spamassassin and spamassassin-headers.
20030
20031 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20032
20033         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20034         Suppress unnecessary messages.
20035
20036 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20037
20038         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20039         make-hash-table.
20040
20041 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20042
20043         * canlock.el (base64-encode-string): Don't autoload it.
20044
20045 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20046
20047         * run-at-time.el: Remove useless (require 'itimer),
20048         eval-and-compile and (featurep 'xemacs).
20049
20050 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20051
20052         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20053         GROUP is a virtual group.
20054
20055 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20056
20057         * gnus.el: Autoload `message-y-or-n-p'.
20058
20059 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20060
20061         * pgg-parse.el: Remove unnecessary (require 'custom).
20062
20063         * pgg-def.el: do.
20064
20065         * nnmail.el: do.
20066
20067         * gnus-undo.el: do.
20068
20069         * gnus-picon.el: do.
20070
20071         * gnus-util.el: do.
20072
20073 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20074
20075         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20076
20077 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20078
20079         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20080         handle, as well as a list.
20081
20082         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20083         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20084         (mm-w3m-cid-retrieve): Simplify.
20085
20086 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20087
20088         * message.el (message-kill-to-signature): Allow prefix arg to
20089         specify number of lines to keep before signature.
20090
20091 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20092
20093         * message.el (message-kill-to-signature): Change docstring.
20094
20095 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20096
20097         * canlock.el: Always require sha1-el.
20098         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20099
20100         * message.el: Autoload sha1 only when compiling.
20101
20102         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20103         eudc-expand-inline for XEmacs.
20104
20105 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20106
20107         * message.el (message-canlock-generate): Require sha1-el.
20108
20109 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20110
20111         * message.el (message-expand-name): Silence the byte compiler.
20112
20113         * lpath.el: Add detect-coding-system.
20114
20115         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20116         cus-edit.
20117
20118 2004-01-13  Simon Josefsson  <jas@extundo.com>
20119
20120         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20121         Invoke gnus-score-mode.
20122         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20123
20124         * gnus-range.el (gnus-compress-sequence): Doc fix.
20125         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20126
20127 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20128
20129         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20130
20131 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20132
20133         * spam.el (spam-get-article-as-string): Update to use
20134         gnus-request-article-this-buffer, much simpler.
20135         (spam-get-article-as-buffer): Remove.
20136
20137 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20138
20139         * message.el (message-expand-name): Use EUDC if the user uses that.
20140
20141 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20142
20143         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20144         character for the encoding to avoid consing a string.
20145
20146         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20147         unnecessarily.
20148
20149         * mm-util.el (mm-replace-chars-in-string): Remove.
20150
20151         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20152         of mm-replace-chars-in-string.
20153
20154 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20155
20156         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20157
20158         * mm-util.el (mm-subst-char-in-string): Support inplace.
20159
20160         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20161         a new string in every iteration.  Use shy groups.
20162
20163 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20164
20165         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20166         * gnus-soup.el (gnus-soup-group-brew):
20167         * gnus-msg.el (gnus-put-message):
20168         * gnus-move.el (gnus-group-move-group-to-server):
20169         * gnus-kill.el (gnus-batch-score):
20170         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20171         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20172         (gnus-group-update-group, gnus-group-read-group)
20173         (gnus-group-make-group, gnus-group-make-help-group)
20174         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20175         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20176         (gnus-group-sort-by-unread, gnus-group-catchup)
20177         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20178         (gnus-group-yank-group, gnus-group-set-info)
20179         (gnus-group-list-groups):
20180         * gnus.el (gnus-generate-new-group-name):
20181         * gnus-delay.el (gnus-delay-send-queue):
20182         * nnvirtual.el (nnvirtual-catchup-group):
20183         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20184         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20185         (gnus-group-prepare-topics, gnus-topic-check-topology):
20186         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20187         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20188         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20189         (gnus-group-make-articles-read):
20190         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20191         (gnus-group-change-level, gnus-kill-newsgroup)
20192         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20193         (gnus-get-unread-articles, gnus-make-articles-unread)
20194         (gnus-make-ascending-articles-unread): Use accessor
20195         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20196         to get group information for improved readability.
20197
20198
20199 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20200
20201         * gnus-art.el (article-decode-mime-words, article-babel)
20202         (gnus-article-highlight-signature, gnus-article-add-buttons)
20203         (gnus-signature-toggle): Use gnus-with-article-buffer.
20204
20205         * gnus-art.el (gnus-article-highlight-headers)
20206         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20207
20208         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20209         (gnus-article-set-globals, gnus-request-article-this-buffer)
20210         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20211         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20212         (gnus-mime-display-alternative): Use with-current-buffer.
20213
20214 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20215
20216         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20217         also under 80 char limit, and call gnus-error if needed.
20218         (spam-fetch-article-header): Fix - it was a
20219         buffer-local variable (gnus-newsgroup-data).
20220         (spam-find-spam): Use spam-generate-fake-headers, forget about
20221         spam-insert-fake-headers.
20222         (spam-insert-fake-headers): Remove.
20223
20224 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20225
20226         * deuglify.el (gnus-article-outlook-unwrap-lines)
20227         (gnus-outlook-rearrange-article)
20228         (gnus-outlook-repair-attribution-outlook)
20229         (gnus-outlook-repair-attribution-block)
20230         (gnus-outlook-repair-attribution-other): Remove redundant
20231         save-excursion.
20232
20233 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20234
20235         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20236         (spam-fetch-field-subject-fast)
20237         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20238         (spam-fetch-article-header): Add functions to deal with Gnus
20239         internals for fast retrieval of article header data.
20240         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20241
20242 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20243
20244         * pop3.el (pop3-md5): Remove.
20245         (pop3-apop): Replace pop3-md5 with md5.
20246
20247         * mm-bodies.el: base64 is always built-in.
20248
20249         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20250         Use with-current-buffer.
20251
20252 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * canlock.el (canlock-insert-header): Remove excessive grouping in
20255         regexp.
20256
20257         * gnus-sum.el (gnus-summary-read-document): Ditto.
20258
20259         * gnus-uu.el (gnus-uu-part-number): Ditto.
20260
20261         * html2text.el (html2text-remove-tags): Ditto.
20262         (html2text-format-tags): Ditto.
20263         (html2text-format-single-elements): Ditto.
20264
20265         * mml.el (mml-parse-1): Ditto.
20266
20267 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20268
20269         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20270
20271         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20272
20273         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20274
20275         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20276
20277 2003-11-15  Simon Josefsson  <jas@extundo.com>
20278
20279         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20280         (pgg-gpg-lookup-key): Use regexp match instead of
20281         split-string (split-string is different between emacs 21.2 and
20282         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20283
20284 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20285
20286         * gnus-art.el (gnus-mime-view-all-parts)
20287         (gnus-article-part-wrapper, gnus-article-view-part):
20288         Use with-current-buffer.
20289
20290 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20291
20292         * spam.el (spam-disable-spam-split-during-ham-respool)
20293         (spam-spamoracle-database, spam-cache-lookups)
20294         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20295         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20296         (spam-group-ham-marks, spam-group-spam-marks)
20297         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20298         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20299         also add spam-use-blackholes to the statistical checks.
20300         (spam-fetch-field-fast): Add interface to fetching fields, may
20301         become a macro.
20302         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20303         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20304         (spam-insert-fake-headers): Fake an article when needed.
20305         (spam-find-spam): Fake article when possible.
20306         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20307         (spam-check-bogofilter-headers): Use message-fetch-field instead
20308         of nnmail-fetch-field.
20309
20310 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20311
20312         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20313
20314 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20315
20316         * spam.el (spam-split): Do not require spam-use-CHECK to be
20317         enabled if that check is passed to spam-split explicitly; also
20318         fix so 'spam doesn't get converted to spam-split-group when
20319         spam-split-symbolic-return is t.
20320         (spam-find-spam): Find registrations of the article and use those
20321         instead of re-running spam-split to find the spam/ham
20322         classification of the article.
20323         (spam-log-processing-to-registry, spam-log-registered-p)
20324         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20325         Use gnus-error instead of gnus-message.
20326         (spam-log-registration-type): Add function to determine the
20327         classification of a message based on registry entries; will
20328         return nil if both 'spam and 'ham are found.
20329         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20330         a reasonably fast local cache without the loading errors.
20331         (spam-cache-lookups): Set to t by default.
20332         (spam-find-spam): Don't try to guess spam-cache-lookups.
20333         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20334         spam-caches entry.
20335         (spam-filelist-build-cache, spam-filelist-check-cache):
20336         Fix caching of whitelist/blacklist entries.
20337         (spam-check-whitelist, spam-check-blacklist):
20338         Invoke spam-from-listed-p with a type, not a cache variable.
20339         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20340
20341 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20342
20343         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20344
20345         * nnmail.el (nnmail-split-fancy): do.
20346
20347         * mml.el (mml-parse): do.
20348
20349         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20350         (gnus-score-adaptive): do.
20351
20352 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20353
20354         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20355         (gnus-mime-button-map): Don't set keymap parent.
20356         (gnus-button-ctan-directory-regexp): Use shy grouping.
20357         (gnus-prev-page-map): Don't set keymap parent.
20358         (gnus-prev-page-map): Remove duplicated one.
20359         (gnus-next-page-map): Don't set keymap parent.
20360         (gnus-mime-security-button-map): Ditto.
20361
20362         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20363         version number.
20364
20365         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20366
20367 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20368
20369         * canlock.el (canlock-sha1-function): Remove.
20370         (canlock-sha1-function-for-verify): Remove.
20371         (canlock-openssl-program): Remove.
20372         (canlock-openssl-args): Remove.
20373         (canlock-ignore-errors): Remove.
20374         (canlock-sha1-with-openssl): Remove.
20375         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20376         (canlock-verify): Don't use canlock-ignore-errors.
20377
20378         * sha1-el.el (sha1-string-external): Make it can return a string
20379         in binary form.
20380         (sha1-region-external): Ditto.
20381         (sha1-string-internal): Ditto.
20382         (sha1-region-internal): Ditto.
20383         (sha1-region): Ditto.
20384         (sha1-string): Ditto.
20385         (sha1): Ditto.
20386
20387 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20388
20389         * spam.el (spam-report-articles-gmane): New command.
20390
20391 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20392
20393         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20394
20395         * run-at-time.el (run-at-time-saved): Remove.
20396         (run-at-time): Doc fix.
20397
20398 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20399
20400         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20401         (gnus-summary-limit-map): Add it.
20402         (gnus-summary-make-menu-bar): do.
20403
20404 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20405
20406         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20407         Make attempt at some caching support (done for BBDB only now).
20408         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20409         addresses to be checked.
20410         (spam-clear-cache-BBDB): Add function, to be invoked by
20411         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20412         (spam-check-BBDB): Check and use the caches, if
20413         spam-cache-lookups is on, remove superfluous (provide).
20414
20415 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20416
20417         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20418
20419 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20420
20421         * run-at-time.el (run-at-time-saved): Move to after the definition
20422         of `run-at-time'.
20423
20424         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20425
20426 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20427
20428         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20429         mm-w3m-local-map-property.
20430
20431         * mm-view.el (mm-w3m-mode-map): Remove.
20432         (mm-w3m-local-map-property): Remove.
20433         (mm-inline-text-html-render-with-w3m): Don't use
20434         mm-w3m-local-map-property.
20435
20436 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20437
20438         * run-at-time.el: New file.
20439
20440         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20441         under Emacs.
20442
20443         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20444         of gnus-set-text-properties.
20445
20446         * gnus-uu.el (gnus-uu-save-article): Ditto.
20447
20448         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20449
20450         * gnus-cite.el (gnus-cite-parse): Ditto.
20451
20452         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20453         of gnus-.
20454
20455         * gnus-xmas.el (run-at-time): Require run-at-time.
20456
20457         * gnus.el: Change calls to nnheader-run-at-time and
20458         password-run-at-time throughout to use run-at-time directly.
20459
20460         * password.el: Remove definition of run-at-time.
20461
20462         * nnheaderxm.el: Remove definition of run-at-time.
20463
20464 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20465
20466         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20467         in prompt.
20468
20469 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20470
20471         * messagexmas.el (message-xmas-redefine): Alias
20472         `message-make-caesar-translation-table' to
20473         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20474         version.
20475
20476         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20477         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20478         `gnus-xmas-set-text-properties'.
20479         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20480         `gnus-xmas-completing-read'.
20481         (gnus-xmas-completing-read): Removed.
20482         (gnus-xmas-open-network-stream): Removed.
20483
20484         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20485         XEmacs version.
20486
20487         * dns.el (dns-make-network-process): Use `open-network-stream'
20488         instead of `gnus-xmas-open-network-stream'.
20489
20490         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20491
20492         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20493
20494 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20495
20496         * gnus-art.el (gnus-mime-display-alternative)
20497         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20498         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20499         Don't use gnus-local-map-property.
20500
20501         * gnus-util.el (gnus-local-map-property): Remove.
20502
20503         * mm-view.el (mm-view-pkcs7-decrypt):
20504         Replace gnus-completing-read-maybe-default with completing-read.
20505
20506         * gnus-util.el (gnus-completing-read): do.
20507         (gnus-completing-read-maybe-default): Remove.
20508
20509 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20510
20511         * password.el: Only autoload `run-at-time' if not XEmacs.
20512         Only autoload the itimer functions if XEmacs.
20513
20514 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20515
20516         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20517         XEmacsen.
20518
20519         * dgnushack.el: Autoload executable-find for XEmacs.
20520
20521 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20522
20523         * gnus-art.el (gnus-read-string): Remove.
20524         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20525         read-string.
20526
20527 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20528
20529         * netrc.el: Autoload password-read.
20530         (netrc): Add configuration group.
20531         (netrc-encoding-method, netrc-openssl-path):
20532         Add variables for encoding and decoding of files with symmetric
20533         ciphers.
20534         (netrc-encode): Add assistant function to encode a file with
20535         netrc-encoding-method.
20536         (netrc-parse): Add interactive parameter, added optional
20537         decoding if netrc-encoding-method is non-nil but otherwise
20538         behavior is standard.
20539         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20540         Do s/encode/encrypt/ everywhere.
20541
20542         * spam.el: Remove executable-find autoload.
20543
20544 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20545
20546         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20547
20548         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20549
20550 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20551
20552         * gnus-art.el (gnus-treat-ansi-sequences)
20553         (article-treat-ansi-sequences): New variable and function.
20554         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20555
20556         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20557         Use it.
20558
20559 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20560
20561         * mm-util.el (mm-quote-arg): Remove.
20562
20563         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20564         shell-quote-argument.
20565
20566         * gnus-uu.el (gnus-uu-command): do.
20567
20568         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20569
20570         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20571         with make-char.
20572
20573         * mm-util.el (mm-make-char): Remove.
20574
20575         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20576         add-minor-mode.
20577
20578         * gnus-undo.el (gnus-undo-mode): do.
20579
20580         * gnus-topic.el (gnus-topic-mode): do.
20581
20582         * gnus-sum.el (gnus-dead-summary-mode): do.
20583
20584         * gnus-start.el (gnus-slave-mode): do.
20585
20586         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20587
20588         * gnus-ml.el (gnus-mailing-list-mode): do.
20589
20590         * gnus-gl.el (gnus-grouplens-mode): do.
20591
20592         * gnus-draft.el (gnus-draft-mode): do.
20593
20594         * gnus-dired.el (gnus-dired-mode): do.
20595
20596         * gnus-ems.el (gnus-add-minor-mode): Remove.
20597
20598         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20599         Replace gnus-char-width with char-width.
20600
20601         * gnus-ems.el (gnus-char-width): Remove.
20602
20603         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20604         Replace gnus-char-width with char-width.
20605
20606         * gnus-ems.el (gnus-char-width): Remove.
20607
20608         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20609         definition.
20610         Remove Emacs 20 hash table compatibility code.
20611
20612         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20613         20 compatibility code.
20614
20615         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20616
20617         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20618
20619         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20620         Replace with point-at-{eol,bol}.
20621
20622         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20623
20624         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20625
20626         * flow-fill.el (fill-flowed-point-at-bol)
20627         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20628
20629         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20630         Replace with point-at-{eol,bol} throughout all files.
20631
20632 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20633
20634         * ntlm.el (ntlm-string-as-unibyte): New macro.
20635         (ntlm-build-auth-response): Use it.
20636
20637         Remove Emacs 20 stuff:
20638         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20639         (butlast, mapc, remove): Remove the compiler macros.
20640         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20641         of delq and copy-sequence.
20642         * gnus-art.el (popup-menu): Remove the compiler macro.
20643         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20644         Emacs 20.
20645
20646 2004-01-05  Simon Josefsson  <jas@extundo.com>
20647
20648         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20649         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20650         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20651         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20652         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20653         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20654         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20655         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20656         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20657         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20658         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20659         string-xor into ntlm-string-xor.
20660         Suggested by Jesper Harder <harder@myrealbox.com>.
20661
20662         * ntlm.el: Don't include poem.
20663
20664         * md4.el (print-int32, print-string-hexa): Remove.
20665         Suggested by Jesper Harder <harder@myrealbox.com>.
20666
20667         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20668
20669         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20670         probably breaks emacs with DL patch, but do we care? Is anyone
20671         still using the DL stuff?)
20672
20673         * sieve-manage.el: Use the password package.
20674         (sieve-manage-read-passwd): Remove.
20675         (sieve-manage-interactive-login): Use password.  Re-add
20676         condition-case around loop.
20677
20678         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20679         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20680         Use the password package.
20681
20682 2003-02-19  Simon Josefsson  <jas@extundo.com>
20683
20684         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20685         token.
20686
20687 2002-08-07  Simon Josefsson  <jas@extundo.com>
20688
20689         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20690         (sieve-manage-authenticators):
20691         (sieve-manage-authenticator-alist): Add some SASL mechs.
20692         (sieve-sasl-auth): New function.
20693         (sieve-manage-cram-md5-auth):
20694         (sieve-manage-plain-auth): Rewrite using SASL library.
20695         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20696         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20697         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20698         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20699
20700 2004-01-05  Simon Josefsson  <jas@extundo.com>
20701
20702         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20703         New files.
20704
20705 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20706
20707         * gnus-group.el (gnus-no-groups-message): Update.
20708
20709         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20710
20711 2003-11-09  Simon Josefsson  <jas@extundo.com>
20712
20713         * imap.el: Support for ID IMAP extension (RFC 2971).
20714         (imap-local-variables): Add imap-id.
20715         (imap-id): New variable.
20716         (imap-id): New function.
20717         (imap-parse-response): Parse untagged ID response.
20718         * nnimap.el (nnimap-id): New variable.
20719         (nnimap-open-connection): Use it.
20720
20721 2003-12-28  Simon Josefsson  <jas@extundo.com>
20722
20723         * gnus-score.el (gnus-score-edit-all-score): New.
20724         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20725
20726 2004-01-04  Simon Josefsson  <jas@extundo.com>
20727
20728         * password.el: Add.
20729
20730 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20731
20732         * dns.el (dns-query-types): Fix typo.
20733         (dns-query-types): New function.
20734         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20735         PTR and SOA replies, see RFC 1035.
20736
20737 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20738
20739         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20740
20741         * Move to Changelog.2.
20742
20743 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20744
20745         * gnus.el (gnus-version-number): Bump version.
20746
20747 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20748
20749         * gnus.el: No Gnus v0.1 is released.
20750
20751 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20752
20753         * gnus.el: No Gnus v0.0 is released.
20754
20755 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20756
20757         * gnus.el (gnus-version-number): Bump.
20758         (gnus-version): No.
20759
20760 See ChangeLog.2 for earlier changes.
20761
20762   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20763
20764   This file is part of GNU Emacs.
20765
20766   GNU Emacs is free software: you can redistribute it and/or modify
20767   it under the terms of the GNU General Public License as published by
20768   the Free Software Foundation, either version 3 of the License, or
20769   (at your option) any later version.
20770
20771   GNU Emacs is distributed in the hope that it will be useful,
20772   but WITHOUT ANY WARRANTY; without even the implied warranty of
20773   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20774   GNU General Public License for more details.
20775
20776   You should have received a copy of the GNU General Public License
20777   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20778
20779 ;; Local Variables:
20780 ;; coding: utf-8
20781 ;; fill-column: 79
20782 ;; add-log-time-zone-rule: t
20783 ;; End: