Merge branch 'master' of https://git.gnus.org/gnus into tzz-auth-source-rewrite
[gnus] / lisp / ChangeLog
1 2011-02-08  Julien Danjou  <julien@danjou.info>
2
3         * message.el (message-options): Make message-options a local variable.
4
5 2011-02-07  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6
7         * auth-source.el (auth-source-secrets-search)
8         (auth-source-user-or-password): Use `append' instead of `nconc'.
9         (auth-source-user-or-password): Build return list better and protect
10         against nil :secret.
11
12 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
13
14         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
15         `secrets-get-attributes' instead of `secrets-get-attribute'.
16         (auth-source-secrets-search): Limit search when `max' is greater than
17         number of results.
18
19 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
20
21         * nnimap.el (nnimap-update-info): Refactor slightly.
22         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
23         (nnimap-update-info): Clean up slightly.
24         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
25         characters.
26         (nnimap-process-quirk): Renamed function to avoid collision.
27         (nnimap-update-info): Fix macrology bug-out.
28         (nnimap-update-info): Simplify split history test.
29
30 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
31
32         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
33         part not returning any data.
34
35         * proto-stream.el (open-protocol-stream): Document the return value.
36
37 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
38
39         * auth-source.el (auth-source-secrets-search): Add examples.
40
41 2011-02-06  Julien Danjou  <julien@danjou.info>
42
43         * message.el (message-setup-1): Handle message-generate-headers-first
44         set to t.
45
46 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
49         API with a string "secrets:collection-name" and with 'default.
50         (auth-source-backend-parse): Parse "secrets:collection-name" and
51         'default.  Recurse on parses instead of repeating code.  Use the
52         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
53         message when ignoring a source.
54         (auth-source-search): List ignored search keys at the top level.
55         (auth-source-netrc-create): Use `case' instead of `cond'.
56         (auth-source-secrets-search): Created with TODOs.
57         (auth-source-secrets-create): Created with TODOs.
58         (auth-source-retrieve, auth-source-create, auth-source-delete)
59         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
60         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
61         (auth-source-user-or-password-sftp)
62         (auth-source-user-or-password-smtp): Removed.
63         (auth-source-user-or-password): Deprecated and modified to be a wrapper
64         around `auth-source-search'.  Not tested thoroughly.
65
66 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
67
68         * auth-source.el: Bring in assoc and eioeio libraries.
69         (secrets-enabled): New variable to track the status of the Secrets API.
70         (auth-source-backend): New EIOEIO class to represent a backend.
71         (auth-source-creation-defaults): New variable to set prompt defaults
72         during token creation (see the `auth-source-search' docstring for
73         details).
74         (auth-sources): Simplify to allow a simple string as a netrc backend
75         spec.
76         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
77         (auth-source-backend-parse-parameters): Fill in the backend parameters.
78         (auth-source-search): Main auth-source API entry point.
79         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
80         (auth-source-search-collection): Helper function for searching.
81         (auth-source-netrc-parse, auth-source-netrc-normalize)
82         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
83         Supports search, create, and delete.
84         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
85         backend stubs.
86         (auth-source-user-or-password): Call `auth-source-search' but it's not
87         ready yet.
88
89 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
90
91         * message.el (message-setup-1): Remove the read-only stuff, since it
92         doesn't work under XEmacs, for some reason.
93
94         * gnus-sum.el (gnus-user-date): Renamed back from
95         gnus-summary-user-date since user code refers to it.
96
97         * shr.el (shr-render-td): Store the actual background colour used.
98
99         * message.el (message-setup-1): Don't bind the constant
100         -forbidden-properties.
101         (message-setup-1): Revert previous change, since it needs to bind the
102         props to insert them.
103         (message-resend): Allow removing the read-only separator line.
104
105 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
106
107         * nnimap.el (nnimap-request-accept-article): Give an error message if
108         the APPEND wasn't successful.
109
110 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
111
112         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
113         that have no groups.
114
115 2011-02-03  Julien Danjou  <julien@danjou.info>
116
117         * gnus-draft.el: Remove progn around gnus-draft-setup.
118
119 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus-start.el (gnus-read-active-for-groups): This function is never
122         called with a nil `infos', so clean that up.
123         (gnus-get-unread-articles): Request active files from primary/secondary
124         methods that have no groups (yet).
125
126 2011-02-03  Julien Danjou  <julien@danjou.info>
127
128         * message.el (message-setup-1): Always generate References first.
129         (message-mail): Return the return value of message-setup, not always t.
130         (message-setup-1): Insert mail-header-separator with read-only and
131         intangible properties set.
132
133         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
134         user-date in docstring.
135
136         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
137
138         * gnus.el (gnus-summary-line-format): Mention &user-date format in
139         docstring.
140
141         * gnus.el (gnus-user-date-format-alist): Change default value. Use
142         defcustom, with type and group. Move from gnus-util.el. Rename to
143         gnus-summary-user-date-format-alist.
144
145 2011-02-03  Glenn Morris  <rgm@gnu.org>
146
147         * nnimap.el (gnus-fetch-headers): Declare.
148
149         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
150
151 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
152
153         * message.el (message-forward-make-body-digest-plain)
154         (message-followup, message-reply): Clean up things noted by Stefan.
155
156         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
157         gnus-article-update-date-headers is nil.
158         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
159         it didn't really work with defcustom.
160         (article-update-date-lapsed): Make sure the window start doesn't move,
161         either.
162
163 2011-02-01  Julien Danjou  <julien@danjou.info>
164
165         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
166         format.
167
168         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
169         standard in Emacs nowadays.
170
171         * color.el (color-gradient): Add a color-gradient function.
172
173 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
174
175         * message.el (message-expand-name): Don't trust the return value of
176         bbdb-complete-name.
177         (message-check-news-header-syntax): Remove unused var `start'.
178         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
179         (message-inhibit-body-encoding): Move to before first use.
180         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
181         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
182         (Organization, Message-ID, Date, mh-previous-window-config):
183         Defvar the vars using dynamic scoping.
184
185 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
186
187         * shr.el (shr-render-td): Only do colours at the final rendering.
188         Should be slightly faster.
189         (shr-insert-table): Fix up TD background colours when doing the
190         vertical padding.
191
192         * gnus-art.el (article-date-ut): Protect against articles with no Date
193         header.
194         (article-update-date-lapsed): Don't use current-column to find the
195         horizontal position.  It's fragile in the presence of \003 characters.
196
197         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
198
199 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus-art.el (article-transform-date): Rewrite to still work when
202         there are several rfc2822 parts.
203         (article-transform-date): Fix infinite recursion.
204         (article-date-ut): Replace infinitely many Date headers with a single
205         one when called interactively.
206
207         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
208         secure manner.
209
210         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
211         move around by not using save-window-excursion.  It seems to work...
212
213 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * gnus-art.el (article-make-date-line): Work for user-defined format.
216
217 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
218
219         * nntp.el (nntp-retrieve-group-data-early)
220         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
221         fetching functions.
222
223         * gnus-start.el (gnus-read-active-for-groups): Read the active files
224         thoroughly for all backends that have no known groups.  This should
225         allow new nnml methods to retrieve mail.
226
227         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
228         that Gnus doesn't know exists again.
229
230         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
231         (gnus-treat-date-ut): Ditto.
232         (gnus-article-update-date-header): Renamed.
233         (gnus-treat-date-local): Removed.
234         (gnus-treat-date-english): Removed.
235         (gnus-treat-date-lapsed): Removed.
236         (gnus-treat-date-combined-lapsed): Removed.
237         (gnus-treat-date-original): Removed.
238         (gnus-treat-date-iso8601): Removed.
239         (gnus-treat-date-user-defined): Removed.
240         (gnus-article-date-headers): New variable to control all the date
241         header options.
242         (article-date-ut): Rewrite to allow using the new way to format date
243         headers(s).
244
245 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
246
247         * nnmail.el (nnmail-article-group): Check for a direct fancy split
248         method.
249         (nnmail-article-group): A better test for fanciness.
250
251         * nnimap.el (nnimap-request-head): Protect against not finding the
252         article by Message-ID.
253
254 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
255
256         * gnus-art.el (article-update-date-lapsed): Try a better way to really
257         keep point at the "same place".
258
259 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
260
261         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
262         data if the group is unactivated.
263
264 2011-01-28  Julien Danjou  <julien@danjou.info>
265
266         * gnus-win.el: Remove dead function gnus-window-configuration-element.
267         (gnus-all-windows-visible-p): Remove old compatibility code.
268         (gnus-window-top-edge): Add docstring.
269
270         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
271
272 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
273
274         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
275         older request-update-info.
276
277         * gnus-art.el (article-make-date-line): Limit the length a bit more.
278
279 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
280
281         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
282         mml2015-signers higher precedence over mml2015-sign-with-sender.
283
284 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
287         groups.  This makes the nndraft:queue group pop up if it's not already
288         there.
289
290         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
291         messages" logic, which was reversed.
292
293         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
294         the "same place" even if point is on the line being replaced.
295         (article-update-date-lapsed): Allow updating both the combined lapsed
296         and the lapsed headers.
297         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
298         (article-make-date-line): Limit the number of segments dynamically to
299         avoid too-long lines.
300
301 2011-01-27  Julien Danjou  <julien@danjou.info>
302
303         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
304         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
305
306 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
309         Use plist-get instead of the cl function getf.
310
311 2011-01-27  Glenn Morris  <rgm@gnu.org>
312
313         * gnus-util.el (float-time): Get rid of compiler warning, again.
314
315 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
316
317         * shr.el (shr-put-color): Special-case background colours: Do put them
318         at the blank parts at the front of the lines.
319
320         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
321         exit hook to nix out all data on readedness on group exit.
322
323         * gnus-util.el (float-time): If float-time is bound, always use it on
324         all Emacsen.  It's unclear why the subrp check was there.
325         (time-date): Require to make some autoload issues on XEmacs go away.
326
327         * shr.el (shr-put-color): Don't do the box padding in tables, since
328         they're already padded.
329
330 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
331
332         * gnus-art.el (gnus-article-next-page): When the last line of the
333         article is displayed, scroll down once more instead of going to the
334         next article at once.
335         (article-lapsed-string): Refactor out and allow specifying how many
336         segments you want.
337         (gnus-article-setup-buffer): Start updating the lapsed header directly.
338         (gnus-article-update-lapsed-header): New variable.
339
340         * shr.el: Revert change that made headings use different-sized faces.
341         The Emacs display engine isn't advanced enough that, for instance,
342         tables can comfortably use differntly-sized faces.
343
344 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
345
346         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
347         used.
348         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
349         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
350         we're using an encrypted connection.
351
352         * proto-stream.el: Alter the interface functions to also return the
353         actual stream type used: network or tls.
354
355 2011-01-25  Julien Danjou  <julien@danjou.info>
356
357         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
358         (mm-display-javascript-inline): New function.
359
360         * mm-decode.el (mm-inline-media-tests): Add application/javascript
361         viewing function.
362
363 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * shr.el (shr-expand-newlines): Fix variable name.
366
367 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
368
369         * shr.el (shr-expand-newlines): Make nested boxes work.
370
371 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
372
373         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
374         backgrounds.
375         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
376         in a more sensible manner.
377
378 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
379
380         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
381         if EPG is loaded.
382
383 2011-01-24  Julien Danjou  <julien@danjou.info>
384
385         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
386         tags.
387
388 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
389
390         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
391         commands.
392
393         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
394         in the article buffer.
395         (gnus-gravatar-insert): Use blank space from the current buffer to
396         avoid breaking text properties.  This makes X-Sent updating work again.
397
398         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
399
400 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
403         fix the bug in url-http.el instead.
404
405         * shr.el (shr-image-fetched): Ditto.
406
407         * shr.el (shr-image-fetched): Avoid having point move in the article
408         buffer.
409
410         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
411         buffer after being called.  It's apparently being killed by url.el, and
412         killing it made point move to end-of-buffer in a random buffer.
413
414         * shr.el (shr-image-fetched): Ditto.
415
416 2011-01-23  Julien Danjou  <julien@danjou.info>
417
418         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
419
420         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
421         text/x-org.
422
423 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
424
425         * gnus-sum.el (gnus-summary-move-article): Protect against backends
426         (i.e., nnimap) returning nil as the article number.
427
428 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
429
430         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
431         "DelSp" parameter in RFC3676.
432
433 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
434
435         * message.el (message-check-recipients): Display the encoded version of
436         the bogus address if they differ.
437
438         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
439         after sending.
440
441         * gnus-agent.el (gnus-agent-send-mail): Ditto.
442
443         * gnus-group.el (gnus-group-refresh-group): New convenience function.
444
445         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
446         group buffer after sending the queue.
447
448         * gnus-agent.el (gnus-agent-send-mail): Ditto.
449
450 2011-01-22  Julien Danjou  <julien@danjou.info>
451
452         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
453
454 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
455
456         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
457         nested related parts.
458
459         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
460         unexpired articles.  This fixes the regression that led expiry marks to
461         disappear from nnfolder groups.
462
463 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
464
465         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
466         Don't confuse the "ret" of "retrograde" with RET.
467
468 2011-01-21  Julien Danjou  <julien@danjou.info>
469
470         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
471         than mm-insert-inline.
472
473 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
476         Widen article buffer.
477
478 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
479
480         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
481         the temp buffer.
482         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
483
484 2011-01-20  Julien Danjou  <julien@danjou.info>
485
486         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
487
488         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
489         than mm-insert-inline to insert inline part: this respect
490         mm-inline-media-tests displayers.
491
492         * mm-view.el (mm-display-shell-script-inline): New function.
493
494         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
495
496         * mm-uu.el (mm-uu-type-alist): Add org block.
497         (mm-uu-org-src-code-block-extract): New function.
498
499         * mm-view.el (mm-display-org-inline): New function.
500
501         * mm-decode.el (mm-automatic-display): Add text/org.
502
503         * mailcap.el (mailcap-mime-extensions): Add .org.
504
505 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * gnus-art.el (gnus-article-highlight): Remove argument passed to
508         gnus-article-add-buttons.
509
510 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
511
512         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
513         From header with a date and "nobody" as the sender.
514
515 2011-01-19  Julien Danjou  <julien@danjou.info>
516
517         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
518         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
519         if you have the same regexp several times.
520         (gnus-button-push): Fix matching when regexp is symbol.
521
522 2011-01-15  Glenn Morris  <rgm@gnu.org>
523
524         * message.el (message-mail): A compose-mail function should
525         accept headers as strings.
526
527 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
528
529         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
530         Add :vert-only tags.
531         (message-mail): New arg RETURN-ACTION.
532         (message-return-action): New var.
533         (message-bury): Use it.
534         (message-mode): Make it buffer-local.
535         (message-send-and-exit): Always call message-bury.
536
537         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
538         message-mail.
539
540 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * nnimap.el (nnimap-convert-partial-article): Protect against
543         zero-length body parts.
544
545         * mm-decode.el (mm-preferred-alternative-precedence):
546         Discourage showing empty parts.
547
548         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
549         and stuff if the backend didn't return the article number.  This fixes
550         an Exchange-related nnimap bug.
551
552         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
553         group window, because it does the wrong thing when a separate frame
554         displays the group buffer.
555
556         * proto-stream.el (open-protocol-stream): Protect against the low-level
557         transport functions returning nil.
558
559 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
560
561         * mml2015.el (epg-sub-key-fingerprint): Autoload.
562         (mml2015-epg-find-usable-secret-key): New function.
563         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
564         mml2015-epg-find-usable-key (Bug#7797).
565         (mml2015-epg-encrypt): Ditto.
566
567 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * dgnushack.el (rot13-string): Fix the way to get the argument.
570
571 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
574
575 2011-01-03  Glenn Morris  <rgm@gnu.org>
576
577         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
578
579         * sieve.el (sieve-open-server): Give a more explicit error if
580         sieve-manage-open returns nil.  (Bug#7720)
581
582 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
583
584         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
585
586 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
589         This avoids sending passwords in plain text over non-encrypted
590         channels.
591
592         * shr.el (shr-rescale-image): Display all GIF images as animated images.
593
594         * nnimap.el (nnimap-login): Refactored out into own function, and
595         implement CRAM-MD5.
596         (nnimap-wait-for-line): Refactored out.
597
598         * mm-view.el (mml-smime): Require.
599
600 2010-12-20  David Engster  <deng@eml.cc>
601
602         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
603         use EPG to decrypt S/MIME messages instead of openssl.
604
605 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
608
609         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
610         status is the group clearly is unreachable.
611
612         * auth-source.el (auth-source-create): Add the optional second
613         parameter to `local-variable-p' to be compatible with XEmacs.
614
615 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
616
617         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
618         work when using a compressed nnml folder.
619
620 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
623         backends after sanitising on entry, because this never makes sense:
624         If the articles have gone missing, then the data no longer exists on
625         the backend, and if they haven't, then Gnus is wrong, and shouldn't
626         overwrite anything anyway.
627
628         * shr.el (shr-insert-document): Bind shr-width dynamically to
629         window-width if it's nil.
630
631 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
632
633         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
634         with the meaning of using the full emacs window width for rendering.
635
636 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
637
638         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
639         case when sender is not given.
640
641 2010-12-23  Julien Danjou  <julien@danjou.info>
642
643         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
644         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
645         the addresses, otherwise we might misplaced the gravatar.
646
647 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
648
649         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
650         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
651         obsolete in Emacs.
652
653 2010-12-20  Julien Danjou  <julien@danjou.info>
654
655         * gnus-util.el (gnus-rescale-image): Revert last change.
656
657 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
658
659         * binhex.el: Improve commentary (Bug#7482).
660
661 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-group.el (gnus-group-delete-articles): New command.
664
665 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
666
667         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
668
669 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
672         here, since it's up to the backends to do CRLF removal if their
673         protocol has it.
674
675         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
676
677 2010-12-17  Julien Danjou  <julien@danjou.info>
678
679         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
680         they are from file. Can also scale up.
681
682 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
683
684         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
685         gnus-use-agent.
686         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
687
688         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
689
690 2010-12-17  Julien Danjou  <julien@danjou.info>
691
692         * gravatar.el (gravatar-retrieve-synchronously): New function.
693         (gravatar-get-data): Make more robust.
694
695 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
698
699 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
702         to really consider the last line.
703
704 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
705
706         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
707         list of recipient keys, or use symmetric encryption if not a list.
708         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
709         EPA override, replacing the call to `netrc-store-data'.
710
711 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
712
713         * gnus-srvr.el: Avoid passing nil regexp argument to
714         delete-matching-lines.
715
716 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
719         fetching stops when Gnus exits.
720
721         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
722         function.
723         (nnfolder-request-expire-articles): Save all the buffers after doing
724         expiry.
725
726         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
727         the last article", since that led to serious performance regressions
728         when expiring nnml groups.
729
730 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
731
732         * nnir.el: Improve customizations.
733
734 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
737
738         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
739         group has been killed.
740         (gnus-group-yank-group): Ditto.
741
742         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
743
744         * nnimap.el (nnimap-request-update-group-status): New function.
745
746         * gnus-int.el (gnus-request-update-group-status): New interface
747         function.
748
749         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
750         copying read-ness to the backends.
751
752         * nnimap.el (nnimap-quirk): New function.
753         (nnimap-retrieve-group-data-early): Use it.
754         (nnimap-quirks): New alist.
755
756 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * shr.el (shr-insert): Set shr-start after deleting trailing space;
759         don't delete it within indentation.
760
761 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
764         previous line.
765
766 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
769         QRESYNC command by deleting a superfluous space which broke Cyrus
770         servers.  This change will break other servers that are buggy the other
771         way around.
772
773 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
774
775         * spam.el: Reindent and fix long lines.
776         (spam-copy-or-move-routine): Exclude invalid move destinations.
777
778 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
779
780         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
781         installed the registry.
782
783 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
786
787 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
788
789         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
790         groupname doesn't contain "gmane".
791
792 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
795         and netrc-bound-and-true-p bindings.
796         (netrc-parse): Cache the netrc contents.
797
798         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
799         (gnus-1): Don't create the nndrafts group twice.
800         (gnus-setup-news): There's no need to read the active file here, since
801         that's done again later on a per-backend basis.
802         (gnus-start-draft-setup): Make sure that the new group is started out
803         empty.
804
805         * gnus-agent.el (gnus-agentize): Don't create the queue group
806         automatically on startup.  It'll be created later, if needed.
807
808         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
809         of automatically subscribed groups.
810         (gnus-auto-subscribed-categories): New variable.
811         (gnus-matches-options-n): Use it.
812         (gnus-default-subscribed-newsgroups): Remove unused variable.
813         (gnus-start-draft-setup): Message a bit less.
814
815 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
816
817         * nnir.el (nnir-run-imap): Return article list in order of increasing
818         UID.
819
820 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * gnus-sum.el (gnus-summary-enter-digest-group):
823         Mention gnus-auto-select-on-ephemeral-exit.
824
825         * proto-stream.el (proto-stream-open-network-only): Fix the calling
826         convention of the network-only option.
827
828 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * proto-stream.el (proto-stream-open-network-only): New function to
831         have a way to specify non-STARTTLS upgrade connections.
832
833 2010-12-10  Julien Danjou  <julien@danjou.info>
834
835         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
836         email address is nil.
837
838         * message.el (message-bogus-recipient-p): Set address to "" if nil.
839
840 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
841
842         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
843         deletion.
844         (nnir-run-imap): Only need to parse list once.
845
846 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * shr.el (shr-tag-script): Ignore <script>.
849         (shr-tag-label): Add <label> support.
850
851 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
854
855         * shr.el (shr-image-displayer): Work for images lined side by side.
856
857 2010-12-08  Robert Pluim  <rpluim@gmail.com>
858
859         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
860         parameter, since XEmacs doesn't accept t as a parameter.
861
862 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
863
864         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
865         ids.
866         (nnir-run-gmane): Simplify groupspec formatting.
867         (nnir-request-expire-articles): New function.
868
869 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
872         overflow, possibly.
873
874         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
875         (shr-render-td): Handle td style="" better.
876         (shr-tag-table): Use the color from the style sheet.
877         (shr-render-td): Make sure we copy over all the overlays, too.
878
879 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
880
881         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
882         (nnir-request-article): Improve article retrieval.
883
884 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * mm-util.el (mm-extra-numeric-entities): New variable.
887
888         * mm-url.el (mm-url-decode-entities):
889         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
890
891         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
892
893 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
894
895         * message.el: Use completion-at-point.
896         (message-completion-function): New fun, extracted from message-tab.
897         (message-mode): Use it for completion-at-point-functions.
898         (message-tab): Use it and completion-at-point.
899
900 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
903         character if a non-breakable character follows.
904
905 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
908         any stream.
909
910         * shr.el (shr-tag-font): Colorize the region.
911         (shr-tag-body): Ditto.
912         (shr-tag-font): Actually let the styles be inherited instead of
913         overwriting them.
914         (shr-tag-font): Get the background color right.
915         (shr-tag-style): Ignore all <style> tags for the moment.
916
917         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
918         a Message-ID to avoid having nnimap depend on gnus-sum.
919
920         * shr.el (shr-descend): Only colorize something if we have a node that
921         sets colors.
922
923 2010-12-06  Julien Danjou  <julien@danjou.info>
924
925         * shr.el (shr-render-td): Render td content with shr-descend, so style
926         will be applied to <td> too.
927         (shr-colorize-region): Colorize region even if we only have a background.
928         (shr-tag-body): Fix color and background color inheritance.
929         Do not recolorize after shr-generic.
930         (shr-tag-font): Let shr-generic colorize via inheritance.
931
932 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
935
936 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
937
938         * nnir.el (nnir-request-move-article): Remove obsolete code.
939
940 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
943
944 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * gnus-sum.el (gnus-summary-respool-article): The completion function
947         expects a list instead of an alist.
948
949         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
950         string as the parameter.
951
952         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
953
954         * shr.el (shr-stylesheet): New dynamic variable for cascading the
955         styles.
956         (shr-colorize-region): New function.
957         (shr-insert-background-overlay): Remove.
958         (shr-render-td): Background setting should be taken care of on a higher
959         level.
960         (shr-tag-body): Use post-hoc colorizations.
961         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
962         (shr-put-color-1): Don't overwrite old colors.
963         (shr-colorize-region): When the background color isn't explicit, use
964         a fixed background.
965
966         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
967         nnmail variables.
968
969 2010-12-05  Bjørn Mork  <bjorn@mork.no>
970
971         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
972         unless necessary.
973
974 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
975
976         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
977         server.
978
979 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
982         so that TAB works.
983
984         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
985         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
986
987         * shr.el (shr-urlify): Show the URL before the title to avoid
988         misleading URLs.
989
990 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
991
992         * shr.el (shr-urlify): Display the title in <a> tags.
993
994 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
995
996         * nnir.el (nnir-categorize): Replace mapcar with mapc.
997
998 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
999
1000         * nnir.el: Rearrange code to allow macros to be autoloaded by
1001         gnus-sum.el.
1002         (nnir-retrieve-headers-override-function): Make this variable
1003         customizable.
1004         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1005
1006         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1007         from nnir.el.
1008
1009 2010-12-03  Julien Danjou  <julien@danjou.info>
1010
1011         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1012
1013 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1016         allow optional argument `environment'.
1017
1018 2010-12-03  Glenn Morris  <rgm@gnu.org>
1019
1020         * mm-extern.el (message-goto-body): Update declaration.
1021
1022 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-util.el (gnus-macroexpand-all): New function.
1025
1026         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1027         instead of macroexpand-all that is unavailable in XEmacs.
1028
1029 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1030
1031         * nnir.el (nnir-summary-line-format): New variable.
1032         (nnir-mode): Use it.
1033         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1034         (nnir-article-ids): Reimplement as defsubst.
1035         (nnir-retrieve-headers): Don't mangle the subject header.
1036         (nnir-run-imap): Use 100 as RSV score.
1037         (nnir-run-find-grep): Fix for full server searching.
1038         (nnir-run-gmane): Better restriction to gmane groups.
1039
1040         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1041         summary buffers.
1042
1043 2010-12-02  Julien Danjou  <julien@danjou.info>
1044
1045         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1046
1047         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1048
1049         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1050         support.
1051
1052 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1053
1054         * nnir.el: Update to handle the registry better.
1055         (autoload): Silence byte-compiler.
1056         (nnir-open-server): Add a hook for nnir groups.
1057         (nnir-request-move-article): Don't mangle the header. Better to use
1058         formating variables (which will be added in the future).
1059         (nnir-registry-action): Update the registry using the original article
1060         group name.
1061         (nnir-mode): Install nnir-specific hooks for updating the registry.
1062
1063         * gnus-sum.el
1064         (gnus-article-original-subject,gnus-newsgroup-original-name):
1065         Remove obsolete variables.
1066         (gnus-summary-move-article): Remove use of obsolete variables.
1067         (gnus-summary-local-variables): Make move and delete hooks local to
1068         summary buffers.
1069
1070 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * rtree.el: New file.
1073
1074 2010-12-01  Julien Danjou  <julien@danjou.info>
1075
1076         * message.el (message-user-organization): Do not use
1077         gnus-local-organization.
1078
1079         * gnus.el: Remove gnus-local-organization.
1080
1081         * gnus-msg.el: Remove nastygram thing.
1082
1083 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1084
1085         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1086         funcall.
1087
1088 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1091         names.
1092
1093         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1094         characters.
1095
1096         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1097         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1098         Suggested by Štěpán Němec <stepnem@gmail.com>.
1099         (gnus-gravatar-transform-address): Use mail-extract-address-components
1100         that supports non-ASCII names rather than mail-header-parse-addresses.
1101
1102 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * proto-stream.el (open-protocol-stream): All starttls connections are
1105         handled by the network handler.
1106
1107 2010-11-30  Julien Danjou  <julien@danjou.info>
1108
1109         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1110         (nnimap-open-connection-1): Fix PREAUTH.
1111
1112         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1113
1114 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1117         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1118         (shr-insert): Use them.
1119         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1120
1121 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1122
1123         * nnir.el (nnir-request-move-article): Bail out if original group
1124         doesn't support article moves.
1125         (nnir-get-active): Improve active list retrieval.
1126
1127 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1130
1131 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1132
1133         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1134         seem to accept strings-with-numbers as port numbers,
1135
1136 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1137
1138         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1139         change the registry.
1140
1141 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1144         delete-dups that is not available in XEmacs 21.4.
1145
1146         * mm-util.el (mm-delete-duplicates): Add comment.
1147
1148 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1149
1150         * nnir.el (nnir-ignored-newsgroups): New variable.
1151         (nnir-get-active): Use it.
1152
1153 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * proto-stream.el (proto-stream-open-network): Add some comments.
1156
1157         * nntp.el (nntp-open-connection): Provide a :success condition.
1158
1159         * nnimap.el (nnimap-open-connection-1): Ditto.
1160
1161         * proto-stream.el (proto-stream-open-network): See what the response to
1162         the STARTTLS command is.
1163
1164         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1165         backwards compatibility).
1166         (nnimap-open-connection-1): Really respect nnimap-server-port.
1167
1168         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1169         TLS upgrades we don't really care about the identity of the peer.
1170         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1171         that what we've checked for.
1172         (proto-stream-always-use-starttls): Only default to t if
1173         open-gnutls-stream exists.
1174         (proto-stream-open-network): If STARTTLS failed, then just open a
1175         normal connection.
1176         (proto-stream-open-network): Wait until the greeting before doing
1177         STARTTLS.
1178
1179         * nntp.el (nntp-open-connection): Report what the connection error is.
1180
1181         * proto-stream.el (open-protocol-stream): Rename from
1182         open-proto-stream.
1183
1184 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * nnimap.el (nnimap-stream): Change default to `undecided'.
1187         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1188         first, and then network.
1189         (nnimap-open-connection-1): Respect nnimap-server-port.
1190         (nnimap-open-connection): Be more backwards-compatible.
1191
1192         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1193         (proto-stream-open-starttls): De-duplicate the starttls code.
1194         (proto-stream-open-starttls): Folded back into the main function.
1195         (proto-stream-open-network): Fix typo in the gnutls path.
1196         (proto-stream-command): Refactor out.
1197
1198         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1199
1200         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1201         starttls.el STARTTLS.
1202
1203         * color.el (color-lab->srgb): Fix function call name.
1204
1205         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1206         if we're using tls.el.
1207         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1208         built in, then don't try to establish a STARTTLS connection.
1209
1210         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1211         servers.
1212
1213         * proto-stream.el (open-proto-stream): Use network, not stream.
1214         (open-proto-stream): Add a way to specify what the end of a command is.
1215
1216         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1217         connections types.
1218         (nntp-open-network-stream): Remove.
1219         (nntp-open-ssl-stream): Remove.
1220         (nntp-open-tls-stream): Remove.
1221         (nntp-ssl-program): Remove.
1222
1223         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1224
1225 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1226
1227         * nnir.el: Fix typos.
1228         (nnir-retrieve-headers-override-function): Rename variable to reflect
1229         new semantics.
1230         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1231         macros.
1232         (nnir-request-article, nnir-request-move-article): Use them.
1233         (nnir-categorize): New function.
1234         (nnir-run-query): Use it.
1235         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1236         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1237         sorted.
1238         (nnir-group-full-name): Use gnus-group-full-name instead.
1239         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1240         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1241
1242 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1245
1246         * proto-stream.el: New library to provide protocol-specific
1247         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1248         protocols.
1249         (open-proto-stream): Complete the documentation.
1250         (proto-stream-open-network): Fix some typos.
1251
1252         * nnimap.el (nnimap-open-connection): Use it.
1253
1254 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1255
1256         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1257         negotiation.
1258
1259 2010-11-26  Julien Danjou  <julien@danjou.info>
1260
1261         * color.el: Rename various rgb functions to srgb.
1262
1263 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1266         names.
1267
1268 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * shr.el (shr-insert): Revert last change.
1271         (shr-find-fill-point): Never leave point being at bol;
1272         relax the kinsoku limitation when rendering tables.
1273
1274 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1277         results from -accept-article.
1278
1279         * shr-color.el: Require cl when compiling.
1280
1281         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1282         checkin.
1283
1284         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1285
1286         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1287
1288         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1289         'add and 'delete to set backend marks.
1290
1291         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1292
1293         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1294
1295         * nntp.el (nntp-request-set-mark): Use it.
1296
1297         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1298
1299         * nnml.el (nnml-request-set-mark): Ditto.
1300
1301         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1302         introduces regressions in article selection.
1303         (nnimap-find-uid-response): New function.
1304         (nnimap-request-accept-article): Use the UID returned, if any.
1305         (nnimap-request-move-article): Use the UID returned, if any.
1306         (nnimap-get-groups): Reimplement to work with folded lines.
1307         (nnimap-find-uid-response): The UID is the last element in the list.
1308         (nnimap-request-set-mark): Extend syntax with 'set.
1309
1310         * nnml.el (nnml-request-set-mark): Ditto.
1311
1312         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1313
1314         * nntp.el (nntp-request-set-mark): Ditto.
1315
1316 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * message.el (message-called-interactively-p): A temporary macro.
1319         (message-goto-body): Use it temporarily.
1320
1321 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1324         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1325         (nnimap-last-response-string): Fix last unfolding fix.
1326
1327 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * shr.el (shr-insert): Fix the way to fold lines.
1330
1331 2010-11-25  Julien Danjou  <julien@danjou.info>
1332
1333         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1334
1335         * color.el: Rename from color-lab.el
1336         (color-rgb->hex): Add.
1337         (color-complement): Add.
1338         (color-complement-hex): Add.
1339
1340         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1341
1342 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1345         don't exist.
1346
1347 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1350         assuming that article displaying or another mml-preview may be
1351         interrupted for an error or for the like.
1352
1353         * shr.el (shr-get-background): Fix argument name.
1354
1355 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1358
1359         * gnus-sum.el (gnus-summary-include-articles): New function.
1360
1361         * message.el (message-goto-body): called-interactively-p needs a
1362         parameter, so use `any'.
1363
1364         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1365         clear marks before moving, since they're synced from the Gnus side
1366         first.
1367
1368         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1369         (gnus-summary-move-article): Copy over all marks before moving, so that
1370         IMAP doesn't think a new article has arrived.
1371
1372 2010-11-24  Julien Danjou  <julien@danjou.info>
1373
1374         * shr.el (shr-insert-background-overlay): Fix typo.
1375         (shr-render-td): Copy the background before rendering.
1376
1377         * shr-color.el (shr-color-visible): Fix docstring.
1378
1379         * shr.el (shr-tag-table): Add bgcolor support.
1380         (shr-render-td): Add bgcolor support.
1381         (shr-get-background): Add.
1382         (shr-insert-foreground-overlay): Use shr-get-background.
1383
1384         * message.el (message-goto-body): Use called-interactively-p.
1385         (message-in-body-p): message-goto-body returns point.
1386
1387 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1390         Fixes something or other in Emacs 23, and is backwards compatible.
1391
1392         * message.el (message-goto-body): Remove the <#secure special-casing,
1393         which is too special.
1394
1395         * shr.el (shr-parse-style): Drop !important from styles.
1396
1397 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1398
1399         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1400         this function to return incorrect results when calling it with an
1401         explicit article argument different from
1402         (gnus-summary-article-number).
1403
1404 2010-11-24  Julien Danjou  <julien@danjou.info>
1405
1406         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1407         (shr-tag-body): Add background support.
1408         (shr-descend): Add background support.
1409         (shr-tag-title): Add.
1410
1411         * shr-color.el (shr-color-visible): Really return original background
1412         if fixed.
1413
1414 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * shr.el (shr-color-check): Protect against non-existant colour names.
1417
1418 2010-11-24  Julien Danjou  <julien@danjou.info>
1419
1420         * color-lab.el: Require 'cl when compiling.
1421
1422         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1423
1424         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1425         matched part.
1426
1427         * color-lab.el: Fix all expt calls to use float type.
1428
1429 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1432         expression to shr-color-check as is.
1433
1434         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1435
1436         * color-lab.el: Add coding cookie.
1437         (float-pi): Use eval-and-compile.
1438
1439         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1440         compiled for Emacsen having no `libxml-parse-html-region' support.
1441
1442 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * shr.el (shr-insert-color-overlay): Split stuff like
1445         "#444444 !important" to find the real colour.
1446         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1447         parse <font color="red"> entries.
1448
1449 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1450
1451         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1452         point when parsing headers.
1453
1454         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1455         is positioned properly when parsing headers.
1456
1457 2010-11-23  Julien Danjou  <julien@danjou.info>
1458
1459         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1460
1461         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1462
1463         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1464
1465         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1466         Use shr-color-hue-to-rgb.
1467         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1468
1469 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * shr.el (shr-color->hexadecimal): Autoload.
1472         (shr-descend): Add color to all tags.
1473
1474 2010-11-22  Julien Danjou  <julien@danjou.info>
1475
1476         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1477         shr-color->hexadecimal.
1478
1479         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1480         RGB() or HSL() color representation.
1481
1482         * shr.el (shr-tag-font): Add.
1483         (shr-tag-color-check): New function to get better colors.
1484         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1485         tag-span.
1486
1487         * shr-color.el: New file.
1488
1489         * color-lab.el: New file.
1490
1491         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1492
1493 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1494
1495         * nnir.el: Fix typo in comments.
1496         (nnir-run-imap): Simplify code. No need to reverse artlist.
1497         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1498
1499 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1502
1503         * nnimap.el (nnimap-get-capabilities): Refactor out.
1504         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1505
1506 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1507
1508         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1509         appearing when `mm-uu-hide-markers' is nil.
1510
1511 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * nnimap.el (nnimap-unselect-group): Make into its own function.
1514         (nnimap-request-rename-group): Unselect group before renaming.
1515         This had gotten lost somewhere.
1516         (nnimap-request-accept-article): Keep track of examined groups, and
1517         unselect the group before APPENDing to read-only groups.
1518         (nnimap-request-move-article): Clear flags before moving so that they
1519         can be re-set later.
1520
1521 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1524         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1525
1526 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * gnus-art.el (gnus-mime-display-single)
1529         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1530         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1531         parameter.
1532
1533 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1536         (shr-table-vertical-line): New variable.
1537         (shr-insert-table): Use it.
1538
1539 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * gnus-html.el (gnus-html-wash-images): Don't display images if
1542         gnus-inhibit-images is non-nil; register displayer for cid images.
1543         (gnus-html-display-image): Work for cid image.
1544         (gnus-html-insert-image): Allow arguments.
1545         (gnus-html-put-image): Inhibit read-only.
1546         (gnus-html-prefetch-images): Don't prefetch images if
1547         gnus-inhibit-images is non-nil.
1548
1549 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * shr.el (shr-put-image): Break lines when inserting big pictures.
1552
1553 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1554
1555         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1556         sender, thanks Katsumi Yamaoka.
1557
1558 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1559
1560         * nnir.el (nnir-run-imap): Reverse the article list for each group
1561         rather than the whole list.
1562
1563 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * shr.el (shr-image-displayer): Protect function against non-existent
1566         image source.
1567
1568         * gnus-art.el (gnus-inhibit-images): New user option.
1569         (gnus-mime-display-single): Don't display image if it is non-nil.
1570
1571         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1572         gnus-inhibit-images.
1573
1574         * shr.el (shr-image-displayer): New function.
1575         (shr-tag-img): Use it.
1576
1577 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1578
1579         * mml2015.el (mml2015-epg-sign): Use From header.
1580
1581 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1584
1585         * gnus-util.el (gnus-find-text-property-region): Return markers.
1586
1587         * shr.el (shr-tag-img): Put a displayer in the text property.
1588
1589         * gnus-util.el (gnus-find-text-property-region): New utility function.
1590
1591         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1592         (gnus-html-show-images): Remove.
1593
1594         * gnus-art.el (gnus-article-show-images): New, more general function.
1595
1596         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1597         image url text properties.
1598
1599         * shr.el: Ditto.
1600
1601         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1602         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1603
1604 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1607         work for two or more articles.
1608
1609 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1612         divide an image that's in an html article to two or more when washing
1613         non-ASCII characters in alt text of it.
1614
1615 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1618         smime-decrypt-region using function argument.
1619         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1620
1621         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1622
1623         * smime.el (smime-decrypt-region): Catch it.
1624
1625 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1626
1627         * smime.el (smime-mode-map): Move initialization into declaration.
1628         (gnus-run-mode-hooks): Don't autoload.
1629         (smime-mode): Use define-derived-mode.
1630
1631 2010-11-11  Glenn Morris  <rgm@gnu.org>
1632
1633         * smime.el (from): Restrict declaration to XEmacs.
1634
1635         * nnir.el (gnus-group-topic-name): Autoload.
1636
1637 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * shr.el (shr-insert): Don't break long line if it is because of
1640         kinsoku-bol characters in the line end.
1641
1642 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1643
1644         * nnir.el (nnir-request-move-article): Fix to provide original group
1645         and subject.
1646         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1647         been retrieved.
1648
1649         * gnus-sum.el (gnus-summary-move-article): Use original group and
1650         subject for virtual articles such as those in an nnir summary buffer.
1651
1652 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1655         least 21.5).
1656
1657         * smime.el (from): Declare it again for XEmacs.
1658
1659 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * message.el (message-resend): Don't disable encoding unless it's
1662         already encoded.
1663
1664         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1665         low-numbered articles.
1666
1667 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * rfc2047.el (rfc2047-syntax-table): Simplify.
1670
1671         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1672
1673         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1674         set-char-table-range for XEmacs.
1675
1676 2010-11-10  Glenn Morris  <rgm@gnu.org>
1677
1678         * time-date.el (time-to-seconds): Always an alias on Emacs,
1679         never a real function.
1680         (with-no-warnings): Remove compat stub, now unused.
1681         (time-less-p): Doc fix.
1682         (time-to-number-of-days): Simplify.
1683
1684         * smime.el (from): Remove unused declaration.
1685
1686         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1687         (gnus-float-time): On Emacs, always an alias.
1688
1689         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1690         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1691
1692 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * dgnushack.el: Don't use ignore-errors in the top level form since it
1695         is unavailable in XEmacs even if cl is loaded.
1696
1697         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1698
1699 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * shr.el (browse-url-mailto): Autoload.
1702
1703         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1704
1705         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1706         regexp doesn't need quoting.
1707
1708 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1709
1710         * message.el (message-subject-trailing-was-ask-regexp)
1711         (message-subject-trailing-was-regexp): Match was: in addition to was.
1712
1713 2010-11-09  Glenn Morris  <rgm@gnu.org>
1714
1715         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1716         (nnbabyl-check-mbox): Use point-at-bol.
1717
1718 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1721
1722         * message.el (message-mailto): New function.
1723         (message-mailto): Should accept other parameters.
1724         (message-mailto): Remove since it duplicates browse-url-mailto
1725         functionality.
1726
1727 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1730         methods.
1731         (gnus-read-active-file): Ditto.
1732
1733         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1734         ": " from the prompt.
1735         (gnus-group-make-group): Ditto.
1736
1737 2010-11-07  Glenn Morris  <rgm@gnu.org>
1738
1739         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1740         (gnus-bookmark-kill-line): Use point-at-eol.
1741
1742 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1745         asterisks in From header.
1746
1747 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1750         string to avoid making the From headers syntactically invalid.
1751
1752         * message.el (message-send-mail): Don't insert courtesy messages if the
1753         message already has List-Post and List-ID messages.
1754
1755 2010-11-06  Glenn Morris  <rgm@gnu.org>
1756
1757         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1758         `condition', `type', `length' a prefix.
1759         (gnus-treat-predicate): Update for above name changes.
1760
1761 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1762
1763         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1764         binding.  Handled by `gnus-summary-refer-thread' instead.
1765         (nnir-warp-to-article): New backend function.
1766
1767         * nnimap.el (nnimap-request-thread): Force dependency updating.
1768
1769         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1770         (gnus-summary-refer-thread): Rework to improve thread-referral.
1771
1772         * gnus-int.el (gnus-warp-to-article): New function.
1773
1774         * gnus-sum.el (gnus-summary-article-map): Bind it.
1775
1776 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1777
1778         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1779         gnus-summary-refer-thread.
1780
1781         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1782         headers.
1783         (gnus-summary-limit-include-thread): Prevent articles in thread from
1784         being cut in gnus-cut-threads.
1785         (gnus-summary-refer-thread): Limit retrieved headers to those in
1786         thread.
1787
1788 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * message.el (message-send-mail): Use the value of
1791         message-courtesy-message from the message buffer.
1792
1793         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1794
1795         * shr.el (shr-browse-url): Implement mailto: URLs.
1796
1797         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1798         "raw".
1799
1800         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1801         if it's already selected.
1802
1803         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1804
1805 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1808         to measure the length and truncate alt text.
1809
1810 2010-11-03  Glenn Morris  <rgm@gnu.org>
1811
1812         * nndiary.el (nndiary-generate-nov-databases-1)
1813         (nndiary-generate-active-info): Rename dynamic variable `files' to
1814         something less generic.
1815
1816 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1817
1818         * nnir.el (nnir-request-move-article): Call the underlying backend to
1819         move articles from nnir.
1820
1821 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1824
1825 2010-11-02  Julien Danjou  <julien@danjou.info>
1826
1827         * nnir.el: Remove wais support.
1828
1829 2010-11-02  Glenn Morris  <rgm@gnu.org>
1830
1831         * gnus-html.el: Reorder requirements to quieten compiler.
1832
1833 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1836         properly for XEmacs as well.
1837         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1838         (gnus-article-natural-long-line-p): Use window-width rather than
1839         frame-width.
1840
1841 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1842
1843         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1844         (nnir-read-parms): Don't modify query.
1845         (nnir-run-query): Add ability to search topic on current line.
1846         (nnir-get-active): Clean up.
1847
1848 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1851         degenerate articles.
1852
1853         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1854         (gnus-print-buffer): Just print the buffer as is, without any copying
1855         to a buffer and then re-highlighting.
1856
1857         * nnimap.el (nnimap-request-group): Store the new updated info.
1858         (nnimap-request-group): Select the group when we don't know whether it
1859         exists or not.
1860
1861         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1862         groups.
1863
1864         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1865         groups.
1866
1867         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1868         groups.
1869
1870         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1871         long-lines case by only filling the long lines.
1872
1873         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1874         (bug #7311).
1875
1876 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * shr.el: No need to declare `declare-function' since shr.el is for
1879         only Emacsen that provide `libxml-parse-html-region'.
1880
1881         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1882         effective only in a file it is referred to.
1883
1884 2010-11-01  Glenn Morris  <rgm@gnu.org>
1885
1886         * mm-util.el (gnus-completing-read): Autoload.
1887         (mm-read-coding-system): Simplify Emacs definition.
1888
1889         * nnmail.el (gnus-activate-group):
1890         * nnimap.el (gnutls-negotiate):
1891         * nntp.el (netrc-parse): Fix declarations.
1892
1893 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1896         string-match-p in Emacs >=23.
1897
1898         * gnus-msg.el (gnus-configure-posting-styles)
1899         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1900
1901 2010-11-01  Glenn Morris  <rgm@gnu.org>
1902
1903         * nnir.el (declare-function): Add compat stub.
1904         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1905         (nnir-run-gmane): Require 'mm-url.
1906
1907         * mm-util.el (mm-string-to-multibyte): Simplify.
1908
1909         * shr.el (declare-function): Add compat stub.
1910         (url-cache-create-filename): Declare.
1911         (mm-disable-multibyte, widget-convert-button): Autoload.
1912
1913         * smime.el (ldap-search): Declare.
1914         (smime-cert-by-ldap-1): Require ldap on Emacs.
1915
1916         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1917         (nnimap-keepalive): Use gnus-float-time.
1918
1919         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1920         (mail-source-delete-crash-box): Use gnus-float-time.
1921
1922         * gnus-dired.el (gnus-completing-read): Autoload.
1923
1924         * mm-view.el (gnus-rescale-image): Autoload.
1925
1926         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1927
1928         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1929
1930         * sieve-manage.el: Require 'cl when compiling.
1931
1932         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1933         (gnus-iswitchb-completing-read): Require iswitchb.
1934         (gnus-select-frame-set-input-focus): Silence compiler.
1935
1936 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * message.el (message-subject-trailing-was-query): Change default to t,
1939         since I think that's what most people want.
1940
1941         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1942         appending for easier debugging.
1943         (nnimap-wait-for-connection): Take a regexp.
1944         (nnimap-request-accept-article): Wait for the continuation line before
1945         sending anything unless we're streaming.
1946
1947         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1948         leave the header washing to take place.
1949
1950 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1951
1952         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1953         regular expression match and replace in posting styles.
1954
1955 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1956
1957         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1958         an entire server.
1959         (nnir-get-active): New function.
1960         (nnir-run-imap): Use it.
1961         (nnir-run-gmane): Who knew, gmane search returns an article score!
1962
1963         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1964         server on the current line with nnir.
1965
1966 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1969         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1970         left edge.
1971         (gnus-article-foldable-buffer): Skip past the prefix when determining
1972         raggedness.
1973
1974         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1975         the raw article, and change `C-u g' to show the article without doing
1976         treatments.
1977
1978         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1979         on to `gnus-treat-article'.
1980         (gnus-inhibit-article-treatments): New variable.
1981
1982         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1983
1984         * gnus-art.el (gnus-treatment-function-alist): Have
1985         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1986         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1987         sections.
1988
1989         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1990         parameter.
1991         (gnus-article-fill-cited-long-lines): New function.
1992         (gnus-article-fill-cited-article): Allow filling only long sections.
1993
1994         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1995         and non-punctuation (like after the apostrophe in "'We").
1996
1997         * gnus-sum.el (gnus-summary-select-article): Make sure
1998         gnus-original-article-buffer is alive.
1999
2000         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2001         reflect the order they're in in the digest.
2002
2003         * gnus.el (gnus-group-startup-message): Move point to the start of the
2004         buffer.
2005
2006         * nnimap.el (nnimap-capability): New function.
2007         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2008         is set.
2009
2010 2010-10-31  David Engster  <dengste@eml.cc>
2011
2012         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2013         conform with changes to gnus-completing-read.
2014
2015 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2018
2019 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2020
2021         * nnir.el: Move defvar, defcustom around to keep file organized
2022         and keep byte-compiler quiet.
2023         (nnir-read-parms): Accept search-engine as arg.
2024         (nnir-run-query): Pass search-engine as arg.
2025         (nnir-search-engine): Remove.
2026
2027 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * shr.el (shr-generic): The text nodes should be text, not :text.
2030
2031         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2032         later in the file.
2033
2034 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2035
2036         * nnir.el: General clean up.  Allow searching with multiple engines.
2037         Allow separate extra-parameters for each engine.
2038         Batch queries when possible.
2039         (nnir-imap-default-search-key,nnir-method-default-engines):
2040         Add customize interface.
2041         (nnir-run-gmane): New engine.
2042         (nnir-engines): Use it.  Qualify all prompts with engine name.
2043         (nnir-search-engine): Remove global variable.
2044         (nnir-run-hyrex): Restore for now.
2045         (nnir-extra-parms,nnir-search-history): New variables.
2046         (gnus-group-make-nnir-group): Use them.
2047         (nnir-group-server): Remove in favor of gnus-group-server.
2048         (nnir-request-group): Avoid searching twice.
2049         (nnir-sort-groups-by-server): New function.
2050
2051 2010-10-30  Julien Danjou  <julien@danjou.info>
2052
2053         * gnus-group.el: Remove gnus-group-fetch-control.
2054
2055         * gnus-start.el (gnus-find-new-newsgroups):
2056         Remove gnus-check-first-time-used.
2057
2058         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2059
2060 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2061
2062         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2063         set on groups that don't have \* permanentflags.
2064
2065 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2068         control the background color.
2069         (shr-tag-img): Ignore very small web bug type images.
2070         (shr-put-image): Add help-echo alt texts to the images.
2071         (shr-tag-video): Show the video poster image.
2072
2073 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * shr.el (shr-table-depth): New variable.
2076         (shr-tag-table-1): Only insert the images after the top-level table.
2077
2078         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2079
2080         * gnus-util.el (gnus-list-memq-of-list): New function.
2081
2082         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2083         selected.
2084         (nnimap-unsplittable-articles): New slot.
2085         (nnimap-new-articles): Use it.
2086
2087 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2088
2089         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2090         move to the previous line on `M-g'.
2091
2092 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2095         *-request-group, which seems unnecessary.
2096
2097         * nnimap.el (nnimap-quote-specials): Function copied over from
2098         imap.el.
2099         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2100         they support that.  Suggested by Tom Regner.
2101
2102 2010-10-29  Julien Danjou  <julien@danjou.info>
2103
2104         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2105         defalias.
2106         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2107
2108         * gnus.el: Remove `gnus-nntp-service' variable.
2109         (gnus-secondary-servers): Make obsolete.
2110         (gnus-nntp-server): Make obsolete.
2111
2112         * gnus-start.el (gnus-1): Remove x-splash calls.
2113
2114         * gnus-ems.el (gnus-x-splash): Remove.
2115
2116         * gnus.el (gnus-group-startup-message): Simplify/update code.
2117
2118         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2119         definition.
2120
2121         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2122         capability before doing anything.
2123         (gnus-group-insert-group-line): Remove useless
2124         gnus-group-remove-excess-properties.
2125
2126 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2129
2130 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2133         config after reselecting.
2134
2135 2010-10-28  Julien Danjou  <julien@danjou.info>
2136
2137         * shr.el (shr-put-image): Use point even if only inserting text.
2138         (shr-put-image): Save excursion when inserting alt text on non-graphic
2139         display, so the behaviour is the same when we are on a graphic display.
2140
2141         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2142
2143 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2146         (gnus-mime-copy-part): Check coding system, not charset.
2147         (gnus-mime-view-part-externally): Never remove part.
2148         (gnus-mime-view-part-internally): Don't remove part here.
2149         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2150         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2151         multipart/alternative.
2152
2153         * mm-decode.el (mm-display-part): Take optional arg `force'.
2154
2155 2010-10-26  Julien Danjou  <julien@danjou.info>
2156
2157         * gnus-group.el (gnus-group-default-list-level): Add this function to
2158         compute the default list level.
2159         (gnus-group-default-list-level): Add possibility to use a function.
2160
2161 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2164
2165         * gnus-group.el (gnus-group-completing-read)
2166         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2167         gnus-replace-in-string.
2168
2169 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * shr.el (shr-tag-div): Add.
2172
2173         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2174
2175 2010-10-25  Julien Danjou  <julien@danjou.info>
2176
2177         * gnus-util.el: Remove `gnus-with-local-quit'.
2178
2179         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2180
2181 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2184         the original article buffer.
2185
2186 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * nnimap.el (nnimap-request-head): New function.
2189         (nnimap-request-move-article): Try to be slighly faster by not
2190         requesting the entire message when moving.
2191         (nnimap-transform-headers): Don't bug out on bodiless articles.
2192         (nnimap-send-command): Have no outstanding messages if the IMAP server
2193         doesn't support streaming.
2194         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2195
2196 2010-10-24  Julien Danjou  <julien@danjou.info>
2197
2198         * message.el (message-default-headers): Fix type.
2199
2200 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2203         prefetching images.
2204
2205         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2206         backend for unknown groups.  This is mainly useful for nnimap groups.
2207
2208         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2209         group isn't covered by the agent.
2210
2211 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2212
2213         * nnir.el (nnir-method-default-engines): New variable.
2214         (nnir-run-query): Use it.
2215         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2216         (gnus-summary-nnir-goto-thread): Change group if needed.
2217
2218         * gnus-group.el (gnus-group-group-map): Add key binding for
2219         gnus-group-make-nnir-group.
2220
2221 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * shr.el (shr-tag-object): Add.
2224
2225         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2226         original article buffer live.
2227         (gnus-summary-select-article-buffer):
2228         Mention gnus-widen-article-buffer.
2229
2230 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * shr.el (shr-tag-strong): Add.
2233
2234 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2237         group names.  They mess up the group buffer badly.
2238
2239         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2240
2241         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2242         instead of the summary one.
2243
2244 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * mml.el (mml-preview): Work properly when editing article.
2247
2248         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2249         gnus-have-read-active-file if it's already been in.
2250
2251 2010-10-22  Tom Tromey  <tromey@redhat.com>
2252
2253         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2254         gnus-group-completing-read.
2255
2256 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * message.el (message-mode-map): Don't bind M-; to comment region, to
2259         allow the global comment-dwim to work.
2260
2261 2010-10-21  Julien Danjou  <julien@danjou.info>
2262
2263         * message.el (message-setup-1): Allow message-default-headers to be a
2264         function.
2265
2266 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * shr.el (shr-tag-table): Simplify.
2269
2270 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2273         to avoid trying to snarf invalid stuff.
2274
2275         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2276
2277         * gnus.el (gnus-message-archive-group): Quote value.
2278         (gnus-message-archive-group): Mark as changed.
2279
2280         * shr.el (shr-add-font): Don't put the font properties on the newline
2281         or the indentation.
2282
2283         * message.el (message-fix-before-sending): Change options when sending
2284         non-printable characters.
2285
2286         * gnus.el (gnus-message-archive-method): Change the default to
2287         monthly outgoing groups.
2288
2289         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2290         that have gotten new numbers.
2291
2292         * nnimap.el (nnimap-request-replace-article): New function.
2293
2294 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2297         (nnrss-request-article): Don't use special html washing code.
2298
2299 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * shr.el (shr-tag-table): Remove useless nconc.
2302
2303 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-art.el (article-wash-html): Simplify and remove the charset
2306         stuff.  Use the normal html rendering code instead of the special html
2307         washing code.
2308
2309         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2310         `gnus-w3m' symbols.
2311         (mm-text-html-washer-alist): Remove.
2312
2313         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2314         (mm-inline-media-tests): Remove use.
2315         (mm-text-html-renderer): Change default to the `shr' symbol.
2316
2317         * mm-view.el (mm-inline-text-html): Remove use.
2318
2319         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2320         `gnus-blocked-images' to be a function.
2321         (gnus-article-wash-function): Remove.
2322
2323 2010-10-20  Julien Danjou  <julien@danjou.info>
2324
2325         * spam.el (spam-list-of-processors): Mark as obsolete.
2326
2327         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2328         (nnimap-insert-partial-structure): Fix boundary detection.
2329
2330 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2331
2332         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2333         run file-truename on remote files.  This can be expensive and even
2334         prevent one from editing drafts if some unrelated buffer has a stale
2335         connection.
2336
2337 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2340         kinsoku-eol regardless of shr-kinsoku-shorten.
2341         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2342         (shr-tag-table): Support caption, thead, and tfoot.
2343
2344 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2347         lines.
2348         (shr-save-contents): New command and keystroke.
2349
2350         * nndoc.el (nndoc-type-alist): Add git support.
2351         (nndoc-git-type-p): New function.
2352         (nndoc-transform-git-article): Ditto.
2353         (nndoc-transform-git-headers): Ditto.
2354         (nndoc-transform-git-headers): Generate Subject headers.
2355
2356         * shr.el (shr-parse-style): New function.
2357         (shr-tag-span): Ditto.
2358
2359         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2360         to `G G' to avoid collisions.
2361
2362 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * shr.el: Load kinsoku if necessary.
2365         (shr-kinsoku-shorten): New internal variable.
2366         (shr-find-fill-point): Make kinsoku shorten text line if
2367         shr-kinsoku-shorten is bound to non-nil.
2368         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2369         shr-indentation too when testing if table is wider than frame width.
2370         (shr-insert-table): Use `string-width' instead of `length' to measure
2371         text width.
2372         (shr-insert-table-ruler): Make sure indentation is done at bol.
2373
2374 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2375
2376         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2377         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2378         undecoded network data.
2379
2380 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2383         name in the mode line spec so that the mode line menu works
2384         (bug #2431).
2385
2386         * message.el (message-get-reply-headers): If we're fed `to-address',
2387         then always use that.
2388
2389         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2390         aren't so wide as to need to switch off the edit menu.
2391
2392         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2393         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2394
2395         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2396         `M-g'.
2397         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2398         the permanent marks.
2399
2400 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2401
2402         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2403         Splitting according to references/in-reply-to obeys the ignore-groups
2404         variable, while splitting by sender and subject do not.
2405
2406 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2409         alist, so that we can look for non-Unicode chars.
2410         (article-translate-strings): Allow both character and string maps.
2411
2412 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * shr.el (shr-insert): Don't insert space behind a wide character
2415         categorized as kinsoku-bol, or between characters both categorized as
2416         nospace.
2417
2418 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2419
2420         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2421         headers to gnus-newsgroup-headers.
2422
2423 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * shr.el (shr-tag-img): Don't align images -- since we're not
2426         rescaling, this often leads to ugly displays.
2427
2428 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2429
2430         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2431         duplicates.
2432
2433 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2434
2435         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2436         call.
2437
2438 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * gnus.el: Autoload gnus-html-show-images.
2441
2442         * nnimap.el: Use nnheader-message throughout.
2443
2444         * shr.el (shr-tag-img): Ignore images with no data.
2445
2446 2010-10-15  Julien Danjou  <julien@danjou.info>
2447
2448         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2449         a possibility to disable format=flow encoding when using hard newlines.
2450
2451 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * shr.el (shr-insert): Remove space inserted before or after a
2454         breakable character or at the beginning or the end of a line.
2455         (shr-find-fill-point): Do kinsoku; find the second best point or give
2456         it up if there's no breakable point.
2457
2458 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * nnimap.el (nnimap-open-connection): Message when opening connection
2461         for debugging purposes.
2462
2463         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2464         on every setup buffer call to allow this to change from article to
2465         article.
2466
2467         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2468         buffers where we have a wide table.
2469
2470 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2471
2472         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2473         uses *-request-thread.
2474
2475 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2478         incantation, which is no longer valid.
2479
2480 2010-10-14  Julien Danjou  <julien@danjou.info>
2481
2482         * shr.el: Fix defcustom type (char -> character).
2483
2484 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2487         programs.
2488
2489 2010-10-14  Julien Danjou  <julien@danjou.info>
2490
2491         * shr.el (shr-tag-a): Use url-link as widget type.
2492
2493         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2494         `gnus-group-get-icon'.
2495
2496 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2497
2498         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2499         This should make server editing work better.
2500
2501         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2502
2503         * tls.el (tls-program): Remove spurious %s from openssl.
2504
2505         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2506         (nnimap-parse-flags): Fix regexp.
2507
2508         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2509         probably work for CJVK text, too.
2510
2511         * nnimap.el (nnimap-extend-tls-programs): Remove.
2512         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2513
2514         * tls.el (tls-starttls-switches): Remove starttls hack.
2515         (open-tls-stream): Ditto.
2516         (tls-find-starttls-argument): Ditto.
2517
2518 2010-10-13  Julien Danjou  <julien@danjou.info>
2519
2520         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2521         responses.
2522
2523 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2524
2525         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2526
2527         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2528         anything in Emacs.
2529
2530         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2531
2532 2010-10-13  Julien Danjou  <julien@danjou.info>
2533
2534         * shr.el (shr-width): Make shr-width a defcustom with default to
2535         fill-column.
2536         (shr-tag-img): Use shr-width rather than fill-column.
2537
2538 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * dgnushack.el (byte-optimize-apply)
2541         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2542
2543         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2544         position when (X-)Faces exist.
2545         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2546         avatars when called interactively.
2547
2548 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2551         gnus-article-x-face-too-ugly is bound.
2552
2553 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2556
2557         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2558         mailbox that doesn't exist.
2559
2560 2010-10-12  Julien Danjou  <julien@danjou.info>
2561
2562         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2563         (shr-get-image-data): Encode URL properly when fetching from cache.
2564         (shr-tag-img): Use aligned-to spaces to align correctly images.
2565
2566         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2567         before inserting the Gravatar.
2568
2569         * shr.el (shr-tag-img): Add align attribute support for <img>.
2570
2571 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * gnus-gravatar.el (gnus-art): Require.
2574
2575         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2576         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2577         Remove long obsoleted functions.
2578
2579 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2582
2583         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2584
2585         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2586         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2587         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2588         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2589         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2590         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2591         * sieve-manage.el, smime.el, spam.el:
2592         Fix comment for declare-function.
2593
2594 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * nnimap.el (nnimap-request-rename-group): Select group read-only
2597         before renaming it.
2598
2599         * shr.el (shr-insert): Fix up the white space only regexp.
2600
2601         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2602         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2603
2604         * shr.el (shr-current-column): New function.
2605         (shr-find-fill-point): New function.
2606
2607 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2608
2609         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2610         numbers.
2611
2612 2010-10-11  Julien Danjou  <julien@danjou.info>
2613
2614         * shr.el (shr-hr-line): Add.
2615         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2616         display hr lines.
2617         (shr-max-columns): Do not change state to nil if we just inserting
2618         spaces.
2619
2620 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2623         select the last group.
2624
2625 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2626
2627         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2628
2629 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2630
2631         * dig.el (dig-mode-map): Declare and define in one step.
2632
2633 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2636         for Gnus.
2637         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2638         (nnimap-update-qresync-info): Mark \Seen articles as read.
2639
2640         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2641         non-variable, too.
2642
2643         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2644         available.
2645         (nnimap-update-info): Rely more on the current active than the param
2646         active to avoid marking articles as read too much.
2647
2648         * auth-source.el (auth-source-create): Use (user-login-name) for the
2649         user name default.
2650
2651         * nnimap.el (nnimap-update-info): If the server doesn't return any
2652         useful info, just use the previous info.
2653         (nnimap-update-info): Prefer old info over start-article.
2654         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2655
2656 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2657
2658         * nnir.el (autoload): Clean up autoloads.
2659         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2660         Use key rather than value.
2661         (nnir-imap-search-other): New variable.
2662         (nnir-read-parm): Use it.
2663         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2664         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2665
2666 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2667
2668         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2669         the process, too.
2670
2671 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * spam.el (gnus-summary-mode-map): Bind to "$".
2674         Suggested by Russ Allbery.
2675
2676         * shr.el: Rework the way things are indented by <li> slightly.
2677
2678         * gnus.el (gnus-group-set-parameter): Fix typo.
2679
2680         * nnimap.el: Start implementing QRESYNC support.
2681
2682 2010-10-09  Julien Danjou  <julien@danjou.info>
2683
2684         * nnir.el (nnir-engines): Fix too many arguments.
2685
2686 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2689         group is the "last", so that the backends like nnfolder actually save
2690         their folders.
2691
2692         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2693         try to use that for the tls stream.
2694         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2695         UIDVALIDITY and find out which groups are read-only and not.
2696         (nnimap-get-flags): Use the same marks parsing code as the rest of
2697         nnimap.
2698
2699 2010-10-09  Julien Danjou  <julien@danjou.info>
2700
2701         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2702
2703         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2704         retrieving gravatars.
2705
2706         * shr.el (shr-table-corner): Add.
2707         (shr-table-line): Add.
2708         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2709
2710 2010-10-08  Julien Danjou  <julien@danjou.info>
2711
2712         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2713
2714 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2715
2716         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2717
2718         * gnus-sum.el (gnus-mark-article-as-unread)
2719         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2720         (gnus-summary-set-bookmark): Use it.
2721
2722         * gnus-msg.el (gnus-setup-message): Use it.
2723
2724         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2725
2726         * gnus.el (gnus-group-remove-parameter): Use it.
2727
2728         * gnus-group.el (gnus-group-make-web-group): Use it.
2729
2730         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2731
2732         * nnregistry.el: Update docs to mention manual.
2733
2734         * gnus-registry.el: Update docs to mention nnregistry.el.
2735         (gnus-registry-initialize): Don't install nnregistry refer method
2736         automatically.
2737         (gnus-registry-install-nnregistry): Remove it.
2738
2739 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * shr.el (shr-insert): Don't insert double spaces.
2742
2743 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * gnus-gravatar.el (gnus-treat-from-gravatar)
2746         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2747         called interactively.
2748
2749         * gnus-art.el (gnus-mime-view-part-externally)
2750         (gnus-mime-view-part-internally): Make predicate function passed to
2751         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2752         of a mime type.
2753
2754         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2755
2756 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * shr.el (require): Require cl when compiling.
2759         (shr-tag-hr): New function.
2760
2761         * nnimap.el (nnimap-update-info): Remove double setting of high.
2762         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2763         This makes nnimap work properly on Courier again.
2764
2765         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2766         the variable for backwards compatability.
2767
2768         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2769         the file name before using to avoid setting mm-default-directory to
2770         nil.
2771
2772         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2773         bidning gnus-agent variables.
2774
2775         * shr.el (shr-render-td): Use a cache for the table rendering function
2776         to avoid getting an exponential rendering behaviour in nested tables.
2777         (shr-insert): Rework the line-breaking algorithm.
2778         (shr-insert): Don't leave trailing spaces.
2779         (shr-insert-table): Also insert empty TDs.
2780         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2781
2782 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2783
2784         * gnus-sum.el (gnus-number): Rename from `number'.
2785         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2786         (gnus-summary-limit-children): Update uses correspondingly.
2787
2788 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2789
2790         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2791         (gnus-gravatar-transform-address): Don't show avatars of people of
2792         which mail addresses match gnus-gravatar-too-ugly.
2793
2794 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2795
2796         * shr.el (shr-table-widths): Expand TD elements to fill available
2797         space.
2798
2799 2010-10-07  Julien Danjou  <julien@danjou.info>
2800
2801         * nnimap.el (nnimap-request-rename-group): Add this method.
2802
2803 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2806         name from XEmacs' function-arglist.
2807
2808         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2809         gravatar under XEmacs.
2810
2811 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2812
2813         * auth-source.el: Update docs with TODO items.
2814
2815         * gnus-sync.el: Update docs to explain state and plans.
2816
2817         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2818         Hooks for mark updates.
2819         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2820
2821         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2822         hooks with arguments, which is needed for mark update hooks.
2823
2824 2010-10-06  Julien Danjou  <julien@danjou.info>
2825
2826         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2827         was matched.
2828
2829         * sieve-manage.el: Update example in `Commentary'.
2830
2831         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2832
2833         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2834         not 2000.
2835         (sieve-manage-authenticate): Re-add function.
2836
2837 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * shr.el (shr-insert): Get 'space transition right.
2840         (shr-render-td): Only delete space at the end of the TD.
2841
2842         * nnimap.el (nnimap-open-connection): Prepare to support
2843         open-gnutls-stream.
2844
2845         * shr.el: Rearrange function order to be more logical.
2846
2847 2010-10-06  Julien Danjou  <julien@danjou.info>
2848
2849         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2850         (nnrss-discover-feed): Remove 404 URL in docstring.
2851
2852         * nnir.el: Fix Swish-E URL.
2853         Fix Namazu URL.
2854
2855         * message.el (message-change-subject): Remove 404 URL in a comment.
2856
2857 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2860         called interactively.
2861
2862         * gnus-util.el (gnus-remove-if): Allow hash table.
2863         (gnus-remove-if-not): New function.
2864
2865         * gnus-art.el (gnus-mime-view-part-as-type)
2866         * gnus-score.el (gnus-summary-score-effect)
2867         * gnus-sum.el (gnus-read-move-group-name):
2868         Replace remove-if-not with gnus-remove-if-not.
2869
2870         * gnus-group.el (gnus-group-completing-read):
2871         Regard collection as a hash table if it is not a list.
2872
2873 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2876
2877         * shr.el: Document the table-rendering algorithm.
2878
2879 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2882         for Emacsen having no `libxml-parse-html-region' support.
2883
2884 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885
2886         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2887         invalid URLs.
2888
2889         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2890         line-broken.
2891         (shr-tag-img): Ignore image fetching errors.
2892         (shr-overlays-in-region): Compute overlay positions correctly.
2893
2894         * mm-decode.el (mm-shr): Require shr.
2895
2896         * gnus-art.el (gnus-blocked-images): Move variable here.
2897
2898         * shr.el (shr-insert-table): Bind free variable.
2899
2900         * mm-decode.el (mm-shr): Bind shr-content-function.
2901
2902         * shr.el (shr-content-function): New variable.
2903
2904         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2905         added for symmetry.
2906
2907         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2908
2909         * gnus-group.el (gnus-group-make-group): Doc fix.
2910
2911         * nnimap.el (nnimap-request-newgroups): Return success.
2912
2913         * shr.el (shr-find-elements): New function.
2914         (shr-tag-table): Put all the images after the table.
2915         (shr-tag-table): Really inhibit images inside the table.
2916         (shr-collect-overlays): Copy over overlays from the TD elements to the
2917         main document.
2918
2919         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2920         gnus-blocked-images.
2921
2922 2010-10-05  Julien Danjou  <julien@danjou.info>
2923
2924         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2925
2926         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2927         (gnus-html-maximum-image-size): Add this function.
2928         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2929
2930         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2931         server-value of the capability is nil.
2932
2933 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * shr.el (shr-tag-em): Add <EM> tag.
2936
2937 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2938
2939         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2940         customizable.
2941
2942         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2943         handing broken links to browse-url.
2944
2945 2010-10-05  Julien Danjou  <julien@danjou.info>
2946
2947         * gnus-util.el (gnus-emacs-completing-read)
2948         (gnus-iswitchb-completing-read): Use autoload rather than require.
2949
2950 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2953         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2954         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2955         iswitchb-temp-buflist for XEmacs.
2956
2957         * gnus-util.el (gnus-completing-read-function): Exclude
2958         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2959         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2960         XEmacs.
2961
2962         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2963         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2964
2965         * gnus-html.el: Don't require help-fns under XEmacs.
2966         (gnus-html-schedule-image-fetching): Work for XEmacs.
2967
2968         * mm-decode.el (mm-shr): Decode contents by charset.
2969
2970 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2973         unknown.
2974
2975         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2976         (shr-get-image-data): Ensure against the cache file missing.
2977
2978         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2979         for data.
2980
2981         * spam-report.el (spam-report-url-ping-plain): Don't query about
2982         killing the process.
2983
2984         * shr.el (shr-render-td): Protect against too-wide text.
2985
2986 2010-10-04  Julien Danjou  <julien@danjou.info>
2987
2988         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2989         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2990
2991         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2992         retrieved.
2993
2994 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * shr.el (browse-url): Require.
2997         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2998         lines.
2999         (shr-show-alt-text, shr-browse-image): New commands.
3000         (shr-browse-url, shr-copy-url): New commands.
3001
3002         * gnus-sum.el (gnus-widen-article-window): New variable.
3003         (gnus-summary-select-article-buffer): Use it.
3004
3005         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3006         without @ signs.
3007
3008 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3009
3010         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3011
3012 2010-10-04  Julien Danjou  <julien@danjou.info>
3013
3014         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3015         for XEmacs.
3016
3017 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3020
3021         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3022         (nnimap-close-server): Implement.
3023
3024         * dgnushack.el (iswitchb): Require to shut up the compiler.
3025
3026         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3027         (shr-insert): Tweak line breaking.
3028         (shr-insert): Handle <pre> better.
3029         (shr-tag-li): Get <li> indentation right.
3030         (shr-tag-li): Get <li> indentation even righter.
3031         (shr-tag-blockquote): Ensure paragraph start.
3032         (shr-make-table): Tweak table generation.
3033         (shr-make-table): Fix typo.
3034
3035         * shr.el: Implement table rendering.
3036
3037 2010-10-04  Julien Danjou  <julien@danjou.info>
3038
3039         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3040
3041 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * shr.el (shr-insert): Use string anchors instead of line anchors.
3044
3045 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * shr.el: Add headings.
3048         (shr-ensure-paragraph): Actually work.
3049         (shr-tag-li): Make <ul> prettier.
3050         (shr-insert): Get white space at the beginning/end of elements right.
3051         (shr-tag-p): Collapse subsequent <p>s.
3052         (shr-ensure-paragraph): Don't insert double line feeds after blank
3053         lines.
3054         (shr-insert): \t is also space.
3055         (shr-tag-s): Fix "s" tag name function.
3056         (shr-tag-s): Fix face prop name.
3057
3058 2010-10-03  Julien Danjou  <julien@danjou.info>
3059
3060         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3061
3062         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3063         gnus-window-inside-pixel-edges.
3064
3065         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3066         gnus-ems.
3067
3068         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3069
3070         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3071         function.
3072
3073         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3074         resize choice.
3075
3076 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3079         beginning of the buffer.
3080
3081         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3082         article buffer again.
3083
3084         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3085
3086         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3087         when it's at the start of the buffer.
3088
3089         * shr.el (shr-tag-blockquote): Convert name.
3090         (shr-rescale-image): Use the right image-size variant.
3091
3092         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3093         buffer isn't shown, then select the current article first instead of
3094         bugging out.
3095         (gnus-summary-select-article-buffer): Show both the article and summary
3096         buffers again.
3097
3098         * shr.el (shr-fontize-cont): Protect against regions with no text.
3099         Rename tag functions to shr-tag-* for enhanced security.
3100         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3101
3102 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3103
3104         * shr.el (shr-insert):
3105         * pop3.el (pop3-movemail):
3106         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3107         loaded.
3108
3109 2010-10-03  Glenn Morris  <rgm@gnu.org>
3110
3111         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3112
3113         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3114
3115         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3116
3117         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3118
3119         * gnus-util.el (gnus-make-local-hook): Simplify.
3120
3121 2010-10-02  Julien Danjou  <julien@danjou.info>
3122
3123         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3124         (gnus-ido-completing-read): New function.
3125         (gnus-emacs-completing-read): New function.
3126         (gnus-completing-read): Use gnus-completing-read-function.
3127         Add gnus-completing-read-function.
3128
3129 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * shr.el (shr-insert-document): Autoload.
3132         (shr-img): Be silent.
3133         (shr-insert): Add a newline after every picture before text.
3134         (shr-add-font): Use overlays for combining faces.
3135         (shr-insert): Pass upwards the text start point.
3136
3137         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3138         possible.
3139         (mm-shr): New function.
3140
3141 2010-10-02  Julien Danjou  <julien@danjou.info>
3142
3143         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3144         should go backward.
3145
3146 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3147
3148         * shr.el (shr): Fix typo in provide call.
3149
3150 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * shr.el: New file.
3153
3154         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3155
3156         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3157         completing read.
3158
3159 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3162         we're being queried about.  Suggested by Dan Jacobson.
3163
3164         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3165         Suggested by Jason Eisner.
3166
3167         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3168         table, too.  Suggested by Stefan Wiens.
3169         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3170         the table unnecessary.  Suggested by Stefan Wiens.
3171
3172         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3173         longer needed, and probably doesn't work either, as pointed out by
3174         Stefan Wiens.
3175         (gnus-summary-exit): Remove call to the clearing function.
3176         (gnus-summary-exit-no-update): Ditto.
3177
3178         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3179         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3180         Reported by Stefan Monnier.
3181         (gnus-summary-save-in-rmail): Ditto.
3182
3183         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3184         article buffer, instead of both the article buffer and the summary
3185         buffer.  Sort of suggested by Dan Jacobson.
3186
3187         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3188
3189         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3190         Suggested by Dan Jacobson.
3191
3192         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3193         documentation clearer.
3194
3195         * message.el (message-shorten-references): Comment on the number "21".
3196         Suggested by Stefan Monnier.
3197
3198         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3199         Suggested by Dan Jacobson.
3200
3201         * gnus.el (gnus-large-newsgroup):
3202         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3203
3204         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3205         externalize attachments.  Bug reported by Steve Wen.
3206
3207         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3208         really message anything to the user.
3209
3210         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3211         directly.
3212
3213         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3214         messages in empty groups.
3215
3216 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3217
3218         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3219         non-UIDNEXT group.
3220
3221 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3224         not the value from the collection.
3225
3226         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3227         values.  This sometimes happens on some groups that have no info.
3228         (nnimap-request-newgroups): New function.
3229
3230 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3231
3232         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3233         check into `gnus-registry-initialize'.
3234         (gnus-registry-initialize): Ditto.
3235         Fix and extend header docs.
3236
3237 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3240         regexp backtrace overflows.
3241
3242         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3243         for starttls that tls.el implements; i.e. openssl.
3244
3245         * tls.el (tls-starttls-switches): Give up on using starttls with
3246         gnutls-cli.
3247         (tls-program): Add --insecure to be consistent with the defaults from
3248         openssl s_client.  Now all three commands are insecure.
3249
3250 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * lpath.el: Bind completion-styles-alist for XEmacs.
3253
3254         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3255         (gravatar-create-image): New function that's an alias to
3256         gnus-xmas-create-image, gnus-create-image, or create-image.
3257         (gravatar-data->image): Use it.
3258
3259 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3260
3261         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3262         install the nnregistry refer method.
3263         (gnus-registry-install-hooks): Use it.
3264         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3265         unfollowed groups.
3266
3267 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3268
3269         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3270         expanding threads.
3271
3272 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * nnir.el: Use the server names without suffixes (bug #7009).
3275
3276         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3277         unencrypted to STARTTLS, if possible.
3278
3279 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3280
3281         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3282         headers before superseding.
3283
3284 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * nnrss.el (nnrss-use-local): Add documentation.
3287
3288         * nnimap.el (nnimap-extend-tls-programs): New function.
3289         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3290         (nnimap-wait-for-connection): Accept the greeting from the stupid
3291         output from openssl s_client -starttls, too.
3292
3293         * tls.el (tls-starttls-switches): New variable.
3294         (tls-find-starttls-argument): Use it.
3295         (open-tls-stream): Ditto.
3296
3297         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3298         (netrc-machine): Ditto.
3299
3300         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3301         article number.
3302         (nnimap-split-fancy): New variable.
3303         (nnimap-split-incoming-mail): Use it.
3304
3305         * nntp.el (nntp-server-list-active-group): Document.
3306
3307         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3308         SELECT to get the message-id.
3309
3310         * mail-source.el (mail-sources): Remove webmail support.
3311         (defvar): Ditto.
3312         (mail-source-fetcher-alist): Ditto.
3313         (mail-source-fetch-webmail): Remove.
3314
3315         * webmail.el: Remove -- doesn't seem relevant any more.
3316
3317         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3318
3319         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3320         the \r.
3321
3322 2010-09-30  Julien Danjou  <julien@danjou.info>
3323
3324         * gnus-agent.el (gnus-agent-add-group): Fix call to
3325         gnus-completing-read.
3326
3327 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * nndoc.el (nndoc-retrieve-groups): New function.
3330
3331         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3332         `default', use nnmail-split-methods.
3333         (nnimap-request-article): Downcase the NILs so that they are nil.
3334
3335         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3336         symbol.
3337
3338         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3339         code, since if the user has requested network, that's what they ought
3340         to get.
3341         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3342         (nnimap-split-rule): Mark as obsolete.
3343
3344         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3345         New variable.
3346
3347         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3348         correct slot, too.
3349
3350 2010-09-29  Julien Danjou  <julien@danjou.info>
3351
3352         * gnus.el (gnus-local-domain): Declare variable obsolete.
3353
3354         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3355         Fix history computing.
3356         (gnus-ido-completing-read): Require ido.
3357
3358 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3361         build Gnus.
3362
3363         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3364         when interpreting the structures.
3365         (nnimap-request-accept-article): Add \r\n to the lines to make this
3366         work with Cyrus.
3367
3368         * nndraft.el (nndraft-request-expire-articles): Use the group name
3369         instead if "nndraft".  Fix found by Nils Ackermann.
3370
3371 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3372
3373         * nnregistry.el: Add.
3374
3375 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3376
3377         * nnmail.el (group, group-art-list, group-art):
3378         Remove unneeded directives.
3379
3380 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3383         (mm-mime-charset)
3384         * rfc2047.el (rfc2047-syntax-table)
3385         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3386
3387         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3388         rather than `insert-file-contents' and `eval-region'.
3389
3390         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3391         construction.
3392
3393         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3394
3395         * time-date.el: No need to require cl for Emacs 21.
3396
3397 2010-09-29  Julien Danjou  <julien@danjou.info>
3398
3399         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3400         replacement of `gnus-gravatar-relief' to mimic
3401         `gnus-faces-properties-alist'.
3402         Add :version property.
3403
3404 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * mail-source.el (mail-source-report-new-mail)
3407         * message.el (message-default-mail-headers)
3408         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3409
3410         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3411
3412 2010-09-28  Julien Danjou  <julien@danjou.info>
3413
3414         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3415         mail-address contains the same string as real-name.
3416
3417         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3418         non-blank in header, otherwise it'll get stripped.
3419
3420         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3421         real-name, and then for mail address rather than doing : or , search.
3422
3423 2010-09-27  Julien Danjou  <julien@danjou.info>
3424
3425         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3426         right completing-read function.
3427         (gnus-use-ido): New variable
3428         (gnus-completing-read-with-default): Remove.
3429         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3430         (gnus-agent-add-group):
3431         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3432         * mm-view.el (mm-view-pkcs7-decrypt):
3433         * mm-util.el (mm-codepage-setup):
3434         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3435         * mml-smime.el (mml-smime-openssl-sign-query):
3436         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3437         (mml-insert-multipart):
3438         * gnus-msg.el (gnus-summary-yank-message):
3439         * gnus-int.el (gnus-start-news-server):
3440         * mm-decode.el (mm-interactively-view-part):
3441         * gnus-dired.el (gnus-dired-attach):
3442         * gnus.el (gnus-read-method):
3443         * gnus-bookmark.el (gnus-bookmark-jump):
3444         * gnus-art.el (gnus-mime-view-part-as-type)
3445         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3446         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3447         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3448         * nnmairix.el (nnmairix-create-server-and-default-group)
3449         (nnmairix-update-groups, nnmairix-get-server)
3450         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3451         (nnmairix-get-group-from-file-path):
3452         * nnrss.el (nnrss-find-rss-via-syndic8):
3453         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3454         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3455         (gnus-group-browse-foreign-server):
3456         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3457         (gnus-summary-execute-command, gnus-summary-respool-article)
3458         (gnus-read-move-group-name):
3459         * gnus-score.el (gnus-summary-increase-score)
3460         (gnus-summary-score-effect):
3461         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3462
3463 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3466         x-focus-frame.
3467
3468         * nnimap.el (auth-source-forget-user-or-password)
3469         (auth-source-user-or-password): Autoload.
3470
3471         * message.el (message-from-style, message-interactive)
3472         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3473         (message-yank-prefix, message-indentation-spaces, message-signature)
3474         (message-signature-file): Add comment.
3475
3476 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3479         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3480         new articles.
3481
3482         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3483         parts.
3484         (nnimap-request-article): Work with the t setting, too.
3485
3486         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3487         that you don't get flashes of other buffers.
3488         (gnus-summary-show-complete-article): Intern before setting.
3489
3490 2010-09-27  David Engster  <dengste@eml.cc>
3491
3492         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3493         well as HEADERS.
3494         (nnmairix-retrieve-headers): Provide new argument for the above.
3495
3496 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus-sum.el (gnus-summary-move-article): Don't alter
3499         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3500         group.
3501
3502         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3503
3504         * message.el (message-cite-prefix-regexp): Revert my last edit.
3505
3506         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3507         variable instead of the Gnus variable.
3508
3509         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3510
3511         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3512
3513         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3514         since some servers don't like it.
3515         (nnimap-open-connection): Forget credentials if the server says the
3516         password was wrong.
3517         (nnimap-parse-line): Protect against invalid data.
3518
3519         * gnus-sum.el (gnus-summary-move-article): Add comment.
3520         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3521         nothing alters it while scanning for new messages.
3522
3523         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3524         which may or may not help.
3525         (nnimap-open-connection): If we're doing a stream connection, and then
3526         discover we're on a STARTTLS-capable server, then open a STARTTLS
3527         connection instead.
3528
3529 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * nnimap.el (utf7): Require.
3532
3533         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3534         prefix.
3535
3536 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3537
3538         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3539
3540 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * nnimap.el (nnimap-request-accept-article): Message the error on
3543         error.
3544
3545 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3548
3549 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * nndoc.el (nndoc-request-list): Return success always.
3552
3553         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3554         `fetch-old' -- we only want to fetch the articles we've requested.
3555         The rest are in the agent, probably.
3556         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3557         disappeared server" to something low.  It's not important.
3558
3559         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3560         arrived before the FETCH data.
3561
3562         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3563         target here, because we don't know the Gnus name of the group.
3564
3565         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3566         for the correct group.
3567
3568         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3569
3570         * gnus.el (gnus): Give a final warning after startup.
3571
3572         * gnus-util.el (gnus-action-message-log): New variable.
3573         (gnus-message): Use it.
3574         (gnus-final-warning): New function.
3575
3576         * nnimap.el (nnimap-open-connection): Record the greeting.
3577         (nnimap): Add greeting.
3578
3579 2010-09-26  Julien Danjou  <julien@danjou.info>
3580
3581         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3582         arguments.
3583         (gnus-html-wash-images): Fix spec computing to include start/end.
3584
3585         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3586
3587 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3590         deletion.
3591         (nnimap-retrieve-headers): Don't select the group, because that's
3592         already done by nnimap-possibly-change-group.
3593
3594         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3595         (gnus-picon-transform-address): Use it.
3596
3597         * mail-source.el (mail-source-value): Revert previous patch.
3598
3599         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3600         on failure.
3601         (nnimap-open-connection): Look up both virtual and physical server name
3602         credentials.
3603
3604         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3605
3606 2009-02-07  Dave Love  <fx@gnu.org>
3607
3608         * tls.el (open-tls-stream): Don't query killing process.
3609
3610 2009-02-08  Dave Love  <fx@gnu.org>
3611
3612         * gnus-win.el (gnus-window-to-buffer-helper)
3613         (gnus-all-windows-visible-p): Function needn't be a symbol.
3614
3615         * mail-source.el (mail-source-value): Function needn't be a symbol.
3616
3617 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * message.el (message-cite-prefix-regexp): Remove } from the cite
3620         prefix.
3621
3622         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3623         highlight again, so that the highlight is correct.
3624
3625         * gnus-picon.el (gnus-picon): Remove again.
3626         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3627
3628         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3629         doing the header highlightling, so that the background colour of the
3630         picon is correct.
3631
3632         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3633         (gnus-picon): Ditto.
3634         (gnus-picon): Reinstate.  The background colour for picons is white.
3635         (gnus-picon-insert-glyph): Make the background white.
3636
3637         * nnml.el (nnml-open-nov): Don't return dead buffers.
3638
3639         * auth-source.el (auth-source-create): Query the user for whether to
3640         store the credentials.
3641
3642         * netrc.el (netrc-store-data): New function.
3643
3644         * auth-source.el (auth-source-user-or-password): Use the existing auth
3645         sources, if any, for creation.
3646
3647         * gnus.el (gnus-group-fast-parameter): Return the last matching
3648         parameter instead of the first matching parameter.
3649
3650 2010-09-26  Julien Danjou  <julien@danjou.info>
3651
3652         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3653
3654 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * mml2015.el (mml2015-use): Remove gpg support.
3657
3658         * mml1991.el (mml1991-function-alist): Remove gpg function.
3659         (mml1991-gpg-sign): Remove.
3660
3661 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3662
3663         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3664         (gnus-browse-unsubscribe-current-group): Document it.
3665         (gnus-browse-unsubscribe-group): Use it.
3666
3667 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3670         address to the To list for easier response.
3671
3672         * gnus.el (gnus-play-startup-jingle): Remove.
3673         (gnus-splash): Don't play jingle.
3674         (gnus): Silence gnus-load message.
3675
3676         * gnus-art.el (gnus-treat-play-sounds): Remove.
3677
3678         * gnus.el (gnus-play-jingle): Remove audio support.
3679
3680         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3681
3682         * earcon.el: Remove -- no users.
3683
3684         * gnus-audio.el: Remove -- no users of this package.
3685
3686         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3687
3688         * gnus-start.el (gnus-setup-news): Remove nocem support.
3689
3690         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3691
3692         * gnus.el (gnus-use-nocem): Remove.
3693
3694         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3695         Remove.
3696
3697         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3698         uses NoCeM any more.
3699
3700         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3701         (gnus-button-ctan-handler): Ditto.
3702         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3703         (gnus-button-ctan-directory-regexp): Ditto.
3704         (gnus-button-handle-ctan): Ditto.
3705         (gnus-button-tex-level): Ditto.
3706         (gnus-button-alist): Remove CTAN stuff.
3707
3708 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3711         nnimap-streaming test.
3712
3713         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3714         servers twice.
3715
3716         * nnimap.el (nnimap-open-connection): Add more error reporting when
3717         nnimap fails early.
3718
3719         * nnheader.el (nnheader-get-report-string): New function.
3720         (nnheader-get-report): Use it.
3721
3722         * gnus-int.el (gnus-check-server): Say what the error was when opening
3723         failed.
3724
3725         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3726         using streaming.
3727
3728 2010-09-25  Julien Danjou  <julien@danjou.info>
3729
3730         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3731         gnus-window-inside-pixel-edges.
3732
3733 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734
3735         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3736
3737         * mm-decode.el (mm-save-part): Allow saving to other directories the
3738         normal Emacs way.
3739
3740         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3741         Suggested by Jay Berkenbilt.
3742
3743         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3744         there isn't a single byte.
3745
3746         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3747         just do it.  It doesn't really seem to matter what the user responds
3748         here, I think, so it's just a confusing question.
3749
3750         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3751         non-streaming case.
3752
3753         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3754         (gnus-article-encrypt-body): Use it.
3755
3756         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3757         keystroke.
3758
3759         * nnimap.el (nnimap-find-wanted-parts-1):
3760         Use gnus-fetch-partial-articles.
3761
3762         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3763
3764         * nnimap.el (nnimap-insert-partial-structure): New function.
3765         (nnimap-get-partial-article): New function.
3766         (nnimap-request-article): Use it.
3767         (nnimap-wait-for-response): Return whether the wait was successful.
3768         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3769         retrieval wasn't successful.
3770         (nnimap-retrieve-group-data-early): Allow throttling servers.
3771         (nnimap-streaming): New variable.
3772         (nnimap-fetch-partial-articles): Remove.
3773
3774         * mm-decode.el (mm-with-part): Protect against killed buffers.
3775
3776         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3777         for prettier summary display.
3778
3779 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3780
3781         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3782
3783 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3786         apparently third-party libraries depend on it.
3787
3788         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3789         before starting negotiation.
3790
3791         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3792         privacy reasons.
3793         (gnus-treat-mail-gravatar): Ditto.
3794
3795         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3796         buffer when inserting images.  Inserting text into the headers, for
3797         instance, can make them invalid.
3798
3799 2010-09-25  Julien Danjou  <julien@danjou.info>
3800
3801         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3802         variables.
3803
3804         * nnheader.el: Remove useless variables news-reply-yank-from and
3805         news-reply-yank-message-id.
3806
3807         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3808         variables.
3809
3810         * mml1991.el: Remove useless mml1991-verbose.
3811
3812         * gnus.el: Remove useless variable gnus-use-generic-from.
3813         Remove obsolete variable gnus-topic-indentation.
3814
3815         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3816
3817         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3818
3819         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3820
3821         * gnus-group.el: Remove useless gnus-group-icon-cache.
3822         Remove useless gnus-ephemeral-group-server.
3823
3824         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3825
3826         * mml2015.el: Remove useless mml2015-verbose.
3827
3828         * mml-smime.el: Remove useless mml-smime-verbose.
3829
3830         * gnus.el: Remove useless gnus-local-domain.
3831
3832         * gnus-gravatar.el (gnus-gravatar-transform-address):
3833         Use gnus-gravatar-size.
3834
3835         * gnus-art.el: Remove useless gnus-treat-translate.
3836
3837 2010-09-24  Julien Danjou  <julien@danjou.info>
3838
3839         * gnus-sum.el: Add support for Gravatars.
3840
3841         * gnus-art.el: Add support for Gravatars.
3842
3843         * gnus-gravatar.el: Add this file.
3844
3845         * gravatar.el: Add this file.
3846
3847 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3850
3851         * gnus-group.el (gnus-group-fetch-faq): Remove.
3852
3853         * gnus.el (gnus-group-faq-directory): Remove.
3854
3855         * gnus-group.el (gnus-group-fetch-charter): Remove.
3856
3857         * gnus.el (gnus-group-charter-alist): Remove.
3858
3859         * gnus-group.el (gnus-group-archive-directory): Remove.
3860         (gnus-group-recent-archive-directory): Ditto.
3861         (gnus-group-make-archive-group): Remove.
3862
3863         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3864
3865         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3866         use the same article number for all the cached articles.
3867
3868         * nnimap.el (nnimap-command): Register the last command time so
3869         that we can use it for idling NOOPs.
3870         (nnimap-open-connection): Start the keeplive timer.
3871         (nnimap-make-process-buffer): Store all the process buffers.
3872         (nnimap-keepalive): New function.
3873
3874         * starttls.el (starttls-open-stream): Add autoload cookie.
3875
3876 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3877
3878         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3879         handling.
3880
3881 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882
3883         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3884         its data structures.
3885
3886         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3887         instead of the cl.el copy-list.
3888         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3889         equalp.
3890
3891 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3894         and tool-bar-local-item-from-menu.
3895
3896         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3897         mode-line-highlight face for Emacs.
3898
3899         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3900         loading gnus-sum.elc; fix comment for canlock-verify.
3901         (gnus-article-jump-to-part): Use read-number.
3902         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3903         Remove Emacs pre-21 compatible code for help-echo.
3904         (gnus-article-next-page-1): No need to adjust the number of lines.
3905         (gnus-article-describe-bindings): Always use help-buffer.
3906
3907         * gnus-audio.el (gnus-audio-inline-sound)
3908         * gnus-cus.el (gnus-custom-mode)
3909         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3910
3911         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3912
3913         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3914         compatible code.
3915
3916 2010-09-24  Glenn Morris  <rgm@gnu.org>
3917
3918         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3919         visiting the fcc file in rmail-mode.
3920
3921         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3922
3923 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * nnir.el: Silence the byte compiler.
3926
3927         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3928         alias to browse-url-url-encode-chars if any.
3929         (gnus-html-encode-url): Use it.
3930
3931 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * gnus-start.el (gnus-use-backend-marks): New variable.
3934         (gnus-get-unread-articles-in-group): Use it.
3935
3936         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3937         makeover.
3938
3939 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3940
3941         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3942
3943 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3946         Remove.
3947         (gnus-setup-news-hook):
3948         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3949
3950         * gnus-int.el (gnus-request-update-info): Protect against backends not
3951         having the function.
3952
3953         * nnimap.el (nnimap-stream): Mention starttls.
3954         (nnimap-open-connection): Add starttls support.
3955
3956 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3957
3958         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3959
3960 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3963         BODYSTRUCTUREs.
3964         (nnimap-transform-headers): Unfold quoted {42} headers.
3965
3966         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3967         the info.
3968         (gnus-get-unread-articles): Only call updatep on backends that support
3969         it.
3970
3971         * nnweb.el (nnweb-request-update-info): NOOP.
3972
3973         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3974
3975         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3976         since it only deals with marks.
3977
3978         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3979         gnus-request-marks, and make a new gnus-request-update-info.
3980
3981         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3982         the active instead of the high number, which is usually too low.
3983
3984 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3987         * encrypt.el: Remove.
3988
3989 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3992         server in symbolic form.
3993
3994         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3995
3996 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3999         (nnimap-update-info): Fix up code slightly.
4000
4001         * gnus-int.el (gnus-open-server): Add tracing for performance
4002         debugging.
4003
4004         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4005         (gnus-group-insert-group-line): Pass the real group name so that it
4006         gets the right data.
4007
4008         * gnus-start.el (gnus-get-unread-articles): Don't have
4009         `gnus-get-unread-articles-in-group' update info, since that can be
4010         really slow and doesn't seem to be needed?
4011
4012 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4013
4014         * time-date.el (date-to-time): Try using parse-time-string first before
4015         using the slower timezone-make-date-arpa-standard.
4016
4017 2010-09-22  Julien Danjou  <julien@danjou.info>
4018
4019         * gnus-group.el (gnus-group-insert-group-line):
4020         Call gnus-group-highlight-line.
4021         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4022         default hook list.
4023         (gnus-group-update-eval-form): Add new function.
4024         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4025         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4026
4027 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4030         immediate, then expire all articles.
4031         (nnimap-update-info): Fix off-by-one errors.
4032         (nnimap-flags-to-marks): Would return no marks lists for group with no
4033         flags.  Instead return the other data.
4034
4035 2010-09-22  Julien Danjou  <julien@danjou.info>
4036
4037         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4038         Only return an icon.
4039         (gnus-group-insert-group-line): Compute icon to return.
4040
4041         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4042         (gnus-html-image-fetched): Only cache if
4043         gnus-html-image-automatic-caching is set.
4044         (gnus-html-image-fetched): Check for errors.
4045
4046 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4049         once per method on `g'.  This ensures that backends like nnfolder don't
4050         open all their folders.
4051
4052         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4053         (nnimap-request-list): Nix out group in the correct buffer.
4054         (nnimap-parse-flags): Implement by using `read' instead of
4055         hand-parsing.
4056         (nnimap-flags-to-marks): Pass on permanent-flags.
4057         (nnimap-make-process-buffer): Record the server name.
4058         (nnimap-parse-flags): Fix typo.
4059         (nnimap-request-scan): Run split on the server in general, not just a
4060         single group.
4061
4062         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4063         parameter, and propagate this downwards.
4064
4065         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4066         since EXAMINE changes it on the server.
4067
4068         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4069         this command might take a while.
4070
4071 2010-09-22  Julien Danjou  <julien@danjou.info>
4072
4073         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4074         harmful if you have 2 images side-by-side, they can't be properly
4075         update on text deletion.  Using text-property is safer here.
4076         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4077         data.
4078
4079 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * nnimap.el (nnimap-expunge-inbox): Remove.
4082         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4083         (nnimap-expunge): Flip default to t.
4084
4085         * gnus.el (gnus-method-to-server): Don't push things to the cache
4086         unless it's unique.
4087         (gnus-server-to-method): Ditto.
4088
4089 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4090
4091         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4092
4093 2010-09-22  Julien Danjou  <julien@danjou.info>
4094
4095         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4096         get the start of data.
4097         (gnus-html-encode-url): Add this function to encode special chars in
4098         URL.
4099         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4100         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4101
4102         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4103         default.
4104         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4105
4106         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4107         images alt-text.
4108         (gnus-html-put-image): Put alt-text as help-echo.
4109
4110 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4113         * mm-util.el (mm-decompress-buffer)
4114         * nnir.el (nnir-run-find-grep)
4115         * pop3.el (pop3-list): Use 3rd arg of split-string.
4116
4117         * time-date.el (format-seconds): Comment fix.
4118
4119         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4120         and byte-optimize-form-code-walker.
4121         (dgnushack-make-auto-load): Don't advise make-autoload.
4122
4123         * lpath.el: Remove Emacs 21 stuff.
4124
4125 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4128         outside the active range.  Suggested by Dan Christensen.
4129
4130         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4131         slightly later to avoid double-getting it.
4132
4133         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4134         previous patch.
4135
4136         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4137
4138 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4139
4140         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4141
4142 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4143
4144         * gnus-int.el (gnus-open-server): Give a better error message in the
4145         "go offline" case.
4146
4147         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4148         marks for nnimap, which is seldom the right thing to do.
4149
4150         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4151         (gnus-same-method-different-name): New function.
4152
4153         * nnimap.el (parse-time): Require.
4154
4155         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4156         method in the presence of many similar methods.
4157
4158         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4159
4160         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4161         nnml-inhibit-expiry.
4162
4163         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4164         find out whether methods are equal.
4165
4166         * nnimap.el (nnimap-find-expired-articles): New function.
4167         (nnimap-process-expiry-targets): New function.
4168         (nnimap-request-move-article): Request the article before looking at
4169         what the Message-ID is.  Fix found by Andrew Cohen.
4170         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4171
4172         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4173         for oldness in addition to being a predicate.
4174
4175         * nnimap.el (nnimap-request-group): When we have zero articles, return
4176         the right data to Gnus.
4177         (nnimap-request-expire-articles): Only delete articles immediately if
4178         the target is 'delete.
4179
4180         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4181         method, this would bug out.
4182
4183         * gnus-group.el (gnus-group-expunge-group): Rename from
4184         gnus-group-nnimap-expunge, and implemented as a normal interface
4185         function.
4186
4187         * gnus-int.el (gnus-request-expunge-group): New function.
4188
4189         * nnimap.el (nnimap-request-create-group): Implement.
4190         (nnimap-request-expunge-group): New function.
4191
4192 2010-09-21  Julien Danjou  <julien@danjou.info>
4193
4194         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4195         (gnus-html-cache-expired): Add new function.
4196         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4197         wethever we should display image for fetch it.
4198         Compute alt-text earlier to pass it to the fetching function too.
4199         (gnus-html-schedule-image-fetching): Change function argument to only
4200         get one image at a time, not a list.
4201         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4202         cache.
4203         (gnus-html-get-image-data): New function to retrieve image data from
4204         cache.
4205         (gnus-html-put-image): Change buffer argument to use image data rather
4206         than file, and place image above region rather than inserting a new
4207         one.  Do not take alt-text as argument, since it's useless now: we place
4208         the image above alt-text.
4209         (gnus-html-prune-cache): Remove.
4210         (gnus-html-show-images): Start to fetch image when we find one, do not
4211         push into a temporary list.
4212         (gnus-html-prefetch-images): Only fetch image if they have expired.
4213         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4214         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4215
4216 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4219
4220 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4223         spec inser "*" if the group isn't active instead of 0.
4224
4225         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4226         opening the server.
4227         (nnimap-request-delete-group): Implement group deletion.
4228         (nnimap-transform-headers): Return the size of the entire message in
4229         the Bytes header, not just the size of the first part.
4230         (nnimap-request-move-article): When moving an article from nnimap,
4231         request the article first so the accepting form has an article to
4232         accept.  Reported by Dan Christensen.
4233         (nnimap-command): Make sure that the error message doesn't error out.
4234
4235 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4236
4237         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4238         we haven't requested anything.
4239
4240 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241
4242         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4243         "".  Fix found by Andrew Cohen.
4244
4245         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4246         instead of -encode-string.
4247
4248 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4251
4252         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4253         by mm-subst-char-in-string.
4254
4255 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4258         waiting for the connection string.
4259
4260         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4261         arriving.
4262
4263         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4264         bogus characters.  This allows selecting certain Gmail groups.
4265
4266         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4267         (nnimap-fetch-partial-articles): New variable.
4268         (nnimap-open-connection): When looking for credentials, also use the
4269         nnimap-server-port.
4270         (nnimap-request-article): Return the group/article number, so that Gnus
4271         `^' works as expected.
4272         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4273
4274         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4275         comments.
4276         (gnus-methods-sloppily-equal): New function.
4277         (gnus): When using the development version of Gnus, load the gnus-load
4278         file.
4279
4280         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4281         `gnus-open-server' on each method before trying to scan them etc.
4282         This ensures that all the backend parameters are set correctly.
4283
4284         * nnimap.el (nnimap-authenticator): New variable.
4285         (nnimap-open-connection): Allow anonymous login.
4286         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4287         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4288
4289         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4290         patch, found by Knut Anders Hatlen.
4291
4292 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4293
4294         * gnus-agent.el (gnus-agent-batch-confirmation)
4295         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4296         to gnus-message.
4297         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4298         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4299         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4300         * gnus-int.el (gnus-open-server): Likewise.
4301         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4302         (gnus-score-check-syntax): Likewise.
4303         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4304         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4305         Likewise.
4306         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4307
4308 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4311         calling conventions so that prefetch doesn't bug out.
4312
4313 2010-09-19  Julien Danjou  <julien@danjou.info>
4314
4315         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4316         rather than `subst-char-in-region' in order to be able to replace ASCII
4317         char by UTF-8 ones.
4318
4319         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4320         than curl.
4321         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4322         the right URL and ALT text on images.
4323         (gnus-html-wash-tags): Fix tag case.
4324         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4325         (gnus-article-html): Add -o display_ins_del=2 option.
4326         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4327
4328 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4331         the extra mail headers, which sometimes seem to happen for unknown
4332         reasons.
4333
4334         * mail-parse.el (mail-header-encode-parameter): Define as
4335         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4336         (or most, perhaps?) mail readers don't understand the latter, but do
4337         understand the former.
4338
4339         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4340         to nil, so that no methods are automatically agentized.  I think this
4341         is probably what most users want.
4342
4343         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4344         from url-retrieve, for instance about invalid URLs.
4345
4346         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4347         groups that have no articles.
4348         (nnimap-request-article): Check that we really got an article when we
4349         requested one.
4350
4351         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4352         doesn't exist.
4353
4354         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4355         nntp buffer so the agent can save it.
4356         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4357         that CRLF doesn't get translated to \n.
4358         (nnimap-open-connection): Don't make 'shell commands only send \n.
4359
4360 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4361
4362         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4363         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4364         Update var name.
4365         (nnml-generate-nov-file): Use dolist.
4366         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4367         Use with-current-buffer.
4368
4369 2010-09-18  Julien Danjou  <julien@danjou.info>
4370
4371         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4372         parallel.
4373
4374 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4377         the range update right.
4378         (nnimap-request-group): Don't make `M-g' bug out on group with no
4379         marks.
4380         (nnoo): Require, so that other packages can require nnimap.
4381         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4382         command we're looking for.  This helps when the server sends more
4383         responses after we've gotten everything we expected.
4384         (nnimap): Add a `newlinep' field to keep track of end-of-line
4385         conventions.
4386         Don't send CRLF to things that don't want it.
4387         (nnimap-request-accept-article): Ditto.
4388
4389 2010-09-18  Julien Danjou  <julien@danjou.info>
4390
4391         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4392         than curl to retrieve images.
4393
4394 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4397         the marks.
4398         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4399         (nnimap-wait-for-connection): New function.
4400         (nnimap-open-connection): If we have PREAUTH, don't query for login
4401         credentials.
4402         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4403         when doing a partial update.
4404
4405 2010-09-18  Julien Danjou  <julien@danjou.info>
4406
4407         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4408         tags.
4409
4410 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * nnimap.el (nnimap-credentials): New function.
4413         (nnimap-open-connection): Use the new function to look for credentials
4414         also on the numeric equivalents of "imap" and "imaps".
4415
4416         * gnus-start.el (gnus-activate-group): Send the info to
4417         gnus-request-group.
4418
4419         * nnimap.el (nnimap-request-group): Have the "check" version of the
4420         function parse flags and update the info, so that a `M-g' get a total
4421         resync of all flags from the group.
4422
4423         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4424         to allow backends to alter the info on group selection.  Also alter all
4425         the backend -request-group functions to take the parameter.
4426
4427         * nnimap.el (nnimap-store-info): New function.
4428         (nnimap-update-info): Store the info for later usage.
4429         (nnimap-request-group): Use the stored info for the dont-check case, so
4430         that we don't retrieve all marks when we enter a group.
4431
4432         * nnimap.el: Use deffoo instead of defun for interface functions.
4433
4434         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4435         update the group info.  This makes the nndraft groups, for instance, go
4436         back to their old behaviour.
4437
4438         * gnus-sum.el (gnus-select-newsgroup): Indent.
4439
4440         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4441         in.
4442         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4443         nothing.
4444
4445         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4446         from methods that are denied.
4447
4448         * gnus-int.el (gnus-method-denied-p): New function.
4449
4450         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4451         store the password instead of netrc.
4452         (nnimap-open-connection): Don't error out when we can't make a
4453         connections.
4454
4455         * auth-source.el (auth-source-create): In the password prompt, say what
4456         we're querying for.  Also prompt for user name if that hasn't been
4457         given.
4458
4459         * nnimap.el (nnimap-with-process-buffer): Remove.
4460
4461 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4464         method when we're reading from the agent.
4465
4466         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4467
4468         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4469         that's probably most useful for users.
4470
4471         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4472         "failed" all the time.
4473
4474         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4475         ...)) with (with-current-buffer ... ).
4476
4477         * nntp.el (nntp-open-server): Return whether the open was successful or
4478         not.
4479
4480         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4481         select an unread unseen article first.
4482
4483         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4484         /etc/services, supply some sensible port defaults.
4485
4486         * dgnushack.el: Define netrc-credentials.
4487
4488 2010-09-17  Julien Danjou  <julien@danjou.info>
4489
4490         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4491
4492 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4493
4494         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4495         doesn't have any parameters.
4496
4497 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4500         only upcased checks.
4501
4502         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4503
4504         * nnimap.el (nnimap-open-shell-stream): New function.
4505         (nnimap-open-connection): Use it.
4506         (nnimap-transform-headers): Get the number of lines in each message.
4507         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4508         number of lines.
4509         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4510         problem.
4511
4512         * utf7.el (utf7-encode): Autoload.
4513
4514         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4515         to allow the mail splitting to not return a default group.  This is
4516         useful for nnimap, which will leave unmatched mail in the inbox.
4517
4518         * nnimap.el: Rewritten.
4519
4520         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4521         nnimap usage.
4522
4523         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4524         if the move is internal, so that nnimap can do fast internal moves.
4525
4526         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4527         data.
4528         (gnus-read-active-for-groups): Support finishing the early retrieval of
4529         data.
4530
4531         * gnus-range.el (gnus-range-nconcat): New function.
4532
4533         * gnus-int.el (gnus-finish-retrieve-group-infos)
4534         (gnus-retrieve-group-data-early): New functions.
4535
4536 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4537
4538         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4539         (nnrss-retrieve-groups):
4540         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4541         (pop3-quit): Use with-current-buffer.
4542
4543 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4546         instead of nnheader-accept-process-output.
4547
4548         * dgnushack.el (dgnushack-compile): Add comment.
4549
4550         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4551
4552         * gnus-html.el (gnus-html-schedule-image-fetching)
4553         (gnus-html-prefetch-images): Replace process-kill-without-query by
4554         gnus-set-process-query-on-exit-flag.
4555
4556 2010-09-16  Romain Francoise  <romain@orebokech.com>
4557
4558         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4559
4560 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4563         parameter to unintern is mandatory-ish in Emacs 24.
4564
4565         * gnus-html.el (gnus-html-schedule-image-fetching)
4566         (gnus-html-prefetch-images): Check for curl before using it.
4567
4568         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4569         depend on curl, which isn't essential.
4570
4571         * imap.el: Revert back to version
4572         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4573         seem problematic.
4574
4575 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4576
4577         * gnus-registry.el (gnus-registry-install-shortcuts):
4578         Explicitly pass `obarray' to `unintern' to avoid a warning.
4579
4580 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4583         change.
4584
4585         * nnrss.el (nnrss-request-list): Remove this function and related
4586         functions, including the moreover stuff.
4587
4588 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * nnrss.el (nnrss-retrieve-groups): New function.
4591
4592 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4593
4594         * .dir-locals.el: Add no-byte-compile cookie.
4595
4596 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * time-date.el (format-seconds): Comment fix.
4599
4600         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4601         for back end that doesn't support request-scan.
4602
4603 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604
4605         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4606         then do request scans from the backends.
4607
4608         * netrc.el (netrc-credentials): New conveniency function.
4609
4610         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4611         avoid running a hook per line, since this takes a lot of time,
4612         profiling shows.
4613         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4614         directly if gnus-visual-p is true.
4615
4616 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4619         groups; replace mapcar with dolist which is a bit faster; pass groups
4620         info to gnus-read-active-file-1.
4621         (gnus-read-active-file-1): Scan only specified groups if the new
4622         optional arg `infos' is given.
4623
4624 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625
4626         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4627
4628         * pop3.el (pop3-movemail): Remove.
4629         (pop3-streaming-movemail): Rename to pop3-movemail.
4630
4631         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4632         don't restrict end-tag searches to the end of the line.
4633
4634 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4637         articles of every unchecked group to t, which means unknown since the
4638         server has never been opened.
4639
4640 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4641
4642         * gnus-html.el (gnus-html-show-alt-text): New command.
4643         (gnus-html-browse-image): Ditto.
4644         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4645         to browse the image directly.
4646         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4647         better.
4648
4649         * gnus-async.el (gnus-async-article-callback):
4650         Call `gnus-html-prefetch-images' unconditionally.
4651
4652         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4653         before feeding URLs to curl.
4654
4655 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4658         internal images as deletable by `W D D'.
4659
4660         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4661         (gnus-async-article-callback): Fix typo.
4662
4663 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4666         current line to work around bugs in the output from w3m.
4667
4668         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4669         for groups that want that.
4670
4671         * nntp.el (nntp-wait-for-string): Supply a timeout for
4672         accept-process-output to ensure progress.
4673
4674         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4675         level to get unread articles from, then use that for foreign groups,
4676         too.
4677
4678         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4679         confuses the rest of the function.
4680
4681         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4682         for the methods that support -retrieve-groups, too.
4683
4684         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4685
4686 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4689         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4690
4691         * pop3.el: Require cl when compiling.
4692         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4693
4694 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4697         that aren't going to be activated.
4698         (gnus-get-unread-articles): Fix up the last commit.
4699
4700         * gnus-html.el (gnus-article-html): Allow calling without specifying
4701         the handle.  In that case, dissect the buffer first.
4702
4703         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4704
4705         * nnimap.el (nnimap-open-connection): Revert the change that would look
4706         into authinfo for imaps instead of imap.
4707
4708         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4709         say that you don't want to call gnus-request-group with don-check, but
4710         do check the reponse.  This is for virtual groups only.
4711         (gnus-get-unread-articles): Count the archive groups as secondary, so
4712         that they're activated the same way as before.
4713
4714         * imap.el (imap-message-map): Removed optional buffer parameter, since
4715         no callers use it.
4716         (imap-message-get): Ditto.
4717         (imap-message-put): Ditto.
4718         (imap-mailbox-map): Ditto.
4719         (imap-mailbox-put): Ditto.
4720         (imap-mailbox-get): Ditto.
4721         (imap-mailbox-get): Revert last change for this function.
4722
4723         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4724         case-insensitively.
4725         (nnimap-debug): Remove.
4726
4727         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4728         to use `imap-fetch' instead.  According to the comments, this should be
4729         safe, since all other IMAP clients use the 1:* syntax.
4730         (imap-enable-exchange-bug-workaround): Removed.
4731         (imap-debug): Removed -- doesn't seem very useful.
4732
4733         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4734         mail from a file, and the file doesn't exist.
4735
4736         * imap.el (imap-log): New convenience function used throughout instead
4737         of repeating the same code all over the place.
4738
4739         * pop3.el (pop3-streaming-movemail): Return t for success.
4740
4741         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4742         .authinfo if we're using ssl connection.
4743
4744         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4745         already have if we're in a main Gnus `g' run.
4746
4747         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4748
4749 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4752
4753         * nnmh.el (nnmh-request-list-1): Bind `file'.
4754
4755         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4756         alias to set-process-query-on-exit-flag or process-kill-without-query.
4757         (pop3-open-server): Use it.
4758
4759 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4762         box to the Incoming file.  Fixes mistake in previous checkin.
4763
4764         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4765         request loop (for debugging purposes) removed.
4766
4767         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4768         culprit is more visible.
4769         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4770         (nnml-add-incremental-nov): New functions to do "incremental" nov
4771         updates, where we just append to the end of the existing nov files
4772         without reading/writing them in full.
4773
4774         * mail-source.el (mail-source-delete-crash-box): Really only check the
4775         incoming files once in a while.
4776
4777         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4778
4779         * mail-source.el (mail-source-delete-crash-box): Only check the
4780         incoming files for deletion once per day to save a lot of file
4781         accesses.
4782
4783         * pop3.el (pop3-logon): Fix up unbound variable typo.
4784
4785         * mail-source.el (pop3-streaming-movemail): Autoload.
4786
4787         * pop3.el (pop3-streaming-movemail):
4788         Respect pop3-leave-mail-on-server.
4789
4790         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4791         retrieval.
4792
4793         * pop3.el (pop3-process-filter): Remove unused function.
4794         (pop3-streaming-movemail, pop3-send-streaming-command)
4795         (pop3-wait-for-messages, pop3-write-to-file)
4796         (pop3-number-of-responses): New functions for streaming pop3
4797         retrieval.
4798
4799         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4800         come from no known methods.
4801         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4802         list.
4803
4804         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4805         message sizes.
4806         (pop3-movemail): Use erase-buffer instead of looping and deleting
4807         regions, which seems rather odd.
4808
4809         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4810         file once per `g' run.
4811
4812         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4813         directories.  This makes the draft queue directory work.
4814
4815         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4816         data from the backends, so that we only request the list of groups from
4817         each method once.  This should speed things up considerably.
4818
4819         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4820         detect that it's not implemented.
4821
4822         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4823         we actually do recurse down into the tree, but don't stat all leaf
4824         nodes.
4825
4826         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4827         then say so instead of bugging out.
4828
4829         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4830         files exist before trying to read them.
4831
4832         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4833         around <pre_int>.
4834
4835         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4836
4837         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4838
4839 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * mm-util.el (mm-image-load-path): Just return the image directories,
4842         not all directories in the path in addition to the image directories.
4843         (mm-image-load-path): Maintain a cache of the image directories so that
4844         the `g' command in Gnus doesn't have to stat dozens of directories each
4845         time.
4846
4847         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4848         (gnus-html-wash-tags): Add a new `i' command to insert images.
4849         (gnus-html-insert-image): New command and keystroke.
4850         (gnus-html-redisplay-with-images): New command and keystroke.
4851         (gnus-html-show-images): Rename command.
4852         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4853         spacers.
4854         (gnus-html-wash-tags): Decode entities at the end, so that entities
4855         inside the tags don't mess up the rest of the "parsing".
4856
4857         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4858         so that nnimap methods aren't agentized by default.  There's apparently
4859         many problems related to agent/imap behaviour.
4860
4861         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4862
4863         * gnus-html.el: Doc fix.
4864
4865 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4868         specifier-spec-list for Emacs 21.
4869
4870         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4871         glyph-width and glyph-height instead of display-graphic-p and
4872         image-size; make avoidance of displaying small images work for XEmacs.
4873
4874         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4875         for XEmacs.
4876
4877         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4878         of symbol that holds plist data.
4879         (gnus-process-plist): Remove plist of process after getting it.
4880
4881 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * message.el (message-generate-hashcash): Change default to
4884         'opportunistic if hashcash is installed.
4885
4886         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4887         (gnus-html-put-image): Only call image-size once, since it's somewhat
4888         time-consuming on remote X servers.
4889
4890 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4893         type on data, not a file name.
4894
4895         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4896         window-pixel-edges for Emacs 21.
4897
4898         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4899         decoded contents.
4900         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4901
4902 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4903
4904         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4905         group line format, since it isn't very interesting.
4906
4907         * gnus-agent.el (gnus-agent-short-article),
4908         (gnus-agent-long-article): Increase values for these two variables,
4909         since most people are likely to have more network connection and
4910         storage than before.
4911
4912         * gnus.el (gnus-refer-article-method): Change default to 'current.
4913         When referring an article, the common behaviour is to refer it from the
4914         current select method, not the native select method.  The chances of
4915         the native select method having the message in question is rather slim
4916         these days.
4917
4918         * gnus-sum.el (gnus-auto-select-subject): Change default to
4919         `unseen-or-unread'.  I think it's likely that most people want to
4920         select an unseen article over a previously seen, but unread one.
4921
4922         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4923         means that in the article buffer none of the minor mode elements will
4924         be shown, usually, and this is not desirable in most cases.
4925
4926         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4927         that commands like `d' (and the like) go to the next line in the
4928         buffer, instead of the next unread article.  I think this is the
4929         behaviour that is most natural for most users.
4930         (gnus-single-article-buffer): Change default to nil, so that people can
4931         have as many article buffers open as they have summary buffer.  I think
4932         this is the most natural way for the groups to behave.
4933
4934         * message.el (message-generate-new-buffers): Change default to
4935         `unsent', so that all new message buffers start their names with the
4936         string "*unsent", and it's easier to find the buffers if you move from
4937         them.
4938
4939 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4942         small.  They're probably tracking images.
4943         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4944         (gnus-html-rescale-image): Yet another try at getting the image sizing
4945         right.
4946
4947         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4948         nntp-marks-file-name is nil.
4949
4950 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4951
4952         * gnus-html.el (gnus-html-wash-tags)
4953         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4954         Better logging.
4955
4956 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4957
4958         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4959
4960         * gnus-html.el (gnus-html-wash-tags): Check the value of
4961         gnus-blocked-images in the summary buffer.
4962
4963 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4964
4965         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4966
4967 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4970         like "a", it seems like.
4971         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4972         since it needs to be picked from the correct buffer.
4973
4974         * nnwfm.el: Remove.
4975
4976         * nnlistserv.el: Remove.
4977
4978 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4979
4980         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4981         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4982
4983 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * nnkiboze.el: Remove.
4986
4987         * nndb.el: Remove.
4988
4989         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4990         alt text.
4991         (gnus-html-rescale-image): Try to get the rescaling logic right for
4992         images that are just wide and not tall.
4993
4994         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4995         overshadow variable bindings.
4996
4997 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4998
4999         * gnus-html.el (gnus-html-wash-tags)
5000         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5001         Add extra logging.
5002
5003 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5006         (gnus-max-image-proportion): New variable.
5007         (gnus-html-rescale-image): New function.
5008         (gnus-html-put-image): Rescale images.
5009
5010 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5011
5012         Fix up some byte-compiler warnings.
5013         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5014         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5015         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5016         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5017         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5018         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5019         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5020
5021 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * gnus-html.el (gnus-article-html): Decode contents by charset.
5024
5025 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5028         (gnus-html-frame-width, gnus-blocked-images)
5029         * message.el (message-prune-recipient-rules): Add custom version.
5030         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5031
5032         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5033         functions.
5034
5035         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5036         gnus-process-get.
5037
5038 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5039
5040         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5041         instead of lsub directly.
5042
5043 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * nnwarchive.el: Remove.
5046
5047         * gnus-soup.el: Remove.
5048
5049         * nnsoup.el: Remove.
5050
5051         * nnultimate.el: Remove.
5052
5053         * gnus-html.el (gnus-blocked-images): New variable.
5054
5055         * message.el (message-prune-recipients): New function.
5056         (message-prune-recipient-rules): New variable.
5057
5058         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5059         guess whether a long line is natural text or not.
5060
5061         * gnus-html.el (gnus-html-schedule-image-fetching):
5062         Use gnus-process-plist and friends for compatibility.
5063
5064 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5065
5066         * gnus-html.el: Require packages that define macros used in this file.
5067         (gnus-article-mouse-face): Declare to silence byte-compiler.
5068         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5069         process-get.
5070         (gnus-html-put-image): Use plist-get to avoid getf.
5071         (gnus-html-prefetch-images): Use with-current-buffer.
5072
5073 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * gnus-ems.el: Provide compatibility functions for
5076         gnus-set-process-plist.
5077
5078         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5079         header-line-format for XEmacs 21.4.
5080
5081         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5082         * gnus.el (gnus-valid-select-methods)
5083         * message.el (message-send-mail-partially-limit)
5084         * mm-decode.el (mm-text-html-renderer)
5085         * mml.el (mml-insert-mime-headers-always)
5086         * smiley.el (smiley-regexp-alist): Bump custom version.
5087
5088 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * gnus-html.el: require mm-url.
5091         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5092         with the url to `url'.
5093         (gnus-html-wash-tags): Support cid: URLs/images.
5094
5095 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096
5097         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5098         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5099         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5100
5101         * gnus-move.el: Remove file, since it doesn't really work.
5102
5103         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5104         UTF-8.  This seems to fix problems with some German web feeds.
5105
5106         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5107         at the top so that the proper colours are applied.
5108
5109         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5110         don't have dots in their names.
5111
5112         * gnus-art.el (gnus-article-view-part): Doc fix.
5113
5114         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5115         XEmacs-compatible.
5116         (gnus-html-put-image): Don't do images on non-graphic displays.
5117
5118         * nnslashdot.el: Remove this unused backend.
5119
5120         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5121         actions.
5122         (gnus-undo-register-1): Revert last change.
5123
5124         * gnus-group.el (gnus-group-completing-read): Protect against not
5125         having completion-styles bound.
5126
5127         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5128         make broken recipients happier.
5129
5130         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5131
5132         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5133         point parameter.
5134
5135         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5136
5137         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5138         completion-styles for group selection.
5139
5140 2009-02-04  Andreas Schwab  <schwab@suse.de>
5141
5142         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5143         headers and regexp-quote the match if necessary.
5144
5145 2009-03-24  Miles Bader  <miles@gnu.org>
5146
5147         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5148         the blinking smiley.
5149
5150 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5151
5152         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5153         blink smiley.
5154
5155 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5158         where the dribbel file lives exists.
5159
5160         * message.el (message-send-mail-partially-limit): Change the default to
5161         nil, since most people don't want this.
5162
5163         * mm-url.el (mm-url-decode-entities): Also decode entities like
5164         &#x3212.
5165
5166 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5167
5168         * gnus-sum.el (gnus-summary-idna-message):
5169         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5170         Hyperlink urls in docstrings with URL `...'.
5171
5172 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5173
5174         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5175         functions.
5176
5177 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5178
5179         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5180         say what the mouseover text should be.
5181
5182         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5183         version of the mm-w3m-safe-url-regexp variable to only download images
5184         in the groups where we want that to happen.
5185
5186         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5187
5188         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5189         easier debugging.
5190         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5191         big pictures in the article buffer.
5192
5193         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5194         gnus-article-html.
5195         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5196         w3m.
5197
5198         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5199
5200 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5203         which doesn't exist.
5204
5205         * message.el (message-inhibit-ecomplete): New variable to allow some
5206         function to inhibit ecomplete address storage.
5207         (message-resend): Disable ecomplete message storage when resending
5208         messages.
5209
5210         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5211
5212 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5215         Save excursion while copying, moving, and deleting articles in order to
5216         prevent the cursor from jumping to unforeseen place.
5217
5218 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * lpath.el: No need to bind bookmark-current-buffer,
5221         bookmark-yank-point and bookmark-make-record-function.
5222
5223 2010-08-17  Glenn Morris  <rgm@gnu.org>
5224
5225         * gnus-sync.el: Require gnus components whose functions are used.
5226
5227         * gnus-art.el (bookmark-make-record-function):
5228         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5229         Declare for compiler.
5230
5231         * mm-url.el (mml-compute-boundary): Autoload.
5232
5233 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5236
5237 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5238
5239         Typo fix "hoo4a" -> "hook".
5240
5241         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5242
5243 2010-08-14  Glenn Morris  <rgm@gnu.org>
5244
5245         * gnus-sync.el (gnus-sync): Fix defgroup version.
5246
5247 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5248
5249         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5250
5251         * gnus-sync.el: Fix docs.
5252         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5253         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5254
5255 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5256
5257         Optimizations for gnus-sync.el.
5258
5259         * gnus-sync.el: Add docs about gnus-sync-backend
5260         possibilities.
5261         (gnus-sync-save): Remove unnecessary message.
5262         (gnus-sync-read): Optimize and show what groups were skipped.
5263
5264 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         Minor bug fixes for gnus-sync.el.
5267
5268         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5269         Don't read the sync on get-new-news.
5270
5271         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5272         quiet.
5273
5274         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5275         (fix typo).
5276
5277 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5278
5279         Make saving and restoring of hidden threads work with overlays.
5280         Patch applied by Ted Zlatanov.
5281
5282         * gnus-sum.el (gnus-hidden-threads-configuration)
5283         (gnus-restore-hidden-threads-configuration): Update to deal with text
5284         properties, rather than searching for a magic character.
5285
5286 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5287
5288         New gnus-sync.el library for synchronization of marks.
5289
5290         * gnus-sync.el: New library for synchronization of marks.
5291
5292         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5293         renamed from `gnus-registry-grep-in-list'.
5294
5295         * gnus-registry.el (gnus-registry-follow-group-p):
5296         Use `gnus-grep-in-list'.
5297
5298         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5299
5300 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5303         determining charset of text fails.
5304
5305 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * nnmail.el (nnmail-get-new-mail-1): Revert.
5308
5309         * nnml.el (nnml-active-number): Make sure names of newly created groups
5310         in nnml-group-alist are encoded.
5311
5312 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5315         containing non-ASCII characters in active file for nnml back end.
5316
5317 2010-07-24  David Engster  <dengste@eml.cc>
5318
5319         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5320         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5321
5322 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5323
5324         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5325         tag (Bug#6654).
5326
5327 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5330         the article buffer, not the summary buffer.
5331
5332 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5335         Emacs 23 as well.
5336
5337 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5340         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5341
5342 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5343
5344         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5345         Patch applied by Karl Fogel.
5346
5347         * gnus-sum.el (gnus-summary-bookmark-make-record):
5348         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5349
5350 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5351
5352         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5353         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5354         C-w still not working correctly from Article buffers; Thierry's
5355         patch to fix that will be applied after this.
5356
5357         * gnus-art.el (bookmark-make-record-function): New local variable.
5358
5359         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5360         article buffer.
5361         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5362
5363 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5364
5365         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5366         on changes in bookmark.el.
5367
5368 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5371         `no-log' instead of message not to log prompt string.
5372
5373 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5374
5375         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5376         the *other* type of HTML form submission.
5377
5378 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5379
5380         * auth-source.el (auth-source-pick): If choice does not contain a
5381         questioned keyword, set the check to t.
5382
5383 2010-06-12  Romain Francoise  <romain@orebokech.com>
5384
5385         * gnus-util.el (gnus-date-get-time): Move up before first use.
5386
5387 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5390         (gnus-article-edit-part): Bind it to make last part that is substituted
5391         or deleted visible.
5392         (gnus-mime-display-single): Buttonize part of which id equals to
5393         gnus-mime-buttonized-part-id.
5394
5395 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5396
5397         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5398         (gnus-dd-mmm): Use gnus-date-get-time.
5399         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5400         simplify logic.
5401         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5402         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5403
5404 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5405
5406         * auth-source.el (top): Autoload `secrets-list-collections',
5407         `secrets-create-item', `secrets-delete-item'.
5408         (auth-sources): Fix tag string.
5409         (auth-get-source, auth-source-retrieve, auth-source-create)
5410         (auth-source-delete): New defuns.
5411         (auth-source-pick): Rewrite in order to avoid 2 passes.
5412         (auth-source-forget-user-or-password): New parameter USERNAME.
5413         (auth-source-user-or-password): New parameters CREATE-MISSING and
5414         DELETE-EXISTING.  Retrieve password interactively, if needed.
5415
5416 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5417
5418         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5419         deleting unused directories when gnus-expert-user is t.
5420
5421 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5424         for each temp file when gnus-article-browse-delete-temp is ask.
5425
5426 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5427
5428         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5429         Lisp calls to delete-backward-char by calls to delete-char.
5430
5431 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5432
5433         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5434
5435 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5436
5437         * password-cache.el (password-cache-remove): Fix docstring.
5438
5439 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5442         article unless decoding article to be saved.
5443
5444 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5447         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5448         generated within the mm-with-unibyte-current-buffer macro.
5449
5450 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5453         to nil when we're in a mml-preview buffer and no group is selected.
5454
5455 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5456
5457         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5458         when catching the `C-g'.  Reported by "Leo".
5459
5460 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * message.el (message-forward-make-body-plain)
5463         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5464         multibyte-string-p.
5465
5466         * lpath.el: Revert.
5467
5468 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * message.el (message-forward-make-body-mml): Assume original message
5471         is multibyte string; error on unibyte.
5472         (message-forward-make-body-plain): Ditto; don't add excessive newline
5473         in body end.
5474
5475         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5476
5477 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5478
5479         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5480         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5481
5482 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * mm-extern.el (mm-extern-url): Don't use
5485         mm-with-unibyte-current-buffer.
5486         (mm-extern-cache-contents): Use with-current-buffer instead of
5487         save-excursion + set-buffer.
5488
5489 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * mm-util.el (mm-emacs-mule): Remove.
5492
5493 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5494
5495         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5496         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5497         change.
5498
5499 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5502         bind the default value of enable-multibyte-characters to nil.
5503
5504 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * message.el (message-forward-make-body-plain)
5507         (message-forward-make-body-mml):
5508         Don't use mm-with-unibyte-current-buffer.
5509
5510 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5511
5512         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5513
5514 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5515
5516         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5517         (Bug#5592).
5518
5519 2010-05-07  Julien Danjou  <julien@danjou.info>
5520
5521         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5522         it to mm-pipe-part.
5523
5524         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5525         it is given.
5526
5527 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * binhex.el (binhex-decode-region-internal)
5530         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5531         (dns-query)
5532         * nnweb.el (nnweb-gmane-search)
5533         * pgg-parse.el (pgg-parse-armor)
5534         * pgg.el (pgg-verify-region)
5535         * sha1.el (sha1-string-external)
5536         * uudecode.el (uudecode-decode-region-internal)
5537         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5538         XEmacs.
5539
5540         * gnus-art.el (gnus-article-browse-html-parts)
5541         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5542         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5543         make-temp-file.
5544
5545         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5546         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5547         compiling.
5548
5549         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5550         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5551         XEmacs when compiling.
5552
5553         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5554         gnus-pick-mode-off-hook for XEmacs when compiling.
5555         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5556         gnus-binary-mode-off-hook for XEmacs when compiling.
5557
5558         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5559         Return nil if char-charset is not available.
5560
5561         * imap.el (imap-disable-multibyte)
5562         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5563         macros.
5564
5565         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5566         instead of encode-coding-string.
5567
5568         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5569         'xemacs) instead of mm-emacs-mule to switch function definitions.
5570         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5571
5572         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5573         bind temporary-file-directory for XEmacs;
5574         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5575         timer-set-function for XEmacs 21.4 and SXEmacs;
5576         bind timer-list for XEmacs 21.4 and SXEmacs;
5577         fbind char-charset and find-charset-region for non-Mule XEmacs;
5578         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5579         encode-coding-region and encode-coding-string for XEmacs having no
5580         file-coding feature.
5581
5582 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5583
5584         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5585
5586 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5589         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5590
5591 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5592
5593         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5594         alias `jka-compr-delete-temp-file' no longer exists.
5595
5596 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5597
5598         Use define-minor-mode in Gnus where applicable.
5599         * mml.el (mml-mode): Use define-minor-mode.
5600         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5601         (gnus-undo-mode): Use define-minor-mode.
5602         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5603         (gnus-dead-summary-mode): Use define-minor-mode.
5604         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5605         Initialize in declaration.
5606         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5607         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5608         (gnus-mailing-list-mode): Use define-minor-mode.
5609         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5610         (gnus-draft-mode): Use define-minor-mode.
5611         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5612         (gnus-dired-mode): Use define-minor-mode.
5613
5614 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5615
5616         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5617         handles on recursive mml-to-mime translation and check them for
5618         boundary delimiter collisions.  Reported by Greg Troxel.
5619
5620 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5623
5624 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5625
5626         * mm-util.el (mm-find-buffer-file-coding-system):
5627         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5628
5629 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5630
5631         * message.el (message-generate-headers): Record insertion of optional
5632         headers as well.  Otherwise the check to prevent repeated insertion of
5633         optional headers is a no-op.
5634
5635 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5636
5637         * smime.el: Don't mention CVS.
5638
5639         * nnrss.el (nnrss-fetch): Don't mention CVS.
5640
5641         * nnir.el: Don't mention CVS.
5642
5643 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5644
5645         * gnus-sum.el (gnus-summary-bookmark-make-record):
5646         Add `location' field.
5647
5648 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * lpath.el: Fbind bookmark-default-handler,
5651         bookmark-get-bookmark-record, bookmark-make-record-default,
5652         bookmark-prop-get for Emacs <23 and XEmacs.
5653
5654 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5655
5656         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5657         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5658         Use with-current-buffer to silence the byte-compiler.
5659         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5660         bother to require `gnus'.
5661         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5662
5663 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5664
5665         * gnus-sum.el (gnus-summary-bookmark-make-record)
5666         (gnus-summary-bookmark-jump): New functions.
5667         (gnus-summary-mode): Setup bookmark support.
5668
5669 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5670
5671         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5672         if set.
5673
5674 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5677         gnus-article-browse-html-save-cid-image; make it work recursively for
5678         forwarded messages as well.
5679         (gnus-article-browse-html-parts): Work when prefix arg is given.
5680         (gnus-article-browse-html-article): Doc fix.
5681
5682 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5683
5684         * message.el (message-default-mail-headers):
5685         (message-default-headers): Carry the value mail-default-headers over
5686         into message-default-mail-headers, rather than message-default-headers.
5687
5688 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5689
5690         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5691         charset.
5692
5693         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5694         charset into the <meta> tag when the article is encoded to utf-8.
5695
5696 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-art.el (gnus-article-browse-delete-temp-files):
5699         Delete directories as well.
5700         (gnus-article-browse-html-parts): Work for images that do not specify
5701         file names; delete temp directory when quitting; insert header at the
5702         right place; use file: scheme for image files.
5703
5704 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5705
5706         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5707         (gnus-article-browse-html-parts): Use it to make temporary cid image
5708         files in addition to html file so that browser may display them.
5709
5710 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5713
5714 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5717
5718 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * auth-source.el (auth-sources): Change default to be simpler.
5721         Explain about Secret Service API sources.  Improve Customize options.
5722         (auth-source-pick): Change to accept any number of search parameters.
5723         Implement fallbacks iteratively, not recursively.  Add scoring on the
5724         second pass and sort by score.  Call Secret Service API when needed.
5725         (auth-source-user-or-password): Use it.  Call Secret Service API
5726         directly when needed to get the user name and the password.
5727
5728 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5729
5730         * message.el (message-interactive): Doc fix.
5731         (message-qmail-inject-args): Reflow.
5732         (message-kill-to-signature): Fix typo in docstring.
5733
5734         * smiley.el (smiley-buffer): Fix typo in docstring.
5735
5736 2010-03-24  Glenn Morris  <rgm@gnu.org>
5737
5738         * mail-source.el (gnus-message): Declare.
5739         (mail-source-delete-old-incoming): Require gnus-util.
5740
5741 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5744
5745         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5746
5747         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5748         password-cache's default if it is not bound.
5749         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5750         password-cache-expiry's default if it is not bound.
5751
5752         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5753         available in Emacs 21.
5754
5755         * lpath.el: Suppress compiler warnings for:
5756         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5757         XEmacs;
5758         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5759         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5760         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5761
5762 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5763
5764         * auth-source.el (auth-sources): Fix up definition so extra parameters
5765         are always inline.
5766
5767 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5768
5769         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5770         wasn't updated after mismatch.  Clear cached mailbox info correctly
5771         when uidvalidity changes.
5772         (nnimap-group-prefixed-name): New function to avoid some code
5773         duplication.
5774         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5775         (nnimap-request-group): Use it.
5776         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5777         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5778         with many imap folders.  This is done by caching the group status from
5779         the imap server persistently in a group parameter `imap-status'.  (This
5780         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5781         but not persistently, so every Gnus startup was still very slow.)
5782
5783 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5784
5785         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5786         delete the extra newline.  Otherwise editing of :string and :number
5787         types don't work.
5788
5789 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5792         secrets.el dependency.
5793         (auth-sources): Add optional user name.  Add secrets.el configuration
5794         choice (unused right now).
5795
5796 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5797
5798         * gnus-sum.el (gnus-summary-make-menu-bar):
5799         Let `gnus-registry-install-shortcuts' fill in the functions.
5800
5801         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5802         warnings.
5803         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5804         (gnus-registry-install-shortcuts): Populate and use it in a
5805         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5806
5807 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5808
5809         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5810         In-place substitutions for the group name encoding/decoding.
5811         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5812         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5813         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5814         (nnimap-update-unseen, nnimap-request-list)
5815         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5816         (nnimap-request-set-mark, nnimap-split-to-groups)
5817         (nnimap-split-articles, nnimap-request-newgroups)
5818         (nnimap-request-create-group, nnimap-request-accept-article)
5819         (nnimap-request-delete-group, nnimap-request-rename-group)
5820         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5821         `encoded-mbx' for consistency.
5822         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5823         variable `imap-current-mailbox'.
5824
5825         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5826         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5827
5828 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5829
5830         * pop3.el (pop3-display-message-size-flag): Display message size byte
5831         counts during POP3 download.
5832         (pop3-movemail): Use it.
5833         (pop3-list): Implement listing of available messages.
5834
5835 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5836
5837         * nnir.el (nnir-get-article-nov-override-function): New function to
5838         override the normal NOV retrieval.
5839         (nnir-retrieve-headers): Use it.
5840
5841 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5842
5843         * auth-source.el (netrc-machine-user-or-password): Autoload.
5844
5845 2010-03-19  Glenn Morris  <rgm@gnu.org>
5846
5847         Stop message.el from loading about 40 libraries it doesn't always need.
5848         The general approach is to autoload rather than require, and to
5849         require in the specific functions rather than the file.  (Bug#5642)
5850
5851         * gmm-utils.el: Don't require wid-edit.
5852         (widget-create-child-value, widget-convert, widget-default-get):
5853         Autoload.
5854
5855         * gnus-util.el: Don't require time-date, netrc.
5856         (message-fetch-field, gnus-group-name-decode): Declare rather than
5857         autoloading.
5858         (gnus-fetch-field): Require message.
5859         (gnus-decode-newsgroups): Require gnus-group.
5860
5861         * ietf-drums.el: Don't require time-date.
5862
5863         * message.el: Don't require hashcash, canlock, ecomplete.
5864         Do require mail-utils.  Require nnheader only when compiling.
5865         (smtpmail-default-smtp-server): Remove declaration.
5866         (message-send-mail-function): Check smtpmail-default-smtp-server
5867         is bound rather than requiring smtpmail.
5868         (message-auto-save-directory, message-insert-signature):
5869         Use expand-file-name rather than nnheader-concat.
5870         (nnheader-insert-file-contents): Autoload.
5871         (hashcash-wait-async): Declare.
5872         (message-send-mail): Only call gnus-setup-posting-charset if
5873         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5874         (message-send-mail-with-sendmail): Require sendmail.
5875         (canlock-password, canlock-password-for-verify): Declare.
5876         (message-canlock-password): Require canlock.
5877         (nnheader-get-report): Autoload.
5878         (gnus-setup-posting-charset): Declare.
5879         (message-send-news): Require gnus-msg.
5880         (message-make-references, message-make-in-reply-to): Use mail-header-id
5881         rather than the alias mail-header-message-id.
5882         (ecomplete-add-item, ecomplete-save): Declare.
5883         (message-put-addresses-in-ecomplete): Require ecomplete.
5884         (ecomplete-display-matches): Autoload.
5885
5886         * mm-decode.el: Don't require mailcap, gnus-util.
5887         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5888         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5889         Autoload.
5890         (mailcap-mime-extensions): Declare.
5891
5892         * mm-encode.el: Don't require mailcap.
5893         (mailcap-extension-to-mime): Autoload.
5894
5895         * mml-sec.el: Don't require password-cache.
5896
5897         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5898         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5899         (mml-minibuffer-read-type): Require mailcap.
5900         (mml-preview): Require gnus-msg.
5901
5902         * mml1991.el: Require password-cache.
5903         (password-cache-expiry): Remove declaration.
5904
5905         * mml2015.el: Require password-cache.
5906         (password-cache-expiry): Remove declaration.
5907
5908         * nneething.el (mailcap): Require mailcap.
5909
5910         * nnheader.el (declare-function): Add compatibility stub.
5911         (message-remove-header): Declare rather than autoload.
5912         (nnheader-replace-header): Require message.
5913
5914         * nnimap.el (declare-function): Add compatibility stub.
5915         (netrc-parse, netrc-machine-user-or-password): Declare.
5916         (nnimap-open-connection): Require netrc.
5917
5918         * nntp.el (declare-function): Add compatibility stub.
5919         (netrc-parse, netrc-machine, netrc-get): Declare.
5920         (nntp-send-authinfo): Require netrc.
5921
5922         * rfc2047.el: Don't require qp.
5923         (quoted-printable-encode-region, quoted-printable-decode-string):
5924         Autoload.
5925
5926         * sieve-mode.el: Don't require easymenu.
5927         (easy-menu-add-item): Autoload it.
5928
5929         * spam-stat.el (time-to-number-of-days): Autoload it.
5930
5931 2010-03-19  Glenn Morris  <rgm@gnu.org>
5932
5933         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5934
5935 2010-03-18  Glenn Morris  <rgm@gnu.org>
5936
5937         * hashcash.el (declare-function): Remove duplicate definition.
5938
5939 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5940
5941         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5942         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5943         value if any backslash escapes).
5944
5945 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5948         if it is available.  (bug#5647)
5949
5950         * lpath.el: Suppress compiler warning for coding-system-from-name for
5951         Emacs 21 and XEmacs.
5952
5953 2010-03-14  Juri Linkov  <juri@jurta.org>
5954
5955         * hmac-def.el:
5956         * hmac-md5.el:
5957         * netrc.el: Fix keywords.
5958
5959 2010-02-26  Glenn Morris  <rgm@gnu.org>
5960
5961         * message.el (message-send-mail-function): Change the default, so that
5962         it inherits from a customized send-mail-function.  (Bug#5643)
5963
5964 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5965
5966         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5967         shell-command-to-string signals an error (bug#5299).
5968
5969 2010-02-24  Glenn Morris  <rgm@gnu.org>
5970
5971         * message.el (message-smtpmail-send-it)
5972         (message-send-mail-with-mailclient): Doc fixes.
5973
5974 2010-02-16  Glenn Morris  <rgm@gnu.org>
5975
5976         * message.el (message-default-mail-headers): Change the default value
5977         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5978
5979 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5982         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5983
5984 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5985
5986         * time-date.el (date-to-time): Doc fix (Bug#5408).
5987
5988 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5989
5990         * message.el (message-mail): Just pass yank-action on to message-setup.
5991         (message-setup): Handle (FUN . ARGS) form of yank-action.
5992         (message-with-reply-buffer, message-widen-reply)
5993         (message-yank-original): Handle non-buffer values of
5994         message-reply-buffer (Bug#4080).
5995         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5996
5997 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5998
5999         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6000         Fix typo in docstring.
6001
6002 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6003
6004         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6005         response.
6006
6007 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6010
6011         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6012
6013         * message.el (message-check-news-header-syntax): Protect against a
6014         string that `rfc822-addresses' returns when parsing fails.
6015
6016 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6019         (gnus-previous-char-property-change): New functions.
6020
6021         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6022
6023 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6024
6025         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6026         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6027
6028 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6029
6030         * message.el (message-exchange-point-and-mark): Rework last change to
6031         avoid using optional arg of exchange-point-and-mark, for backward
6032         compatibility.
6033
6034 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6035
6036         * message.el (message-exchange-point-and-mark):
6037         Call exchange-point-and-mark with an argument rather than setting
6038         mark-active by hand (Bug#5175).
6039
6040 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * nntp.el (nntp-service-to-port): Work for service expressed with
6043         numeric string; replace [:digit:] with [0-9] for XEmacs.
6044
6045 2009-12-17  Glenn Morris  <rgm@gnu.org>
6046
6047         * gnus-group.el (gnus-bug-group-download-format-alist):
6048         Change emacs entry to debbugs.gnu.org.  Bump :version.
6049
6050 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6053
6054 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6055
6056         * message.el (message-info): Explain why we use `Info-goto-node'.
6057
6058 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6061
6062 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6063
6064         * message.el (message-completion-in-region): New compatibility function.
6065         (message-expand-group): Use it.
6066
6067 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6070         with no unread article should be listed if the 2nd arg `predicate' is
6071         given.
6072
6073 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6076
6077 2009-11-29  Juri Linkov  <juri@jurta.org>
6078
6079         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6080         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6081         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6082
6083 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6084
6085         * sha1.el (sha1-string-external): default-directory "/" in case
6086         otherwise non-existent.  process-connection-type pipe for touch of
6087         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6088
6089 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6090
6091         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6092         it's comms related and sgml-mode.el has "comm" on that basis too.
6093
6094 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6097         containing tspecial characters if they have been already quoted.
6098
6099 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6100
6101         * dns-mode.el (auto-mode-alist): Purecopy string.
6102
6103 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6104
6105         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6106
6107 2009-10-24  Glenn Morris  <rgm@gnu.org>
6108
6109         * gnus-art.el (help-xref-stack-item): Define for compiler.
6110
6111 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6112
6113         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6114
6115 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6118
6119 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6122         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6123
6124 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6127         (gnus-overlays-in): New alias to overlays-in.
6128
6129         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6130         gnus-overlay-get, and gnus-delete-overlay.
6131         (gnus-summary-show-thread): Make it work as well for systems in which
6132         next-single-char-property-change is not available.
6133         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6134
6135         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6136         (gnus-overlay-get): New alias to extent-property.
6137         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6138
6139         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6140         SXEmacs.
6141
6142         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6143         SXEmacs.
6144
6145 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6148
6149 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6150
6151         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6152         and XEmacs that don't have `remove-overlays'.
6153
6154 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6155
6156         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6157         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6158         selective display.  Use overlays instead.
6159
6160 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6161
6162         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6163
6164 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6165
6166         * spam-stat.el (spam-stat-load): Fix typo in message.
6167
6168 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6169
6170         * dig.el (dig-invoke): Fix typo in docstring.
6171         (query-dig): Reflow docstring.
6172
6173 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6174
6175         * gnus-art.el (gnus-article-encrypt-body):
6176         * message.el (message-check-recipients):
6177         * mm-util.el (mm-codepage-setup):
6178         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6179         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6180
6181 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6182
6183         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6184         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6185         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6186         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6187         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6188
6189 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6190
6191         * dig.el: Add "Keywords: comm", as per net-utils.el.
6192
6193 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6194
6195         * dig.el (dig-mode): Use define-derived-mode.
6196
6197 2009-09-19  Glenn Morris  <rgm@gnu.org>
6198
6199         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6200
6201 2009-09-18  Glenn Morris  <rgm@gnu.org>
6202
6203         * gnus-diary.el (gnus-diary-check-message):
6204         * message.el (message-insert-formatted-citation-line):
6205         * nnbabyl.el (top-level):
6206         * nndiary.el (nndiary-schedule):
6207         Fix typos in condition-case handlers.
6208
6209 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6212         configuration that provides the sole article window in a frame;
6213         position point correctly after deleting a part.
6214
6215 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6216
6217         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6218         (spam-resolve-registrations-routine): Use it to unregister articles
6219         that change status.
6220
6221 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6224         with XEmacs.
6225         (parse-time-string-chars): Use it.
6226
6227 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6228
6229         * imap.el (imap-interactive-login): Better messages.
6230         (imap-open): Fix bug with renamed buffer on reconnect.
6231         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6232         for easier debugging and cleaner code.  On successful (guessed based on
6233         server capabilities) secondary authentication, set imap-state
6234         correctly.
6235         (imap-last-authenticator): Define imap-last-authenticator as a variable
6236         to avoid warnings.
6237
6238 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * nnrss.el (nnrss-request-article): Remove binding of
6241         default-enable-multibyte-characters that has gotten needless by
6242         the 2007-07-13 change in rfc2047-encode-message-header.
6243
6244         * mml.el (mml-insert-multipart): Error on the message header.
6245         (mml-insert-part): Error on the message header; position point at
6246         the end of a MIME tag.
6247
6248 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * time-date.el (autoload): Expand define-obsolete-function-alias into
6251         defalias and make-obsolete for old Emacsen that Gnus supports.
6252         (with-no-warnings): Define it for old Emacsen.
6253         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6254         is available.
6255         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6256         float-time is available; suppress compile warning for time-to-seconds.
6257
6258         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6259         (gnus-float-time): Alias to float-time if it exists.
6260
6261         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6262         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6263         float-time is available; suppress compile warning for time-to-seconds.
6264
6265         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6266         XEmacs.
6267
6268 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6269
6270         * imap.el (imap-message-map): Docstring fix.
6271
6272 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6275         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6276         Add the optional argument `encoding' that overrides the default.
6277
6278         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6279         mm-encode-buffer.
6280
6281 2009-09-04  Glenn Morris  <rgm@gnu.org>
6282
6283         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6284         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6285         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6286         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6287         * mm-util.el (mm-with-unibyte-current-buffer)
6288         (mm-find-buffer-file-coding-system):
6289         * yenc.el (yenc-decode-region): Use default-value rather than
6290         default-enable-multibyte-characters.
6291
6292 2009-09-03  Glenn Morris  <rgm@gnu.org>
6293
6294         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6295         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6296         than default-enable-multibyte-characters.
6297
6298 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6299
6300         * gnus-art.el (gnus-article-read-summary-keys):
6301         Fix gnus-buffer-configuration's value temporarily used.
6302
6303 2009-09-02  Glenn Morris  <rgm@gnu.org>
6304
6305         * gnus-util.el (gnus-float-time): New function.
6306         * gnus-delay.el (gnus-delay-article):
6307         * gnus-sum.el (gnus-thread-latest-date):
6308         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6309         * nnspool.el (nnspool-request-newgroups):
6310         Use gnus-float-time rather than time-to-seconds.
6311         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6312
6313         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6314         (gnus-header-subject-face, gnus-header-newsgroups-face)
6315         (gnus-header-name-face, gnus-header-content-face):
6316         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6317         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6318         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6319         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6320         (gnus-cite-face-11):
6321         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6322         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6323         (gnus-server-closed-face, gnus-server-denied-face)
6324         (gnus-server-offline-face):
6325         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6326         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6327         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6328         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6329         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6330         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6331         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6332         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6333         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6334         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6335         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6336         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6337         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6338         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6339         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6340         (gnus-summary-high-undownloaded-face)
6341         (gnus-summary-low-undownloaded-face)
6342         (gnus-summary-normal-undownloaded-face)
6343         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6344         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6345         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6346         (gnus-splash-face):
6347         * message.el (message-header-to-face, message-header-cc-face)
6348         (message-header-subject-face, message-header-newsgroups-face)
6349         (message-header-other-face, message-header-name-face)
6350         (message-header-xheader-face, message-separator-face)
6351         (message-cited-text-face, message-mml-face):
6352         * sieve-mode.el (sieve-control-commands-face)
6353         (sieve-action-commands-face, sieve-test-commands-face)
6354         (sieve-tagged-arguments-face):
6355         * spam.el (spam-face):
6356         Mark face aliases with "-face" in the name as obsolete.
6357
6358 2009-09-01  Glenn Morris  <rgm@gnu.org>
6359
6360         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6361         than goto-line.
6362
6363 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6366         Don't move point if the command is invoked inside the message header.
6367
6368 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6369
6370         * imap.el (imap-send-command): Simplify.
6371         (imap-wait-for-tag): point-max -> buffer-size.
6372
6373 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6374
6375         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6376         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6377         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6378         * nnir.el (nnir-swish-e-index-file):
6379         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6380         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6381         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6382         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6383         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6384         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6385
6386 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6389         Don't save excursion.
6390
6391 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6392
6393         * nnheader.el (nnheader-find-file-noselect):
6394         * mm-util.el (mm-insert-file-contents):
6395         Use (default-value 'major-mode) instead of default-major-mode.
6396
6397 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6398
6399         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6400
6401 2009-08-26  Glenn Morris  <rgm@gnu.org>
6402
6403         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6404         than placing in files.el.
6405
6406 2009-08-25  Glenn Morris  <rgm@gnu.org>
6407
6408         * nnir.el (top-level): Don't require cl at run-time.
6409         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6410         Replace cl-function substitute with gnus-replace-in-string.
6411         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6412         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6413         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6414         simplified expansions.
6415
6416 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6417
6418         * dig.el (dig): Add autoload cookie.
6419
6420 2009-08-22  Glenn Morris  <rgm@gnu.org>
6421
6422         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6423         goto-line.
6424
6425 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6426
6427         * parse-time.el (parse-time-string-chars): Save match data.
6428
6429 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6430
6431         * parse-time.el (parse-time-string-chars): Compute using character
6432         classes, to handle non-ascii characters (Bug#3190).
6433
6434 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6437
6438         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6439         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6440         (gnus-mm-display-part, gnus-mime-display-single)
6441         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6442         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6443
6444         * gnus-sum.el
6445         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6446         (gnus-summary-move-article): Add expirable mark to articles copied or
6447         moved to group that has auto-expire turned on if the option is non-nil.
6448
6449 2009-07-24  Glenn Morris  <rgm@gnu.org>
6450
6451         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6452         Fix typo.  (Bug#3903)
6453
6454 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6457         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6458         that should not be used for draft articles.
6459         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6460         that has no concern in minor mode keys.
6461         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6462         Abolish.
6463
6464 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6467         article without making inquiry to a user for unknown encoding.
6468
6469         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6470         (nnmaildir--scan): Assume i-node and device number that file-attributes
6471         returns might be cons-cell.
6472
6473         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6474
6475         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6476
6477 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6478
6479         * auth-source.el: Remove docs now in auth.texi.  Don't use
6480         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6481         `auth-source-hide-passwords' and use them.
6482
6483 2009-07-15  Glenn Morris  <rgm@gnu.org>
6484
6485         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6486
6487 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6490         excessive whitespace from the default values of title and description.
6491
6492 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6495         mail-fetch-field to fetch Content-Description header in order to
6496         exclude newlines.
6497
6498 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6499
6500         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6501         format used by GnuPG 2.0.11.
6502
6503 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6506         to deleted part.
6507
6508 2009-05-30  David Engster  <dengste@eml.cc>
6509
6510         * nnmairix.el: Remove old documentation in the commentary block.
6511         (nnmairix-request-group): Do not update active file for nnml back ends.
6512         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6513         end so that overview files are ignored.
6514         (nnmairix-update-groups): Make updating the groups more robust by using
6515         marks.
6516         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6517         with dollar characters in message-id.
6518
6519 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6520
6521         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6522         2008-12-25 in dns.el.
6523
6524 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6525
6526         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6527         could happen if the text is only composed of spaces and/or tabs.
6528
6529 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6530
6531         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6532         when sending a queued message to avoid extra mml tags.
6533
6534 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6537
6538 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6541         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6542         rmail-toggle-header for XEmacs;
6543         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6544
6545 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * gnus-dired.el: Remove autoload for gnus-setup-message.
6548         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6549         displaying Gnus logo; always use compose-mail.
6550
6551 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6554
6555 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6558         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6559         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6560         available.
6561         (gnus-nocem-epg-verify): New function.
6562
6563 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6566
6567 2009-02-15  Glenn Morris  <rgm@gnu.org>
6568
6569         * gnus-util.el (rmail-insert-rmail-file-header)
6570         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6571         autoloads.
6572         (rmail-default-rmail-file): Remove unnecessary declaration.
6573         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6574
6575 2009-02-14  Glenn Morris  <rgm@gnu.org>
6576
6577         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6578         variable (only used in gnus-util, which declares it anyway).
6579         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6580         which was only needed by gnus-art (changed to not use it any more).
6581         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6582         only used in gnus-util, which autoloads it itself.
6583         (rmail-update-summary): Fix autoload.
6584
6585         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6586         rather than rmail-output-to-rmail-file.
6587
6588 2009-02-07  Glenn Morris  <rgm@gnu.org>
6589
6590         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6591         autoload of function that no longer exists.
6592         (rmail-toggle-header): Declare.
6593         (message-forward-rmail-make-body): Handle mbox Rmail.
6594
6595 2009-01-31  Glenn Morris  <rgm@gnu.org>
6596
6597         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6598         2009-01-09 change.
6599
6600 2009-01-31  Dave Love  <fx@gnu.org>
6601
6602         * imap.el (imap-fetch-safe): Bind debug-on-error.
6603         (imap-debug): Add imap-fetch-safe.
6604
6605 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6606
6607         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6608         (auth-source-forget-all-cached): New convenience function.
6609         (auth-source-user-or-password): Accept list of modes or a single mode.
6610
6611         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6612         auth-source modes.
6613
6614         * netrc.el (netrc-machine-user-or-password): Use list of
6615         auth-source modes.
6616
6617         * nnimap.el (nnimap-open-connection): Use list of
6618         auth-source modes.
6619
6620         * nntp.el (nntp-send-authinfo): Use list of
6621         auth-source modes.
6622
6623 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6624
6625         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6626         now.
6627
6628 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6631         coding system in XEmacs; add a workaround for XEmacs.
6632
6633         * lpath.el: Fbind coding-system-aliasee.
6634
6635 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6638         of current-language-environment.
6639
6640 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6641
6642         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6643         available at runtime.
6644
6645 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6648
6649 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6650
6651         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6652         the greatest positive fixnum value doesn't work under an XEmacs with
6653         bignum support; use the most-positive-fixnum constant instead,
6654         available since Emacs 21.1 with cl and XEmacs 21.1.
6655
6656 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6659         XEmacs gets not to work.
6660
6661 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * mm-util.el (mm-coding-system-priorities): Allow the value like
6664         "Japanese (UTF-8)" of current-language-environment.
6665
6666 2009-01-09  Glenn Morris  <rgm@gnu.org>
6667
6668         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6669         with last-command-event.
6670
6671 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6674         in the doc string.
6675
6676         * message.el (message-fix-before-sending): Amend comment.
6677
6678 2009-01-08  Dave Love  <fx@gnu.org>
6679
6680         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6681
6682 2009-01-07  David Engster  <dengste@eml.cc>
6683
6684         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6685         simplified server definitions by converting it via
6686         gnus-server-to-method.
6687
6688 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6691         parameter's operands.
6692
6693 2009-01-06  David Engster  <dengste@eml.cc>
6694
6695         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6696         primary select method (for gnus-group-mark-article-as-read).
6697
6698 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6699
6700         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6701         `(gnus)Face', not `(gnus)X-Face'.
6702
6703 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6704
6705         * mm-util.el (mm-ucs-to-char): New function.
6706
6707         * mm-url.el (mm-url-decode-entities): Use it.
6708
6709         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6710         unicode-to-char.
6711
6712 2009-01-05  Dave Love  <fx@gnu.org>
6713
6714         * time-date.el: Require cl for `declare'.
6715
6716 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6719         Dave Love.
6720
6721 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6722
6723         * message.el (message-fix-before-sending): Add `eight-bit' to
6724         illegible-text check.
6725
6726 2009-01-03  Michael Olson  <mwolson@gnu.org>
6727
6728         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6729         `headers' is nil.  This can occur if the IMAP server does not have
6730         permissions to read messages from a folder, but can write new messages
6731         to the folder.
6732         (nnimap-request-article-part): Do not insert `data' if it is nil.
6733
6734         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6735         characters which will confuse `read', so skip past them.
6736
6737 2009-01-01  Dave Love  <fx@gnu.org>
6738
6739         * imap.el (imap-string-to-integer): Fix typo.
6740         (imap-fetch-safe): New function.
6741         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6742
6743         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6744
6745         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6746         (imap-parse-greeting): Fix doc strings.
6747         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6748         (imap-parse-flag-list): Make messages unique.
6749         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6750
6751         * nnimap.el: Fix author email.
6752         (nnimap-split-rule): Add FIXME comment.
6753         (nnimap-debug): Fix doc string.
6754
6755 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6756
6757         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6758
6759 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6762         nslookup if resolv.conf isn't available.
6763         (dns-query): Rename from query-dns.
6764         (dns-query-cached): Rename from query-dns-cached.
6765
6766 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6769         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6770         to check if those variables exist (first appeared in Emacs 18.50).
6771
6772 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * mm-util.el (mm-line-number-at-pos): New function.
6775
6776         * spam-report.el (spam-report-process-queue): Use it.
6777
6778 2008-12-24  David Engster  <dengste@eml.cc>
6779
6780         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6781         parameters that haven't existed as variables as buffer-local variables.
6782
6783 2008-12-23  Dave Love  <fx@gnu.org>
6784
6785         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6786         cadar.
6787
6788         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6789         imap-starttls-p.
6790         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6791
6792 2008-12-22  Dave Love  <fx@gnu.org>
6793
6794         * imap.el: Fix author email.  Doc fixes.
6795         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6796         reply.
6797
6798 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * spam-report.el (spam-report-gmane-max-requests): New constant.
6801         (spam-report-gmane-wait): New variable.
6802         (spam-report-gmane-ham, spam-report-gmane-spam)
6803         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6804         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6805         the server.
6806
6807         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6808         Add explanations.
6809
6810         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6811         nnheader-accept-process-output and nnheader-read-timeout if available.
6812         (pop3-movemail): Use it.
6813
6814         * message.el (message-check-news-body-syntax): Fix signature check if
6815         there's an attachment.
6816
6817 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * mm-util.el: Add comments to the mm- emulating functions.
6820
6821 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6824         Reported by Stephen Berman <stephen.berman@gmx.net>.
6825
6826 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * mm-util.el (mm-substring-no-properties): New function.
6829         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6830         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6831         (mm-string-to-multibyte): Doc fix.
6832
6833         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6834
6835 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * mml.el (mml-attach-file): Strip text properties from file name.
6838         (Bug#1574)
6839
6840 2008-12-16  Glenn Morris  <rgm@gnu.org>
6841
6842         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6843
6844 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6847         knows since the charset specified might be a bogus alias that
6848         mm-charset-synonym-alist provides.
6849
6850 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6851
6852         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6853         "ISO_8859-1".
6854
6855         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6856
6857 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * mm-util.el (mm-charset-eval-alist):
6860         Define it before mm-charset-to-coding-system.
6861         (mm-charset-to-coding-system): Add optional argument `silent';
6862         define it before mm-charset-override-alist.
6863         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6864         default value if it can be used in Emacs currently running;
6865         silence mm-charset-to-coding-system.
6866
6867 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6870         `allow-override' which says whether to use `mm-charset-override-alist'.
6871         (rfc2047-decode-encoded-words): Use it.
6872
6873         * mm-util.el (mm-charset-override-alist): Fix custom type;
6874         add `(gb2312 . gbk)' to choices.
6875
6876 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6879         fast.
6880
6881         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6882
6883         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6884
6885 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6886
6887         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6888         on links.
6889
6890         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6891
6892 2008-12-03  Lute Kamstra  <lute@gnu.org>
6893
6894         * sha1.el: Remove leading * from docstrings of defcustoms,
6895         deffaces, defconsts and defuns.
6896
6897 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6900         users' addresses that don't have domain parts.
6901         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6902         rather than message-narrow-to-head since there will be the message
6903         header separator.
6904
6905 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6906
6907         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6908         since the result is inserted in a unibyte buffer anyway.
6909         (nnimap-demule-use-string-to-multibyte): Remove.
6910         (nnimap-demule): Alias it to mm-string-to-multibyte.
6911
6912 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6913
6914         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6915         variable for debugging bug#464 and bug#1174.
6916         (nnimap-demule): Use it.
6917
6918 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6921         score calculation correctly.
6922
6923 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6924
6925         * message.el (message-send-mail): Just set the buffer to unibyte
6926         rather than use mm-with-unibyte-current-buffer which does a lot more.
6927         (message-send-mail-partially): Don't bother with
6928         mm-with-unibyte-current-buffer since it's already been made unibyte by
6929         message-send-mail.
6930
6931 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6934
6935 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6936
6937         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6938
6939 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6942         require itself and to remove `with-no-warnings'.
6943
6944 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6945
6946         * starttls.el (starttls-any-program-available): Get the name of the
6947         available TLS layer program.
6948         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6949         well as the host name in the "opening" message.
6950
6951         * auth-source.el (auth-source-cache, auth-source-do-cache)
6952         (auth-source-user-or-password): Cache passwords and logins by default,
6953         allow override with `auth-source-do-cache'.
6954         (auth-source-forget-user-or-password): Allow users to remove cache
6955         entries if needed.
6956
6957 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6958
6959         * md4.el (md4-buffer): Fix typo in docstring.
6960         (md4, md4-64): Doc fixes.
6961         (md4-pack-int32): Reflow docstring.
6962
6963 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6964
6965         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6966         condition-case to only the forward-sexp call.
6967
6968 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6969
6970         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6971         quotes contained.  Make it more robust regardless by an extra
6972         condition-case wrapper.
6973
6974 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6977
6978 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * nnml.el (nnml-request-expire-articles): Check if the function set to
6981         `nnmail-expiry-target' returns the symbol `delete'.
6982
6983         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6984
6985         * nnmail.el (nnmail-expiry-target): Fix custom type.
6986
6987 2008-10-02  Glenn Morris  <rgm@gnu.org>
6988
6989         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6990         Silence compiler warning.
6991
6992 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6993
6994         * tls.el (open-tls-stream): Show the actual command being
6995         executed, instead of the format string.
6996
6997 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * lpath.el: Fbind codepage-setup for Emacs 23.
7000
7001 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7002
7003         * mml.el (mml-menu): Don't assume mml2015 is bound.
7004
7005 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7008         exists.
7009
7010 2008-09-27  Glenn Morris  <rgm@gnu.org>
7011
7012         * gnus-util.el (mail-header-remove-comments): Autoload it.
7013
7014 2008-09-27  Andreas Schwab  <schwab@suse.de>
7015
7016         * gnus-util.el (gnus-split-references): Strip comments.
7017         (gnus-parent-id): Likewise.
7018
7019 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * message.el (message-confirm-send): Fix version.
7022
7023 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * message.el (message-idna-to-ascii-rhs-1): Use
7026         mail-extract-address-components rather than mail-header-parse-addresses
7027         that is an alias by default to ietf-drums-parse-addresses that does not
7028         support non-ASCII names in headers' contents.
7029
7030 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7031
7032         * message.el (message-confirm-send): Fix variable documentation to
7033         avoid the "y/n" wording.
7034
7035 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7036
7037         * message.el (message-set-auto-save-file-name): Save to a different
7038         filename so multiple messages (especially drafts) can be recovered.
7039
7040 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7041
7042         * message.el (message-confirm-send): Add appropriate version.
7043
7044 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7045
7046         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7047         defvar.
7048
7049 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7050
7051         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7052         (mm-pkcs7-enveloped-magic): Ditto.
7053
7054 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7055
7056         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7057         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7058
7059 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7060
7061         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7062         default, it's better.
7063
7064 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7065
7066         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7067         summary line gnus-number property and ignore them (with a warning
7068         message).
7069
7070 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7073         macro caddr in the interactive form since it won't be expanded.
7074
7075 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7078         `charset'; fix name of function called recursively.
7079         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7080
7081 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7084         (gnus-mime-set-charset-parameters): New function.
7085         (gnus-mime-view-part-as-charset): Use it to correctly display part
7086         specifying wrong charset.
7087
7088 2008-09-08  David Engster  <dengste@eml.cc>
7089
7090         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7091         in completing-read for back end server.
7092
7093 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7094
7095         * message.el (message-confirm-send): New variable to confirm sending a
7096         message.
7097         (message-send): Use it.
7098
7099 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7100
7101         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7102
7103 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7106
7107 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7108
7109         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7110         prevent tracking too many groups.
7111         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7112         Use it.
7113
7114 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7115
7116         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7117         moving point to the bottom of the window in order to avoid recentering.
7118
7119 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7122
7123         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7124         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7125         (gnus-article-beginning-of-window): Fix calculation.
7126
7127 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-msg.el (gnus-summary-supersede-article)
7130         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7131         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7132         message header.
7133
7134 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7135
7136         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7137         pending output coming after the status change.
7138
7139 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7140
7141         * message.el:
7142         * gnus-start.el:
7143         * gnus-registry.el: Remove VMS support.
7144
7145 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7148         macro.
7149         (rfc2104-hash): Use it.
7150
7151 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7154         (gnus-summary-sort-by-most-recent-date): New commands.
7155         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7156         and menu entries.
7157
7158 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7161         don't redisplay article for raw contents; remove plural articles stuff.
7162
7163         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7164         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7165         on gnus-summary-save-article; display results properly.
7166
7167 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * lpath.el: No need to fbind ns-focus-frame.
7170
7171 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7174
7175 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-art.el (gnus-summary-save-in-pipe):
7178         Consider gnus-save-all-headers.
7179
7180 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7181
7182         * gnus-util.el (ns-focus-frame): Remove declaration.
7183         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7184         like x.
7185
7186 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7187
7188         * rfc2104.el (rfc2104-zero): Delete defconst.
7189         (rfc2104-hex-alist): Likewise.
7190         (rfc2104-hex-to-int): Delete func.
7191         (rfc2104-hexstring-to-bitstring): Likewise.
7192         (rfc2104-nybbles): New defconst.
7193         (rfc2104-hash): Rewrite for speed.
7194
7195 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * tls.el (open-tls-stream): Make it work with the 2nd argument
7198         BUFFER that is a string but does not exist as a buffer object, as
7199         mentioned in the doc-string.
7200
7201 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7204         SXEmacs.
7205
7206 2008-07-16  Glenn Morris  <rgm@gnu.org>
7207
7208         * gnus-util.el (ns-focus-frame): Declare for compiler.
7209
7210 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7213         set as a group parameter.
7214         (gnus-summary-save-in-pipe): Work when it is called independently.
7215         (gnus-summary-pipe-to-muttprint): Don't modify
7216         gnus-summary-pipe-output-default-command.
7217
7218 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7219
7220         * message.el (message-send-mail-with-sendmail):
7221         Display the error message.
7222
7223 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * gnus-art.el (gnus-default-article-saver):
7226         Add gnus-summary-save-in-pipe to choices.
7227         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7228         gnus-summary-pipe-output-default-command as the default command.
7229         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7230         instead of gnus-last-shell-command.
7231
7232         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7233         New user option.
7234         (gnus-summary-muttprint-program): Mention the value will be changed.
7235         (gnus-summary-save-article): Force showing of all headers.
7236         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7237
7238 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7239
7240         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7241
7242 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7243
7244         * nnimap.el (nnimap-id):
7245         * sieve-manage.el (sieve-manage-open): Doc fixes.
7246
7247 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7248
7249         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7250         if available.
7251
7252 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7253
7254         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7255
7256         * nnkiboze.el (nnkiboze-generate-group):
7257         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7258
7259         * nnmairix.el: Require CL.
7260
7261 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * dgnushack.el: Autoload get-display-table and put-display-table for
7264         XEmacs 21.5.
7265
7266         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7267         21.4 and SXEmacs.
7268
7269 2008-06-15  David Engster  <dengste@eml.cc>
7270
7271         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7272
7273 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7274
7275         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7276         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7277         runtime choice under XEmacs.
7278
7279         * gnus-sum.el (gnus-summary-set-display-table):
7280         Use `gnus-put-display-table', `gnus-get-display-table',
7281         `gnus-set-display-table' for the display table, instead of `aset'.
7282
7283         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7284         Use `gnus-put-display-table', `gnus-get-display-table',
7285         `gnus-set-display-table' for the display table.
7286
7287 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * nnmairix.el: Add autoloads.
7290
7291 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * nnmairix.el (nnmairix-delete-recreate-group)
7294         (nnmairix-update-and-clear-marks): Fix error messages.
7295
7296 2008-06-14  David Engster  <dengste@eml.cc>
7297
7298         * nnmairix.el: Upgrade to version 0.6.
7299         (nnmairix-group-toggle-propmarks-this-group)
7300         (nnmairix-group-toggle-readmarks-this-group)
7301         (nnmairix-group-delete-recreate-this-group)
7302         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7303         (nnmairix-remove-tick-mark-original-article): New commands.
7304         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7305         (nnmairix-propagate-marks-to-nnmairix-groups)
7306         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7307         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7308         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7309         functions needed for marks propagation and manipulation of read marks.
7310         (nnmairix-update-groups): New function.
7311         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7312         (nnmairix-determine-original-group-from-registry)
7313         (nnmairix-determine-original-group-from-path)
7314         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7315         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7316         New helper functions.
7317         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7318         keystrokes for new commands.
7319         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7320         (nnmairix-request-group): Check allow-fast group parameter.
7321         (nnmairix-request-create-group): Set allow-fast group parameter if
7322         nnmairix-allowfast-default is set.
7323         (nnmairix-close-group): Propagate marks upon closing if needed.
7324         (nnmairix-group-toggle-threads-this-group): Use new.
7325         nnmairix-group-toggle-parameter helper function.
7326         (nnmairix-search): Better check for empty search result.
7327         (nnmairix-goto-original-article): Use new helper functions for
7328         determining original article.
7329         (nnmairix-show-original-article): Make sure message-id is in brackets.
7330         (nnmairix-call-mairix-binary): Change variable name.
7331         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7332         helper function.
7333         (nnmairix-widget-toggle-activate): Fix doc string.
7334
7335 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * nnir.el: Require edmacro when compiling with XEmacs.
7338         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7339         available in Emacs 21.
7340
7341 2008-06-11  Glenn Morris  <rgm@gnu.org>
7342
7343         * gnus-util.el (x-focus-frame):
7344         * gnus.el (image-size):
7345         * mm-decode.el (image-size): Declare.
7346
7347         * gnus-picon.el (declare-function): Add compat definition.
7348         (image-size): Declare.
7349
7350         * gnus-group.el (tool-bar-map):
7351         * gnus-sum.el (tool-bar-map): Define for compiler.
7352
7353         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7354
7355         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7356
7357         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7358         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7359         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7360         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7361         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7362         * sieve-manage.el, spam-report.el, spam.el:
7363         Remove unnecessary eval-and-compile of autoloads.
7364
7365 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7366
7367         * auth-source.el: Precise Tramp doc.
7368
7369 2008-06-07  Glenn Morris  <rgm@gnu.org>
7370
7371         * nnmairix.el: Remove unnecessary eval-when-compile.
7372
7373 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * lpath.el: Fbind propertize for XEmacs 21.4.
7376
7377 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7378
7379         * nnir.el: Move here from ../contrib.
7380
7381 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7382
7383         * gnus-util.el (gnus-read-shell-command): New function.
7384         * mm-decode.el (mm-pipe-part):
7385         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7386
7387 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7390
7391 2008-06-03  Glenn Morris  <rgm@gnu.org>
7392
7393         * pop3.el (nnheader-accept-process-output): Autoload it.
7394
7395 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7398         are not 2-digit hexadecimal characters that follow `%'s.
7399
7400 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * message.el (message-bogus-recipient-p): Fix type in doc string.
7403         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7404         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7405         Improve custom options.
7406         (message-bogus-recipient-p): Adjust accordingly.
7407
7408 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7409
7410         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7411         long-form month and day names.
7412
7413 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * dgnushack.el: Autoload debug, eudc-expand-inline and
7416         pgg-snarf-keys-region for XEmacs.
7417
7418         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7419
7420         * nnmairix.el: Require edmacro when compiling with XEmacs.
7421
7422 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7425         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7426
7427 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7428
7429         * auth-source.el: Add more docs.
7430
7431         * netrc.el (netrc-machine): Always match if the port is not given.
7432
7433 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434
7435         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7436         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7437         retrieval faster in some cases, but might make CPU usage larger.
7438         If this has any bad side effects, we might revert this change.
7439
7440         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7441         seems to make mail retrieval much, much faster.
7442         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7443         unconditionally.
7444
7445         * gnus-draft.el (gnus-group-send-queue):
7446         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7447
7448 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7451
7452         * message.el (message-bogus-address-regexp): Fix and improve custom
7453         type.
7454         (message-setup-hook): Add message-check-recipients as custom option.
7455
7456 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * message.el (message-cite-function): Remove bogus autoload which crept
7459         in during merge from v5-10.
7460
7461 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7462
7463         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7464
7465         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7466
7467         * auth-source.el: Preliminary Tramp docs.
7468         (auth-sources): Change the default auth-sources to use
7469         EPA .gpg files.
7470
7471 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7472
7473         * nntp.el: Autoload `auth-source-user-or-password'.
7474         (nntp-send-authinfo): Use it.
7475
7476         * nnimap.el: Autoload `auth-source-user-or-password'.
7477         (nnimap-open-connection): Use it.
7478
7479         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7480         for the gnus-message function.
7481         (auth-source-user-or-password): Use it.
7482
7483 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7484
7485         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7486         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7487         (rfc2104-hash): Use it.
7488
7489 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7490
7491         * gnus-art.el (gnus-article-toggle-truncate-lines):
7492         Don't use `iff' in docstring.
7493
7494 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7495
7496         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7497
7498         * gnus-util.el (gnus-extract-address-component-name)
7499         (gnus-extract-address-component-email): Convenience functions around
7500         `gnus-extract-address-components'.
7501
7502         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7503         Use `gnus-extract-address-component-email' to fix bug of comparing full
7504         sender name to `user-mail-address'.
7505
7506 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7507
7508         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7509         catch/throw to optimize.
7510         (gnus-registry-find-keywords): Just use member to find a keyword.
7511
7512 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7513
7514         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7515         is current before calling gnus-server-prepare.
7516         (gnus-server-setup-buffer, gnus-server-update-server)
7517         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7518
7519 2008-05-04  Juri Linkov  <juri@jurta.org>
7520
7521         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7522         (mailcap-file-default-commands): Use mailcap-replace-in-string
7523         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7524         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7525
7526 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7527
7528         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7529
7530 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7531
7532         * gnus.el: Bump version to 0.11.
7533
7534 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7535
7536         * gnus.el: No Gnus v0.10 is released.
7537
7538 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7541         hooks.
7542         (gnus-update-read-articles): Speed up non-marks-using users.
7543         (gnus-use-marks): Define gnus-use-marks.
7544         (gnus-propagate-marks): Rename variable to something more sensible.
7545
7546 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7547
7548         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7549         (gmm-image-load-path-for-library): Fix typos in docstrings.
7550         (gmm-message): Reflow docstring.
7551
7552 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7553
7554         * mail-source.el (mail-source-set-1, mail-source-bind):
7555         Move auth-source code out of the macro to clean it up and fix bugs.
7556
7557 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7558
7559         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7560         by sender if it's equal to user-mail-address, it's likely to be
7561         useless.
7562
7563         * mail-source.el (mail-source-bind): Don't use user or password if they
7564         are not bound.  Unintern them if they are nil.  Don't use server unless
7565         it's bound, and default it to empty string otherwise.
7566
7567 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * mail-source.el: Load auth-source.el.
7570         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7571         get user name or password, if auth-sources is set up.
7572
7573         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7574         strategy of splitting with parent.
7575         (gnus-registry-split-fancy-with-parent)
7576         (gnus-registry-post-process-groups): Use it and fix prior
7577         bug (returning a list as the split result).
7578
7579         * auth-source.el (auth-sources): Remove server parameter.
7580         (auth-source-pick, auth-source-user-or-password)
7581         (auth-source-user-or-password-imap)
7582         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7583         (auth-source-user-or-password-sftp)
7584         (auth-source-user-or-password-smtp): Remove server parameter.
7585
7586 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7587
7588         * smime.el (smime-sign-region, smime-encrypt-region)
7589         (smime-decrypt-region):
7590         Remove redundant calls to `generate-new-buffer-name'.
7591
7592 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7593
7594         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7595         Don't use QP for message/rfc822.
7596         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7597
7598 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7599
7600         * sieve-manage.el (sieve-string-bytes): Remove.
7601         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7602         correct byte-length only if the process's coding-system is the same as
7603         the one used internally by Emacs to represent strings.
7604
7605 2008-04-22  Juri Linkov  <juri@jurta.org>
7606
7607         * mailcap.el (mailcap-file-default-commands): New function.
7608
7609 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * message.el (message-signature-separator, message-cite-function):
7612         Change custom version.
7613
7614 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7615
7616         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7617         commands.
7618         (tls-checktrust): Ditto.
7619
7620 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * mm-decode.el (mm-display-external): Make temp file read-only.
7623
7624 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7627         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7628         `C-c C-f d'.
7629
7630 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7631
7632         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7633
7634 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * gnus.el: Bump version to 0.9.
7637
7638 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * gnus.el: No Gnus v0.8 is released.
7641
7642 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7643
7644         * mail-source.el (mail-source-value):
7645         Prefer fboundp to functionp so it works with macros as well.
7646
7647 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7648
7649         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7650         Fix last change in case the element is not even a symbol.
7651
7652 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7653
7654         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7655         Prefer fboundp to functionp so it works with macros as well.
7656
7657 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7658
7659         * auth-source.el: Add docs.
7660         (auth-sources): Modify format to support server.
7661         (auth-source-pick, auth-source-user-or-password)
7662         (auth-source-user-or-password-imap)
7663         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7664         (auth-source-user-or-password-sftp)
7665         (auth-source-user-or-password-smtp): Add server parameter.
7666
7667 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7668
7669         * gnus-registry.el: Initialize the registry when gnus-registry-install
7670         is t.
7671
7672 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * compface.el (uncompface): Make buffer unibyte.
7675
7676 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7677
7678         * mail-source.el (mail-source-value):
7679         Prefer fboundp to functionp so it works with macros as well.
7680
7681 2008-04-05  Glenn Morris  <rgm@gnu.org>
7682
7683         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7684
7685 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7686
7687         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7688         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7689
7690         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7691         multibyteness after rather than before erasing it.
7692
7693         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7694         mm-with-multibyte.
7695         (gnus-request-article-this-buffer): Make sure the proper decoding is
7696         used if gnus-original-article-buffer happens to be unibyte.
7697
7698         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7699         default-enable-multibyte-characters.
7700
7701         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7702         default-enable-multibyte-characters.
7703
7704         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7705
7706         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7707
7708 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7709
7710         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7711         Fix last change in case the element is not even a symbol.
7712
7713 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7714
7715         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7716         (imap-message-copyuid-1): Use it.
7717         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7718         J. Williams in
7719         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7720
7721         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7722         imap-enable-exchange-bug-workaround.
7723         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7724
7725 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7726
7727         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7728         a 100 byte status-checks into a 2-3MB transfer for each group.
7729         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7730         to enable bug workaround or not.
7731         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7732
7733 2008-03-31  Glenn Morris  <rgm@gnu.org>
7734
7735         * message.el (mml2015-use): Declare for compiler.
7736         (message-info): Require mml2015 when appropriate.
7737
7738 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7741         whitespace.
7742
7743 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7744
7745         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7746         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7747         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7748         (nntp-service-to-port): New function.
7749         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7750         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7751         (nntp-open-netcat-stream): New function.
7752         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7753
7754 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7755
7756         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7757
7758 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7759
7760         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7761
7762 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7763
7764         * dns.el (dns-write): Use set-buffer-multibyte.
7765
7766 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7767
7768         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7769
7770 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * message.el (message-signature-separator): Change default.
7773         Improve custom type.
7774         (message-cite-function): Change default to
7775         message-cite-original-without-signature.
7776
7777         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7778         toggle.
7779
7780         * message.el (message-check-news-body-syntax): Fix signature check.
7781         (message-setup-1): Mark buffer as unmodified _after_ running
7782         message-setup-hook and handling message-alternative-emails.
7783         (message-shorten-references): Be more strict when building list of
7784         valid references to comply with GNKSA.
7785
7786         * gnus-group.el (gnus-read-ephemeral-bug-group)
7787         (gnus-read-ephemeral-debian-bug-group)
7788         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7789
7790         * message.el (message-info): Don't use booleanp which isn't supported
7791         in Emacs 21 and XEmacs.
7792
7793 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7794
7795         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7796         gnus-group-gmane-group-download-format.
7797         (gnus-group-read-ephemeral-gmane-group): Rename from
7798         gnus-group-read-ephemeral-gmane-group.
7799         (gnus-read-ephemeral-gmane-group-url): Rename from
7800         gnus-group-read-ephemeral-gmane-group-url.
7801         (gnus-bug-group-download-format-alist): New variable.
7802         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7803         (gnus-read-ephemeral-emacs-bug-group): New commands.
7804
7805 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7806
7807         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7808         (gnus-visible-headers): Improve custom type.
7809
7810 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * mml.el (mml-menu): Add workarounds for XEmacs.
7813
7814         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7815         X-Boundary header.
7816
7817         * message.el (message-simplify-recipients): Fix previous commit.
7818
7819 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7820
7821         * mm-util.el (mm-set-buffer-multibyte): New function.
7822         * mm-decode.el (mm-copy-to-buffer): Use it.
7823
7824         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7825         Prefer fboundp to functionp so it works with macros as well.
7826
7827 2008-03-19  Glenn Morris  <rgm@gnu.org>
7828
7829         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7830         Accidentally removed in the sync process with Emacs.
7831
7832 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * message.el (message-alter-recipients-discard-bogus-full-name):
7835         New function.
7836         (message-alter-recipients-function): New variable.
7837         (message-get-reply-headers): Use it.
7838         (message-replace-header): New helper function.
7839         (message-recipients-without-full-name): New variable.
7840         (message-simplify-recipients): New command.
7841
7842         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7843
7844         * message.el (message-info): Handle EasyPG manual.
7845
7846         * mml.el (mml-menu): Add entry for EasyPG.
7847
7848 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7849
7850         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7851         parameter.
7852
7853         * message.el (message-disassociate-draft): Specify drafts group name
7854         fully.
7855
7856 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7857
7858         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7859         Eliminate unnecessary duplicates from the match list.
7860
7861 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7864
7865         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7866
7867         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7868         args of `how-many' of which the XEmacs version doesn't take; declare
7869         Info-index-next as function.
7870
7871 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7872
7873         * gnus-score.el (gnus-score-headers): Fix handling of
7874         gnus-inhibit-slow-scoring.
7875
7876         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7877         string.
7878         (gnus-button-url-regexp): Improve handling of parenthesis.
7879         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7880         (gnus-button-handle-info-keystrokes): Handle index entries.
7881
7882 2008-03-15  Glenn Morris  <rgm@gnu.org>
7883
7884         * parse-time.el (parse-time-string): Simplify.
7885
7886 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7889         Incoming* files.
7890
7891 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7892
7893         * auth-source.el (auth-sources): Rename from auth-source-choices.
7894         (auth-source-pick): Use it.
7895
7896 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7897
7898         * binhex.el (binhex-decode-region-internal):
7899         * uudecode.el (uudecode-decode-region-internal):
7900         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7901         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7902         setting default-enable-multibyte-characters.
7903
7904 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7905
7906         * auth-source.el (auth-source-protocols)
7907         (auth-source-protocols-customize, auth-source-choices): Add and
7908         modified variable customizations and defaults.
7909         (auth-source-pick, auth-source-user-or-password)
7910         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7911         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7912         (auth-source-user-or-password-sftp)
7913         (auth-source-user-or-password-smtp): Use new variables and provide an
7914         interface to netrc.el.
7915
7916 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7919         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7920         Make sure the nntp port to specify is a string.
7921
7922 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7923
7924         * nntp.el: Use with-current-buffer.
7925         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7926         dubious mm-with-unibyte-current-buffer.
7927         (nntp-with-open-group-function): New function extracted from
7928         nntp-with-open-group macro.
7929         (nntp-with-open-group): Use the function, so it's easier to debug.
7930         Add indentation and debugging info.
7931         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7932         Recommend the use of the netcat alternatives.
7933
7934         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7935         Avoid mm-string-as-multibyte as well.
7936
7937         * nnweb.el (nnweb-insert-html):
7938         Remove use of nnheader-string-as-multibyte.
7939
7940         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7941         (nnheader-string-as-multibyte): Remove.
7942
7943         * mm-view.el: Use inhibit-read-only.
7944         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7945         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7946         or unibyte-string.
7947
7948         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7949         (mm-uu-yenc-extract): Use with-current-buffer.
7950
7951         * gnus-soup.el (gnus-soup-send-packet): Don't use
7952         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7953
7954         * nnmh.el: Use with-current-buffer.
7955         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7956         mm-string-as-multibyte on the output of mm-encode-coding-string.
7957
7958         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7959         (nnimap-request-move-article): Use with-current-buffer.
7960
7961         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7962         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7963         conversion uses string-make-unibyte rather than string-as-unibyte.
7964
7965         * gnus-msg.el: Use with-current-buffer.
7966
7967         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7968
7969 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7970
7971         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7972         string for caching if it is 'PIN.
7973
7974 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * lpath.el: Consider the case without Emacs/W3.
7977
7978 2008-03-08  Glenn Morris  <rgm@gnu.org>
7979
7980         * time-date.el (date-to-time, time-subtract, time-add)
7981         (safe-date-to-time): Doc fixes.
7982
7983 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * mail-source.el (mail-source-delete-old-incoming-confirm):
7986         Change default to nil.
7987         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7988
7989 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * lpath.el: Rearrange.
7992
7993         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7994         (gnus-article-goto-prev-page): Work for articles having ^L's.
7995
7996         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7997
7998         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7999
8000 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8001
8002         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8003         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8004         (gnus-bookmark-jump): Adjust some variable names.
8005
8006 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8007
8008         * auth-source.el: New package.
8009         (auth-source-choices): Add customization entry point variable.
8010
8011         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8012         bug.
8013
8014 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8015
8016         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8017         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8018         (gnus-registry-install-shortcuts): Rename from
8019         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8020         the `gnus-registry-mark-map' keymap dynamically from
8021         `gnus-registry-marks'.  The generated functions update the summary line
8022         when a registry mark is added or deleted, and will call
8023         `gnus-registry-install-p' (see the comments in the code).
8024         (gnus-registry-user-format-function-M): Use concat intelligently.
8025
8026         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8027         the registry mark functions.
8028
8029 2008-03-05  Glenn Morris  <rgm@gnu.org>
8030
8031         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8032         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8033         gnus-art.
8034         (top-level): No need to load own source when compiling.
8035
8036 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8039         Suggested by <chris.anderton@zetnet.co.uk>.
8040
8041 2008-03-04  Glenn Morris  <rgm@gnu.org>
8042
8043         * gnus-sum.el (top-level): No need to require gnus when compiling,
8044         since unconditionally required near start of file.
8045         (gnus-summary-display-while-building): Move definition before use.
8046
8047 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8048
8049         * gnus-registry.el (gnus-registry-user-format-function-M):
8050         Add formatting function.
8051
8052 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8053
8054         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8055         with plists.
8056         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8057         Use new format.
8058
8059 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8062         `where-is-internal' that returns a range of key sequences.
8063
8064 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8065
8066         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8067
8068         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8069         (gnus-summary-jump-to-group): Consider windows on other displayed
8070         frames as well.  Similar changes might be needed elsewhere, but that's
8071         the one I've bumped into during my use.
8072
8073         * nndoc.el (nndoc-oe-dbx-type-p):
8074         * gnus-msg.el (gnus-debug):
8075         * gnus-group.el (gnus-update-group-mark-positions):
8076         Use mm-string-to-multibyte.
8077
8078 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8079
8080         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8081         doesn't handle NotDashEscaped.
8082
8083         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8084         (mml-dnd-attach-options): Fix typo in custom choice.
8085
8086         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8087         Change nndoc-article-type to mbox.
8088         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8089
8090         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8091         to nil, instead of html2text.
8092
8093         * imap.el (imap-debug): Add `imap-ping-server'.
8094
8095         * gnus-bookmark.el: Add FIXMEs.
8096
8097         * message.el (message-form-letter-separator)
8098         (message-send-form-letter-delay): New variables.
8099         (message-send-form-letter): Use them.  New command to send form
8100         letters.  Requested by Uwe Siart.
8101         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8102
8103 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8104
8105         * Update copyright years.
8106
8107 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         Sync from EMACS_22_BASE.
8110
8111         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8112
8113 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8114
8115         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8116         empty author.
8117
8118 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8119
8120         * gnus-registry.el (gnus-registry-marks): Add variable for
8121         customization of marks and their appearance.
8122         (gnus-registry-read-mark): Use it.
8123         (gnus-registry-do-marks): Add utility function to loop through
8124         `gnus-registry-marks'.
8125         (gnus-registry-install-shortcuts-and-menus): Add function to install
8126         shortcuts and menus.
8127         (gnus-registry-initialize): Use it.
8128         (gnus-registry-default-mark): Clarify documentation.
8129
8130 2008-02-29  Glenn Morris  <rgm@gnu.org>
8131
8132         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8133         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8134         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8135         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8136         Change defcustom :version from 23.0 to 23.1.
8137
8138 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8139
8140         * gnus-registry.el (gnus-registry-follow-group-p)
8141         (gnus-registry-post-process-groups): Add functions to aid registry
8142         splitting and improve logging.  Clarify behavior in function
8143         documentation.
8144         (gnus-registry-split-fancy-with-parent): Use them.
8145
8146 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8147
8148         * gnus-art.el: Use with-current-buffer.
8149
8150 2008-02-27  David Engster  <dengste@eml.cc>
8151
8152         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8153         Express real group name in the response.
8154
8155 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8158         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8159         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8160         autoload gnus-registry-fetch-group when compiling.
8161         (nnmairix-request-group-with-article-number-correction):
8162         Remove unreferenced argument passed to nnmairix-call-backend.
8163
8164 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8167         (mm-uu-extract): Improve face for low color ttys.
8168         Reported by Sascha Wilde.
8169
8170 2008-02-27  Glenn Morris  <rgm@gnu.org>
8171
8172         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8173         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8174         variables to defconsts.  Convert comments to doc-strings.
8175         (nnmairix-last-server, nnmairix-current-server): Convert from free
8176         variables to defvars.  Convert comments to doc-strings.
8177         (gnus-registry-fetch-group): Autoload.
8178         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8179         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8180         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8181         caddr.
8182         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8183         nnmairix-request-group-with-article-number-correction call.
8184         (nnmairix-fast, nnmairix-group): New, less general names, for free
8185         variables passed from nnmairix-request-group to
8186         nnmairix-request-group-with-article-number-correction.  Declare.
8187         (nnmairix-request-group-with-article-number-correction):
8188         Use nnmairix-fast, nnmairix-group rather than fast, group.
8189
8190 2008-02-26  David Engster  <dengste@eml.cc>
8191
8192         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8193         version 0.5.
8194
8195 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8196
8197         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8198         instead of making an extra function call.  Don't add the current group
8199         to articles only when they have the group.  Use
8200         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8201         Reported by David <de_bb@arcor.de>.
8202
8203 2008-02-24  Miles Bader  <miles@gnu.org>
8204
8205         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8206         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8207         (mm-find-mime-charset-region):
8208         * mm-bodies.el (mm-encode-body):
8209         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8210
8211 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8214         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8215
8216 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * mail-source.el (mail-source-delete-incoming): Change default.
8219         Supplement doc string.
8220
8221         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8222
8223 2008-02-14  Glenn Morris  <rgm@gnu.org>
8224
8225         * time-date.el (format-seconds): New function.
8226
8227 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8228
8229         * nnmail.el (nnmail-message-id-cache-file): Derive from
8230         `gnus-home-directory'.
8231
8232 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8233
8234         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8235         Document negative prefix.
8236
8237         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8238
8239 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8240
8241         * message.el (message-unsent-separator): Add the Exim bounce
8242         separator.
8243
8244 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8245
8246         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8247         list.
8248         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8249         recipient/signer list.
8250
8251 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * Makefile.in (datarootdir): Define.
8254         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8255         name that might contain whitespace.
8256
8257 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8260         fbound (Emacs 23 unicode), signal an error.
8261
8262 2008-02-08  Glenn Morris  <rgm@gnu.org>
8263
8264         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8265
8266 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8267
8268         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8269         ports to the calls to `netrc-machine-user-or-password' in addition to
8270         "imap" and "imaps".
8271
8272 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8273
8274         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8275
8276         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8277
8278 2008-02-01  Kenichi Handa  <handa@m17n.org>
8279
8280         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8281         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8282         (rfc2104-hash): Convert the result of concat to unibyte string.
8283
8284 2008-02-01  Dave Love  <fx@gnu.org>
8285
8286         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8287         coding-system-for-read.
8288         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8289
8290 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8293         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8294         <hanche@math.ntnu.no>.
8295
8296 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8299
8300         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8301
8302 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8303
8304         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8305         * message.el (message-beginning-of-line): Use featurep instead of bound
8306         tests in order to resolve conditionals at compile time.
8307
8308 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8309
8310         * mail-source.el (mail-sources): Add `group' choice.
8311
8312         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8313         parameter `in-group' to control into which group the articles go.
8314         Add treatment of `group' mail-source.
8315
8316 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8319
8320         * mm-decode.el (mm-dissect-buffer): Decode description.
8321
8322         * mml.el (mml-to-mime): Encode message header first.
8323
8324 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8327         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8328
8329         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8330         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8331
8332 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8333
8334         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8335
8336 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8339         prefix keys.
8340         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8341         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8342         gnus-xmas.el.
8343
8344         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8345         (gnus-xmas-article-describe-bindings): New function.
8346         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8347         gnus-xmas-article-describe-bindings.
8348
8349         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8350
8351 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8352
8353         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8354         Add new variables for article mark management.
8355         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8356         list of extra data entries which, when present, will indicate that the
8357         article ID should not be trimmed from the registry.
8358         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8359         functions.
8360         (gnus-registry-read-mark): New function to read a mark name from the
8361         user.
8362         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8363         (gnus-registry-set-article-mark-internal): New functions to add and
8364         remove marks.
8365         (gnus-registry-get-article-marks): New function to show the marks for
8366         an article, or retrieve them for further use.
8367
8368 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8371         keys when no argument is given.
8372
8373 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * imap.el (imap-ping-server): New variable.
8376         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8377         (imap-ping-server): Minor doc string fixes.
8378
8379 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8380
8381         * imap.el (imap-ping-server): New function.
8382         (imap-opened): Call imap-ping-server.
8383
8384 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * gnus-sum.el (gnus-article-sort-by-random)
8387         (gnus-thread-sort-by-random): Fix doc strings.
8388         Reported by jidanni@jidanni.org.
8389
8390 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-art.el (gnus-article-describe-bindings): New function.
8393         (gnus-article-read-summary-keys): Use it.
8394         (gnus-article-mode-map): Bind `C-h b' to it.
8395
8396 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8399         XEmacs.
8400         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8401         Protect against non-character events.
8402
8403         * lpath.el: Fbind map-keymap for Emacs 21.
8404
8405 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8408         New command.
8409         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8410         instead of END.  Change name of the temp file.
8411         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8412         customizable.
8413
8414 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8417         bind `S W' to gnus-article-wide-reply-with-original; set default
8418         binding to gnus-article-read-summary-send-keys.
8419         (gnus-article-read-summary-keys): Fix the order of keys; display
8420         continuation keys correctly in the echo area; describe bindings
8421         correctly when keys end with `C-h'.
8422         (gnus-article-read-summary-send-keys): New function.
8423         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8424         Work for gnus-article-read-summary-send-keys; display continuation keys
8425         correctly in the echo area.
8426         (gnus-article-reply-with-original): Ignore prefix argument.
8427         (gnus-article-wide-reply-with-original): New function.
8428
8429         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8430         Emacs 21.
8431
8432 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8435         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8436
8437 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8440         (gnus-group-read-ephemeral-gmane-group): New command.
8441
8442 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8443
8444         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8445
8446 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * message.el (message-send-mail-function): Increase custom version.
8449
8450         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8451         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8452
8453 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8454
8455         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8456         for the cases where imap-authenticate is called with a nil buffer
8457         parameter.
8458
8459 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8462         html parts correctly; support forwarded messages.
8463         (gnus-article-browse-html-article): Remove work buffers.
8464
8465         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8466         compiling.
8467         (netrc-bound-and-true-p): New macro.
8468         (netrc-parse): Use it instead of bound-and-true-p that is not available
8469         in XEmacs 21.4.
8470
8471 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8472
8473         * gnus-registry.el (gnus-registry-mark-article)
8474         (gnus-registry-article-marks): Add functionality to mark articles
8475         through the Gnus registry.
8476
8477         * encrypt.el: Clarify documentation for the new pgg method.
8478         (encrypt-file-alist): Add PGG option.
8479         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8480         functionality.  Abstract password key and messaging to external
8481         functions.
8482         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8483         (encrypt-message-method-and-cipher): Add new convenience external
8484         functions.
8485         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8486         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8487
8488         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8489         (netrc-parse): Use encrypt-file-alist to determine if
8490         encrypt-find-model or encrypt-insert-file-contents should be used.
8491
8492         * encrypt.el: Clarify documentation.  Load password-cache or
8493         password, whichever one is found first, instead of autoloading.
8494
8495 2007-12-19  Glenn Morris  <rgm@gnu.org>
8496
8497         * mml.el (message-options-set, message-narrow-to-head)
8498         (message-in-body-p, message-mail-p, message-encode-message-body):
8499         Autoload.
8500         (message-remove-header, message-narrow-to-headers-or-head)
8501         (message-subscribed-p, message-make-mail-followup-to)
8502         (message-position-on-field, message-news-p)
8503         (message-options-set-recipient, message-generate-headers)
8504         (message-sort-headers): Declare as functions.
8505
8506 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8509         convention in doc string.
8510
8511 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8514         title to html parts.
8515         (gnus-article-browse-html-article): Pass message header to it.
8516
8517         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8518
8519 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8522         or password compatible with XEmacs.
8523
8524 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8527         format document.
8528         (gnus-mime-delete-part): Don't write description line if empty.
8529         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8530
8531 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8532
8533         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8534         (gnus-summary-mark-read-and-unread-as-read)
8535         (gnus-summary-mark-current-read-and-unread-as-read)
8536         (gnus-summary-mark-unread-as-ticked): Doc fix.
8537         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8538
8539 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8542         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8543
8544 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8547         yes-or-no-p.
8548
8549 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * mm-decode.el (mm-add-meta-html-tag): New function.
8552         (mm-save-part-to-file, mm-pipe-part): Use it.
8553
8554         * gnus-art.el (gnus-article-browse-delete-temp-files):
8555         Use gnus-y-or-n-p instead of y-or-n-p.
8556         (gnus-article-browse-html-parts): Work with message/external-body; use
8557         mm-add-meta-html-tag.
8558
8559 2007-12-11  Glenn Morris  <rgm@gnu.org>
8560
8561         * gnus-cache.el: Require gnus-sum not just when compiling.
8562
8563         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8564
8565         * gnus-int.el (gnus-server-opened, gnus-status-message):
8566         Move definitions before use.
8567
8568         * mm-decode.el: Require gnus-util.
8569         (mm-remove-part): Only call delete-annotation on XEmacs.
8570
8571         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8572
8573         * nnmail.el: Require gnus-int.
8574
8575         * spam.el: Move `require's before `eval-when-compile's.
8576
8577         * gnus-ems.el (gnus-alive-p):
8578         * gnus-fun.el (message-goto-eoh):
8579         * gnus-util.el (gnus-group-name-decode):
8580         * mail-source.el (gnus-compress-sequence):
8581         * message.el (Info-goto-node, format-spec):
8582         * mm-bodies.el (message-options-get):
8583         * mm-decode.el (mm-view-pkcs7):
8584         * mm-util.el (gmm-write-region):
8585         * mml-smime.el (mml-compute-boundary)
8586         (gnus-completing-read-with-default):
8587         * mml.el (widget-button-press, gnus-make-hashtable):
8588         * mml1991.el (mm-decode-content-transfer-encoding)
8589         (mm-encode-content-transfer-encoding)
8590         (message-options-get, message-options-set):
8591         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8592         * nnfolder.el (gnus-request-group):
8593         * nnheader.el (ietf-drums-unfold-fws):
8594         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8595         * smime.el (gnus-run-mode-hooks):
8596         * spam-stat.el (gnus-message): Autoload.
8597
8598         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8599         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8600         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8601         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8602         Add declare-function compatibility definition.
8603
8604         * gnus-cache.el (nnvirtual-find-group-art):
8605         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8606         (gnus-add-image, gnus-add-wash-type):
8607         * gnus-group.el (nnkiboze-score-file):
8608         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8609         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8610         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8611         (message-tokenize-header, gnus-get-buffer-create)
8612         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8613         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8614         * gnus.el (gnus-group-decoded-name):
8615         * mail-source.el (imap-capability):
8616         * mm-bodies.el (message-options-set):
8617         * mm-decode.el (gnus-configure-windows):
8618         * mm-extern.el (message-goto-body):
8619         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8620         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8621         (epg-sub-key-validity, message-options-set):
8622         * mml.el (widget-event-point, gnus-configure-windows):
8623         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8624         * mml2015.el (epg-check-configuration, epg-configuration)
8625         (message-options-set):
8626         * nndb.el (nndb-request-article):
8627         * nnfolder.el (gnus-request-create-group):
8628         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8629         * nnmaildir.el (gnus-group-mark-article-read):
8630         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8631         * rfc1843.el (message-fetch-field):
8632         * spam.el (gnus-extract-address-components):
8633         Declare as functions.
8634
8635 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8638
8639         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8640
8641         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8642         bind show-trailing-whitespace for XEmacs.
8643
8644 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8647         new no-op macro for backward compatibility.
8648
8649         * imap.el (imap-string-to-integer): New function.
8650
8651 2007-12-09  Glenn Morris  <rgm@gnu.org>
8652
8653         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8654
8655         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8656         * message.el, mm-view.el, sieve-manage.el, smime.el:
8657         Add declare-function compatibility definition.
8658
8659         * gnus-art.el (w3-region, w3m-region, Info-menu):
8660         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8661         * gnus-sum.el (gnus-get-predicate):
8662         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8663         * message.el (mail-abbrev-in-expansion-header-p):
8664         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8665         (w3m-detect-meta-charset, w3m-region):
8666         * sieve-manage.el (password-read, password-cache-add)
8667         (password-cache-remove):
8668         * smime.el (password-read-and-add): Declare as functions.
8669
8670 2007-12-08  David Kastrup  <dak@gnu.org>
8671
8672         * gnus-sum.el (gnus-summary-simplify-subject-query):
8673         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8674         `message'.
8675
8676 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8679         it to bind idna-program, installation-directory, defined-colors, and
8680         face-attribute for XEmacs of the version that compiles defcustom forms.
8681
8682 2007-12-07  Glenn Morris  <rgm@gnu.org>
8683
8684         * gnus-art.el (article-make-date-line): Revert previous change.
8685
8686 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8689
8690 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8691
8692         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8693         Call gnus-add-to-range ranges only once with a prepared article-list.
8694
8695 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8696
8697         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8698         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8699         group names with backslashes.
8700         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8701
8702 2007-12-06  Deepak Goel  <deego3@gmail.com>
8703
8704         * gnus-art.el (article-make-date-line):
8705         * gnus-start.el (gnus-load):
8706         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8707
8708 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-art.el (gnus-use-idna)
8711         * gnus-start.el (gnus-site-init-file)
8712         * message.el (message-use-idna)
8713         * mm-uu.el (mm-uu-hide-markers)
8714         * smiley.el (smiley-style): Revert changes that suppress warnings.
8715
8716 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8719         specify charset to html source.
8720         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8721
8722 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8725         idna-program in order to suppress byte compile warning issued by XEmacs
8726         that came to byte compile the default value section of defcustom forms
8727         recently.
8728
8729         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8730         value of installation-directory.
8731
8732         * message.el (message-use-idna): Don't directly refer to the value of
8733         idna-program.
8734
8735         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8736
8737         * smiley.el (smiley-style): Don't directly call face-attribute.
8738
8739 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8742
8743         * gnus-dired.el: Reduce Gnus dependencies.
8744         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8745         Don't require.  Use autoloads instead.
8746         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8747         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8748         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8749         (gnus-dired-mode): Adjust doc string.
8750         (gnus-dired-mail-mode): New variable.
8751         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8752         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8753         (gnus-dired-mail-buffers): New function.  Return mail or message
8754         composition buffers.
8755         (gnus-dired-attach): Use it.
8756         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8757         NO-DECODE.
8758         (gnus-dired-print): Use `gnus-print-buffer' depending on
8759         `gnus-dired-mail-mode'.
8760
8761 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * rfc2047.el (rfc2047-encoded-word-regexp)
8764         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8765         explaining what regexp patterns are for.
8766
8767 2007-12-04  Glenn Morris  <rgm@gnu.org>
8768
8769         * password.el: Move to password-cache.el.
8770
8771         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8772         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8773         * mml-smime.el (password-read, password-cache-add)
8774         (password-cache-remove):
8775         No need to autoload, since mml-sec requires password.
8776
8777         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8778         * message.el (gnus-extract-address-components):
8779         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8780
8781         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8782         password.
8783
8784 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8785
8786         * mailcap.el: Reduce dependencies.
8787         (mail-header-parse-content-type): Autoload.
8788         (mailcap-delete-duplicates): New alias.
8789         (mailcap-mime-info): Add optional argument NO-DECODE.
8790         (mailcap-mime-types): Use mailcap-delete-duplicates.
8791
8792         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8793
8794 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8795
8796         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8797         (imap-parse-status): Upcase status-att for servers that sends them
8798         lower-case (e.g., MS Exchange 2007).
8799
8800 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8801
8802         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8803         function.
8804
8805         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8806         (gnus-uu-yenc-article): New function.
8807
8808         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8809
8810         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8811
8812 2007-12-02  Glenn Morris  <rgm@gnu.org>
8813
8814         * binhex.el (binhex): New custom group.
8815         (binhex-decoder-program, binhex-decoder-switches)
8816         (binhex-use-external): Move to the binhex custom group.
8817
8818         * uudecode.el (uudecode): New custom group.
8819         (uudecode-decoder-program, uudecode-decoder-switches)
8820         (uudecode-use-external): Move to the uudecode custom group.
8821
8822         * netrc.el (top-level): Don't load `encrypt' features.
8823         (netrc-parse): Don't use encrypt.
8824         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8825
8826         * encrypt.el: Remove file.
8827
8828 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8829
8830         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8831         matches on patches.
8832
8833         * gnus-art.el (gnus-article-browse-html-article):
8834         Mention `mm-text-html-renderer' in the doc string.
8835
8836         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8837         string.  Add comments.
8838
8839         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8840         if rhs is ASCII.
8841
8842 2007-12-01  Glenn Morris  <rgm@gnu.org>
8843
8844         * mail-source.el (top-level): Require format-spec before
8845         eval-when-compile.
8846
8847 2007-11-30  Glenn Morris  <rgm@gnu.org>
8848
8849         * encrypt.el: Require password, rather than autoloading password-read.
8850
8851 2007-11-29  Glenn Morris  <rgm@gnu.org>
8852
8853         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8854         (sasl-make-client, sasl-next-step, sasl-step-data)
8855         (sasl-step-set-data): Declare as functions.
8856
8857 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8860
8861 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8862
8863         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8864         certs should be verified and what is to be done in the event of a
8865         verification failure.
8866
8867         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8868         caller can indicate whether the cache should be disregarded for this
8869         call.  This way the result of the call is reproducible at all times and
8870         can be considered a canonical server name for the supplied method.
8871         (gnus-agent-method-p): Canonicalize server names by pushing their
8872         method through `gnus-method-to-server' using the no-cache argument.
8873
8874         * gnus-srvr.el (gnus-server-insert-server-line):
8875         Call `gnus-method-to-server' with `no-cache' argument.
8876
8877         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8878         gnus-agent-possibly-synchronize-flags as this should be called when the
8879         server is actually being opened.
8880         (gnus-agent-possibly-synchronize-flags)
8881         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8882         flags file of an agentized server to the latter function.
8883
8884         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8885         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8886         after a connection has been established successfully.
8887
8888 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * gnus-art.el (article-display-face): Force to display face if called
8891         interactively; check if gnus-article-x-face-too-ugly matches author.
8892         (article-display-x-face): Display face even if From header is missing
8893         as article-display-face does.
8894
8895 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8896
8897         * hashcash.el (message-narrow-to-headers-or-head)
8898         (message-fetch-field, message-goto-eoh)
8899         (message-narrow-to-headers): Declare as functions.
8900
8901 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * mail-source.el (mail-sources): Default to fetch from file for
8904         compatibility with default of nnmail-spool-file.
8905
8906 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8909         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8910         to look for encoded word that should be encoded again.
8911         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8912         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8913         encoding pattern.
8914         (rfc2047-decode-region): Switch strict regexp and loose one according
8915         to rfc2047-allow-irregular-q-encoded-words.
8916
8917 2007-11-25  Romain Francoise  <romain@orebokech.com>
8918
8919         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8920
8921 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8922
8923         * tls.el (tls-program): Provide more custom choices from
8924         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8925         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8926
8927 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8930         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8931
8932         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8933         `nnmail-spool-file'.
8934
8935         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8936         `nnmail-spool-file'.
8937
8938         * gnus-move.el (gnus-change-server): Ditto.
8939
8940         * gnus-kill.el (gnus-batch-score): Ditto.
8941
8942         * gnus-cache.el (gnus-jog-cache): Ditto.
8943
8944         * gnus-msg.el (gnus-summary-reply):
8945         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8946
8947 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8950         version.  Minor improvement to doc strings.
8951         (tls-program): Add comment.
8952
8953 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8954
8955         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8956         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8957         mismatch between the hostname provided in the certificate and the name
8958         of the host connnecting to.
8959         (open-tls-stream): Use them.  Check certificates against trusted root
8960         certificates.
8961
8962 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * gnus-cache.el (gnus-cache-generate-nov-databases):
8965         Use nnml-generate-nov-databases-directory instead of
8966         nnml-generate-nov-databases-1.
8967
8968 2007-11-24  Glenn Morris  <rgm@gnu.org>
8969
8970         * message.el (message-tool-bar-retro): Update for rename
8971         mail_send.xpm->mail-send.xpm.
8972
8973 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8976         `smime-ldap-search' for Emacs 22 and up.
8977
8978 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8979
8980         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8981
8982         * message.el (message-send-mail-function): Fix error convention.
8983         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8984         (message-widen-reply, message-send-mail, message-talkative-question)
8985         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8986         (message-clone-locals, message-send-news): Use with-current-buffer.
8987         (message-insert-or-toggle-importance): Remove unused var `valid'.
8988         (message-make-references): Remove unused var `new-references'.
8989         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8990
8991 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8992
8993         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8994         (spam-split-symbolic-return-positive): Reflow docstring.
8995         (spam-backends, spam-summary-exit-behavior)
8996         (spam-mark-ham-unread-before-move-from-spam-group)
8997         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8998         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8999         (spam-clear-cache, spam-backend-check, spam-install-backend)
9000         (spam-install-statistical-backend, spam-list-of-processors)
9001         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9002         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9003         (spam-check-crm114, spam-initialize, spam-unload-hook):
9004         Fix typos in docstrings.
9005
9006 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9009         been checked if they have never been read and those group levels are
9010         higher than the one that a user specified.
9011
9012 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9015         foreign groups unless a group level is specified by a user.
9016         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9017
9018 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * message.el (message-send-mail-function): Require sendmail.
9021
9022 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * message.el (message-send-mail-function): Check for smtpmail too.
9025
9026         * utf7.el (utf7-encode, utf7-decode): Use coding system
9027         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9028
9029         * message.el (message-send-mail-function): New function.
9030         (message-send-mail-function): Set default using
9031         message-send-mail-function.  Adjust doc string.
9032         (message-send-mail-with-mailclient): New function.
9033
9034 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9035
9036         * smime.el (from):
9037         * rfc2047.el (message-posting-charset):
9038         * qp.el (mm-use-ultra-safe-encoding):
9039         * pop3.el (parse-time-months):
9040         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9041         * nnml.el (files):
9042         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9043         (jka-compr-compression-info-list, ange-ftp-path-format)
9044         (efs-path-regexp):
9045         * nndiary.el (files):
9046         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9047         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9048         (epg-digest-algorithm-alist, inhibit-redisplay)
9049         (password-cache-expiry):
9050         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9051         (pgg-output-buffer, password-cache-expiry):
9052         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9053         (efs-path-regexp):
9054         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9055         (inhibit-redisplay):
9056         * mm-uu.el (file-name, start-point, end-point, entry)
9057         (gnus-newsgroup-name, gnus-newsgroup-charset):
9058         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9059         (latin-unity-ucs-list):
9060         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9061         (mm-uu-binhex-decode-function):
9062         * message.el (gnus-message-group-art, gnus-list-identifiers)
9063         (rmail-enable-mime-composing, gnus-local-organization)
9064         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9065         (gnus-read-active-file, facemenu-add-face-function)
9066         (facemenu-remove-face-function, gnus-article-decoded-p)
9067         (tool-bar-mode):
9068         * mail-source.el (display-time-mail-function):
9069         * gnus-util.el (nnmail-pathname-coding-system)
9070         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9071         (gnus-original-article-buffer, gnus-user-agent)
9072         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9073         (xemacs-codename, sxemacs-codename, emacs-program-version):
9074         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9075         * gnus-start.el (gnus-agent-covered-methods)
9076         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9077         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9078         (gnus-newsgroup-headers, gnus-group-list-mode)
9079         (gnus-group-mark-positions, gnus-newsgroup-data)
9080         (gnus-newsgroup-unreads, nnoo-state-alist)
9081         (gnus-current-select-method, mail-sources)
9082         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9083         (nnmail-spool-file, gnus-cache-active-hashtb):
9084         * gnus-mh.el (mh-lib-progs):
9085         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9086         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9087         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9088         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9089         (gnus-group-buffer):
9090         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9091         (font-lock-set-defaults):
9092         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9093         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9094         (gnus-summary-post-menu, total-parts, type, condition, length):
9095         * gnus-agent.el (gnus-agent-read-agentview):
9096         * flow-fill.el (show-trailing-whitespace):
9097         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9098         eval-and-compile wrappers for byte compiler pacifiers.
9099
9100         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9101         (mm-display-inline-fontify): Check for featurep 'xemacs not
9102         extent-list.
9103
9104         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9105         itimer-list.
9106         (mm-create-image-xemacs): Only do something for XEmacs.
9107         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9108
9109         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9110
9111         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9112         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9113
9114 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9115
9116         * nnimap.el (nnimap-split-download-body):
9117         * gnus-demon.el (gnus-demon):
9118         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9119
9120 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9123         New macros.
9124         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9125         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9126         copy data from unibyte buffer to multibyte current buffer.
9127         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9128         to copy data from unibyte current buffer to multibyte buffer.
9129         (nntp-make-process-buffer): Make process buffer unibyte.
9130
9131         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9132
9133 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9134
9135         * pop3.el (pop3-open-server): Accept and process data more robustly at
9136         connexion start to avoid spurious "POP SSL connexion failed" errors.
9137
9138 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9141         read group names.
9142
9143 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9144
9145         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9146
9147 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9150         (nnmail-save-active): Use a unibyte buffer when saving active file,
9151         which may contain non-ASCII group names.
9152
9153         * nnml.el (nnml-request-group): Decode group names in messages.
9154
9155 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         * message.el (message-citation-line-function)
9158         (message-insert-formatted-citation-line): Fix spelling of
9159         `message-insert-formated-citation-line'.
9160
9161 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9162
9163         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9164
9165 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9168         nnmail-pathname-coding-system.
9169
9170         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9171         that a user enters; decode group names in messages.
9172
9173         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9174
9175 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9178
9179         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9180
9181         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9182         risky local variable.
9183
9184         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9185
9186 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9187
9188         * encrypt.el: Improve documentation to fix function name typo.
9189         Reported by Daiki Ueno <ueno@unixuser.org>.
9190
9191 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9194         even if the point is not in the last page of an article.
9195         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9196         back to the previous page.
9197
9198 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9201
9202 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9205
9206 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9207
9208         * message.el (message-check-news-body-syntax):
9209         Avoid mm-string-as-multibyte.
9210         (message-hide-headers): Don't assume (point-min)==1.
9211
9212 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * message.el (message-remove-blank-cited-lines): Fix if remove is
9215         given.
9216         (message-bogus-address-regexp): New variable.
9217         (message-bogus-recipient-p): New function.
9218         (message-check-recipients): New command.
9219         (message-syntax-checks): Add `bogus-recipient'.
9220         (message-fix-before-sending): Add `bogus-recipient'.
9221
9222         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9223         (gnus-treat-body-boundary): Don't test window-system.
9224
9225 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9226
9227         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9228
9229 2007-10-28  Miles Bader  <miles@gnu.org>
9230
9231         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9232         at compile-time too.
9233
9234 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * gnus-msg.el (gnus-message-setup-hook):
9237         Add `message-remove-blank-cited-lines' to options.
9238
9239 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * message.el (message-remove-blank-cited-lines): New function.
9242         Suggested by Karl Plästerer.
9243
9244 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9247         mapc.
9248
9249         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9250         (top-level): Use mapc to set functions to be traced for debugging.
9251
9252         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9253         called for effect with while loop.
9254
9255         * message.el (message-talkative-question): Replace mapcar called for
9256         effect with mapc.
9257
9258         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9259         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9260         called for effect with dolist.
9261
9262         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9263
9264         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9265         gnus-extra-headers and nnmail-extra-headers.
9266
9267         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9268         called for effect with dolist.
9269         (top-level): Use mapc to set functions to be traced for debugging.
9270
9271         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9272         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9273         dolist.
9274
9275         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9276         Replace mapcar called for effect with mapc.
9277         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9278         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9279         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9280         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9281
9282         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9283         remove-if that's a cl function.
9284
9285         * webmail.el (webmail-debug): Replace mapcar called for effect with
9286         dolist.
9287
9288         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9289         with mapc.
9290
9291 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9294         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9295         with while loop.
9296
9297         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9298         functions from article-* functions.
9299         (gnus-multi-decode-header): Replace mapcar called for effect with
9300         dolist.
9301
9302         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9303         (gnus-bookmark-show-details): Replace mapcar called for effect with
9304         while loop.
9305
9306         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9307         called for effect with while loop.
9308
9309         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9310         with dolist.
9311
9312         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9313         Replace mapcar called for effect with dolist.
9314
9315         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9316
9317         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9318         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9319         Replace mapcar called for effect with dolist.
9320         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9321         mapc.
9322
9323         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9324         Replace mapcar called for effect with dolist.
9325         (gnus-topic-list): Replace mapcar called for effect with mapc.
9326
9327         * gnus.el: Use mapc instead of mapcar to add autoloads.
9328
9329 2007-10-23  Richard Stallman  <rms@gnu.org>
9330
9331         * gnus-group.el (gnus-group-highlight): Mark as risky.
9332
9333 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gnus.el (gnus-server-to-method): Return method found first in
9336         gnus-newsrc-alist.
9337
9338         * gnus-art.el (gnus-article-highlight-signature)
9339         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9340         button overlay without the front stickiness.
9341
9342 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9343
9344         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9345         overview buffer needed a catch to receive its throw.
9346         (gnus-agent-flush-cache): Declare as interactive to make this function
9347         easier to use.
9348
9349 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9352         `next-line'.
9353
9354 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9357         exclude address matching message-dont-reply-to-names.
9358
9359 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * gnus-util.el (gnus-string<): New function.
9362
9363         * gnus-sum.el (gnus-article-sort-by-author)
9364         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9365
9366 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9369         the frame-focus tag is set in gnus-buffer-configuration.
9370
9371 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9374         the front stickiness.
9375
9376 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9379         url pattern; remove duplicate one.
9380         (gnus-article-extend-url-button): New function.
9381         (gnus-article-add-buttons): Use it.
9382         (gnus-button-push): Use concatenated url that it makes.
9383
9384 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9385
9386         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9387
9388 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9389
9390         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9391         Don't hardcode point-min==1.
9392
9393 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9396         Fix comment about "iso8859-1".
9397
9398 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9399
9400         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9401         ones returned from the verify-function.
9402
9403         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9404         Call mml2015-extract-cleartext-signature if extraction failed.
9405
9406 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9407
9408         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9409         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9410         failed.
9411
9412 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9415
9416 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9419         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9420         recommends to use EasyPG instead of PGG.
9421
9422         * pgg.el: Revert to revision 6.23.2.16.
9423
9424         * pgg-def.el: Revert to revision 6.6.2.14.
9425
9426         * pgg-gpg.el: Revert to revision 6.23.2.34.
9427
9428 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9429
9430         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9431         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9432         thread for both the null and zero (kill/expire thread) universal prefix
9433         cases.
9434         (gnus-summary-expire-thread): Add new function to expire a thread,
9435         using gnus-summary-kill-thread.
9436         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9437         shortcuts for gnus-summary-expire-thread.
9438         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9439         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9440
9441 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9442
9443         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9444         extras value, so an extras entry can be deleted.
9445         (gnus-registry-delete-extra-entry): Use it.
9446         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9447         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9448         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9449         storage through the gnus-registry, and provide an appropriate API for
9450         it.
9451
9452 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9455         Suggested by Leo <sdl.web@gmail.com>.
9456
9457         * gnus.el: Do.
9458
9459 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9462         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9463
9464         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9465
9466         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9467         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9468
9469 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9472         newline.
9473         (nnmbox-request-accept-article): Don't change article in source buffer;
9474         narrow to header to use message-fetch-field rather than
9475         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9476         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9477         as delimiters; make sure article ends with newline.
9478         (nnmbox-delete-mail): Correct last position of article to be deleted;
9479         ignore X-Gnus-Newsgroup header in article body.
9480         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9481         positions; make sure article ends with newline.
9482
9483         * message.el (message-display-abbrev): Don't infloop when a user
9484         inserts SPC in the beginning of header.
9485
9486         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9487         coding-system-for-read and coding-system-for-write for XEmacs having no
9488         file-coding feature.
9489
9490         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9491
9492 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9493
9494         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9495         list of groups not followed by default.  Fix type to be regexp.
9496         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9497
9498 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9499
9500         * hmac-def.el (define-hmac-function): Switch from old-style to
9501         new-style backquotes.
9502
9503         * md4.el (md4-make-step): Likewise.
9504
9505 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9508         raw-text coding system when saving .newsrc file, which may contain
9509         non-ASCII group names.
9510
9511 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-cus.el (gnus-score-extra): New widget.
9514         (gnus-score-extra-convert): New function.
9515         (gnus-score-customize): Use it for Extra.
9516
9517 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9518
9519         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9520         (mml2015-mailcrypt-clear-verify): Use it.
9521         (mml2015-gpg-clear-verify): Use it.
9522         (mml2015-pgg-clear-verify): Use it.
9523         (mml2015-epg-clear-verify): Replace the current part with the output
9524         from GnuPG; don't extract the plaintext by itself.
9525
9526         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9527         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9528         mml2015-clear-verify-function; don't touch the armor headers or
9529         dash-escaped text here.
9530
9531 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9534         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9535         parts, or application/octet-stream as a last resort.
9536         (gnus-mime-view-part-as-type): Don't toggle display.
9537         (gnus-mime-view-part-as-charset): Don't turn off display before
9538         querying charset.
9539
9540         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9541         stuff to undisplayer function in Emacs.
9542         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9543
9544         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9545         text/calendar parts.
9546
9547 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9550         decoding text/calendar parts.
9551
9552         * message.el (message-forward-make-body-mime): Always mark body as
9553         having no illegible text; remove signed-or-encrypted argument.
9554         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9555
9556         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9557         (mml-generate-mime-1): Don't encode body if it is specified to be in
9558         raw form; don't make buffer be unibyte when inserting multibyte string.
9559
9560 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9561
9562         * sha1.el: Fix up comment style.
9563         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9564         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9565
9566         * hex-util.el: Fix up comment style.
9567         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9568
9569         * gnus-salt.el: Use with-current-buffer.
9570         (gnus-pick-setup-message): Fix long-standing typo.
9571
9572 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * imap.el (imap-logout-timeout): New variable.
9575         (imap-logout, imap-logout-wait): New functions.
9576         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9577
9578         * nnimap.el (nnimap-logout-timeout): New server variable.
9579         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9580         nnimap-logout-timeout.
9581
9582         * gnus-art.el (gnus-article-summary-command-nosave)
9583         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9584
9585 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus.el (gnus-maximum-newsgroup): New variable.
9588
9589         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9590         according to gnus-maximum-newsgroup.
9591
9592         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9593         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9594         Limit the range of articles according to gnus-maximum-newsgroup.
9595
9596 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9597
9598         * gnus-art.el (gnus-sticky-article): Fix problems described in
9599         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9600         Don't perform gnus-configure-windows here; reuse existing sticky
9601         article buffer.
9602
9603         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9604         it doesn't exist in gnus-article-mode.
9605
9606 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9609         (gnus-agent-decoded-group-name): New function.
9610         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9611         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9612
9613 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9614
9615         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9616         Add binding for gnus-sticky-article.
9617         (gnus-summary-exit): Don't kill sticky article buffers.
9618
9619         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9620         article buffer.
9621         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9622         (gnus-kill-sticky-article-buffers): New commands.
9623
9624 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * nntp.el (nntp-xref-number-is-evil): New server variable.
9627         (nntp-find-group-and-number): If it is non-nil, don't trust article
9628         numbers in the Xref header.
9629
9630 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-agent.el (gnus-agent-read-group): New function.
9633         (gnus-agent-flush-group, gnus-agent-expire-group)
9634         (gnus-agent-regenerate-group): Use it.
9635         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9636         nnmail-pathname-coding-system.
9637
9638 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9641
9642         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9643         that are unread as unread, and also as selected so that information of
9644         marks having been changed by a user may be updated when exiting group.
9645
9646 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9649
9650 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9653         calculated ignoring signature parts to gnus-treat-article.
9654
9655 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9658         a point here in order to keep the window start.
9659         (gnus-insert-mime-security-button): Make a button overlay without the
9660         front stickiness.
9661         (gnus-mime-display-security): Goto the end of a button.
9662
9663         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9664
9665 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9668         group-name-at-point.
9669         (gnus-group-completing-read): New function that offers decoded
9670         non-ASCII group names for completion.
9671         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9672         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9673         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9674         (gnus-group-fetch-control): Use it.
9675         (gnus-fetch-group): Use group-name-at-point for the initial value
9676         rather than the default value; use gnus-alive-p.
9677
9678         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9679         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9680         (gnus-summary-post-news): Use gnus-group-completing-read.
9681
9682         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9683         (gnus-read-move-group-name): Decode group name for completion.
9684
9685 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9686
9687         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9688         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9689         Yamaoka slightly modified the code).
9690
9691 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9694         (nnmail-split-incoming): Bind it.
9695
9696         * nnml.el (nnml-group-name-charset): New function.
9697         (nnml-decoded-group-name): Use it; don't decode group name if
9698         nnmail-group-names-not-encoded-p is non-nil.
9699         (nnml-encoded-group-name): New function.
9700         (nnml-group-pathname): Inline nnml-decoded-group-name.
9701         (nnml-request-expire-articles): Decode group name in message.
9702         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9703         nnmail-pathname-coding-system.
9704         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9705         not decoded ones according to nnmail-group-names-not-encoded-p.
9706         (nnml-generate-active-info): Use nnml-encoded-group-name.
9707
9708 2007-08-08  Glenn Morris  <rgm@gnu.org>
9709
9710         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9711         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9712         doc-strings and comments.
9713
9714 2007-07-25  Glenn Morris  <rgm@gnu.org>
9715
9716         * Relicense all FSF files to GPLv3 or later.
9717
9718 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-sum.el (gnus-summary-move-article):
9721         Make gnus-summary-respool-article work.
9722
9723 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9726         string.
9727
9728 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9729
9730         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9731         that should be ignored when comparing distant RSS articles with local
9732         ones.
9733         (nnrss-make-hash-index): New function.  Create a hash index according
9734         to the ignored fields.
9735         (nnrss-check-group): Use it.
9736
9737 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9740
9741         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9742
9743         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9744         the new optional argument ENCODED is non-nil.
9745         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9746         coding system for encoding group name.
9747         (gnus-group-make-rss-group): Pass un-encoded group name to
9748         gnus-group-make-group.
9749         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9750         encoded.
9751
9752         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9753         Encode group name to which articles are moved or copied.
9754         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9755         coding system for encoding Newsgroup, Followup-To and Xref headers.
9756
9757         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9758         marks; use nnheader-file-coding-system to write a file.
9759         (nnagent-retrieve-headers): Bind file-name-coding-system to
9760         nnmail-pathname-coding-system.
9761
9762         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9763
9764         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9765         (nnml-request-article, nnml-request-create-group)
9766         (nnml-request-rename-group, nnml-find-id)
9767         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9768         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9769         (nnml-save-marks): Use nnml-group-pathname instead of
9770         nnmail-group-pathname.
9771
9772         (nnml-request-create-group, nnml-request-expire-articles)
9773         (nnml-request-move-article, nnml-request-delete-group)
9774         (nnml-deletable-article-p, nnml-possibly-create-directory)
9775         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9776         (nnml-open-marks): Bind file-name-coding-system to
9777         nnmail-pathname-coding-system.
9778
9779         (nnml-request-article): Pass server argument to nnml-find-group-number.
9780         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9781         Pass server argument to nnml-possibly-create-directory.
9782         (nnml-request-accept-article): Pass server argument to
9783         nnml-active-number and nnml-save-mail.
9784         (nnml-find-group-number): Pass server argument to nnml-find-id.
9785         (nnml-request-update-info): Pass server argument to
9786         nnml-marks-changed-p.
9787
9788         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9789         (nnml-save-mail, nnml-active-number): Add server argument.
9790
9791         (nnml-request-delete-group): Warn if group is missing.
9792         (nnml-get-nov-buffer): Decode group name.
9793         (nnml-generate-active-info): Encode group name.
9794         (nnml-open-marks): Decode group name in messages.
9795
9796 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9799         if it is not specified.
9800         (gnus-article-pipe-part, gnus-article-save-part)
9801         (gnus-article-interactively-view-part, gnus-article-copy-part)
9802         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9803         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9804         (gnus-article-replace-part, gnus-article-delete-part)
9805         (gnus-article-view-part-as-type): Pass raw prefix argument to
9806         gnus-article-part-wrapper.
9807
9808 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-agent.el (gnus-agent-save-active):
9811         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9812
9813         * gnus-cache.el (gnus-cache-save-buffers)
9814         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9815         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9816         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9817         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9818         (gnus-cache-generate-active, gnus-cache-rename-group)
9819         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9820         (gnus-cache-update-overview-total-fetched-for):
9821         Bind file-name-coding-system to nnmail-pathname-coding-system.
9822         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9823         New variables.
9824         (gnus-cache-decoded-group-name): New function.
9825         (gnus-cache-file-name): Use it.
9826         (gnus-cache-generate-active): Use non-decoded group name for active.
9827
9828         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9829         right place.
9830         (gnus-write-active-file): Don't break non-ASCII group names.
9831
9832         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9833         nnmail-pathname-coding-system.
9834
9835         * lpath.el: Bind default-file-name-coding-system,
9836         file-name-coding-system and language-info-alist for XEmacs.
9837
9838         * gnus-uu.el (gnus-uu-decode-save): Typo.
9839
9840 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9843
9844 2007-07-14  David Kastrup  <dak@gnu.org>
9845
9846         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9847         finishing actions if we did not edit the article.
9848
9849 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9852         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9853         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9854         (gnus-agent-flush-group, gnus-agent-flush-cache)
9855         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9856         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9857         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9858         (gnus-agent-regenerate-group)
9859         (gnus-agent-update-files-total-fetched-for)
9860         (gnus-agent-update-view-total-fetched-for):
9861         Bind file-name-coding-system to nnmail-pathname-coding-system.
9862         (gnus-agent-group-pathname): Don't encode file names by
9863         nnmail-pathname-coding-system.
9864         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9865         coding-system-for-write instead of buffer-file-coding-system to
9866         gnus-agent-file-coding-system.
9867
9868         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9869         Decode group name.
9870
9871         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9872
9873         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9874         (gnus-read-newsrc-el-file): Make group names unibyte.
9875
9876         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9877         nnmail-pathname-coding-system.
9878
9879         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9880         (nnrss-request-delete-group): Bind file-name-coding-system to
9881         nnmail-pathname-coding-system.
9882         (nnrss-read-server-data, nnrss-read-group-data):
9883         Bind file-name-coding-system correctly.
9884         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9885
9886         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9887         (nntp-server-to-method-cache): New variable.
9888         (nntp-group-pathname): New function that decodes non-ASCII group names.
9889         (nntp-possibly-create-directory, nntp-marks-changed-p)
9890         (nntp-save-marks, nntp-open-marks): Use it.
9891         (nntp-possibly-create-directory, nntp-open-marks):
9892         Bind file-name-coding-system to nnmail-pathname-coding-system.
9893         (nntp-open-marks): Decode group names when bootstrapping marks.
9894
9895         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9896         Newsgroups and Folowup-To headers.
9897
9898 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9901         (gnus-server-closed-face, gnus-server-denied-face)
9902         (gnus-server-offline-face): Remove variable.
9903         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9904
9905         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9906         of modifying message-stack directly for XEmacs.
9907
9908         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9909         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9910         if the coding-system argument is nil for XEmacs.
9911
9912         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9913         mm-charset-override-alist.
9914
9915         * rfc2047.el: Don't require base64; require rfc2045 for the function
9916         rfc2045-encode-string.
9917         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9918         to quote the parameter value.
9919
9920 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9923         form in gnus-group-name-charset-method-alist.
9924
9925         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9926         overrides the default layout edit-form.
9927
9928         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9929
9930         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9931
9932 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9935         as unfetched articles.
9936
9937 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9940
9941 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9944         original back end that keeps marks in the local system.
9945
9946 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9949         arg of pop-to-buffer for XEmacs.
9950         (gnus-article-read-summary-keys): Ditto; don't restore window
9951         configuration if summary command ends up with neither article buffer
9952         nor summary buffer; describe bindings if summary keys end with C-h.
9953
9954 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * message.el (message-fix-before-sending): Skip raw message part to be
9957         forwarded while checking illegible text.
9958         (message-forward-make-body-mime, message-forward-make-body):
9959         Mark signed or encrypted raw message as having no illegible text.
9960
9961 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9964         (gnus-message-with-timestamp-1): New macro.
9965         (gnus-message-with-timestamp): New function.
9966         (gnus-message): Use them.
9967
9968         * nnheader.el (nnheader-message): Use them.
9969
9970 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9973         .newsrc.eld file.
9974
9975 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * gnus-agent.el (gnus-agent-fetch-headers)
9978         (gnus-agent-retrieve-headers):
9979         Bind gnus-decode-encoded-address-function to identity.
9980
9981         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9982         available also when the server returns simply a dot.
9983
9984         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9985
9986 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9989
9990 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-ems.el (gnus-x-splash): Make it work.
9993
9994         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9995         from being used.
9996
9997         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9998
9999 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10002         4th and the 5th arguments.
10003
10004         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10005         the front stickiness.
10006         (gnus-article-summary-command-nosave): Correct the order of the
10007         arguments passed to pop-to-buffer.
10008         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10009         summary command ends up with the article buffer.
10010
10011         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10012         the same faces.
10013
10014 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10015
10016         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10017
10018 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10019
10020         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10021         * gnus-sum.el (gnus-summary-highlight):
10022         * pgg.el (pgg-sign-region, pgg-sign):
10023         * mail-source.el (mail-source-delete-old-incoming-confirm):
10024         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10025
10026 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * gnus-art.el (gnus-mime-view-part-externally)
10029         (gnus-mime-view-part-internally): Fix predicate function passed to
10030         completing-read.
10031
10032         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10033
10034         * gnus.el (gnus-update-message-archive-method): Add :version.
10035
10036 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * gnus.el (gnus-update-message-archive-method): New variable.
10039
10040         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10041         according to gnus-message-archive-method if
10042         gnus-update-message-archive-method is non-nil.
10043
10044 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10047         Suggested by Loic Dachary <loic@dachary.org>.
10048         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10049
10050 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * message.el (message-pop-to-buffer): Add switch-function argument.
10053         (message-mail): Pass switch-function argument to it.
10054
10055 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10058         Improve doc string.
10059
10060 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10063         (gnus-header-content)
10064         * gnus-cite.el (gnus-cite-10)
10065         * gnus-srvr.el (gnus-server-closed)
10066         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10067         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10068         (gnus-group-mail-3-empty, gnus-group-mail-low)
10069         (gnus-group-mail-low-empty, gnus-splash)
10070         * message.el (message-header-to, message-header-cc)
10071         (message-header-subject, message-header-other, message-header-name)
10072         (message-header-xheader, message-separator, message-cited-text)
10073         (message-mml): Lighten colors of faces used for dark background.
10074
10075 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10076
10077         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10078         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10079
10080 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * message.el (message-narrow-to-headers-or-head):
10083         Ignore mail-header-separator in the body.
10084
10085 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10088         same as window size.
10089
10090 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10091
10092         * message.el (message-font-lock-keywords): Use message-header-xheader
10093         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10094         ahead of the anything pattern, to get it recognised.
10095
10096 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10099         spam.el loads uses it in the compiled defadvice form.
10100
10101 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10102
10103         * gnus-sum.el (gnus-articles-to-read)
10104         (gnus-summary-insert-old-articles): Don't truncate group name for
10105         `read-string'.
10106
10107         * gnus-util.el (gnus-limit-string): Delete this function.
10108
10109         * gnus-sum.el (gnus-simplify-subject-fully):
10110         Use `truncate-string-to-width' instead.
10111
10112 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10113
10114         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10115         Tell if, on summary exit, the next group has to be selected.
10116         (gnus-summary-exit): Use it.
10117
10118 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10121         non-break space.
10122
10123 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10126         Check if group is not a directory.
10127         (nnfolder-request-expire-articles): Don't delete articles if the target
10128         group is not available.
10129
10130         * nnml.el (nnml-request-create-group): Properly check if group is not a
10131         file.
10132         (nnml-request-expire-articles): Don't delete articles if the target
10133         group is not available.
10134
10135         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10136         Don't quote characters that are within parentheses.
10137
10138 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10141         (gnus-handle-ephemeral-exit): Select article according to it.
10142
10143 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10144
10145         * message.el (message-insert-formated-citation-line): Remove newline.
10146         (message-citation-line-format): Add final \n here so that the user can
10147         avoid a blank line.
10148
10149 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10150
10151         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10152         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10153         Update lanl/arXiv support.
10154
10155 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10156
10157         * gnus.el: Bump version number.
10158
10159 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10160
10161         * gnus.el (gnus-version-number): Bump version.
10162
10163 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10164
10165         * gnus.el: No Gnus v0.6 is released.
10166
10167 2007-04-27  Didier Verna  <didier@xemacs.org>
10168
10169         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10170         * gmm-utils.el (gmm-regexp-concat): ... here.
10171         * message.el: Don't require 'gnus-util.
10172         (message-dont-reply-to-names): Handle name change above.
10173         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10174
10175 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10178         since the initial value varies according to the system.
10179
10180 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10183
10184 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10185
10186         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10187
10188 2007-04-24  Didier Verna  <didier@xemacs.org>
10189
10190         Improve the type of gnus-ignored-from-addresses.
10191         * gnus-util.el (gnus-orify-regexp): New function.
10192         * message.el (gnus-util): Require it.
10193         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10194         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10195         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10196
10197 2007-04-24  Didier Verna  <didier@xemacs.org>
10198
10199         * gnus-sum.el:
10200         * gnus-utils.el: Fix some trailing whitespaces.
10201
10202 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10205         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10206         article's Message-ID; refer parent article in summary buffer.
10207
10208         * message.el (message-bounce): Call mime-to-mml.
10209
10210         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10211         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10212         optimize and/or forms properly.
10213
10214 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10217         URL.
10218
10219 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10222
10223 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10226         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10227         displayed of multipart/alternative part if it is invoked from summary
10228         buffer.
10229
10230         * mm-view.el (mm-inline-text-html-render-with-w3m)
10231         (mm-inline-text-html-render-with-w3m-standalone)
10232         (mm-inline-render-with-function): Use mail-parse-charset by default.
10233
10234 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10235
10236         * parse-time.el (parse-time-string-chars): Check if CHAR
10237         is less than the length of parse-time-syntax.
10238
10239 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10242         from gnus-newsgroup-processable.
10243
10244 2007-04-16  Didier Verna  <didier@xemacs.org>
10245
10246         * gnus-msg.el (gnus-configure-posting-styles):
10247         Handle message-signature-directory properly with :file syntax.
10248         Reported by "Leo".
10249
10250 2007-04-11  Didier Verna  <didier@xemacs.org>
10251
10252         New user option: message-signature-directory.
10253         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10254         * message.el (message-insert-signature): Ditto.
10255         * message.el (message-signature-file): Doc update.
10256         * message.el (message-signature-directory): New.
10257
10258 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * gnus-msg.el (gnus-inews-yank-articles):
10261         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10262
10263 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * message.el (message-yank-original): Make sure cited text ends with
10266         newline; don't exchange point and mark.
10267
10268 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10269
10270         * tls.el (open-tls-stream): Properly handle case where there
10271         is no associated buffer.
10272
10273 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10274
10275         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10276         message-yank-original, make sure (< mark TEXT point).
10277
10278 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * message.el (message-fill-column): New variable.
10281         (message-mode): Use it.  Add comment on a possible new hook.
10282
10283         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10284         (nnmail-get-new-mail): Reformat.
10285
10286         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10287
10288         * gmm-utils.el: Fix Commentary.
10289         (gmm-tool-bar-from-list): Fix typo in doc string.
10290
10291 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10292
10293         * message.el (message-yank-original): Don't switch point and mark
10294         unnecessarily to put point and mark as documented.
10295
10296 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10297
10298         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10299         from the message heads.
10300
10301 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10302
10303         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10304         article buffer does not have a window.  This may not be the best
10305         solution but is certainly better than setting the start of the null,
10306         that is the current, window.
10307
10308 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10311         (gnus-draft-setup): Run it.
10312
10313         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10314         gnus-score-fast-scoring.  Allow regexp.
10315         (gnus-score-headers): Use it.
10316
10317         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10318         XEmacs.
10319
10320         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10321         string.
10322         (gnus-button-alist): Also catch `<f1> k ...'.
10323         (gnus-treat-display-x-face): Fix doc string.
10324
10325 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10326
10327         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10328         evaluation of gnus-extended-version to ensure correct generation of the
10329         User-Agent header when message-generate-headers-first is used.
10330
10331 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10332
10333         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10334         hashcash-path is nil.  Don't call callback with incorrect number of
10335         parameters if val is 0.
10336
10337 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10338
10339         * message.el (message-required-news-headers):
10340         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10341
10342 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10343
10344         * tls.el (open-tls-stream): In handshake-waiting loop,
10345         don't wait more if there is output available to process.
10346
10347 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10348
10349         * tls.el (tls-program): Doc fix.
10350
10351 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * message.el (message-generate-new-buffers): Change the meaning of the
10354         nil value; add `standard' to the choices; treat t as `unique'; improve
10355         doc string.
10356         (gnus-select-frame-set-input-focus): Autoload.
10357         (message-buffer-name): Search for the existing message buffer if
10358         message-generate-new-buffers is nil or `standard'; treat the value t of
10359         message-generate-new-buffers as `unique'.
10360         (message-pop-to-buffer): Raise the frame already displaying the message
10361         buffer; clear the echo area after querying.
10362         (message-setup): Pass the `continue' argument to compose-mail.
10363         (message-mail): Prefer `switch-function' if it is given; search for the
10364         existing message buffer if the `continue' argument is non-nil; pass
10365         continue and switch-function arguments to compose-mail by way of
10366         message-setup.
10367         (message-mail-other-window): Adjust argument of message-setup.
10368         (message-mail-other-frame): Ditto.
10369
10370 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10373         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10374         to turn font-lock on when turning gnus-message-citation-mode on.
10375
10376 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10377
10378         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10379         (mml-smime-function-alist): New variable; add epg as the backend.
10380         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10381         mml-smime- functions instead.
10382         * mm-view.el: Require smime.
10383
10384 2007-03-05  Didier Verna  <didier@xemacs.org>
10385
10386         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10387         instead of just inheritance for posting styles.
10388         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10389
10390 2007-02-24  Chris Moore  <dooglus@gmail.com>
10391
10392         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10393         * pgg-pgp.el (pgg-pgp-encrypt-region):
10394         * pgg-gpg.el (pgg-gpg-encrypt-region):
10395         Check pgg-encrypt-for-me if no other recipients.
10396
10397 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10398
10399         * tls.el (tls-certtool-program): Fix custom type.
10400
10401 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10404         and point-at-eol instead of line-(beginning|end)-position.
10405
10406         * assistant.el (assistant-parse-buffer): Ditto.
10407
10408         * netrc.el (netrc-parse-services): Ditto.
10409
10410 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10411
10412         * mml2015.el (mml2015-epg-find-usable-key): New function.
10413         (mml2015-epg-sign): Use it.
10414         (mml2015-epg-encrypt): Use it.
10415
10416 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * message.el (message-make-in-reply-to): Quote name containing
10419         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10420         if there are special characters.  Reported by NAKAJI Hiroyuki
10421         <nakaji@jp.freebsd.org>.
10422
10423 2007-02-27  Didier Verna  <didier@xemacs.org>
10424
10425         Include the group parameters as well as the topic ones in the
10426         inheritance filter process.
10427         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10428         argument GROUP-PARAMS-LIST.
10429         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10430
10431 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * nntp.el (nntp-never-echoes-commands)
10434         (nntp-open-connection-functions-never-echo-commands): New variables.
10435         (nntp-send-command): Use them.
10436
10437 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10438
10439         * mml2015.el (mml2015-epg-verify): Simplify.
10440
10441 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * mml.el (mml-content-disposition-alist): New user option.
10444         (mml-content-disposition): New function.
10445         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10446         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10447
10448 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10449
10450         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10451         verification.
10452
10453 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10454
10455         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10456         articles posted in the last 24 hours.
10457
10458 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10459
10460         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10461
10462 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10463
10464         * nntp.el (nntp-send-command): Don't wait for echoes when
10465         nntp-open-ssl-stream is used.
10466
10467 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10470         (gnus-message-add-citation-keywords)
10471         (gnus-message-remove-citation-keywords): Remove.
10472         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10473         directly, make the variables in font-lock-defaults buffer-local, add
10474         gnus-message-citation-keywords to them and then update the value of
10475         font-lock-keywords.
10476
10477 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * message.el (message-cite-original-1): Don't call
10480         gnus-article-highlight-citation.
10481
10482         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10483         citations; fix line count.
10484
10485 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10488         (gnus-message-add-citation-keywords)
10489         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10490         versions of font-lock-add-keywords and font-lock-remove-keywords to
10491         work with XEmacs correctly.
10492
10493 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * gnus-cite.el (gnus-cite-face-list): Set the values of
10496         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10497         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10498         (gnus-message-cite-prefix-regexp): New variable.
10499         (gnus-message-search-citation-line): Use it; protect against long
10500         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10501         the 0th match data for Emacs.
10502         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10503         (gnus-message-add-citation-keywords): Append keywords rather than
10504         prepending; emulate font-lock-add-keywords if it is not available.
10505         (gnus-message-remove-citation-keywords):
10506         Emulate font-lock-remove-keywords if it is not available.
10507
10508         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10509
10510         * message.el (message-cite-prefix-regexp): Set the value of
10511         gnus-message-cite-prefix-regexp.
10512
10513 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10514
10515         * nnweb.el (nnweb-google-parse-1): Update parser.
10516
10517 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10518
10519         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10520
10521 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10522
10523         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10524         regexp.
10525
10526 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10529         string-to-multibyte.
10530         (uudecode-decode-region-internal): Use it.
10531
10532         * lpath.el: Fbind string-as-multibyte for XEmacs.
10533
10534 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10537         Fix custom choice.
10538
10539         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10540
10541 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10542
10543         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10544
10545         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10546         `write-region' to respect `mm-inhibit-file-name-handlers'.
10547
10548 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10551         Use gnus-home-directory instead of "~/" or "$HOME".
10552
10553 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10554
10555         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10556         to mention filename.
10557         Add comments at beginning regarding usage.
10558         (encrypt-write-file-contents): Change interactive so a string is
10559         acceptable.  If the file has no associated model, show an error instead
10560         of a nonsense prompt.
10561
10562 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10563
10564         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10565         Thanks to Yoshihiko Yamada for kind notification of this typo.
10566
10567 2007-01-12  Kenichi Handa  <handa@m17n.org>
10568
10569         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10570         multibyte buffer.
10571
10572 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * gnus-score.el (gnus-score-fast-scoring): New variable.
10575         (gnus-score-headers): Use it.
10576
10577         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10578
10579         * message.el (message-cite-original-1):
10580         Call gnus-article-highlight-citation if requested.
10581         (message-make-from): Allow name and address as optional arguments.
10582
10583         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10584
10585         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10586         bugs to doc string.
10587         (gnus-button-alist): Add mid\\|message-id.
10588         (gnus-button-fetch-group): Extend for use in
10589         `browse-url-browser-function'.
10590         (gnus-button-url-regexp): Try to catch paired parentheses like in
10591         Wikipedia URLs.
10592
10593         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10594         Suggested by Simon Krahnke <overlord@gmx.li>.
10595
10596 2007-01-13  Romain Francoise  <romain@orebokech.com>
10597
10598         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10599         Update copyright.
10600
10601 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10602
10603         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10604
10605 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10606
10607         * gnus-registry.el (gnus-registry-unfollowed-groups)
10608         (gnus-registry-split-fancy-with-parent): Fix documentation.
10609
10610 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10611
10612         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10613         from nnweb groups.
10614
10615 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10616
10617         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10618         Xref urls.  Erase buffer before requesting head.
10619
10620         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10621
10622 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10625         customizable.
10626
10627 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10628
10629         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10630         no signing key is found.
10631         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10632         no encrypting and/or signing key is found.
10633
10634 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10637
10638 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10639
10640         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10641         headers read from disk with the ones newly found in the current search.
10642         This should no longer cause problems, because the article numbers in
10643         Gmane's `nov.php' output are ignored since the previous change.
10644
10645 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10646
10647         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10648
10649 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10652         replace-regexp-in-string; bind url-version; fbind display-images-p and
10653         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10654         find-face and set-itimer-function for Emacs; bind itimer-list for
10655         Emacs.
10656
10657         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10658
10659 2007-01-01  Romain Francoise  <romain@orebokech.com>
10660
10661         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10662
10663 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10664
10665         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10666         `define-minor-mode' macro definition expanded properly.
10667         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10668         exclude it there.
10669
10670         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10671         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10672         `fboundp' test.
10673         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10674         This is OK to autoload in (S)XEmacs now.
10675
10676 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677
10678         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10679         keystroke.
10680         (gnus-summary-limit-to-singletons): Fix typo.
10681
10682         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10683         else fails.
10684
10685 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10686
10687         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10688         docstring.
10689
10690         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10691         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10692         (gnus-summary-insert-dormant-articles): Fix typo in message.
10693
10694 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10697         nil for XEmacs.
10698         (gnus-message-citation-mode): Don't autoload in XEmacs.
10699
10700         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10701
10702 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10703
10704         * nnimap.el (nnimap-expunge-search-string):
10705         Mention nnimap-search-uids-not-since-is-evil in docstring.
10706
10707 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * spam.el: Revert to make-obsolete-variable because
10710         define-obsolete-variable-alias is not supported in Emacs 21.
10711
10712         * spam.el (spam-ifile-path, spam-ifile-database-path)
10713         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10714         make-obsolete-variable.
10715         (spam-bsfilter-path, spam-bsfilter-program)
10716         (spam-spamassassin-path, spam-spamassassin-program)
10717         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10718         Don't use "path" inappropriately.
10719         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10720         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10721         variable names.
10722
10723 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10724
10725         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10726         summary buffer.
10727
10728         * password.el (password-cache-remove): Use clear-string to burn
10729         password, if available.
10730
10731 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10734
10735         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10736
10737         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10738         (gnus-message-highlight-citation): Move defcustom here from
10739         gnus-cite.el.
10740         (gnus-message-citation-mode): Autoload.
10741
10742         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10743         checks to make it compile with XEmacs.
10744         (gnus-message-citation-mode): New minor mode.
10745         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10746         (gnus-message-highlight-citation): New variables.
10747         (gnus-message-search-citation-line)
10748         (gnus-message-add-citation-keywords)
10749         (gnus-message-remove-citation-keywords)
10750         (turn-on-gnus-message-citation-mode)
10751         (turn-off-gnus-message-citation-mode): New functions.
10752
10753 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10754
10755         * gnus-cite.el: Enable highlighting of different citation levels in
10756         message-mode.
10757
10758 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * message.el (message-make-fqdn): Fix comment.
10761         (message-bogus-system-names): Add ".local".
10762
10763         * spam.el (spam-ifile-path, spam-ifile-program)
10764         (spam-ifile-database-path, spam-ifile-database)
10765         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10766         Don't use "path" inappropriately.
10767         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10768         strings.
10769         (spam-check-ifile, spam-ifile-register-with-ifile)
10770         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10771         Use new variable names.
10772
10773         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10774         (gnus-treat-display-smileys): Simplify using
10775         gnus-image-type-available-p.
10776
10777         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10778         available.
10779
10780         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10781         Use `display-images-p' if available.
10782
10783 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10786         one after turning on the buffer's multibyteness instead of decoding
10787         them directly in the unibyte buffer that causes unexpected conversion
10788         in Emacs 23 (unicode).
10789
10790 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10791
10792         * message.el (message-generate-hashcash): Fix custom type.
10793
10794 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10797
10798 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10801         disconnect icons.  Add help text.
10802
10803 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10804
10805         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10806         negated to be consistent with the others we handle.
10807
10808 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10811         version of gnus-summary-buffer to something, so that we can use two
10812         article buffers at the same time.
10813
10814 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10815
10816         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10817         trigger all the extra headers.
10818         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10819         sorting.
10820
10821 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10822
10823         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10824         solid groups.
10825
10826 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10827
10828         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10829
10830 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * legacy-gnus-agent.el: Add Copyright notice.
10833
10834 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10835
10836         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10837
10838 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10841
10842         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10843         to make it work reliably in CVS Emacs.
10844         (gnus-summary-limit-strange-charsets-predicate)
10845         (gnus-summary-limit-to-predicate): New functions.
10846
10847 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10848
10849         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10850         specifying array size.
10851         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10852         array if it is too small.
10853         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10854         (gnus-sort-threads-loop): New function.
10855
10856 2006-12-06  Chris Moore  <dooglus@gmail.com>
10857
10858         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10859         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10860
10861 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10862
10863         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10864         options.
10865
10866 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10869         DOS-ing the recipient.
10870
10871         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10872         the headers when creating the mapping to avoid mismappings.
10873         (nnweb-gmane-create-mapping): Always nix out old mapping.
10874
10875 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10878         and mm-verify-option to never.
10879
10880 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * message.el (message-signed-or-encrypted-p): New function.
10883         (message-forward-make-body): Use it.
10884
10885         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10886         Replace encode-coding-string with mm-encode-coding-string.
10887
10888 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * nneething.el (nneething-decode-file-name):
10891         Replace decode-coding-string with mm-decode-coding-string.
10892
10893         * gnus-int.el (gnus-open-server): Say failed server's name.
10894
10895 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10896
10897         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10898         strings to a single string.  Quote `errors-file-name'.
10899         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10900         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10901         Adjust calls.  Use `shell-quote-argument'.
10902
10903 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10904
10905         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10906         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10907
10908         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10909         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10910         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10911         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10912         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10913         (gnus-subscribe-newsgroup, gnus-1):
10914         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10915         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10916         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10917         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10918
10919 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10920
10921         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10922         keystroke.
10923         (gnus-summary-limit-to-bodies): Implement headersp.
10924
10925 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10926
10927         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10928
10929 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10932
10933 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10934
10935         * message.el (message-generate-hashcash): Expand range of values to
10936         include `opportunistic'.
10937         (message-send-mail): Use it.
10938
10939 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10940
10941         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10942         and comment it.
10943
10944         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10945
10946 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * gnus-util.el (gnus-extract-address-components): Improve comment.
10949
10950 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * gnus-util.el (gnus-extract-address-components): Work with address in
10953         which the name portion contains @.
10954
10955         * lpath.el: Fbind custom-autoload.
10956
10957 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus.el (gnus-start): Move custom group up.
10960         (gnus-select-method): Don't autoload, but make it available for
10961         `customize-variable'.
10962         (gnus-getenv-nntpserver): Don't autoload.
10963
10964 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10965
10966         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10967
10968 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * message.el (message-sendmail-extra-arguments): New variable.
10971         (message-send-mail-with-sendmail): Use it.
10972
10973 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10976         mm-with-unibyte-current-buffer to make string unibyte.
10977
10978         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10979         mm-string-as-multibyte.
10980
10981 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10982
10983         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10984         Reported by Werner Koch <wk@gnupg.org>.
10985
10986 2006-11-14  Daiki Ueno  <ueno@p360>
10987
10988         * mml2015.el: Autoload epa-select-keys when compiling.
10989
10990 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10991
10992         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10993         message-options.
10994         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10995
10996 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10997
10998         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10999         EasyPG (< 0.0.6).
11000         (mml2015-always-trust): New user option.
11001         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11002         prompt.
11003
11004 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * nntp.el (nntp-authinfo-force): New variable.
11007         (nntp-send-authinfo): Use it.
11008
11009 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11012         decode encoded words.  Improve prompt.  Add comment about forwarding.
11013         (message-replacement-char): Move up.
11014
11015 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11016
11017         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11018         instead of gnus-intersection because arguments of gnus-sorted-nunion
11019         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11020
11021 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11022
11023         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11024         (message-simplify-subject-functions):
11025         Enable message-strip-subject-encoded-words by default.
11026
11027 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * message.el (message-strip-subject-encoded-words): New function.
11030         (message-simplify-subject-functions): New variable.
11031         (message-simplify-subject): Use it.  Fix typo in doc string.
11032         Support message-strip-subject-encoded-words.
11033
11034 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11035
11036         * gnus-diary.el (gnus-diary-delay-format-function):
11037         * nndiary.el (nndiary-reminders):
11038         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11039
11040 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * gnus-art.el (article-hide-boring-headers): Fetch date from
11043         gnus-original-article-buffer to avoid problems with localized date
11044         strings.
11045
11046 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11049
11050 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11053         New variables.
11054         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11055         (mm-charset-synonym-alist): Move some entries to
11056         mm-codepage-iso-8859-list.
11057         (mm-charset-synonym-alist, mm-charset-override-alist):
11058         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11059
11060 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11063
11064 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11067         with Emacs 21 and XEmacs.
11068
11069 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11070
11071         * spam.el (spam-parse-address): New function for better parsing,
11072         catching errors, etc.
11073         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11074
11075 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * mm-view.el: Add interactive arg to html2text autoload.
11078
11079 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11082
11083 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11086         New variables.
11087         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11088         (mm-charset-synonym-alist): Move some entries to
11089         mm-codepage-iso-8859-list.
11090
11091         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11092
11093 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * message.el (message-citation-line-format)
11096         (message-insert-formated-citation-line): Fix implementation of %E, %N
11097         and %n according to the doc string.
11098
11099 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11100
11101         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11102         Use car-safe to avoid bad parses.
11103
11104 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11107         names.
11108
11109         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11110
11111 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11114         header.
11115
11116         * message.el (message-draft-headers): Add Date.
11117         (message-headers-to-generate): Fix typo in docstring.
11118
11119         * nndraft.el (nndraft-required-headers): New variable.
11120         (nndraft-generate-headers): Use it.
11121
11122         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11123
11124 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11125
11126         * gnus-registry.el (gnus-registry-wash-for-keywords)
11127         (gnus-registry-find-keywords): New functions to allow easy searching of
11128         articles that are in the registry.
11129
11130 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11131
11132         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11133         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11134         Reported by Damien Elmes <damien@repose.cx>.
11135
11136 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11137
11138         * gnus.el (gnus-mime): Remove unused custom group.
11139
11140 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11141
11142         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11143         "blank line" when searching for end of armor headers.
11144
11145 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gmm-utils.el (gmm-write-region): Fix variable name.
11148
11149 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * gmm-utils.el (gmm-write-region): New function based on compatibility
11152         code from `mm-make-temp-file'.
11153
11154         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11155
11156         * nnmaildir.el (nnmaildir--update-nov)
11157         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11158         Use `gmm-write-region'.
11159
11160 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11161
11162         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11163         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11164
11165         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11166
11167         * message.el (message-replacement-char): New variable.
11168         (message-fix-before-sending): Use it.
11169         (message-simplify-subject): New function to remove duplicate code.
11170         (message-reply, message-followup): Use it.
11171
11172         * gnus-sum.el (gnus-summary-make-menu-bar):
11173         Clarify gnus-summary-limit-to-articles.
11174
11175 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * gnus-util.el (gnus-with-local-quit): New macro.
11178
11179         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11180
11181 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11182
11183         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11184         ignore non-string data.
11185
11186 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11187
11188         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11189         non-string data (needs to be done in the registry too).
11190
11191 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11192
11193         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11194         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11195         (gnus-registry-split-fancy-with-parent)
11196         (gnus-registry-fetch-simplified-message-subject-fast)
11197         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11198         Remove text properties on ingress into the registry and when it's saved.
11199         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11200         registry from entries with no groups.
11201
11202 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11203
11204         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11205         function to remove string properties.
11206
11207 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11208
11209         * gmm-utils.el (gmm): Adjust custom version.
11210
11211         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11212         Adjust custom version.
11213
11214         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11215
11216 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11217
11218         * gnus-art.el (gnus-insert-prev-page-button)
11219         (gnus-insert-next-page-button): Simplify.  Reformat.
11220
11221 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11222
11223         * gnus-art.el (gnus-insert-prev-page-button)
11224         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11225
11226 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11227
11228         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11229
11230 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11231
11232         * gnus-art.el (gnus-insert-mime-button)
11233         (gnus-insert-mime-security-button):
11234         Apply gnus-article-button-face to MIME and security buttons.
11235
11236 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11237
11238         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11239         readable.
11240
11241 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11244
11245 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11246
11247         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11248         `browse-url-of-file' instead of `browse-url'.
11249
11250 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11251
11252         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11253         regexp.  Articles containing quotation were cut prematurely.
11254
11255 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * message.el (message-cite-original-1): Use nobody by default for the
11258         value of From header.
11259         (message-reply): Ditto.
11260
11261 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11262
11263         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11264         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11265         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11266
11267 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11270         mails in the doc string.  Add some URLs in comment.
11271         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11272
11273 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11276         backslashes handling and the way to find boundaries of quoted strings.
11277
11278 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11279
11280         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11281         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11282         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11283         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11284
11285 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11288         doc string.
11289         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11290
11291 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * lpath.el: Fbind epg-check-configuration.
11294
11295 2006-09-06  Simon Josefsson  <jas@extundo.com>
11296
11297         * mml2015.el (mml2015-use): Doc fix, mention epg.
11298
11299 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11300
11301         * mml2015.el (mml2015-use): Default to epg, if available.
11302
11303 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11304
11305         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11306         message-sender.
11307         (mml1991-epg-encrypt): Ditto.
11308         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11309         message-sender.
11310         (mml2015-epg-encrypt): Ditto.
11311
11312 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11313
11314         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11315         several common directories.
11316
11317 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11318
11319         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11320         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11321
11322 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * gnus-art.el (article-decode-encoded-words): Make it fast.
11325
11326 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11329
11330         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11331         in quoted string into `\'.
11332
11333 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11336         Use standard-syntax-table.
11337
11338 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * gnus-art.el (gnus-decode-address-function): New variable.
11341         (article-decode-encoded-words): Use it to decode headers which are
11342         assumed to contain addresses.
11343         (gnus-mime-delete-part): Remove useless `or'.
11344
11345         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11346         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11347         (gnus-nov-parse-line): Use it to decode From header.
11348         (gnus-get-newsgroup-headers): Ditto.
11349         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11350
11351         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11352         (mail-decode-encoded-address-string): New alias.
11353
11354         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11355         New function.
11356         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11357         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11358         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11359         (rfc2047-decode-string): Ditto.
11360         (rfc2047-decode-address-region): New function.
11361         (rfc2047-decode-address-string): New function.
11362
11363 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * message.el (message-caesar-buffer-body): Allow rotating headers.
11366
11367         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11368
11369         * message.el (message-insert-formated-citation-line): Fix %f.
11370         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11371
11372 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11375         (gnus-bookmark-mouse-available-p): New macro.
11376         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11377         (gnus-bookmark-bmenu-show-infos): Use it.
11378         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11379         (gnus-bookmark-bmenu-hide-infos): Ditto.
11380         (gnus-bookmark-remove-properties): New function.
11381         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11382         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11383         (gnus-bookmark-write-file): Bind coding-system-for-write.
11384         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11385         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11386         group before selecting it.
11387         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11388         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11389         quit-window if it is not available; use gnus-mouse-2 and bind it to
11390         gnus-bookmark-bmenu-select-by-mouse.
11391         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11392         (gnus-bookmark-bmenu-select-by-mouse): New function.
11393
11394 2006-08-13  Romain Francoise  <romain@orebokech.com>
11395
11396         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11397         space.
11398
11399 2006-08-10  Romain Francoise  <romain@orebokech.com>
11400
11401         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11402         (dns-mode-soa-auto-increment-serial): New user option.
11403         (dns-mode-soa-maybe-increment-serial): New function.
11404         (dns-mode): Add the latter to `write-contents-functions'.
11405
11406 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * compface.el (uncompface): Use binary rather than raw-text-unix.
11409
11410 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * compface.el (uncompface): Make sure the eol conversion doesn't take
11413         place when communicating with the external programs.
11414         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11415
11416 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11419
11420 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11421
11422         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11423         Make it more robust by parsing author and date independently.
11424
11425 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11428
11429 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11430
11431         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11432         first matching secret key.
11433         (mml2015-epg-encrypt): Ditto.
11434
11435         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11436         first matching secret key.
11437         (mml1991-epg-encrypt): Ditto.
11438
11439         * mml2015.el (mml2015-encrypt-to-self): New user option.
11440         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11441         mml2015-epg-encrypt-to-self is set.
11442
11443         * mml1991.el (mml1991-encrypt-to-self): New variable.
11444         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11445         mml1991-epg-encrypt-to-self is set.
11446
11447         * mml2015.el (mml2015-signers): New user option.
11448         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11449         (mml2015-epg-encrypt): Allow to select signing keys.
11450
11451         * mml1991.el (mml1991-signers): New variable.
11452         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11453         (mml1991-epg-encrypt): Allow to select signing keys.
11454
11455 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * nnheader.el (nnheader-insert-head): Make it work even if the file
11458         uses CRLF for the line-break code.
11459
11460 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11461
11462         * mml2015.el: Require mml-sec instead of password.
11463         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11464         (mml2015-cache-passphrase): Inherit the default value from
11465         mml-secure-cache-passphrase.
11466         (mml2015-passphrase-cache-expiry): Inherit the default value from
11467         mml-secure-passphrase-cache-expiry.
11468
11469         * mml1991.el: Require mml-sec instead of password.
11470         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11471         (mml1991-cache-passphrase): Inherit the default value from
11472         mml-secure-cache-passphrase.
11473         (mml1991-passphrase-cache-expiry): Inherit the default value from
11474         mml-secure-passphrase-cache-expiry.
11475
11476         * mml-sec.el: Require password.
11477         (mml-secure-verbose): New user option.
11478         (mml-secure-cache-passphrase): New user option.
11479         (mml-secure-passphrase-cache-expiry): New user option.
11480
11481 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11482
11483         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11484         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11485         andreas@altroot.de (Andreas Vögele).
11486
11487         FIXME: Use `tiny change'?
11488
11489 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11490
11491         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11492         workaround for the url package included with Emacs.
11493
11494         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11495
11496 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11499         correctly.  This fixes a bug caused by the 2006-05-12 change.
11500
11501 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11502
11503         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11504         some information about the error when saying that the `bogus' mail
11505         group will be used.
11506
11507 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11510         string.
11511
11512 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11513
11514         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11515
11516 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11517
11518         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11519
11520 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11521
11522         * mml1991.el (mml1991-function-alist): Add epg.
11523         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11524         (mml1991-epg-encrypt): New functions.
11525
11526 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11527
11528         * mml2015.el (mml2015-verbose): New variable.
11529         (mml2015-cache-passphrase): Ditto.
11530         (mml2015-passphrase-cache-expiry): Ditto.
11531         (mml2015-function-alist): Add epg.
11532         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11533         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11534         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11535         New functions.
11536
11537 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11538
11539         * message.el (message-cite-original-1): Preserve region when removing
11540         quoted text due to X-No-Archive in order to avoid bogus attribution
11541         when citing multiple messages.
11542
11543 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11544
11545         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11546         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11547
11548 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gnus-diary.el (gnus-user-format-function-d)
11551         (gnus-user-format-function-D): Autoload.
11552
11553         * imap.el (Commentary): Fix typo.
11554
11555         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11556         2006-04-22 contribution.
11557
11558 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11559
11560         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11561         It didn't really fix the bogosity I'm seeing with solid web groups.
11562
11563 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11564
11565         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11566         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11567         created using server names.  If we use the feature without declaring
11568         it, Gnus does not properly manage server and group state.
11569
11570         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11571         bound.
11572
11573 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11574
11575         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11576         looking up the method using GROUP's prefix before inventing a new one.
11577         It is used on killed/unknown groups in various places where returning
11578         an all-new method isn't expected by the caller.
11579
11580         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11581         and match semantics of gnus-group-real-prefix.
11582
11583 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * nnmail.el (nnmail-broken-references-mailers): New variable.
11586         (nnmail-ignore-broken-references): New function generalizing
11587         nnmail-fix-eudora-headers.
11588         (nnmail-fix-eudora-headers): Now obsolete.
11589
11590         * gnus-art.el (gnus-button-handle-custom):
11591         Support `customize-apropos*'.
11592
11593 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11594
11595         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11596
11597         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11598         articles.
11599
11600 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * message.el (message-cite-reply-above): New variable.
11603         (message-yank-original): Use it.
11604
11605 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11608
11609 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11612         as read.
11613
11614         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11615
11616 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11619         (gnus-bookmark-default-file): Use gnus-directory.
11620         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11621         Remove "*" in doc string.
11622         (gnus-bookmark-write-file): Simplify.
11623         (gnus-bookmark-maybe-sort-alist): Use `when'.
11624         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11625         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11626         Add FIXME about Emacs 21 and XEmacs compatibility.
11627         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11628         compatibility.
11629         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11630         compatibility.
11631         (gnus-bookmark-menu-heading): Fix version.
11632
11633 2006-06-19  Bastien Guerry  <bzg@altern.org>
11634
11635         * gnus-bookmark.el: New file.
11636
11637 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * message.el (message-syntax-checks): Doc fix.
11640
11641 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11642
11643         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11644         unsubscribed groups as if they were killed ones.  It causes duplicate
11645         entries in gnus-newsrc-alist.
11646
11647 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * message.el (message-syntax-checks): Doc fix.
11650         (message-send-mail): Add check for continuation headers.
11651         (message-check-news-header-syntax): Fix regexp used to check for
11652         continuation headers.
11653
11654 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11657
11658 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11659
11660         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11661
11662 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11665         default-truncate-lines.
11666
11667 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11670         to fill the utf-8 entry.
11671
11672         * lpath.el: Fbind unicode-precedence-list.
11673
11674 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11675
11676         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11677
11678 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11679
11680         * gnus-agent.el (directory-files-and-attributes): Move all the way
11681         forward (the third and final move).
11682         (gnus-agent-read-agentview): Trap reconstruction errors due to
11683         nonexistent directory.  Handle by returning nil.
11684
11685 2006-05-30  Didier Verna  <didier@xemacs.org>
11686
11687         * message.el (message-dont-reply-to-names): Update the custom type.
11688         * message.el (message-dont-reply-to-names): New defsubst: potentially
11689         convert a list of regexps into a single one.
11690         * message.el (message-get-reply-headers): Use it.
11691         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11692
11693 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus-agent.el (directory-files-and-attributes): Move forward.
11696
11697 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11698
11699         * gnus-ml.el (gnus-mailing-list-subscribe)
11700         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11701         (gnus-mailing-list-message): Fix doc strings.
11702
11703 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11704
11705         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11706         of doing it manually.
11707
11708 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11711         comment.
11712
11713 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11714
11715         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11716         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11717         (gnus-agent-read-local): All symbols allocated in my-obarray.
11718         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11719         (gnus-agent-regenerate-group): Check numeric names to see if they are
11720         messages or groups.
11721         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11722         better way of do this...)
11723
11724         * gnus-cache.el (gnus-agent-total-fetched-for):
11725         Ignore 'dummy.group' (there should be a better way of do this...)
11726
11727 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11730         (gnus-saved-headers): Ditto.
11731         (gnus-default-article-saver): Mention functions may have properties.
11732         (gnus-article-save): Override gnus-save-all-headers and
11733         gnus-saved-headers by :headers property which saver function may have.
11734         (gnus-summary-save-in-file): Add :headers property.
11735         (gnus-summary-write-to-file): Ditto.
11736
11737         * gnus-sum.el (gnus-summary-save-article): Bind
11738         gnus-prompt-before-saving to t when saving many articles in a file;
11739         always show all headers.
11740
11741         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11742
11743 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11746         marks.
11747
11748         * message.el (message-indent-citation): Add optional arguments to allow
11749         using it outside of message buffers.
11750
11751         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11752         (gnus-article-treat-unfold-headers): Use it.
11753         (gnus-article-truncate-lines): New variable.
11754         (gnus-article-mode): Use it.
11755         (gnus-article-toggle-truncate-lines): New function.
11756
11757         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11758         Add gnus-article-toggle-truncate-lines.
11759
11760         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11761         coding system in XEmacs, use binary.
11762
11763 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11766         after-load-alist.
11767
11768         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11769         this function should save decoded articles.
11770         (gnus-summary-write-to-file): Use property to specify this function
11771         should save decoded articles and specify gnus-summary-save-in-file
11772         should be used to save articles other than the first one when saving
11773         many articles.
11774         (gnus-summary-save-body-in-file): Use property to specify this
11775         function should save decoded articles.
11776         (gnus-summary-write-body-to-file): Use property to specify this
11777         function should save decoded articles and specify
11778         gnus-summary-save-body-in-file should be used to save articles other
11779         than the first one when saving many articles.
11780
11781         * gnus-sum.el (gnus-summary-save-article): Simplify.
11782
11783 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-art.el (gnus-default-article-saver):
11786         Add gnus-summary-write-body-to-file.
11787         (gnus-article-save-coding-system): Don't use coding system object
11788         in XEmacs.
11789         (gnus-read-save-file-name): Add optional `dir-var' argument which
11790         specifies directory in which files are saved; work even if optional
11791         `variable' argument is not specified.
11792         (gnus-summary-write-to-file): Read file name.
11793         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11794         (gnus-summary-write-body-to-file): New function.
11795
11796         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11797         (gnus-summary-local-variables): Add it.
11798         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11799         (gnus-summary-save-article): Remove optional `decode' argument;
11800         determine whether to decode articles by the value of
11801         gnus-default-article-saver; when saving many files using
11802         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11803         it first and use gnus-summary-save-in-file or
11804         gnus-summary-save-body-in-file thereafter unless
11805         gnus-prompt-before-saving is always; move point to article which
11806         will be saved.
11807         (gnus-summary-save-article-file): Revert.
11808         (gnus-summary-write-article-file): Revert.
11809         (gnus-summary-save-article-body-file): Revert.
11810         (gnus-summary-write-article-body-file): New function.
11811
11812 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-art.el (gnus-default-article-saver): Doc fix.
11815         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11816         from gnus-summary-save-article-coding-system, and default to a
11817         certain coding system.
11818         (gnus-output-to-file): Add coding cookie and encode text according
11819         to gnus-article-save-coding-system; don't use mm-append-to-file.
11820
11821         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11822         gnus-art.el and rename to gnus-article-save-coding-system.
11823         (gnus-summary-save-article): Require gnus-art; don't show all
11824         headers if it decodes articles; don't add coding cookie here;
11825         don't bind mm-text-coding-system-for-write.
11826         (gnus-summary-save-article-file): Save decoded articles.
11827         (gnus-summary-write-article-file): When saving many files, use
11828         gnus-summary-write-to-file first and gnus-summary-save-in-file
11829         thereafter unless gnus-prompt-before-saving is always.
11830         (gnus-summary-save-article-body-file): Save decoded articles.
11831
11832         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11833
11834 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * nnrss.el (nnrss-check-group): Bind hash-index.
11837
11838 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11839
11840         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11841         its hash index.  Store this hash in `nnrss-group-data'.
11842         (nnrss-read-group-data): Update accordingly.
11843
11844 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11847         entry.
11848
11849         * gnus-sum.el (gnus-summary-make-menu-bar):
11850         Add gnus-article-browse-html-article.
11851
11852 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11853
11854         * gnus-sum.el (gnus-summary-mime-map):
11855         Add gnus-article-browse-html-article.
11856
11857         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11858
11859 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11862         suitable coding systems in customize.
11863
11864 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * mail-source.el (mail-sources): Fix custom type.
11867
11868 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11871         (gnus-summary-expire-articles-now): Shorten prompt.
11872
11873         * gmm-utils.el (wid-edit): Require.
11874         (defun-gmm): Rename from `gmm-defun-compat'.
11875         (gmm-image-search-load-path): Use it.
11876         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11877
11878 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-sum.el (gnus-summary-save-article-coding-system):
11881         New variable.
11882         (gnus-summary-save-article): Add optional `decode' argument.
11883         If it is set and gnus-summary-save-article-coding-system is non-nil,
11884         save decoded article.
11885         (gnus-summary-write-article-file): Save decoded article if
11886         gnus-summary-save-article-coding-system is non-nil.
11887
11888         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11889         type.
11890
11891 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11894
11895 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11898         first to test gnus-single-article-buffer which may be buffer-local.
11899
11900         * gnus-sum.el (gnus-summary-setup-buffer):
11901         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11902         group; make gnus-article-buffer, gnus-article-current, and
11903         gnus-original-article-buffer always buffer-local.
11904         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11905         group.
11906         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11907
11908 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * nnml.el (nnml-request-compact-group): Compressed files might not
11911         have .gz extension.
11912
11913 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11914
11915         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11916         (mm-copy-to-buffer): Use with-current-buffer.
11917         (mm-display-part): Simplify.
11918         (mm-inlinable-p): Add optional arg `type'.
11919
11920 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11921
11922         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11923         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11924         Try harder to show the attachment internally or externally using
11925         gnus-mime-view-part-as-type.
11926
11927 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * message.el (message-from-style, message-signature-separator)
11930         (message-user-organization-file, message-send-mail-function)
11931         (message-citation-line-function, message-yank-prefix)
11932         (message-indent-citation-function, message-signature)
11933         (message-signature-file, message-signature-insert-empty-line):
11934         Remove autoloads.
11935
11936         * gnus-art.el (gnus-buttonized-mime-types):
11937         Remove "multipart/signed".  Revert 2006-04-26 change.
11938
11939 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11940
11941         * gnus.el (gnus-version-number): Bump version.
11942
11943 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11944
11945         * gnus.el: No Gnus v0.5 is released.
11946
11947 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11948
11949         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11950         fetching articles by message-id.
11951
11952 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11953
11954         * message.el (hashcash): Require hashcash as normal.
11955
11956         * ecomplete.el (ecomplete-highlight-match-line):
11957         Use point-at-eol.
11958         (ecomplete-highlight-match-line): Use `highlight', because that
11959         face exists in both Emacs and XEmacs.
11960
11961         * message.el (message-display-abbrev): Use point-at-bol.
11962
11963         * mail-source.el: Don't require timer/timer-funcs.
11964
11965         * gnus-async.el: Ditto.
11966
11967         * password.el: Ditto.
11968
11969         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11970
11971         * mm-url.el: Ditto.
11972
11973         * gnus-xmas.el: Don't require timer-funcs.
11974
11975         * mm-util.el: Require timer/timer-funcs.
11976
11977 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11978
11979         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11980         Close.
11981
11982 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11985         unibyte after clear-decrypt function runs.
11986
11987         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11988         returns as a unibyte string.
11989
11990 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * lpath.el: Revert.
11993
11994         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11995         (pgg-gpg-process-sentinel): Revert.
11996
11997         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11998         (pgg-pgp-lookup-key): Revert.
11999
12000         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12001         (pgg-pgp5-lookup-key): Revert.
12002
12003         * pgg.el (pgg-fetch-key): Revert.
12004
12005 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * lpath.el: Fbind string-as-multibyte for XEmacs.
12008
12009         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12010         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12011         (mml1991-pgg-encrypt): Ditto.
12012
12013         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12014         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12015         a multibyte buffer.
12016
12017         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12018         (pgg-pgp-lookup-key): Ditto.
12019
12020         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12021         (pgg-pgp5-lookup-key): Ditto.
12022
12023         * pgg.el (pgg-fetch-key): Ditto.
12024
12025 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * message.el (message-user-organization-file): Check several
12028         locations of the organization file.
12029
12030         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12031         Add gnus-article-view-part-as-type.
12032
12033         * gnus-art.el (gnus-article-view-part-as-type): New function.
12034
12035         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12036         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12037
12038         * mml.el: Simplify autoload.
12039         (mml-mode): defvar dnd-protocol-alist instead of using
12040         symbol-value.
12041         (mml-default-directory): New variable.
12042         (mml-minibuffer-read-file): Use it.
12043         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12044
12045         * message.el (message-citation-line-format): New variable.
12046         (message-insert-formated-citation-line): New function.
12047         (message-citation-line-function):
12048         Add `message-insert-formated-citation-line' to custom type.
12049
12050         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12051         to doc string.
12052
12053         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12054         depending on mm-verify-option.
12055
12056 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12059         binding pgg-* variables; reimplement the section which prevents
12060         MIME header from being signed.
12061         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12062         pgg-text-mode; remove a blank line at the top of body.
12063
12064         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12065         lines at the top of body; use gnus-newsgroup-charset if there's no
12066         Charset header.
12067
12068 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * message.el (message-self-insert-commands): Doc fix.
12071
12072         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12073         (mm-uu-pgp-encrypted-test): Ditto.
12074         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12075         between header and body; return application/pgp-encrypted handle
12076         if decryption failed; decode decrypted body by charset.
12077
12078         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12079         element match to application/pgp-*.
12080
12081 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12082
12083         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12084         HTML.
12085
12086 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12087
12088         * mail-source.el (mail-source-call-script): Message the error
12089         string.
12090
12091 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12092
12093         * gnus-util.el (gnus-byte-compile): Use it.
12094
12095 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12096
12097         * gnus-util.el (kill-empty-logs): New function.
12098
12099 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12100
12101         * message.el (message-mail-alias-type): Doc fix.
12102         (message-mail-alias-type-p): New function.
12103         (message-send): Use it.
12104         (message-mode): Ditto.
12105         (message-strip-forbidden-properties): Ditto.
12106
12107         * ecomplete.el (ecomplete-database-file-coding-system):
12108         New variable.
12109         (ecomplete-save): Use it.
12110         (ecomplete-setup): Use it.
12111
12112 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * message.el (message-self-insert-commands): New variable.
12115         (message-strip-forbidden-properties): Use it.
12116
12117 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12118
12119         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12120         that doesn't make XEmacs choke.
12121
12122 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * gnus-util.el (gnus-replace-in-string):
12125         Prefer replace-regexp-in-string over of replace-in-string.
12126
12127 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * gnus-util.el (gnus-select-frame-set-input-focus):
12130         Use select-frame-set-input-focus if it is available in XEmacs; use
12131         definition defined in Emacs 22 for old Emacsen.
12132
12133         * dgnushack.el: Autoload unmorse-region for XEmacs.
12134
12135         * lpath.el: Bind cursor-in-non-selected-windows and
12136         select-frame-set-input-focus for XEmacs.
12137
12138 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12141
12142 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12143
12144         * gnus-registry.el (gnus-registry-cache-save): Remove text
12145         properties when saving via the temp buffer.
12146
12147 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12148
12149         * message.el (message-generate-hashcash): Honor custom type.
12150
12151 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12152
12153         * message.el (message-generate-hashcash): Default to non-nil when
12154         hashcash is found.
12155
12156         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12157         (gnus-refer-thread-limit): Increase default to 500.
12158
12159         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12160
12161         * flow-fill.el (fill-flowed): Allow delete-space.
12162
12163 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12166         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12167         Remove autoloads.
12168
12169 2006-04-18  Simon Josefsson  <jas@extundo.com>
12170
12171         * message.el (message-generate-hashcash): Default to.
12172
12173 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12176         concatenating segments rather than before concatenating them.
12177
12178 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12179
12180         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12181
12182 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12183
12184         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12185
12186         * message.el (message-forward-make-body-plain):
12187         Allow message-forward-ignored-headers to be a list.
12188         (message-remove-ignored-headers): Factor out into function.
12189         (message-forward-make-body-mml): Use it.
12190
12191         * imap.el (imap-quote-specials): New function.
12192         (imap-login-auth): Quote specials.
12193
12194         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12195         (rfc2231-parse-string): Allow concatanation of parameters that
12196         aren't contiguous.  The test case is
12197           (mail-header-parse-content-type "message/external-body;
12198             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12199             access-type=LOCAL-FILE;
12200             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12201
12202 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12203
12204         * nntp.el (nntp-accept-process-output): Return the value of
12205         `nnheader-accept-process-output'.
12206
12207 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12208
12209         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12210         (gnus-button-alist): Recognize more diff formats.
12211         (gnus-button-patch): Strip directory.
12212
12213 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12216         Emacs 22 when setting focus.
12217
12218 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12219
12220         * gnus-art.el (gnus-article-treat-types): Do treatment of
12221         text/x-verbatim parts.
12222         (gnus-button-patch): New command.
12223
12224         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12225         addresses that contain invalid characters.
12226
12227 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12228
12229         * message.el (message-put-addresses-in-ecomplete):
12230         Use gnus-replace-in-string.
12231         (message-is-yours-p): Use the more correct
12232         mail-header-parse-address instead of
12233         mail-extract-address-components.
12234         (message-put-addresses-in-ecomplete): Fix typo.
12235
12236         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12237         keystroke.
12238
12239         * gnus-art.el (gnus-treatment-function-alist): Change order of
12240         newsgroups/generic header folding to avoid double-folding.
12241
12242         * message.el (message-hidden-headers): Add X-Draft-From.
12243
12244         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12245         New command.
12246         (gnus-summary-repeat-search-article-backward): New command.
12247
12248         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12249         groups in the parent topic.
12250
12251 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12252
12253         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12254         (spam-extra-header-to-number): Return the CRM114 number as a
12255         number instead of a string.
12256
12257 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12258
12259         * gnus-art.el (gnus-face-properties-alist): Move here from
12260         gnus-fun.
12261
12262         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12263
12264 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12265
12266         * message.el (message-strip-forbidden-properties): Only display on
12267         self-insert-command.
12268
12269         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12270         reindent.
12271         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12272
12273 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12274
12275         * smiley.el (smiley-style): Fix typo.
12276
12277 2006-03-23  Kenichi Handa  <handa@m17n.org>
12278
12279         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12280         instead of set-buffer-multibyte.
12281
12282 2006-03-23  Kenichi Handa  <handa@m17n.org>
12283
12284         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12285         buffer and then decode the buffer text if necessary.
12286         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12287         first, and after mm-encode-body, change the buffer to unibyte.
12288
12289 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12290
12291         * hashcash.el (hashcash-insert-payment-async-2):
12292         Use message-goto-eoh instead of doing it manually.
12293         (mail-add-payment): Use message-narrow-to-header instead of trying
12294         to do the same itself.
12295
12296         * message.el (message-hidden-headers): Add Face.
12297
12298         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12299         reparenting code.
12300         (gnus-summary-reparent-children): Refactored out code.
12301         (gnus-summary-thread-map): New keystroke.
12302         (gnus-summary-reparent-children): Make into command.
12303
12304         * smiley.el (smiley-style): Default to `medium' if using a large
12305         font.
12306
12307         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12308         does it itself.
12309
12310         * message.el (message-point-in-header-p): Simplify definition.
12311
12312 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12313
12314         * nnagent.el (nnagent-request-set-mark): Silence log file
12315         writing.
12316         (nnagent-request-set-mark): Use write-region instead of
12317         append-to-file.
12318
12319         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12320         strange select method.
12321
12322         * ecomplete.el (ecomplete-display-matches): Get highlightling
12323         right.
12324         (ecomplete-display-matches): Use literals.
12325         (ecomplete-display-matches): Disable message logging.
12326
12327         * message.el (message-display-abbrev): Small optimization.
12328
12329         * ecomplete.el (ecomplete-display-matches): Allow automatic
12330         display.
12331
12332         * message.el (message-strip-forbidden-properties):
12333         Display abbrevs.
12334         (message-display-abbrev): Get automatic display right.
12335
12336         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12337         keystrokes.
12338
12339 2006-04-13  Romain Francoise  <romain@orebokech.com>
12340
12341         TODO: Backport to v5-10!
12342
12343         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12344         Move here (and rename) from gnus-registry.el.
12345
12346         * gnus-registry.el: Require gnus-util.
12347         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12348
12349 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350
12351         * gnus-group.el (gnus-group-catchup-current):
12352         Change if-then-else-if-then-else into cond.
12353         (gnus-group-catchup): Indent.
12354         (group-name-at-point): New function.
12355         (gnus-fetch-group): Provide default from thing at point.
12356
12357 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12358
12359         * message.el (message-display-abbrev): Fix regexp.
12360
12361         * ecomplete.el (ecomplete-highlight-match-line):
12362         Reimplement choosing.
12363         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12364         dead variables.
12365
12366         * message.el (message-newline-and-indent): Remove debugging.
12367         (message-display-abbrev): Use new implementation.
12368
12369 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12370
12371         * gnus-art.el (gnus-article-mode):
12372         Set cursor-in-non-selected-windows to nil.
12373
12374         * smiley.el: Revert previous change.
12375         (smiley-data-directory): defvar it before using it in the
12376         defcustom of `smiley-style'.
12377
12378 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12379
12380         * message.el (message-newline-and-indent): New function.
12381
12382         * ecomplete.el: Implement more bits.
12383
12384         * message.el (message-put-addresses-in-ecomplete): Clean up the
12385         string.
12386
12387         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12388
12389         * gnus-sum.el (gnus-summary-save-parts):
12390         Bind gnus-summary-save-parts-counter and use it to make unique file
12391         names.
12392
12393         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12394
12395         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12396         parameter to say whether to actually parse the individual
12397         addresses.
12398
12399         * message.el (message-put-addresses-in-ecomplete): New function.
12400         (ecomplete): Require.
12401         (message-mail-alias-type): Add ecomplete as an option.
12402
12403 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12404
12405         * flow-fill.el (fill-flowed): Remove trailing space from blank
12406         quoted lines.
12407
12408 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12409
12410         * smiley.el (smiley-style): Move definition later to avoid a
12411         compilation warning.
12412
12413 2006-04-12  Kenichi Handa  <handa@m17n.org>
12414
12415         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12416         buffer and then decode the buffer text if necessary.
12417         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12418         first, and after mm-encode-body, change the buffer to unibyte.
12419         Use mm-disable-multibyte instead of set-buffer-multibyte.
12420
12421 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12424         Content-Type header instead of Content-Disposition header.
12425         (gnus-mime-inline-part): Ditto.
12426         (gnus-mime-view-part-as-charset): Ignore charset that the part
12427         specifies.
12428
12429         * mm-decode.el (mm-display-part): Work with external parts and
12430         usual parts similarly.
12431
12432         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12433         instead of gnus-display-mime.
12434
12435         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12436         instead of with-temp-buffer.
12437
12438         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12439         tag to summarized topics part in order to encode non-ASCII text.
12440
12441 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * smiley.el (smiley-style): New variable.
12444         (smiley-directory): New function.
12445         (smiley-data-directory): Derive from `smiley-style' using
12446         `smiley-directory'.
12447         (smiley-regexp-alist): Add new entries.
12448
12449         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12450         (gnus-article-browse-delete-temp): Add :version.
12451
12452 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12453
12454         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12455         the sieve region.
12456
12457 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12458
12459         * gnus.el (gnus-version-number): Bump version.
12460
12461 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * gnus.el: No Gnus v0.4 is released.
12464
12465 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12468         layout.
12469
12470         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12471         unknown charset.
12472
12473         * message.el (message-header-synonyms): Add Original-To to the
12474         default.
12475
12476         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12477         optional parameter.
12478
12479 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * gnus-fun.el (gnus): Require it for gnus-directory.
12482
12483 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12486
12487 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12488
12489         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12490
12491 2006-04-05  Simon Josefsson  <jas@extundo.com>
12492
12493         * password.el (password-reset): New function.
12494
12495 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12496
12497         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12498         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12499
12500 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12501
12502         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12503         Some whitespace was matched into the url, which broke browsing hits
12504         > 100 when mm-url-use-external was nil.
12505
12506 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12509         Check gnus-extra-headers for 'Newsgroups.
12510
12511         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12512         bound.
12513
12514 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12515
12516         * pgg-gpg.el: Clean up process buffers every time gpg processes
12517         complete.
12518
12519 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12520
12521         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12522         doc string.
12523
12524 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12525
12526         * pgg-gpg.el (pgg-gpg-process-filter)
12527         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12528
12529         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12530         lines, temporary fix.
12531
12532 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12535
12536 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12537
12538         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12539         default-enable-multibyte-characters.  This reverts the change from
12540         revision 6.17 which is no longer necessary because the passphrase
12541         is sent separately now.  GnuPG messages are unreadable under
12542         multibyte locales with default-enable-multibyte-characters set to
12543         nil.
12544
12545 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * message.el (message-tool-bar-gnome): Move "spell".
12548
12549 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12552         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12553         instead.
12554
12555 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12556
12557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12558         Improve newsgroups handling for NNTP overviews which don't include
12559         Newsgroups.
12560
12561 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12562
12563         * message.el (message-resend): Bind message-generate-hashcash to nil.
12564
12565 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12566
12567         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12568         when searching for already-paid recipients.
12569
12570 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12571
12572         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12573         passphrases when it is not needed.
12574         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12575         passphrase stuff from gpg, should only be necessary when you use
12576         gpg with a smartcard.
12577
12578 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * mml.el (mml-insert-mime): Ignore cached contents of
12581         message/external-body part.
12582
12583         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12584         (mm-insert-part): Ditto.
12585
12586 2006-03-23  Simon Josefsson  <jas@extundo.com>
12587
12588         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12589         Reiner.
12590         (pgg-gpg-use-agent-p): Use it again.
12591
12592 2006-03-23  Simon Josefsson  <jas@extundo.com>
12593
12594         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12595         older emacsen.
12596         (pgg-gpg-use-agent-p): Don't use it.
12597
12598 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12599
12600         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12601         if we can.
12602
12603 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12604
12605         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12606         (pgg-gpg-update-agent): New function.
12607         (pgg-gpg-use-agent-p): New function.
12608         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12609         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12610         (pgg-gpg-sign-region): Use it.
12611
12612 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12615         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12616
12617 2006-03-21  Simon Josefsson  <jas@extundo.com>
12618
12619         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12620         <wilde@sha-bang.de>.
12621         (pgg-gpg-use-agent): New variable.
12622         (pgg-gpg-process-region): Use it.
12623         (pgg-gpg-encrypt-region): Likewise.
12624         (pgg-gpg-encrypt-symmetric-region): Likewise.
12625         (pgg-gpg-decrypt-region): Likewise.
12626         (pgg-gpg-sign-region): Likewise.
12627         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12628
12629 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12632
12633         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12634         Add comment on version.
12635
12636 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * smiley.el: Add missing test smiley.
12639
12640 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * mm-decode.el (mm-with-part): New macro.
12643         (mm-get-part): Use it; work with message/external-body as well.
12644         (mm-save-part): Treat name and filename equally.
12645
12646         * mm-extern.el (mm-extern-cache-contents): New function.
12647         (mm-inline-external-body): Use it; force the part to be displayed;
12648         move undisplayer added to the cached handle to the parent.
12649
12650         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12651         (gnus-mime-view-part-as-type): Work with message/external-body.
12652
12653         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12654
12655 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12658         images in image-load-path.  [Sync with image.el, revision 1.60, in
12659         Emacs.]
12660
12661 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12664         path rather than symbol.  Always return list of directories.
12665         Guarantee that image directory comes first.  [Sync with image.el,
12666         revision 1.59, in Emacs.]
12667
12668         * message.el (message-make-tool-bar): Adjust to new API of
12669         `gmm-image-load-path-for-library'.
12670
12671         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12672
12673         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12674
12675 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12676
12677         * gnus-art.el (gnus-article-only-boring-p):
12678         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12679         intangible text.
12680         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12681
12682 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12685         Use `defun' instead of `gmm-defun-compat'.
12686
12687 2006-03-14  Simon Josefsson  <jas@extundo.com>
12688
12689         * message.el (message-unique-id): Don't use message-number-base36
12690         if (user-uid) is a float.
12691         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12692
12693 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12696
12697         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12698         empty line between a part and a message part.
12699
12700 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * smiley.el: Add more test smileys.
12703         (smiley-data-directory, smiley-regexp-alist)
12704         (gnus-smiley-file-types): Fix doc strings.
12705         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12706         adding new elements.
12707         (smiley-mouse-map): Unused code.  Make it a comment.
12708
12709 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12712         scan latest NoCeM messages instead of old ones.
12713         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12714         delimiters that are recently used.
12715         (gnus-nocem-load-cache): Add autoload cookie.
12716
12717         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12718
12719         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12720         level which is larger than gnus-use-nocem is specified.
12721
12722         * gnus-group.el (gnus-group-get-new-news): Ditto.
12723
12724 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * gnus-util.el (gnus-tool-bar-update): New function.
12727
12728         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12729         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12730
12731         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12732
12733         * gnus-group.el (gnus-group-redraw-when-idle)
12734         (gnus-group-redraw-check): Remove.
12735         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12736
12737 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12740         if optional last element is specified in splits (FIELD VALUE...).
12741
12742 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12745         to gmm-image-load-path-for-library.  Call with no-error argument.
12746         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12747
12748         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12749
12750         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12751
12752         * gmm-utils.el (gmm-image-load-path): Remove alias.
12753
12754 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * gmm-utils.el (gmm-image-load-path): Add alias.
12757
12758         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12759         nnml-generate-nov-databases-1.
12760         (nnml-generate-nov-databases): Use it.
12761         (nnml-generate-nov-databases-directory): Document no-active
12762         argument.
12763
12764         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12765         directory if path is t.  Add no-error.
12766
12767         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12768         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12769
12770         * gnus-art.el (gnus-article-browse-delete-temp-files):
12771         Simplify resetting gnus-article-browse-html-temp-list.
12772
12773         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12774         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12775         Add example to docstring.  Rename local variables.  Move error
12776         checks to default case in cond and simplify.
12777
12778 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12781         handle is multipart when calling it recursively.
12782         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12783
12784 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12785
12786         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12787         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12788
12789 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12792         is loaded.
12793
12794         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12795         loaded.
12796
12797 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12800         to "Emacs 23 (unicode)" in doc string.
12801
12802         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12803         "Emacs 23 (unicode)" in comment.
12804
12805 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12808
12809         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12810         characters 160 through 255 in Emacs 23.
12811
12812 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12815         gnus-article-browse-html-temp.
12816         (gnus-article-browse-delete-temp): Make it customizable.
12817         Add `file'.  Adjust doc string.
12818         (gnus-article-browse-delete-temp-files): Add argument.
12819         Allow query for each file.  Adjust doc string.
12820         (gnus-article-browse-html-parts):
12821         Add `gnus-article-browse-delete-temp-files' to
12822         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12823
12824 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12825
12826         * gnus-art.el (gnus-article-browse-html-temp)
12827         (gnus-article-browse-delete-temp): New variables.
12828         (gnus-article-browse-delete-temp-files): New function.
12829         (gnus-article-browse-html-parts): Use it.
12830
12831 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12834
12835         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12836         string.
12837
12838         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12839         gnus-summary-insert-new-articles when unplugged.
12840         Remove gnus-summary-search-article-forward.
12841
12842         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12843         display-visual-class instead of display-color-cells.
12844
12845 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * dgnushack.el: Autoload customize-group for XEmacs.
12848
12849         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12850         message/* containing non-ASCII text properly.
12851
12852 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * message.el: Require gmm-utils, remove autoloads.
12855         (message-tool-bar): Set default based on
12856         gmm-tool-bar-style.
12857         (message-tool-bar-gnome): Add gmm-customize-mode.
12858
12859         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12860         gmm-tool-bar-style.
12861         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12862
12863         * gnus-group.el (gnus-group-tool-bar): Set default based on
12864         gmm-tool-bar-style.
12865         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12866
12867         * gmm-utils.el (gmm-image-directory): Rename variable from
12868         gmm-image-load-path.
12869         (gmm-image-load-path): Use gmm-image-directory.
12870         (gmm-customize-mode): New function.
12871         (gmm-tool-bar-style): New variable.
12872
12873         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12874         gnus-group-redraw-line-number.
12875         (gnus-group-redraw-check): Simplify.
12876         (gnus-group-tool-bar-update): Remove redraw check.
12877         (gnus-group-make-tool-bar): Add redraw check.
12878
12879 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12880
12881         * gnus-art.el (gnus-button): Add missing parentheses.
12882
12883 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * lpath.el: Fbind line-number-at-pos.
12886
12887 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12890
12891 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * gnus-art.el (gnus-button): New face.
12894         (gnus-article-button-face): Use it.
12895
12896         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12897         Add gnus-summary-next-page.  Re-order.
12898
12899         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12900         next-node are now included.
12901         (gnus-group-redraw-line-number): New internal variable.
12902         (gnus-group-redraw-check): Helper function for updating the tool
12903         bar.
12904         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12905
12906         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12907
12908         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12909         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12910         Use it to match format of Spamassassin 3.0 and later.
12911         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12912         (spam-check-bogofilter)
12913         (spam-bogofilter-register-with-bogofilter): Fix args of
12914         `gnus-error' calls.
12915
12916 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12919         unnecessary interaction when sending queued mails.
12920         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12921
12922 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12925         first or last are nil.
12926
12927 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12928
12929         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12930
12931 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12932
12933         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12934
12935 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12936
12937         * dns.el (query-dns): Protect more against buggy tcp output.
12938
12939 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12942         nov.php.
12943
12944 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12945
12946         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12947         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12948         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12949         output on the server side.
12950         (nnweb-google-create-mapping): Update regexps and add some
12951         progress indication.
12952
12953 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * gnus-group.el (gnus-group-tool-bar-gnome):
12956         Fix gnus-agent-toggle-plugged.  Re-order icons.
12957         (gnus-group-tool-bar-gnome):
12958         Add gnus-group-{prev,next}-unread-group.
12959         (gnus-group-tool-bar-gnome): Re-order icons.
12960
12961         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12962         Move gnus-summary-insert-new-articles.
12963
12964         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12965         Fix comments.
12966
12967         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12968         also available in Emacs 21.3.
12969
12970         * message.el (message-fix-before-sending): Change "Emacs 22" to
12971         "Emacs 23 (unicode)" in comment.
12972
12973         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12974         "Emacs 23 (unicode)" in comment.
12975
12976         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12977         comment.
12978         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12979
12980         * mm-view.el (mm-fill-flowed): Add :version.
12981
12982 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12985         and load-path.
12986
12987 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * message.el: Autoload gmm-image-load-path.
12990         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12991         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12992         consitency.
12993
12994         * gmm-utils.el (gmm-image-load-path): Also search in
12995         "../etc/images".  Don't set gmm-image-load-path if we don't find
12996         the image.
12997
12998 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gmm-utils.el (gmm-image-load-path): Don't make
13001         `gmm-image-load-path' include subdirectories which the second arg
13002         `image' might specify.
13003
13004         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13005         subdirectory to icon file names.
13006
13007         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13008
13009 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13012         gmm-image-load-path calls.
13013
13014         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13015
13016         * message.el (message-make-tool-bar): Ditto.
13017
13018         * mml.el (mml-preview): Add comment concerning tool bar icons.
13019
13020         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13021         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13022
13023         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13024         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13025
13026         * message.el (message-tool-bar-gnome): Use new icon names.
13027         (message-make-tool-bar): Use `gmm-image-load-path'.
13028
13029         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13030         New functions from MH-E.
13031         (gmm-image-load-path): New variable from MH-E.
13032         (gmm-image-load-path): New function from MH-E.  Add arguments
13033         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13034         *-image-load-path-called-flag.
13035
13036 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13037
13038         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13039
13040 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13041
13042         * nnimap.el (nnimap-request-move-article): Change folder back to
13043         source group before deleting.
13044
13045 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13048
13049         * gnus-art.el (mm-url-insert-file-contents-external):
13050         Autoload mm-url.
13051
13052         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13053
13054 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13057         coding system which mm-charset-to-coding-system returns for a
13058         given charset is valid.
13059
13060 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13061
13062         * html2text.el (html2text-remove-tag-list):
13063         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13064
13065 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13066
13067         * gnus-cus.el: Revert 2005-10-17 change.
13068
13069 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * gnus-art.el (article-strip-banner):
13072         Call article-really-strip-banner only when the regexp match is made.
13073
13074 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * gnus-art.el (article-strip-banner):
13077         Use gnus-extract-address-components instead of
13078         mail-header-parse-addresses to make it work with non-ASCII text;
13079         remove mail-encode-encoded-word-string.
13080
13081         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13082         values which are surrounded with \"...\"; make it never cause a
13083         Lisp error; give up parsing of parameters if it failed in
13084         extracting type.
13085
13086 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13087
13088         * smime.el (smime-cert-by-ldap-1): Fix bug where
13089         `smime-ldap-search' returns results without userCertificates.
13090
13091 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13094
13095 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * spam.el (spam-check-spamassassin-headers): Adapt format for
13098         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13099         <ari@mbf.ocn.ne.jp>.
13100         (spam-list-of-processors): Add spam-use-gmane.
13101
13102 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13105         make-temp-file; make it work with XEmacs as well.
13106
13107         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13108         mm-make-temp-file.
13109
13110         * mm-decode.el (mm-display-external): Use the 3rd arg of
13111         mm-make-temp-file.
13112         (mm-create-image-xemacs): Ditto.
13113
13114 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13117         with message-narrow-to-headers.
13118         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13119         (gnus-draft-check-draft-articles): New function.
13120         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13121
13122 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * gnus-art.el (gnus-article-browse-html-parts):
13125         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13126         Don't use suffix argument for mm-make-temp-file for Emacs 21
13127         compatibility.  Remove useless `format'.
13128
13129 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13130
13131         * nnweb.el (nnweb-google-wash-article): Update regexps.
13132         (nnweb-group-alist): Use defvoo instead of defvar.
13133
13134 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13137         re-loading nn* modules.
13138
13139 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13142         for `tool-bar-mode' and don't check it's default-value.
13143
13144         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13145
13146         * message.el (message-make-tool-bar): Ditto.
13147
13148         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13149         `substring'.  Shorten tmp-file name.
13150
13151         * gnus.el: Remove bogus comment.
13152
13153 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13154
13155         * gnus-art.el (gnus-article-browse-html-parts): New function.
13156         (gnus-article-browse-html-article): New function for viewing html
13157         articles with a browser.
13158
13159 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13160
13161         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13162         in elisp.
13163         (pgg-gpg-encrypt-symmetric-region): Ditto.
13164         (pgg-gpg-sign-region): Ditto.
13165
13166         * pgg-def.el (pgg-text-mode): New variable.
13167
13168         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13169         (mml2015-pgg-encrypt): Ditto.
13170
13171         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13172         (mml1991-pgg-encrypt): Ditto.
13173
13174 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * nnfolder.el (nnfolder-insert-newsgroup-line):
13177         Use message-make-date instead of current-time-string.
13178
13179         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13180         to gnus-decoded which mm-uu might set.
13181
13182 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13185         don't decode quoted parameters; remove misimported Emacs code.
13186         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13187         (rfc2231-decode-encoded-string): Don't use split-string which
13188         behaves differently according to Emacs version; use
13189         mm-decode-coding-region to convert charset to coding-system.
13190         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13191         (rfc2231-encode-string): Remove misimported Emacs code.
13192
13193 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13196         when calling mail-header-parse-content-type.
13197         (article-de-quoted-unreadable): Ditto.
13198         (article-de-base64-unreadable): Ditto.
13199         (article-wash-html): Ditto.
13200
13201         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13202         calling mail-header-parse-content-type and
13203         mail-header-parse-content-disposition.
13204         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13205         mail-header-parse-content-type.
13206
13207         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13208         insert charset and format parameters; encode description after
13209         inserting it to buffer.
13210         (mml-insert-parameter): Fold lines properly even if a parameter is
13211         segmented into two or more lines; change the max column to 76.
13212
13213         * rfc1843.el (rfc1843-decode-article-body): Don't use
13214         ignore-errors when calling mail-header-parse-content-type.
13215
13216         * rfc2231.el (rfc2231-parse-string): Return at least type if
13217         possible; don't cause an error even if it fails in parsing of
13218         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13219         (rfc2231-encode-string): Don't break lines at the beginning, leave
13220         it to mml-insert-parameter.
13221
13222         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13223         calling mail-header-parse-content-type.
13224
13225 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * spam-report.el (spam-report-gmane-use-article-number):
13228         Improve doc string.
13229         (spam-report-gmane-internal): Check if a suitable header was found
13230         in the article.
13231
13232 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13235         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13236
13237 2006-02-05  Romain Francoise  <romain@orebokech.com>
13238
13239         Update copyright notices of all files in the gnus directory.
13240
13241 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13242
13243         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13244
13245 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13248         segmented lines of parameter value to cope with Thunderbird 1.5
13249         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13250         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13251         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13252
13253 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13254
13255         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13256         parts.
13257
13258 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13259
13260         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13261         there's only one active file for all servers.
13262         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13263         solid groups.  Gnus might have used a FAST request to select the group.
13264         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13265         and nnweb-search redundantly in the active file.
13266         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13267         (nnweb-request-create-group): Don't use ARGS.
13268         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13269         initialisations.  Let nnoo do the work.
13270
13271 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13274         Say the part has been decoded.
13275
13276         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13277
13278 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13279
13280         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13281         mailcap-viewer-test-cache when there's no 'test clause, since that
13282         will invert the meaning of a "nil" test previously determined by
13283         mailcap-mailcap-entry-passes-test.
13284
13285 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13288         compiling.
13289
13290         * gnus-sum.el: Ditto.
13291
13292         * message.el: Don't bind tool-bar-map when compiling.
13293
13294 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13297
13298 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13299
13300         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13301         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13302         current Google Groups.
13303
13304 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13307         and tool-bar-mode.
13308
13309         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13310         and tool-bar-mode.
13311
13312         * message.el (message-tool-bar-update): Simplify.
13313         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13314
13315         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13316         gnus-summary-buffer.
13317         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13318         gnus-summary-reply.
13319
13320         * gmm-utils.el (gmm): Add :version.
13321
13322 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * Makefile.in (clean): New rule.
13325         (distclean): Use it.
13326
13327 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13328
13329         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13330         Don't autoload.
13331
13332 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * gmm-utils.el (gmm-verbose): Add :group.
13335
13336 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13337
13338         * message.el: Change some comments WRT tool-bars.
13339
13340         * gnus-sum.el (gnus-summary-tool-bar)
13341         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13342         (gnus-summary-tool-bar-zap-list): New variables.
13343         (gnus-summary-make-tool-bar): Complete rewrite using
13344         `gmm-tool-bar-from-list'.
13345
13346         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13347         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13348         New variables.
13349         (gnus-group-make-tool-bar): Complete rewrite using
13350         `gmm-tool-bar-from-list'.
13351         (gnus-group-tool-bar-update): New function.
13352
13353         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13354
13355 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13358         is dissected into a single part of which the type is the same as
13359         the given one; decode charset.
13360
13361 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13362
13363         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13364         into alists as symbol not string, since that's what
13365         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13366         look for.
13367
13368 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13371         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13372
13373         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13374
13375 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13378         (gnus-xmas-mime-security-button-menu): New function.
13379
13380         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13381         (gnus-mime-security-button-menu): New definition.
13382         (gnus-mime-security-button-map): Use them.
13383         (gnus-mime-security-button-menu): New function.
13384         (gnus-insert-mime-security-button): Addition to help echo.
13385         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13386         (gnus-mime-security-pipe-part): New functions.
13387
13388         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13389         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13390
13391         * mm-decode.el (mm-handle-set-disposition): Remove.
13392         (mm-handle-set-description): Remove.
13393
13394 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13397         (mm-w3m-standalone-supports-m17n-p): New function.
13398         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13399         w3m usage.
13400
13401         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13402         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13403
13404 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * message.el (message-tool-bar-zap-list):
13407         Use gmm-tool-bar-zap-list as custom type.
13408         (message-tool-bar-update): New function.
13409         (message-tool-bar, message-tool-bar-gnome)
13410         (message-tool-bar-retro): Add message-tool-bar-update.
13411         (message-tool-bar-gnome): Add flyspell-buffer.
13412
13413         * gnus-util.el (gnus-error): Describe `args'.
13414
13415         * gmm-utils.el (gmm-error): Describe `args'.
13416         (gmm-tool-bar-zap-list): New widget.
13417         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13418
13419 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13422         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13423         the number of recursive calls.
13424
13425         * mm-decode.el (mm-handle-set-disposition): New macro.
13426         (mm-handle-set-description): New macro.
13427
13428 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13431         encoding.
13432
13433 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * message.el (message-tool-bar-zap-list, message-tool-bar)
13436         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13437         (message-tool-bar-local-item-from-menu): Remove.
13438         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13439         (message-make-tool-bar): New function.
13440         (message-mode): Use `message-make-tool-bar'.
13441
13442         * gmm-utils.el: New file.
13443         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13444         (gmm-lazy): New widget copied from `nnmail.el'.
13445         (gmm-tool-bar-from-list): New function for creating customizable
13446         tool bars.
13447         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13448         output.
13449         (gmm): Add :prefix to defgroup.
13450
13451 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13452
13453         * gmm-utils.el (gmm-widget-p): New function.
13454
13455 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * mml.el (mml-attach-file): Describe `description' in doc string.
13458         (mml-menu): Add Emacs MIME manual and PGG manual.
13459
13460 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13461
13462         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13463
13464 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13465
13466         * nntp.el (nntp-end-of-line): Doc fix.
13467
13468 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13469
13470         * imap.el (imap-open): Handle case where buffer is a buffer
13471         object.
13472
13473 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13474
13475         * gnus-delay.el (gnus-delay): Don't autoload.
13476         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13477         to be re-loaded when customizing the `gnus-delay' group.
13478
13479 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13480
13481         * message.el (message-insert-citation-line): Use newlines.
13482
13483 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13484
13485         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13486         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13487         these routines, so the passphrase can be managed externally and
13488         passed in to the system.
13489         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13490         pgg-add-passphrase-to-cache function.
13491
13492         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13493         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13494         these routines, so the passphrase can be managed externally and
13495         passed in to the system.
13496         (pgg-pgp5-sign-region): Use new name of
13497         pgg-add-passphrase-to-cache function.
13498
13499 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13500
13501         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13502         part of the decoded armor to find the key-identifier.
13503         (pgg-gpg-lookup-key-owner): New function to return the
13504         human-readable identifier of a key owner.
13505         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13506         itself.
13507         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13508         the key value) if we have a key and can match it against a secret
13509         key.  Also, added a note pointing out fact that the prompt only
13510         indicates the first matching key.
13511
13512         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13513         pgg-decrypt-region.
13514         (pgg-add-passphrase-to-cache): Rename from
13515         `pgg-add-passphrase-cache' to reduce confusion (all callers
13516         changed).
13517         (pgg-remove-passphrase-from-cache): Rename from
13518         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13519         changed).
13520         (pgg-read-passphrase, pgg-add-passphrase-cache)
13521         (pgg-remove-passphrase-cache): Add informative docstrings.
13522         (pgg-decrypt): Convey provided passphrase in subordinate call to
13523         pgg-decrypt-region.
13524
13525 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13526
13527         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13528         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13529         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13530         'passphrase' argument, so the passphrase can be managed externally
13531         and then passed in to the system.
13532
13533         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13534         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13535         so the passphrase cache can be used reliably with identifiers
13536         besides a pgp packet's key id.
13537
13538         * pgg-gpg.el (pgg-gpg-encrypt-region)
13539         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13540         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13541         these routines, so the passphrase can be managed externally and
13542         passed in to the system.
13543
13544         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13545         'notruncate' argument, so the passphrase cache can be used
13546         reliably with identifiers besides a pgp packet's key id.
13547
13548 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13549
13550         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13551         symmetric encryption.
13552         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13553         encrypted session key.
13554         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13555         message ask for the passphrase in a proper way.
13556
13557         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13558         New user commands for symmetric encryption.
13559
13560 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13563
13564         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13565
13566 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13567
13568         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13569
13570 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * mm-decode.el (mm-inlined-types): Add application/pgp.
13573         (mm-automatic-display): Ditto.
13574
13575         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13576         part as text.
13577
13578 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * nnrss.el: Update copyright.
13581         (nnrss-opml-import): Query whether to subscribe to each entry.
13582
13583         * gnus-art.el:
13584         * gnus-sum.el:
13585         * gnus-xmas.el:
13586         * messagexmas.el:
13587         * mm-uu.el:
13588         * mm-view.el: Update copyright.
13589
13590 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * message.el (message-info): New function.
13593         (message-mode-menu): Add it.
13594         Update copyright.
13595
13596         * ChangeLog: Fix and update copyright.
13597
13598 2006-01-13  Romain Francoise  <romain@orebokech.com>
13599
13600         * message.el (message-forward-subject-name-subject): Prefer the
13601         address to 'nowhere' if the sender has no name.
13602         Fix typo.  Update copyright year.
13603
13604 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-art.el (article-wash-html):
13607         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13608         (gnus-article-wash-html-with-w3m-standalone): New function.
13609
13610         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13611         mm-inline-text-html-render-with-w3m-standalone.
13612         (mm-text-html-washer-alist): Map w3m-standalone to
13613         gnus-article-wash-html-with-w3m-standalone.
13614         (mm-inline-text-html-render-with-w3m-standalone): New function.
13615
13616 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13617
13618         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13619         Improve LaTeX.
13620
13621 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13624         (nnrss-request-article): Render text/plain parts as HTML.
13625
13626         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13627         the buffer.
13628
13629 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13632         custom definition of `gnus-posting-styles'.
13633
13634         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13635         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13636
13637 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13638
13639         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13640         Use nntp for bug archive.
13641
13642 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13645         parts.
13646         (nnrss-normalize-date): New function converts ISO 8601 date into
13647         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13648         (nnrss-check-group): Use it.
13649
13650 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13653
13654         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13655         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13656         (nnrss-insert-w3): Ditto.
13657
13658 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13661         the articles to be forwarded including the case where neither a
13662         number of articles nor a region is specified.
13663
13664 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * nnrss.el (nnrss-request-article): Fix last change; fill
13667         text/plain parts.
13668
13669 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13672         in text/plain part.
13673         (nnrss-check-group): Don't add excessive newline to dc:subject.
13674
13675 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13676
13677         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13678         article.
13679
13680 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13683         (nnml-use-compressed-files, nnml-save-mail): Support other
13684         comression programs such as bzip2.
13685
13686 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13687
13688         * dns.el (query-dns): Make sure we check the buffer size before
13689         removing tcp headers.
13690
13691 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13694         remove MIME buttons associated with multipart/alternative parts.
13695         (gnus-mime-display-alternative): Tag buttons using `article-type'
13696         text property.
13697
13698         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13699         associated with multipart/alternative parts.
13700
13701         * gnus-art.el (gnus-signature-separator): Fix custom type.
13702
13703         * mm-decode.el (mm-inlined-types): Fix custom type.
13704         (mm-keep-viewer-alive-types): Ditto.
13705         (mm-automatic-display): Ditto.
13706         (mm-attachment-override-types): Ditto.
13707         (mm-inline-override-types): Ditto.
13708         (mm-automatic-external-display): Ditto.
13709
13710 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * spam-report.el (spam-report-user-mail-address)
13713         (spam-report-user-agent): New variables.
13714         (spam-report-url-ping-plain): Use spam-report-user-agent.
13715
13716 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13717
13718         * gnus-art.el (gnus-button-handle-custom): Do not just use
13719         `customize-apropos' for any "M-x customize-*" button but the
13720         function called for.  Accept both the function name and its
13721         argument in order to achieve this.
13722         (gnus-button-alist): Remove support for "custom:" URL's.
13723         Pass function name to `gnus-button-handle-custom' in case of "M-x
13724         customize-*" buttons.
13725
13726 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13729         multipart/alternative and add xref to mm-discouraged-alternatives
13730         in doc string.
13731
13732         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13733         gnus-buttonized-mime-types in doc string.
13734
13735 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13736
13737         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13738         Suggest image/.* in the doc string.
13739
13740 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13741
13742         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13743         message-marks (Debian bug #342521).
13744
13745 2005-12-12  Simon Josefsson  <jas@extundo.com>
13746
13747         * password.el (password-read-from-cache): Add.
13748         (password-read): Use it.
13749
13750 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * rfc2047.el (rfc2047-charset-to-coding-system):
13753         Recognize us-ascii as a MIME charset.
13754
13755         * mm-bodies.el (mm-decode-content-transfer-encoding):
13756         Protect against the case where the 2nd arg TYPE is nil.
13757
13758 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * pop3.el (pop3-stream-type): Fix custom version.
13761
13762         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13763
13764 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13765
13766         * mm-decode.el (mm-display-external): Add missing cdr.
13767
13768 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13771         RFC1524) if it is in mailcap or add a suffix according to
13772         mailcap-mime-extensions when generating a temp filename; postpone
13773         deleting a temp file for 2 seconds for some wrappers, shell
13774         scripts, and so on, which might exit right after having started a
13775         viewer command as a background job.
13776
13777 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13778
13779         * nntp.el (nntp-marks-directory): Fix custom group.
13780
13781         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13782         steps when < 10.
13783
13784         * gnus-start.el (gnus-no-server-1):
13785         Mention `gnus-level-default-subscribed' in doc string.
13786
13787 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13788
13789         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13790         parens.
13791
13792 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * gnus-xmas.el (gnus-use-toolbar): Revert.
13795         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13796         gnus-use-toolbar is default.
13797
13798         * messagexmas.el (message-use-toolbar): Revert.
13799         (message-setup-toolbar): Use global default-toolbar if
13800         message-use-toolbar is default.
13801
13802 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13805         according to default-toolbar-visible-p.
13806
13807         * messagexmas.el (message-use-toolbar): Ditto.
13808
13809 2005-11-26  Dave Love  <fx@gnu.org>
13810
13811         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13812         (tls-program, tls-success): Provide openssl alternative.
13813
13814         * starttls.el: Doc fixes.
13815         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13816         SERVICE to PORT.
13817
13818         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13819         port null or service name.
13820         (starttls-negotiate): Autoload.
13821
13822 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * message.el (message-kill-to-signature): Fix interactive spec.
13825
13826 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * pop3.el (pop3-open-server): Recognize a string as a service name.
13829
13830 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13831
13832         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13833
13834 2005-11-23  Dave Love  <fx@gnu.org>
13835
13836         Add pop3s, pop3/starttls.
13837
13838         * pop3.el (pop3-authentication-scheme): Clarify doc.
13839         (open-tls-stream, starttls-open-stream): Autoload.
13840         (pop3-stream-type): New.
13841         (pop3-open-server): Use it.
13842
13843         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13844         for POP.
13845         (mail-source-keyword-map): Add :stream for POP.
13846         (mail-source-fetch-pop): Use pop3-stream-type.
13847
13848 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13851         of current-time-string.
13852
13853 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13854
13855         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13856         date header.
13857
13858 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13859
13860         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13861         it can seriously impact performance as it bypasses the agent's
13862         local caches.
13863
13864 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13865
13866         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13867         must be explicitly online rather than "not explicitly offline" for
13868         its flags to be synchronized.
13869
13870         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13871         that gnus-uu-unmark-thread will function correctly.
13872
13873         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13874         1024K is instead displayed as 1M.
13875
13876 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13877
13878         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13879
13880 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13881
13882         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13883
13884 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13885
13886         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13887         error message to display actual error condition.
13888         (gnus-agent-save-local): Avoid saving symbols that are bound to
13889         nil as they simply result in a warning message in
13890         gnus-agent-read-local.
13891
13892 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13895         rather than make-variable-buffer-local for file-precious-flag.
13896
13897 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13898
13899         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13900         for duplicates which are removed.  The invalid sort check then
13901         triggers a rescan after the sort as sorting may have moved
13902         duplicate entries such that they can be cheaply detected.
13903
13904 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13907
13908 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13909
13910         * gnus-agent.el (gnus-agent-article-alist-save-format):
13911         Change internal variable to a custom variable.  Change default value
13912         from compressed(2) to uncompressed(1).
13913         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13914         support for uncompressed agentview files.  Taken together, reading
13915         the agentview file should now be 6-7 times faster.
13916
13917 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13918
13919         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13920         as a buffer-local variable.  This avoids creating truncated
13921         dribble files as a result of a hang up, eg.
13922
13923 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13924
13925         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13926         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13927         XEmacs.
13928
13929 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * gnus-start.el (gnus-start-draft-setup):
13932         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13933
13934         * gnus.el (gnus-splash): Change custom group.
13935         (gnus-group-get-parameter, gnus-group-parameter-value):
13936         Describe allow-list argument.
13937
13938         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13939         string.
13940
13941 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * gnus-art.el (gnus-default-article-saver): Add user-defined
13944         `function' to custom type.
13945
13946 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13947
13948         * imap.el (imap-open): Handle case where buffer is a buffer
13949         object.
13950
13951 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13954         long lines.
13955         (gnus-cache-delete-group): Wrap doc strings.
13956
13957         * gnus-agent.el (gnus-agent-rename-group)
13958         (gnus-agent-delete-group): Wrap doc strings.
13959
13960 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * messagexmas.el (message-use-toolbar): Change the valid values
13963         into default, top, bottom, left, and right.
13964         (message-toolbar-thickness): New variable.
13965         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13966         well.
13967         (message-setup-toolbar): Make it work.
13968
13969         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13970         (gnus-use-toolbar): Change the valid values into default, top,
13971         bottom, left, and right.
13972         (gnus-toolbar-thickness): New variable.
13973         (gnus-xmas-setup-toolbar): New function.
13974         (gnus-xmas-setup-group-toolbar): Use it.
13975         (gnus-xmas-setup-summary-toolbar): Use it.
13976
13977 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13978
13979         * gnus-start.el (gnus-1): Add "native" to
13980         gnus-predefined-server-alist.
13981
13982         * gnus.el (gnus-method-to-server): Don't add "native" to the
13983         lists here, because that leads to problems when
13984         gnus-select-method is bound.
13985
13986 2005-11-09  Simon Josefsson  <jas@extundo.com>
13987
13988         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13989         use (not sort-by-date) instead.
13990
13991 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13992
13993         * gnus-delay.el (gnus-delay-group): Don't autoload.
13994         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13995         to be re-loaded when customizing the `gnus-delay' group.
13996
13997 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13998
13999         * message.el: Revert last changes.
14000         (message-insert-citation-line): Use newlines.
14001
14002 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14003
14004         * message.el (message-courtesy-message)
14005         (message-mark-insert-begin, message-mark-insert-end)
14006         (message-elide-ellipsis, message-cancel-message)
14007         (message-add-header, message-change-subject)
14008         (message-cross-post-followup-to-header)
14009         (message-cross-post-insert-note, message-reduce-to-to-cc)
14010         (message-widen-reply, message-delete-not-region)
14011         (message-kill-to-signature, message-insert-signature)
14012         (message-insert-importance-high, message-insert-importance-low)
14013         (message-insert-or-toggle-importance)
14014         (message-insert-disposition-notification-to)
14015         (message-indent-citation, message-yank-original)
14016         (message-cite-original-without-signature, message-cite-original)
14017         (message-insert-citation-line, message-position-on-field)
14018         (message-fix-before-sending, message-send-mail-partially)
14019         (message-send-mail, message-send-mail-with-sendmail)
14020         (message-send-mail-with-qmail, message-send-news)
14021         (message-check-news-header-syntax, message-generate-headers)
14022         (message-insert-courtesy-copy, message-fill-address)
14023         (message-fill-header, message-shorten-references)
14024         (message-setup-1, message-cancel-news)
14025         (message-forward-make-body-plain, message-forward-make-body-mime)
14026         (message-forward-make-body-mml, message-encode-message-body)
14027         (message-forward-make-body-digest-plain)
14028         (message-forward-make-body-digest-mime)
14029         (message-use-alternative-email-as-from): Insert `hard-newline'
14030         instead of ordinary newlines.
14031
14032 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * message.el (message-generate-headers): Downcase the argument
14035         given to message-check-element.
14036
14037 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14038
14039         * nntp.el (nntp-authinfo-rejected): New error condition.
14040         (nntp-wait-for): Use new error condition to signal authentication
14041         error.
14042         (nntp-retrieve-data): Rethrow new error condition to break out of
14043         recursive call to nntp-send-authinfo.
14044
14045 2005-11-08  Romain Francoise  <romain@orebokech.com>
14046
14047         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14048         (gnus-summary-exit-map): Bind to `Z p'.
14049         (gnus-summary-make-menu-bar): Add menu item.
14050
14051 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14052
14053         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14054         (gnus-treat-*): Add `first' in all doc strings.
14055
14056         * gnus-group.el (gnus-group-compact-group): Fix typo.
14057
14058 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * gnus.el (gnus-parameters-case-fold-search): New variable.
14061         (gnus-parameters-get-parameter): Use it.
14062
14063         * gnus-score.el (gnus-home-score-file): Doc fix.
14064
14065 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14066
14067         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14068
14069 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * mm-util.el (mm-special-display-p): New function.
14072
14073         * mml.el (mml-preview): Use it; doc fix.
14074
14075 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14076
14077         * imap.el (imap-open): Handle case where buffer is a buffer object.
14078
14079 2005-10-29  Romain Francoise  <romain@orebokech.com>
14080
14081         * message.el (message-fix-before-sending): Fix comment.
14082
14083 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14084
14085         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14086
14087 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14088
14089         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14090         Used in gnus-score.el.
14091
14092 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14095
14096 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14099         whitespace removed in revision 7.8.  Use concatenated string to
14100         protect trailing whitespace.
14101
14102 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14103
14104         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14105         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14106         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14107         Courier IMAP ("some version from 2004").  Mostly based on similar
14108         code in the same function.
14109
14110 2005-10-26  Didier Verna  <didier@xemacs.org>
14111
14112         * gnus-group.el (gnus-group-compact-group): Invalidate original
14113         article buffer.
14114         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14115         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14116         NOV database and in article itself.
14117         Invalidate article backlog.
14118
14119 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14122
14123 2005-10-26  Simon Josefsson  <jas@extundo.com>
14124
14125         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14126         part of 2004-07-25 change.
14127
14128 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * message.el (message-display-completion-list): New function.
14131         (message-expand-group): Use it; make sure the Completions buffer
14132         is modifiable.
14133 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14134
14135         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14136         user-mail-name is an empty string.
14137
14138 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14141         depending on gnus-score-decay-constant.
14142
14143         * encrypt.el (encrypt-insert-file-contents)
14144         (encrypt-write-file-contents): Don't use `gnus-message'.
14145
14146         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14147         arguments.
14148         (mm-uu-type-alist): Add message-marks and insert-marks.
14149         Pass arguments to mm-uu-verbatim-marks-extract.
14150         (mm-uu-hide-markers): New variable.
14151         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14152
14153         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14154         (gnus-convert-image-to-face-command): Use "convert" by default to
14155         allow other input image formats.
14156         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14157         accordingly.
14158
14159 2005-10-23  Simon Josefsson  <jas@extundo.com>
14160
14161         * imap.el (imap-gssapi-program): Align command line parameters
14162         with latest GNU SASL.
14163         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14164
14165 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14166
14167         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14168         HTML.
14169         (nnslashdot-request-article): Ditto.
14170
14171         * lpath.el (featurep): Add nobreak-char-display.
14172
14173 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14174
14175         * mail-source.el (mail-source-fetch-pop): Require pop3.
14176         (mail-source-check-pop): Ditto.
14177
14178 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14181         errors.
14182
14183 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14184
14185         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14186         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14187
14188         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14189
14190         * mm-bodies.el (mm-decode-string):
14191         Call `mm-charset-to-coding-system' with allow-override argument.
14192
14193 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14196         (rfc2047-charset-to-coding-system): New function.
14197         (rfc2047-decode-encoded-words): New function.
14198         (rfc2047-decode-region): Use them.
14199         (rfc2047-decode-cte): Remove.
14200         (rfc2047-parse-and-decode): Remove.
14201         (rfc2047-decode): Remove.
14202
14203 2005-10-15  Kenichi Handa  <handa@m17n.org>
14204
14205         * rfc2047.el (rfc2047-decode-cte): New function.
14206         (rfc2047-decode-region): Change the way to decode successive
14207         encoded-words: decode B- or Q-encoding in each encoded-word,
14208         concatenate them, and decode it as charset.
14209
14210 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * lpath.el: Fbind codepage-setup for XEmacs.
14213
14214 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14215
14216         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14217         widget-move-and-invoke.
14218         (gnus-custom-mode): Use gnus-custom-map.
14219
14220 2005-10-15  Bill Wohler  <wohler@newt.com>
14221
14222         * message.el (message-tool-bar-map): Rename image file from
14223         mail_send to mail/send.
14224
14225 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14226
14227         * message.el (message-expand-group): Pass the common
14228         prefix substring of completion to `display-completion-list'.
14229
14230 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * mml-sec.el (mml-secure-method): New internal variable.
14233         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14234         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14235         New functions using mml-secure-method.
14236
14237         * mml.el (mml-mode-map): Add key bindings for those functions.
14238         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14239         Harder <harder@myrealbox.com>.
14240         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14241         Goto end of message if point is the headers of the message.
14242
14243         * message.el (message-in-body-p): New function.
14244
14245         * assistant.el: Autoload gnus-util and netrc.
14246
14247         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14248         Use `mm-charset-override-alist' only when decoding.
14249
14250         * mm-bodies.el (mm-decode-body):
14251         Call `mm-charset-to-coding-system' with allow-override argument.
14252
14253         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14254         `filename' from Content-Disposition if Content-Type doesn't
14255         provide `name'.
14256         (gnus-mime-view-part-as-type): Set default instead of
14257         initial-input.
14258
14259 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14260
14261         * format-spec.el (format-spec): Propagate text properties of % spec.
14262
14263 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14264
14265         * gnus-art.el (gnus-treat-predicate): Add `first'.
14266
14267 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14270         (mm-charset-override-alist): New variable.
14271         (mm-charset-to-coding-system): Use it.
14272         (mm-codepage-setup): New helper function.
14273         (mm-charset-eval-alist): New variable.
14274         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14275         Warn about unknown charsets.
14276
14277         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14278
14279 2005-10-04  David Hansen  <david.hansen@gmx.net>
14280
14281         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14282         (nnrss-check-group): Ditto.
14283
14284 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14285
14286         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14287         Rename x-gnus-verbatim to x-verbatim.
14288         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14289
14290         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14291         x-verbatim.
14292
14293         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14294
14295         * gnus-util.el (gnus-remove-duplicates): Remove.
14296
14297         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14298         instead of gnus-remove-duplicates.
14299
14300         * message.el (message-remove-duplicates): Remove.
14301         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14302         message-remove-duplicates.
14303
14304         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14305         available, else use implementation from `delete-dups'.
14306
14307         * message.el (message-insert-expires): New function.
14308         (message-mode-map): Add key binding.
14309         (message-mode-field-menu): Add menu entry.
14310         (message-mode): Document it.
14311         (message-make-expires-date): Use `message-make-date'.
14312
14313 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14314
14315         * message.el (message-make-expires-date): New function.
14316
14317 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * Makefile.in (list-installed-shadows): New entry.
14320         (install): Use it.
14321         (remove-installed-shadows): New entry.
14322
14323         * dgnushack.el (dgnushack-default-load-path): New variable.
14324         (dgnushack-find-lisp-shadows): New function.
14325         (dgnushack-remove-lisp-shadows): New function.
14326
14327 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * Makefile.in (install-el-elc): New entry.
14330         (install): Use it so that .el files are necessarily installed.
14331
14332 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14335
14336 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14337
14338         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14339         function rather than the diff-mode.el package.
14340         (mm-display-external): Use with-current-buffer.
14341         (mm-viewer-completion-map, mm-viewer-completion-map):
14342         Move initialization inside declaration.
14343
14344 2005-09-29  Simon Josefsson  <jas@extundo.com>
14345
14346         * spam.el: Load hashcash when compiling, to avoid warnings.
14347         Don't autoload mail-check-payment.
14348         (spam-check-hashcash): Define unconditionally, since hashcash.el
14349         is part of Gnus now.  Ignore errors from payment checking.
14350
14351 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * message.el (message-bold-region, message-unbold-region):
14354         Rename from `bold-region' and `unbold-region'.
14355
14356         * message.el: Remove useless autoloads.
14357
14358 2005-09-28  Simon Josefsson  <jas@extundo.com>
14359
14360         * message.el (message-use-idna): Default to t.
14361         (message-use-idna): Test whether encoding works too.  Doc fix.
14362
14363 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * nntp.el (nntp-warn-about-losing-connection): Remove.
14366
14367 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14368
14369         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14370         customizable.  Change default value.
14371         (mm-uu-diff-groups-regexp): Change default value.
14372         (mm-uu-type-alist): Add doc string.
14373         (mm-uu-configure): Add doc string.  Make it interactive.
14374         (mm-uu-tex-groups-regexp): New variable.
14375         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14376         (mm-uu-type-alist): Add LaTeX documents.
14377         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14378         of "text/verbatim".
14379         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14380
14381         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14382         instead of "text/verbatim".
14383
14384         * message.el (message-mark-inserted-region)
14385         (message-mark-insert-file): Use slrn style marks when called with
14386         prefix argument.
14387
14388 2005-09-27  Simon Josefsson  <jas@extundo.com>
14389
14390         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14391
14392 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14393
14394         * message.el (message-remove-duplicates): New function.
14395         Implementation borrowed from `gnus-remove-duplicates'.
14396         (message-idna-to-ascii-rhs): Also encode idna addresses in
14397         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14398         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14399         only ask about the same idna domain once per header and also tell
14400         in what header to replace the idna domain.
14401
14402         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14403         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14404         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14405         a header is decoded and not just the last one.
14406
14407 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14410         has been decoded.
14411
14412         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14413         (mm-insert-part): Don't modify text if it has been decoded.
14414
14415         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14416         decoded.
14417
14418         * mm-view.el (mm-inline-text): Don't strip text props unless
14419         decoding enriched or richtext parts.
14420
14421 2005-09-25  Romain Francoise  <romain@orebokech.com>
14422
14423         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14424         * gnus-start.el (gnus-subscribe-interactively):
14425         * gnus-uu.el (gnus-uu-grab-articles):
14426         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14427         space.
14428
14429 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14430
14431         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14432         * mm-view.el (mm-view-pkcs7-decrypt):
14433         * gnus-sum.el (gnus-summary-limit-to-extra)
14434         (gnus-summary-respool-article, gnus-read-move-group-name):
14435         * gnus-score.el (gnus-summary-increase-score):
14436         * gnus-util.el (gnus-completing-read-with-default):
14437         * gnus-art.el (gnus-read-save-file-name)
14438         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14439         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14440         * message.el (message-check-news-header-syntax):
14441         Follow convention for reading with the minibuffer.
14442
14443 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14444
14445         * spam-report.el (spam-report-url-ping-plain):
14446         Use gnus-extended-version as User-Agent.
14447
14448         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14449         default value is nil.
14450
14451         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14452         (mm-uu-verbatim-marks-extract): New function.
14453         (mm-uu-extract): New face.
14454         (mm-uu-copy-to-buffer): Use it.
14455
14456         * spam-report.el (spam-report-gmane-ham): Rename from
14457         `spam-report-gmane-unspam'.
14458         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14459         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14460
14461         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14462         Autoload.
14463         (spam-report-gmane-unregister-routine):
14464         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14465
14466 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14467
14468         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14469         (spam-report-gmane-unregister-routine): Add support for gmane
14470         unregistration.
14471
14472         * spam-report.el (spam-report-gmane-unspam)
14473         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14474         (spam-report-gmane): Change to take a single article and do unspam
14475         registration.
14476
14477 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * mm-url.el (mm-url-decode-entities): Fix regexp.
14480
14481 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14482
14483         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14484         default to nil, to be able to use Gnus at all.  If the default
14485         switches to something else, then the function should be fixed not
14486         be exceedingly slow.
14487
14488 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14489
14490         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14491         fail hard.
14492
14493         * spam-report.el: Add better Keywords line.
14494
14495         * spam.el: Add Maintainer and better Keywords line.
14496
14497 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * gnus-art.el (gnus-article-replace-part)
14500         (gnus-mime-replace-part): New functions.
14501         (gnus-mime-action-alist, gnus-mime-button-commands)
14502         (gnus-mime-save-part-and-strip): Add file argument.
14503         (gnus-article-part-wrapper): Add interactive argument.
14504
14505         * gnus-sum.el (gnus-summary-mime-map):
14506         Add `gnus-article-replace-part'.
14507
14508 2005-09-19  Didier Verna  <didier@xemacs.org>
14509
14510         The nnml compaction feature:
14511         * nnml.el (nnml-request-compact-group): New function.
14512         * nnml.el (nnml-request-compact): New function.
14513         * gnus-int.el (gnus-request-compact-group): New function.
14514         * gnus-int.el (gnus-request-compact): New function.
14515         * gnus-group.el (gnus-group-compact-group): New function.
14516         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14517         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14518         * gnus-srvr.el (gnus-server-compact-server): New function.
14519         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14520         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14521
14522 2005-09-18  Deepak Goel  <deego@gnufans.org>
14523
14524         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14525         format spec.
14526
14527 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14530
14531 2005-09-15  Romain Francoise  <romain@orebokech.com>
14532
14533         * message.el (message-fill-paragraph): Clarify docstring.
14534
14535 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-art.el (gnus-mime-display-part): Protect against broken
14538         MIME messages.
14539
14540 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14543         before parsing header.
14544
14545 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14546
14547         * html2text.el (html2text-replace-list): Add new entities.
14548
14549 2005-09-11  Romain Francoise  <romain@orebokech.com>
14550
14551         * message.el (message-alternative-emails): Improve docstring.
14552         (message-setup-1): Call `message-use-alternative-email-as-from'
14553         after `message-setup-hook' to give it precedence over posting
14554         styles, etc.
14555         (message-use-alternative-email-as-from): Add docstring.
14556         Remove the original From header if present.
14557
14558         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14559         (nnml-save-mail): Use it.
14560
14561         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14562         articles.  Add new argument `silent'.
14563         (gnus-uu-mark-all): Report the total number of marked articles.
14564
14565 2005-09-10  Romain Francoise  <romain@orebokech.com>
14566
14567         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14568         (gnus-uu-mark-series): Likewise.
14569
14570 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14571
14572         * spam-report.el (spam-report-gmane): Fix generation of spam
14573         report URL.
14574
14575 2005-09-10  Simon Josefsson  <jas@extundo.com>
14576
14577         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14578         t, based on discussion on the ding list with Robert Epprecht
14579         <epprecht@solnet.ch>.
14580
14581 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14582
14583         * spam-report.el (spam-report-gmane): Make it work without
14584         X-Report-Spam header.  Gmane now only provides Archived-At.
14585         This is only used if `spam-report-gmane-use-article-number' is nil.
14586         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14587
14588         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14589         make `gnus-summary-sort-by-recipient' work with threading.
14590
14591         * nnweb.el (nnweb-google-wash-article): Print a message if article
14592         is not available.
14593
14594 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14595
14596         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14597         change.  Decode text/* parts content before displaying.
14598
14599 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14600
14601         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14602
14603 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14606
14607         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14608         url-package-name, url-package-version,
14609         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14610         w3m-display-inline-images, and w3m-minor-mode-map.
14611
14612 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * message.el (message-tab-body-function): Fix mismatched custom type.
14615
14616         * gnus.el (gnus-group-change-level-function): Ditto.
14617
14618         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14619
14620         * gnus-art.el (gnus-signature-limit)
14621         (gnus-article-mime-part-function): Ditto.
14622
14623 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * mml.el (mml-mode): Silence the byte compiler.
14626
14627         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14628         using `(sit-for 0)' before moving the point to the specified part;
14629         skip unbuttonized parts.
14630         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14631         return to the summary window if gnus-auto-select-part is non-nil.
14632
14633 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14636         New variables.
14637         (mml-dnd-attach-file, mml-mode): Use them.
14638
14639         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14640         Make fetching article by MID work again for Google Groups.
14641         Add FIXME concerning gnus-group-make-web-group.
14642
14643         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14644         Don't depend on Gnus by using mail-extract-address-components if
14645         gnus-extract-address-components is not bound.
14646
14647 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14648
14649         * gnus-art.el (gnus-mime-display-security): Don't display the
14650         signature, but only the signed part.
14651
14652 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14655
14656         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14657         list, not listp.
14658
14659 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14660
14661         * mm-encode.el (mm-encode-content-transfer-encoding):
14662         Likewise when encoding.
14663
14664         * mm-bodies.el (mm-decode-content-transfer-encoding):
14665         De-canonicalize CRLF for all text content types, not just
14666         text/plain.
14667
14668 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14671         valid article; point arrow and cursor at the MIME button.
14672
14673 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14676         Suggested by Dan Christensen <jdc@uwo.ca>.
14677
14678         * mm-decode.el (mm-save-part): Enable change of prompt.
14679
14680 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14681
14682         * gnus-msg.el (gnus-inews-add-send-actions):
14683         Make `message-post-method' lambda parameter ARG `&optional'.
14684
14685 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * gnus-sum.el (gnus-summary-mime-map):
14688         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14689         gnus-article-jump-to-part.
14690
14691         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14692         (gnus-article-edit-part): Use it.
14693         (gnus-article-part-wrapper): Add no-handle argument.
14694         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14695         New functions.
14696
14697 2005-08-29  Romain Francoise  <romain@orebokech.com>
14698
14699         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14700         docstring.
14701         (gnus-face-from-file): Likewise.
14702
14703 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14704
14705         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14706         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14707         non-nil.
14708         (gnus-auto-select-part): New variable.
14709         (gnus-article-jump-to-part): New function.
14710         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14711         (gnus-mime-delete-part): Allow selecting specified part after
14712         deleting or stripping parts.
14713         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14714         part if argument is bogus.
14715
14716 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14717
14718         * gnus-art.el (w3m-minor-mode-map):
14719         * gnus-spec.el (gnus-newsrc-file-version):
14720         * gnus-util.el (nnmail-active-file-coding-system)
14721         (gnus-original-article-buffer, gnus-user-agent):
14722         * gnus.el (gnus-ham-process-destinations)
14723         (gnus-parameter-ham-marks-alist)
14724         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14725         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14726         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14727         * mm-decode.el (gnus-current-window-configuration):
14728         * mm-extern.el (gnus-article-mime-handles):
14729         * mm-url.el (url-current-object, url-package-name)
14730         (url-package-version):
14731         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14732         (smime-keys, w3m-cid-retrieve-function-alist)
14733         (w3m-current-buffer, w3m-display-inline-images)
14734         (w3m-minor-mode-map):
14735         * mml-smime.el (gnus-extract-address-components):
14736         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14737         (gnus-newsrc-hashtb, message-default-charset)
14738         (message-deletable-headers, message-options)
14739         (message-posting-charset, message-required-mail-headers)
14740         (message-required-news-headers):
14741         * mml1991.el (mc-pgp-always-sign):
14742         * mml2015.el (mc-pgp-always-sign):
14743         * nnheader.el (nnmail-extra-headers):
14744         * rfc1843.el (gnus-decode-encoded-word-function)
14745         (gnus-decode-header-function, gnus-newsgroup-name):
14746         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14747
14748 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14749
14750         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14751         the end of the date treatments.
14752
14753 2005-08-15  Simon Josefsson  <jas@extundo.com>
14754
14755         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14756         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14757         Capello and Romain Francoise.
14758         (pgg-fetch-key-function): Remove, not used?
14759         (pgg-insert-url-with-w3): Require url, to get
14760         url-insert-file-contents regardless of where it is defined.
14761
14762 2005-08-13  Romain Francoise  <romain@orebokech.com>
14763
14764         * message.el (message-cite-original-1): New function.
14765         (message-cite-original): Use it.
14766         (message-cite-original-without-signature): Ditto.
14767
14768 2005-08-08  Romain Francoise  <romain@orebokech.com>
14769
14770         * message.el (message-yank-empty-prefix): New variable.
14771         (message-indent-citation): Use it.
14772         (message-cite-original-without-signature): Respect X-No-Archive.
14773
14774 2005-08-08  Simon Josefsson  <jas@extundo.com>
14775
14776         * pgg.el: Autoload url-insert-file-contents instead of loading
14777         w3/url.
14778         (pgg-insert-url-with-w3): Don't load url here.
14779
14780 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14781
14782         * message.el (message-kill-to-signature): Don't insert newline at
14783         bol.
14784         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14785
14786 2005-08-06  Romain Francoise  <romain@orebokech.com>
14787
14788         * message.el (message-user-fqdn): Fix typo in docstring.
14789
14790 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14791
14792         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14793
14794         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14795
14796 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * mm-bodies.el (mm-encode-body): Use coding system rather than
14799         charset to encode text.
14800
14801         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14802         number of charsets if utf-8 is available (XEmacs).
14803
14804 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14807         taken from `gnus-button-mid-or-mail-regexp'.
14808         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14809         (gnus-button-alist): Improve regexp for domain part of the MIDs
14810         for news:localpart@domain buttons.
14811         (gnus-button-ctan-directory-regexp): Update.
14812
14813 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * sieve-manage.el (sieve-manage-interactive-login):
14816         Use make-local-variable rather than make-variable-buffer-local.
14817         (sieve-manage-open): Ditto.
14818         (sieve-manage-authenticate): Ditto.
14819
14820         * mml.el (mml-generate-mime-1): Make the content type default to
14821         text/plain if the filename is not specified.
14822
14823 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14826         instead of insert-buffer.
14827
14828         * message.el (message-yank-original): Ditto; set the mark at the
14829         end of the yanked message.
14830
14831 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14834         lines to scroll rather than to stop it.
14835
14836         * mml.el (mml-generate-default-type): Add doc string.
14837         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14838         default to application/octet-stream when determining the content
14839         type if it is not specified for the part or the mml contents; add
14840         a comment about mml-generate-default-type.
14841
14842 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14843
14844         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14845         make it default to application/octet-stream when determining the
14846         content type if it is not specified for the external contents.
14847
14848 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14851         segmented parameter but also other parameters might be there.
14852
14853 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * mm-decode.el (mm-display-external): Delete temp file, directory
14856         and buffer immediately if the external process is exited.
14857
14858 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14861         fewer lines than that of scroll-margin.
14862         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14863
14864 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * gnus-art.el (gnus-article-next-page): Revert.
14867         (gnus-article-beginning-of-window): New macro.
14868         (gnus-article-next-page-1): Use it.
14869         (gnus-article-prev-page): Ditto.
14870         (gnus-article-edit-part): Use insert-buffer-substring instead of
14871         insert-buffer.
14872         (gnus-article-edit-exit): Ditto.
14873
14874         * gnus-util.el (gnus-beginning-of-window): Remove.
14875         (gnus-end-of-window): Remove.
14876
14877         * lpath.el: Don't bind header-line-format and scroll-margin.
14878
14879 2005-07-25  Simon Josefsson  <jas@extundo.com>
14880
14881         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14882         to have the url package without w3.  Reported by Daiki Ueno
14883         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14884
14885 2005-07-20  Didier Verna  <didier@xemacs.org>
14886
14887         * gnus-diary.el: Remove the description comment (nndiary is now
14888         properly documented in the Gnus manual).
14889         Fix the spelling of "Back End".
14890         * nndiary.el: Ditto.
14891         Fix the copyright notice.
14892
14893 2005-07-18  Romain Francoise  <romain@orebokech.com>
14894
14895         * gnus-sum.el (gnus-summary-to-prefix)
14896         (gnus-summary-newsgroup-prefix): New variables.
14897         (gnus-summary-from-or-to-or-newsgroups): Use them.
14898
14899 2005-07-17  Romain Francoise  <romain@orebokech.com>
14900
14901         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14902         space as it's generally not especially interesting to the user.
14903
14904 2005-07-16  Romain Francoise  <romain@orebokech.com>
14905
14906         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14907         nil to avoid prompting and file modification if one of the
14908         messages at the top of the nnfolder file contains a copyright
14909         notice.
14910         Update copyright notice.
14911
14912         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14913         instead of `current-time-string' as the latter creates a time
14914         string that is not RFC 2822 compliant (it lacks the zone).
14915         Update copyright notice.
14916
14917 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14918
14919         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14920         for text/rtf.  Display default in prompt.  Pass default for M-n.
14921
14922         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14923
14924 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14925
14926         * gnus-msg.el (gnus-button-mailto):
14927         Remove save-selected-window-window hackery because it relies on
14928         save-selected-window internals.
14929
14930 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14933         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14934         (gnus-article-prev-page): Ditto.
14935
14936         * gnus-util.el (gnus-beginning-of-window): New function.
14937         (gnus-end-of-window): New function.
14938
14939         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14940
14941 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14942
14943         * gnus-score.el (gnus-score-edit-all-score):
14944         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14945         gnus-message.
14946
14947 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14948
14949         * gnus-msg.el (gnus-button-mailto):
14950         Remove save-selected-window-window hackery because it relies on
14951         save-selected-window internals.
14952
14953 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14956         add-minor-mode.
14957         (gnus-binary-mode): Ditto.
14958
14959         * gnus-topic.el (gnus-topic-mode): Ditto.
14960
14961 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14962
14963         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14964         (gnus-article-prev-page): Take scroll-margin into consideration.
14965
14966 2005-07-04  Lute Kamstra  <lute@gnu.org>
14967
14968         Update FSF's address in GPL notices.
14969
14970 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14971
14972         * gnus.el (gnus-exit):
14973         * gnus-group.el (gnus-group-icons):
14974         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14975
14976         * gnus-nocem.el (gnus-nocem):
14977         * message.el (message-various, message-buffers, message-sending)
14978         (message-interface, message-forwarding, message-insertion)
14979         (message-headers, message-news, message-mail):
14980         * pgg-gpg.el (pgg-gpg):
14981         * pgg-parse.el (pgg-parse):
14982         * pgg-pgp.el (pgg-pgp):
14983         * pgg-pgp5.el (pgg-pgp5):
14984         * pop3.el (pop3): Finish `defgroup' description with period.
14985
14986 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-art.el (article-display-face): Improve the efficiency.
14989         (article-display-x-face): Ditto; remove grey x-face stuff.
14990
14991 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * gnus-art.el (article-display-face): Correct the position in
14994         which Faces are inserted.
14995
14996 2005-06-29  Didier Verna  <didier@xemacs.org>
14997
14998         * gnus-art.el (article-display-face): Display faces in correct
14999         order.
15000
15001 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15004         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15005         (gnus-nocem-check-article): Fetch the Type header.
15006         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15007         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15008         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15009         make sure gnus-nocem-hashtb is initialized.
15010         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15011         (gnus-nocem-unwanted-article-p): Ditto.
15012
15013         * pgg.el (pgg-verify): Return the verification result.
15014
15015 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15016
15017         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15018         is ascii.
15019
15020 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15021
15022         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15023         `show-nonbreak-escape'.
15024
15025 2005-06-23  Lute Kamstra  <lute@gnu.org>
15026
15027         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15028
15029         * dig.el (dig-mode):
15030         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15031
15032 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15033
15034         * nnimap.el (nnimap-split-download-body): Fix spellings.
15035
15036 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15037
15038         * gnus-art.el (gnus-article-encrypt-body):
15039         * gnus-cus.el (gnus-score-customize):
15040         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15041         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15042
15043 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15044
15045         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15046         header by looking for magic "MII" at the beginnig.
15047
15048 2005-06-16  Miles Bader  <miles@gnu.org>
15049
15050         * gnus-xmas.el (gnus-xmas-group-startup-message):
15051         Use renamed gnus-splash face.
15052
15053         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15054         (assistant-field-face): New backward-compatibility alias for renamed
15055         face.
15056         (assistant-render-text): Use renamed assistant-field face.
15057
15058         * spam.el (spam): Remove "-face" suffix from face name.
15059         (spam-face): New backward-compatibility alias for renamed face.
15060         (spam-face, spam-initialize): Use renamed spam face.
15061
15062         * message.el (message-header-to, message-header-cc)
15063         (message-header-subject, message-header-newsgroups)
15064         (message-header-other, message-header-name)
15065         (message-header-xheader, message-separator, message-cited-text)
15066         (message-mml): Remove "-face" suffix from face names.
15067         (message-header-to-face, message-header-cc-face)
15068         (message-header-subject-face, message-header-newsgroups-face)
15069         (message-header-other-face, message-header-name-face)
15070         (message-header-xheader-face, message-separator-face)
15071         (message-cited-text-face, message-mml-face):
15072         New backward-compatibility aliases for renamed faces.
15073         (message-font-lock-keywords): Use renamed message faces.
15074
15075         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15076         (sieve-test-commands, sieve-tagged-arguments):
15077         Remove "-face" suffix from face names.
15078         (sieve-control-commands-face, sieve-action-commands-face)
15079         (sieve-test-commands-face, sieve-tagged-arguments-face):
15080         New backward-compatibility aliases for renamed faces.
15081         (sieve-control-commands-face, sieve-action-commands-face)
15082         (sieve-test-commands-face, sieve-tagged-arguments-face):
15083         Use renamed sieve faces.
15084
15085         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15086         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15087         (gnus-group-news-3-empty, gnus-group-news-4)
15088         (gnus-group-news-4-empty, gnus-group-news-5)
15089         (gnus-group-news-5-empty, gnus-group-news-6)
15090         (gnus-group-news-6-empty, gnus-group-news-low)
15091         (gnus-group-news-low-empty, gnus-group-mail-1)
15092         (gnus-group-mail-1-empty, gnus-group-mail-2)
15093         (gnus-group-mail-2-empty, gnus-group-mail-3)
15094         (gnus-group-mail-3-empty, gnus-group-mail-low)
15095         (gnus-group-mail-low-empty, gnus-summary-selected)
15096         (gnus-summary-cancelled, gnus-summary-high-ticked)
15097         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15098         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15099         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15100         (gnus-summary-low-undownloaded)
15101         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15102         (gnus-summary-low-unread, gnus-summary-normal-unread)
15103         (gnus-summary-high-read, gnus-summary-low-read)
15104         (gnus-summary-normal-read, gnus-splash):
15105         Remove "-face" suffix from face names.
15106         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15107         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15108         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15109         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15110         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15111         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15112         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15113         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15114         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15115         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15116         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15117         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15118         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15119         (gnus-summary-normal-ticked-face)
15120         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15121         (gnus-summary-normal-ancient-face)
15122         (gnus-summary-high-undownloaded-face)
15123         (gnus-summary-low-undownloaded-face)
15124         (gnus-summary-normal-undownloaded-face)
15125         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15126         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15127         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15128         (gnus-splash-face):
15129         New backward-compatibility aliases for renamed faces.
15130         (gnus-group-startup-message): Use renamed gnus faces.
15131
15132         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15133         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15134         (gnus-server-agent): Remove "-face" suffix from face names.
15135         (gnus-server-agent-face, gnus-server-opened-face)
15136         (gnus-server-closed-face, gnus-server-denied-face)
15137         (gnus-server-offline-face):
15138         New backward-compatibility aliases for renamed faces.
15139         (gnus-server-agent-face, gnus-server-opened-face)
15140         (gnus-server-closed-face, gnus-server-denied-face)
15141         (gnus-server-offline-face): Use renamed gnus faces.
15142
15143         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15144         Remove "-face" suffix from face names.
15145         (gnus-picon-xbm-face, gnus-picon-face):
15146         New backward-compatibility aliases for renamed faces.
15147
15148         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15149         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15150         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15151         (gnus-cite-11): Remove "-face" suffix from face names.
15152         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15153         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15154         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15155         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15156         New backward-compatibility aliases for renamed faces.
15157         (gnus-cite-attribution-face, gnus-cite-face-list)
15158         (gnus-article-boring-faces): Use renamed gnus faces.
15159
15160         * gnus-art.el (gnus-signature, gnus-header-from)
15161         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15162         (gnus-header-content): Remove "-face" suffix from face names.
15163         (gnus-signature-face, gnus-header-from-face)
15164         (gnus-header-subject-face, gnus-header-newsgroups-face)
15165         (gnus-header-name-face, gnus-header-content-face):
15166         New backward-compatibility aliases for renamed faces.
15167         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15168
15169         * gnus-sum.el (gnus-summary-selected-face)
15170         (gnus-summary-highlight): Use renamed gnus faces.
15171         * gnus-group.el (gnus-group-highlight): Likewise.
15172
15173 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15174
15175         * gnus-sieve.el (gnus-sieve-article-add-rule):
15176         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15177         * spam-stat.el (spam-stat-buffer-change-to-spam)
15178         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15179
15180         * message.el (message-is-yours-p):
15181         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15182
15183 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * mm-view.el (mm-inline-text): Withdraw the last change.
15186
15187 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15190         executing enriched-decode.
15191
15192 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15195         charset of tar files.
15196
15197 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15198
15199         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15200
15201 2005-06-04  Lute Kamstra  <lute@gnu.org>
15202
15203         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15204         information is never recorded.
15205
15206 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15207
15208         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15209
15210 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * pop3.el (pop3-apop): Run md5 in the binary mode.
15213
15214         * starttls.el (starttls-set-process-query-on-exit-flag):
15215         Use eval-and-compile.
15216
15217 2005-05-31  Simon Josefsson  <jas@extundo.com>
15218
15219         * smime.el (smime-replace-in-string): Define.
15220         (smime-cert-by-ldap-1): Use it.
15221
15222 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * gnus-art.el (article-display-x-face): Replace
15225         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15226
15227         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15228         set-process-query-on-exit-flag or process-kill-without-query.
15229
15230         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15231         loop instead of replace-regexp.
15232
15233         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15234         instead of process-kill-without-query if it is available.
15235
15236         * lpath.el: Fbind ldap-search-entries.
15237
15238         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15239         instead of find-file-hooks if it is available.
15240
15241         * mml1991.el: Bind pgg-default-user-id when compiling.
15242
15243         * mml2015.el: Bind pgg-default-user-id when compiling.
15244
15245         * nndraft.el (nndraft-request-associate-buffer):
15246         Use write-contents-functions instead of write-contents-hooks if it is
15247         available.
15248
15249         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15250         instead of find-file-hooks if it is available.
15251
15252         * nntp.el (nntp-open-connection): Replace
15253         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15254         (nntp-open-ssl-stream): Ditto.
15255         (nntp-open-tls-stream): Ditto.
15256
15257         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15258         set-process-query-on-exit-flag or process-kill-without-query.
15259         (starttls-open-stream-gnutls): Use it instead of
15260         process-kill-without-query.
15261         (starttls-open-stream): Ditto.
15262
15263 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15264
15265         * smime.el (smime-cert-by-ldap-1): Don't use
15266         replace-regexp-in-string.
15267
15268 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15269
15270         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15271
15272         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15273         in PEM format.  Adjust to the XEmacs compability.
15274
15275 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15276
15277         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15278         by `string-to-number'.
15279         * gnus-agent.el (gnus-agent-regenerate-group)
15280         (gnus-agent-fetch-articles): Ditto.
15281         * gnus-art.el (gnus-button-fetch-group): Ditto.
15282         * gnus-cache.el (gnus-cache-generate-active)
15283         (gnus-cache-articles-in-group): Ditto.
15284         * gnus-group.el (gnus-group-set-current-level)
15285         (gnus-group-insert-group-line): Ditto.
15286         * gnus-score.el (gnus-score-set-expunge-below)
15287         (gnus-score-set-mark-below, gnus-summary-score-effect)
15288         (gnus-summary-score-entry): Ditto.
15289         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15290         (gnus-soup-pack): Ditto.
15291         * gnus-spec.el (gnus-xmas-format): Ditto.
15292         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15293         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15294         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15295         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15296         * nndb.el (nndb-get-remote-expire-response): Ditto.
15297         * nndiary.el (nndiary-parse-schedule-value)
15298         (nndiary-string-to-number, nndiary-request-replace-article)
15299         (nndiary-request-article): Ditto.
15300         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15301         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15302         * nneething.el (nneething-make-head): Ditto.
15303         * nnfolder.el (nnfolder-request-article)
15304         (nnfolder-retrieve-headers): Ditto.
15305         * nnheader.el (nnheader-file-to-number): Ditto.
15306         * nnkiboze.el (nnkiboze-request-article): Ditto.
15307         * nnmail.el (nnmail-process-unix-mail-format)
15308         (nnmail-process-babyl-mail-format): Ditto.
15309         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15310         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15311         (nnmh-request-create-group, nnmh-request-list-1)
15312         (nnmh-request-group, nnmh-request-article): Ditto.
15313         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15314         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15315         * nnsoup.el (nnsoup-make-active): Ditto.
15316         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15317         * nntp.el (nntp-find-group-and-number)
15318         (nntp-retrieve-headers-with-xover): Ditto.
15319         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15320         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15321         (pgg-format-key-identifier): Ditto.
15322         * pop3.el (pop3-last, pop3-stat): Ditto.
15323         * qp.el (quoted-printable-decode-region): Ditto.
15324
15325         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15326         of concat.
15327
15328 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15331
15332         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15333
15334         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15335
15336         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15337
15338         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15339
15340         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15341
15342         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15343         (gnus-carpal-mode): Ditto.
15344
15345         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15346         (gnus-browse-mode): Ditto.
15347
15348         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15349
15350         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15351
15352 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15353
15354         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15355
15356 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gnus-util.el (gnus-run-mode-hooks): New function.
15359
15360         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15361
15362         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15363         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15364
15365 2005-05-27  Lute Kamstra  <lute@gnu.org>
15366
15367         * dns-mode.el (dns-mode): Specify customization group.
15368
15369 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15370
15371         * gnus-agent.el (gnus-agent-make-mode-line-string):
15372         Use mode-line-highlight as mouse-face.
15373
15374 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * canlock.el (canlock): Change the parent group to news.
15377
15378         * deuglify.el (gnus-outlook-deuglify): Add :group.
15379
15380         * dig.el (dig): Add :group.
15381
15382         * dns-mode.el (dns-mode): Add :group.
15383
15384         * encrypt.el (encrypt): Add :group.
15385
15386         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15387         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15388         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15389         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15390         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15391
15392         * gnus-diary.el (gnus-diary): Add :group.
15393
15394         * gnus.el (gnus-group-news-1-face): Add :group.
15395         (gnus-group-news-1-empty-face): Ditto.
15396         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15397         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15398         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15399         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15400         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15401         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15402         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15403         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15404         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15405         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15406         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15407         (gnus-summary-high-ticked-face): Ditto.
15408         (gnus-summary-low-ticked-face): Ditto.
15409         (gnus-summary-normal-ticked-face): Ditto.
15410         (gnus-summary-high-ancient-face): Ditto.
15411         (gnus-summary-low-ancient-face): Ditto.
15412         (gnus-summary-normal-ancient-face): Ditto.
15413         (gnus-summary-high-undownloaded-face): Ditto.
15414         (gnus-summary-low-undownloaded-face): Ditto.
15415         (gnus-summary-normal-undownloaded-face): Ditto.
15416         (gnus-summary-high-unread-face): Ditto.
15417         (gnus-summary-low-unread-face): Ditto.
15418         (gnus-summary-normal-unread-face): Ditto.
15419         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15420         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15421
15422         * hashcash.el (hashcash): New custom group.
15423         (hashcash-default-payment): Add :group.
15424         (hashcash-payment-alist): Ditto.
15425         (hashcash-default-accept-payment): Ditto.
15426         (hashcash-accept-resources): Ditto.
15427         (hashcash-path): Ditto.
15428         (hashcash-extra-generate-parameters): Ditto.
15429         (hashcash-double-spend-database): Ditto.
15430         (hashcash-in-news): Ditto.
15431
15432         * message.el (message-minibuffer-local-map): Add :group.
15433
15434         * netrc.el (netrc): Add :group.
15435
15436         * sieve-manage.el (sieve-manage-log): Add :group.
15437         (sieve-manage-default-user): Diito.
15438         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15439         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15440         (sieve-manage-authenticators): Ditto.
15441         (sieve-manage-authenticator-alist): Ditto.
15442         (sieve-manage-default-port): Ditto.
15443
15444         * sieve-mode.el (sieve-control-commands-face): Add :group.
15445         (sieve-action-commands-face): Ditto.
15446         (sieve-test-commands-face): Ditto.
15447         (sieve-tagged-arguments-face): Ditto.
15448
15449         * smime.el (smime): Add :group.
15450
15451         * spam-report.el (spam-report): Add :group.
15452
15453         * spam.el (spam, spam-face): Add :group.
15454
15455 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15456
15457         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15458         return \n.\n.\n at the end of articles.  Protect against that.
15459         (nntp-with-open-group): Allow debugging.
15460
15461         * nnheader.el (mail-header-set-extra): Make into a function
15462         because I just could't understand how to quote the list properly.
15463
15464         * dns.el (query-dns-cached): New function.
15465
15466 2005-05-26  Lute Kamstra  <lute@gnu.org>
15467
15468         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15469
15470 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15473
15474         * gnus-art.el: Don't autoload mail-extract-address-components.
15475
15476         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15477         eval-and-compile to evaluate it.
15478
15479         * hashcash.el: Don't autoload executable-find.
15480
15481         * nndb.el: Don't declare the nndb back end two or more times; don't
15482         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15483
15484         * nntp.el: Autoload format-spec instead of format; use
15485         eval-and-compile to evaluate autoload forms.
15486
15487 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15488
15489         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15490
15491 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15492
15493         * gnus.el (gnus-version-number): Bump version.
15494
15495 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15496
15497         * gnus.el: No Gnus v0.3 is released.
15498
15499 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15500
15501         * lpath.el (featurep): Bind show-nonbreak-escape.
15502
15503 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-art.el (gnus-article-edit-part): Disable undo.
15506
15507 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15510         gnus-article-date-lapsed-new-header is t if date timer is active;
15511         skip headers in which the original date value is empty.
15512         (gnus-article-save-original-date): Redefine it as a macro.
15513         (gnus-display-mime): Use it.
15514
15515 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-art.el (article-date-ut): Support converting date in
15518         forwarded parts as well.
15519         (gnus-article-save-original-date): New function.
15520         (gnus-display-mime): Use it.
15521
15522 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15523
15524         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15525         enclosure element of <item>.
15526
15527 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15528
15529         * message.el (message-kill-buffer-query): Rename from
15530         `message-kill-buffer-query-if-modified'.  Add :version.
15531
15532 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15535         window layout.
15536
15537 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * mml.el: Autoload dnd when compiling.
15540
15541 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15542
15543         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15544         x-dnd-*.
15545
15546 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * qp.el (quoted-printable-encode-region): Save excursion.
15549
15550 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15551
15552         * message.el (message-kill-buffer-query-if-modified): Add new variable
15553         so the user can kill a modified message buffer quickly.
15554         (message-kill-buffer): Use it.
15555
15556 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * lpath.el: Fbind display-time-event-handler; don't fbind
15559         string-to-multibyte.
15560
15561         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15562
15563 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15566         contained in text because xml.el decodes entities) with LFs.
15567
15568 2005-04-11  Lute Kamstra  <lute@gnu.org>
15569
15570         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15571         differently.
15572
15573 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15574
15575         * mm-util.el (mm-detect-coding-region): Typo.
15576
15577 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15580
15581 2005-04-06  Deepak Goel  <deego@gnufans.org>
15582
15583         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15584         user-function allow user modifications of the scores.
15585         (spam-stat-score-buffer-user): New function, to allow
15586         user-computed modifications to the score.
15587         (spam-stat-score-buffer-user-functions): List of additional
15588         scoring functions.
15589         (spam-stat-error-holder): Global temporary error holder.
15590         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15591         variable.
15592
15593 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15594
15595         * gnus-registry.el (gnus-registry-clean-empty-function)
15596         (gnus-registry-trim, gnus-registry-fetch-groups)
15597         (gnus-registry-delete-group): Groups that match
15598         `gnus-registry-ignored-groups' are removed from the registry
15599         entries, not just ignored for splitting.  This helps clean up the
15600         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15601         to get all the groups a message ID is in.
15602
15603         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15604         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15605         (spam-stat-score-buffer-user-functions): Add :number custom type.
15606
15607 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15610         argument in XEmacs.
15611
15612         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15613         (nnrss-request-group): Decode group name first.
15614         (nnrss-request-article): Make a text/plain article if mml-to-mime
15615         failed.
15616         (nnrss-get-encoding): Return a compatible encoding according to
15617         nnrss-compatible-encoding-alist.
15618         (nnrss-find-el): Use consp instead of listp.
15619         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15620
15621 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15624         which Emacs 20 doesn't support.
15625         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15626
15627 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15630         silence the byte compiler inside the defun.
15631
15632         * gnus-demon.el (parse-time-string): Add autoload.
15633
15634         * gnus-delay.el (parse-time-string): Add autoload.
15635
15636         * gnus-art.el (parse-time-string): Add autoload.
15637
15638         * nnultimate.el (parse-time): Require for `parse-time-string'.
15639
15640 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15641
15642         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15643
15644         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15645
15646         * smime.el (smime-ldap-host-list): Add :version.
15647
15648 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15651         pass it to `gnus-browse-read-group'.
15652         (gnus-browse-read-group): Add NUMBER argument and pass it to
15653         `gnus-group-read-ephemeral-group'.
15654
15655         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15656         argument and pass it to `gnus-group-read-group'.
15657
15658 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15659
15660         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15661         mm-xemacs-find-mime-charset-1 if we have the mule feature
15662         available at runtime.
15663
15664 2005-03-25  Werner Lemberg  <wl@gnu.org>
15665
15666         * nnmaildir.el: Replace `illegal' with `invalid'.
15667
15668 2005-03-23  Lute Kamstra  <lute@gnu.org>
15669
15670         * time-date.el: Add comment on time value formats.
15671         Don't require parse-time.
15672         (with-decoded-time-value): New macro.
15673         (encode-time-value): New function.
15674         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15675         (days-to-time): Return a valid time value when arg is huge.
15676         (time-since): Use time-subtract.
15677         (time-to-number-of-days): Use time-to-seconds.
15678
15679 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15680
15681         * gnus-start.el (gnus-display-time-event-handler):
15682         Check display-time-timer at runtime rather than only at load time
15683         in case display-time-mode is turned off in the mean time.
15684
15685 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15686
15687         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15688         used.
15689
15690         * nneething.el (nneething-map-file-directory): Derive from
15691         `gnus-directory'.
15692
15693         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15694         the To/Cc button.
15695
15696 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * nnmaildir.el (nnmaildir-request-accept-article):
15699         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15700
15701 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15702
15703         * gnus-async.el: Require timer-funcs at compile time when in
15704         XEmacs for `run-with-idle-timer'.
15705
15706 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15707
15708         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15709         autoloaded function.
15710
15711 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15712
15713         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15714
15715 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15716
15717         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15718
15719 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15720
15721         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15722         Add gnus-expert-user to default.
15723
15724 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15725
15726         * nnimap.el (nnimap-open-server): Ditto.
15727
15728         * imap.el (imap-authenticate): Fix typo.
15729
15730 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15731
15732         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15733         buffer (since IMAP server might return FETCH response out of
15734         order, and the nntp buffer must be sorted).
15735
15736 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15737
15738         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15739         comparison on string.
15740
15741         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15742         (gnus-agent-score): Rename category keywords to match gnus-cus.
15743         (gnus-agent-summary-fetch-series): Modify to protect against
15744         gnus-agent-summary-fetch-group clearing processable flags.
15745         (gnus-agent-synchronize-group-flags): Update live group buffer as
15746         synchronization may occur due to the user toggle the plugged
15747         status.
15748         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15749         successfully downloaded.
15750         (gnus-agent-expire-group-1): Avoid using markers when the overview
15751         is in ascending order; greatly improves performance.
15752         (gnus-agent-regenerate-group):
15753         Use gnus-agent-synchronize-group-flags to reset read status in both
15754         gnus and server.
15755         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15756
15757 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * message.el: Don't autoload former message-utils variables.
15760         (message-strip-subject-trailing-was): Change doc string.
15761
15762         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15763         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15764         (nnweb-google-search): Add "hl=en" here.
15765         (nnweb-google-parse-1, nnweb-google-create-mapping):
15766         Don't hardcode URL.
15767
15768 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15769
15770         * message.el (message-get-reply-headers, message-followup):
15771         Mention related variables `message-use-followup-to' and
15772         `message-use-mail-followup-to', in the information buffer.
15773
15774         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15775         of broken groups(-beta).google.com.
15776
15777 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15778
15779         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15780         parameter to invoked gnus-request-move-article; remove the
15781         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15782         all at once instead of once per article.
15783         (gnus-summary-remove-process-mark): Accept a list of articles as
15784         well as a single article for processing.
15785
15786         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15787         parameter.
15788
15789         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15790
15791         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15792
15793         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15794         parameter.
15795
15796         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15797         parameter.
15798
15799         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15800         parameter and remove the gnus-sum-hint-move-is-internal variable.
15801
15802         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15803         parameter.
15804
15805         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15806         parameter.
15807
15808         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15809         parameter.
15810
15811         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15812
15813         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15814         parameter.
15815
15816         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15817         parameter.
15818
15819 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15820
15821         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15822         a more conservative way.
15823
15824 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15825
15826         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15827         buffer, so it moves the window's cursor.
15828
15829 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15830
15831         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15832         `mm-dissect-multipart' and receive the from field as an (optional)
15833         argument from `mm-dissect-multipart'.
15834         (mm-dissect-multipart): Receive the from field as an argument and
15835         pass it on when we call `mm-dissect-buffer' on MIME parts.
15836         Fixes verification/decryption of signed/encrypted MIME parts.
15837
15838 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15839
15840         * gnus-sum.el (gnus-summary-move-article):
15841         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15842         whatever it calls (right now, only nnimap-request-move article
15843         respects it).
15844
15845         * nnimap.el (nnimap-request-move-article):
15846         When gnus-sum-hint-move-is-internal is set, don't do the extra
15847         nnimap-request-article.
15848
15849 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15850
15851         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15852
15853         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15854         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15855
15856         * gnus-sum.el (gnus-summary-caesar-message):
15857         Apply `gnus-treat-article' after rotation.
15858
15859         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15860         doc string.
15861
15862 2005-02-22  Simon Josefsson  <jas@extundo.com>
15863
15864         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15865         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15866         <arne@arnested.dk>.
15867         (encrypt): Add password-cache and password-cache-expiry as group
15868         members.
15869
15870 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15871
15872         * smime.el (smime-ldap-host-list): Doc fix.
15873         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15874         cache) password.
15875         (smime-sign-region): Use it.
15876         (smime-decrypt-region): Use it.
15877         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15878         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15879         fails.
15880         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15881         certificate from DER to PEM format rather than calling openssl.
15882
15883         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15884
15885         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15886         for signing/encryption.
15887
15888         * mml.el (mml-parse-1): Use them.
15889
15890 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15891
15892         * nnrss.el (nnrss-verbose): Remove.
15893         (nnrss-request-group): Use `nnheader-message' instead.
15894
15895 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15896
15897         * nnrss.el (nnrss-verbose): New variable.
15898         (nnrss-request-group): Make it say nnrss is requesting a group.
15899
15900 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15903         Handle news URL with given port correctly.
15904
15905 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15908         containing special characters.
15909
15910         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15911
15912         * mml.el (mime-to-mml): Ditto.
15913
15914         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15915         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15916         (rfc2047-decode-region): Quote decoded words containing special
15917         characters when rfc2047-quote-decoded-words-containing-tspecials
15918         is non-nil.
15919
15920 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15921
15922         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15923
15924         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15925
15926 2005-02-15  Simon Josefsson  <jas@extundo.com>
15927
15928         * nnimap.el (nnimap-debug): Doc fix.
15929
15930         * imap.el (imap-debug): Doc fix.
15931
15932 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15935
15936 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15937
15938         * gnus.el (spam-contents): Improve docs for spam-contents
15939         parameter in its variable incarnation.
15940
15941 2005-02-14  Simon Josefsson  <jas@extundo.com>
15942
15943         * smime-ldap.el: Use require instead of load-library for ldap.
15944         (smime-ldap-search): Indent.
15945         (smime-ldap-search-internal): Shorten line.
15946
15947         * smime.el (smime-cert-by-dns): Add doc-string.
15948         (smime-cert-by-ldap-1): Indent.
15949
15950         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15951         mml-smime-get-dns-ldap.
15952         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15953
15954 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15955
15956         * smime.el: Require smime-ldap.
15957         (smime-ldap-host-list): New variable.
15958         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15959
15960         * mml-smime.el (mml-smime-encrypt-query): New function.
15961         (mml-smime-encrypt-query): Use it.
15962
15963         * smime-ldap.el: New file.
15964
15965 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15968
15969 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15972         argument in doc string.  Make query for type more clear.
15973
15974 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15975
15976         * gnus.el (gnus-group-startup-message): Search for gnus images in
15977         etc/images/gnus.
15978         * mm-util.el (mm-image-load-path): Likewise.
15979         * smiley.el (smiley-data-directory): Search for smilies in
15980         etc/images/smilies.
15981
15982 2005-02-09  Kim F. Storm  <storm@cua.dk>
15983
15984         Change Emacs release version from 21.4 to 22.1 throughout.
15985         Change Emacs development version from 21.3.50 to 22.0.50.
15986
15987 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15990
15991         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15992         non-Mule XEmacs as well.
15993         (mm-decompress-buffer): Signal an error intentionally if it does
15994         not decompress compressed data because auto-compression-mode is
15995         disabled.
15996
15997 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15998
15999         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16000         an ID in the registry even if it has no groups.
16001
16002 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16005         merge it into mm-decompress-buffer.
16006         (gnus-mime-copy-part): Use the MIME part charset, the value which
16007         a user specified or gnus-newsgroup-charset for decoding, like
16008         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16009         save-buffer what was used.  Suggested by Kevin Ryde
16010         <user42@zip.com.au>.
16011         (gnus-mime-inline-part): Allow the name parameter as well as the
16012         filename parameter; force decompressing of compressed data; always
16013         display contents being not decoded as unibyte.
16014
16015         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16016         as well as the filename parameter.
16017
16018         * mm-util.el (mm-decompress-buffer):
16019         Merge gnus-mime-jka-compr-maybe-uncompress.
16020         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16021         of compressed data.
16022
16023 2005-02-08  Simon Josefsson  <jas@extundo.com>
16024
16025         * imap.el (imap-log): Doc fix.
16026
16027 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16030         the coding cookies; decompress compressed parts.
16031
16032         * mml.el (mml-generate-mime-1): Add the charset parameter according
16033         to the value which a user specified manually or the coding cookie.
16034
16035         * mm-util.el (mm-string-to-multibyte): New function.
16036         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16037         (mm-coding-system-to-mime-charset): New function.
16038         (mm-decompress-buffer): New function.
16039         (mm-find-buffer-file-coding-system): New function.
16040
16041         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16042         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16043         parts.
16044
16045 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16046
16047         * mm-view.el (mm-display-inline-fontify): Decode a part according
16048         to the charset parameter.
16049
16050 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16053         prefix arg is neither nil nor a number, as info specifies.
16054
16055 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16058         timestamps.
16059
16060 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16061
16062         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16063         groups error checking and notify user.
16064
16065 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16066
16067         * message.el (message-send-mail-function): Check existence of
16068         sendmail-program first before using default value
16069         `message-send-mail-with-sendmail'.  Otherwise use more generic
16070         `smtpmail-send-it'.
16071
16072 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * nntp.el (nntp-request-update-info): Always return nil.
16075
16076 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16077
16078         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16079
16080 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16081
16082         * message.el (message-beginning-of-line): Change the behavior when
16083         invoked between BOL and : so that it first moves backward.
16084
16085 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16088         article buffer when editing of the article is discarded.
16089         (gnus-article-prepare): Revert.
16090
16091 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * gnus-art.el (gnus-article-prepare):
16094         Remove message-strip-forbidden-properties from the local hook.
16095
16096 2005-01-27  Simon Josefsson  <jas@extundo.com>
16097
16098         * password.el (password-cache-add): Only start one timer per key.
16099         Reported by Derek Atkins <warlord@MIT.EDU>.
16100
16101 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16102
16103         * run-at-time.el: Remove.  It is no longer needed as
16104         timer-funcs.el in the xemacs-base package has a working version of
16105         `run-at-time'.
16106
16107         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16108
16109         * password.el: Require timer-funcs instead of run-at-time in
16110         XEmacs.
16111         Remove `password-run-at-time' macro.
16112         (password-cache-add): Use `run-at-time' instead of
16113         `password-run-at-time'.
16114
16115         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16116         Remove `nnheader-cancel-function-timers' alias,
16117         `cancel-function-timers' exists in XEmacs in timer-funcs.
16118
16119         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16120         for `run-with-idle-timer'.
16121
16122         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16123         for `run-at-time'.
16124
16125         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16126         for `with-timeout'.
16127
16128         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16129         the same as for XEmacs 21.4.
16130         No need to ignore `run-with-idle-timer', this function exists in
16131         XEmacs now in timer-funcs.el in the xemacs-base package.
16132         (dgnushack-compile): No need to delete
16133         run-at-time.el from the list of files to compile because it
16134         doesn't exist anymore.
16135
16136 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16139         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16140
16141 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16142
16143         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16144         sensitively.
16145
16146 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16147
16148         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16149
16150 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16153         which will be inserted according to the multibyteness of a buffer
16154         rather than the type of contents.  Suggested by ARISAWA Akihiro
16155         <ari@mbf.ocn.ne.jp>.
16156
16157         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16158         of string which old xml.el may return rather than a string.
16159
16160 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16163
16164 2005-01-16  Simon Josefsson  <jas@extundo.com>
16165
16166         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16167         idn/idna.el isn't available.
16168         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16169         <michael@waxrat.com>.
16170
16171         * hashcash.el: Remove non-FSF copyright header.
16172
16173         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16174         (hashcash-generate-payment): Use it.
16175         (hashcash-generate-payment-async): Use it.
16176
16177 2005-01-15  Simon Josefsson  <jas@extundo.com>
16178
16179         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16180         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16181
16182         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16183         gnus-summary-idna-message.
16184         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16185         (gnus-summary-idna-message): New function.
16186
16187 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16188
16189         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16190         gnus-novice-user.
16191
16192 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * nnrss.el (nnrss-request-delete-group): Delete entries in
16195         nnrss-group-alist as well.
16196         (nnrss-save-server-data): Insert newline.
16197
16198 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * gnus.el (gnus-user-agent): Use list of symbols instead of
16201         symbols.  Display full version number for (S)XEmacs.
16202         Optionally display (S)XEmacs codename.
16203
16204         * gnus-util.el (gnus-emacs-version): Update for new
16205         `gnus-user-agent'.
16206
16207         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16208         Gnus version.
16209
16210 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16211
16212         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16213         which is unreadable in some setups.
16214
16215 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * gnus-spec.el (gnus-update-format-specifications): Flush the
16218         group format spec cache if it doesn't support decoded group names.
16219
16220 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16221
16222         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16223         Allow to apply decay on score files matching a regexp.
16224
16225 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16228         compatibility in %g and %c.
16229
16230 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16233         name for only %g and %c.
16234         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16235         of gnus-tmp-group to decoded group name.
16236         (gnus-group-make-rss-group): Exclude `/'s from group names.
16237
16238 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * nnrss.el (nnrss-get-encoding): Fix regexp.
16241
16242 2004-12-27  Simon Josefsson  <jas@extundo.com>
16243
16244         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16245         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16246         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16247
16248 2004-12-17  Kim F. Storm  <storm@cua.dk>
16249
16250         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16251
16252         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16253
16254 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16255
16256         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16257
16258 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * nnrss.el: Require rfc2047 and mml.
16261         (nnrss-file-coding-system): New variable.
16262         (nnrss-format-string): Redefine it as an inline function.
16263         (nnrss-decode-group-name): New function.
16264         (nnrss-string-as-multibyte): Remove.
16265         (nnrss-retrieve-headers): Decode group name; don't use
16266         nnrss-format-string.
16267         (nnrss-request-group): Decode group name.
16268         (nnrss-request-article): Decode group name; allow a Message-ID as
16269         well as an article number; don't use nnrss-format-string; encode a
16270         Message-ID string which may contain non-ASCII characters; use
16271         mml-to-mime to compose a MIME article.
16272         (nnrss-request-expire-articles): Decode group name.
16273         (nnrss-request-delete-group): Decode group name.
16274         (nnrss-fetch): Clarify error message.
16275         (nnrss-read-server-data): Use insert-file-contents instead of load;
16276         bind file-name-coding-system; use multibyte buffer.
16277         (nnrss-save-server-data): Bind coding-system-for-write to the
16278         value of nnrss-file-coding-system; bind file-name-coding-system;
16279         add coding cookie.
16280         (nnrss-read-group-data): Use insert-file-contents instead of load;
16281         bind file-name-coding-system; use multibyte buffer.
16282         (nnrss-save-group-data): Bind coding-system-for-write to the
16283         value of nnrss-file-coding-system; bind file-name-coding-system.
16284         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16285         make it work with non-ASCII text.
16286         (nnrss-find-el): Make it work with old xml.el as well.
16287
16288 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16289
16290         * nnrss.el (nnrss-get-encoding): New function.
16291         (nnrss-fetch): Use unibyte buffer initially; bind
16292         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16293         decode contents according to the encoding attribute.
16294         (nnrss-save-group-data): Add coding cookie.
16295         (nnrss-mime-encode-string): New function.
16296         (nnrss-check-group): Use it to encode subject and author.
16297
16298 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16299
16300         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16301         imaginary variable.
16302
16303 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16306         correctly even if there are wide characters.
16307
16308 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16309
16310         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16311         downcased symbol names; make a new cache instead of reusing
16312         bbdb-hashtable.
16313
16314 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16317         concatenating segments rather than before concatenating them.
16318         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16319
16320         * message.el (message-get-reply-headers): Bind `extra'.
16321
16322 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16323
16324         * message.el (message-extra-wide-headers): New variable.
16325         (message-get-reply-headers): Use it.
16326
16327 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16330         (gnus-agent-group-pathname): Ditto.
16331
16332         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16333
16334         * gnus-group.el (gnus-group-make-group): Decode group name.
16335         (gnus-group-make-rss-group): Register the group data after opening
16336         the nnrss group.
16337
16338 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16339
16340         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16341         by expiry now get marked as read.
16342
16343 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16346
16347 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16348
16349         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16350         unify Latin characters in XEmacs.
16351         (mm-find-mime-charset-region): Use it.
16352
16353 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * gnus-util.el (gnus-delete-directory): New function.
16356
16357         * gnus-agent.el (gnus-agent-delete-group): Use it.
16358
16359         * gnus-cache.el (gnus-cache-delete-group): Use it.
16360
16361 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16364         names.
16365
16366 2004-12-16  Simon Josefsson  <jas@extundo.com>
16367
16368         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16369
16370 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16373
16374         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16375         (gnus-group-set-current-level): Decode group name.
16376
16377 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16378
16379         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16380         failed.
16381
16382 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * gnus-group.el (gnus-group-delete-group): Decode group name.
16385         (gnus-group-make-rss-group): Encode group name.
16386         (gnus-group-catchup-current): Decode group name.
16387         (gnus-group-kill-group): Decode group name.
16388
16389 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16390
16391         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16392
16393 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * gnus-group.el (gnus-group-make-rss-group):
16396         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16397
16398         * gnus-start.el (gnus-setup-news): Honor user's setting to
16399         gnus-message-archive-method.  Suggested by Lute Kamstra
16400         <lute@gnu.org>.
16401
16402 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16403
16404         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16405         global counterparts of the buffer-local variables.
16406
16407 2004-11-16  Romain Francoise  <romain@orebokech.com>
16408
16409         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16410         counterparts of the buffer-local variables.
16411
16412 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16413
16414         * message.el (message-forbidden-properties): Fix typo in doc
16415         string.
16416
16417 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16418
16419         * gnus-util.el (gnus-replace-in-string): Add doc string.
16420
16421         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16422         to avoid problems when splitting mails with many recipients.
16423
16424 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16425
16426         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16427         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16428
16429 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16430
16431         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16432         if there is no hashtable in memory or file modification time is
16433         newer than cached timestamp.
16434
16435 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * gnus-sum.el (gnus-summary-limit-to-recipient):
16438         Implement not-matching option.
16439
16440 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16443         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16444         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16445         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16446         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16447         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16448
16449 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16450
16451         * message.el (message-forward-make-body-mml): Remove headers
16452         according to message-forward-ignored-headers if a message is decoded.
16453
16454 2004-12-02  Romain Francoise  <romain@orebokech.com>
16455
16456         * message.el (message-forward-make-body-plain): Always remove
16457         headers according to message-forward-ignored-headers.
16458
16459 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16460
16461         * spam.el (spam-summary-prepare-exit): Remove the
16462         gnus-summary-limit pop for now, it has problems with ham marks for
16463         me.
16464
16465 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16466
16467         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16468         correctly.
16469
16470 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16471
16472         * format-spec.el (format-spec): Message the char.
16473
16474 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16475
16476         * gnus-art.el (gnus-split-methods): Reformat comments.
16477
16478         * spam.el (spam-summary-prepare-exit): Remove article limits
16479         before exiting the summary buffer.
16480
16481 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16484         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16485
16486         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16487         order to silence the byte compiler.
16488
16489         * spam.el: Fix the way to silence the byte compiler, which
16490         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16491         bbdb-search-simple, spam-BBDB-register-routine,
16492         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16493         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16494         spam-stat-buffer-is-spam, spam-stat-load,
16495         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16496         spam-stat-save and spam-stat-split-fancy.
16497
16498 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16501         which may confuse users.
16502         (canlock-password-for-verify): Ditto.
16503
16504         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16505
16506         * gnus-art.el (gnus-emphasis-alist): Ditto.
16507
16508         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16509
16510         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16511
16512         * gnus-start.el (gnus-save-killed-list): Ditto.
16513
16514         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16515         (gnus-sum-thread-tree-root): Ditto.
16516         (gnus-sum-thread-tree-false-root): Ditto.
16517         (gnus-sum-thread-tree-single-indent): Ditto.
16518
16519         * message.el (message-courtesy-message): Ditto.
16520         (message-archive-note): Ditto.
16521         (message-subscribed-address-file): Ditto.
16522         (message-user-fqdn): Ditto.
16523
16524         * spam-report.el (spam-report-gmane-regex): Ditto.
16525
16526         * spam.el (spam-blackhole-good-server-regex): Ditto.
16527
16528 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * mml.el (mml-preview): Widen the message buffer before copying
16531         the contents to the preview buffer; sort headers before previewing.
16532
16533         * message.el (message-hidden-headers): Fix the way to avoid a bug
16534         in the `repeat' widget in Emacs 21.3 or earlier.
16535
16536 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * message.el (message-hidden-headers): Default to "^References:".
16539         Improve customization type.  Suggested by Reiner Steib
16540         <Reiner.Steib@gmx.de>.
16541
16542 2004-11-25  Romain Francoise  <romain@orebokech.com>
16543
16544         * message.el (message-strip-forbidden-properties): Remove check for
16545         obsolete `message-hidden' text property, hidden headers are not
16546         accessible in the buffer anymore.
16547
16548 2004-11-22  Romain Francoise  <romain@orebokech.com>
16549
16550         * message.el (message-header-format-alist): Add `From' in list
16551         so that it can be sorted.
16552         (message-fix-before-sending): Widen and sort headers before
16553         sending.
16554         (message-hide-headers): Use narrowing to hide headers by moving
16555         them to the top of the buffer and narrowing to the region
16556         underneath.
16557
16558 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16559
16560         * message.el (message-strip-forbidden-properties):
16561         Bind buffer-read-only (etc) to nil.
16562
16563 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16566         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16567
16568 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16569
16570         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16571
16572 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16573
16574         * dns.el (query-dns): Use sit-for to time instead of
16575         accept-process-output, since that doesn't seem to work on udp
16576         sockets.
16577
16578 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16581
16582 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16583
16584         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16585         doc string.  Improve doc string.
16586
16587 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * nntp.el (nntp-request-update-info): Return nil if
16590         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16591         may not call gnus-activate-group which uselessly issues the GROUP
16592         commands for all nntp groups and wastes time.  Reported by Romain
16593         Francoise <romain@orebokech.com>.
16594
16595         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16596
16597 2004-11-15  Simon Josefsson  <jas@extundo.com>
16598
16599         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16600         headers separately.
16601         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16602         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16603
16604 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * gnus-start.el (gnus-convert-old-newsrc):
16607         Assign legacy-gnus-agent to 5.10.7.
16608
16609 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16610
16611         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16612         start of the lines.
16613
16614 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16615
16616         * hashcash.el (hashcash-default-payment): Change default to 20.
16617         (hashcash-default-accept-payment): Change default to 20.
16618         (hashcash-process-alist): New variable.
16619         (hashcash-generate-payment-async): Add.
16620         (hashcash-already-paid-p): Add.
16621         (hashcash-insert-payment): Don't generate payments twice.
16622         (hashcash-insert-payment-async): Add.
16623         (hashcash-insert-payment-async-2): Add.
16624         (hashcash-cancel-async): Add.
16625         (hashcash-wait-async): Add.
16626         (hashcash-processes-running-p): Add.
16627         (hashcash-wait-or-cancel): Add.
16628         (mail-add-payment): New optional argument.  Conditionally start
16629         asynchronous calculation.
16630         (mail-add-payment-async): Add.
16631
16632         * message.el (message-send-mail): Wait for asynchronous hashcash
16633         results.  Don't clobber existing X-Hashcash headers.
16634         (message-setup-1): Call mail-add-payment-async when
16635         message-generate-hashcash is non-nil.
16636
16637 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16638
16639         * message.el (message-use-alternative-email-as-from): Examine the
16640         From header as well; use message-make-from in order to include a
16641         user's full name.
16642
16643 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16646         default; improve customization type.
16647         (gnus-emphasis-custom-with-format): New macro.
16648         (gnus-emphasis-custom-value-to-external): New function.
16649         (gnus-emphasis-custom-value-to-internal): New function.
16650
16651 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16652
16653         * dns.el (query-dns): Resolve reverse addresses.
16654
16655 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16656
16657         * gnus-group.el (gnus-group-get-new-news): Use it.
16658
16659         * gnus-start.el (gnus-check-reasonable-setup): New function.
16660
16661 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16664         "Args out of range" error.  Reported by Arnaud Giersch
16665         <arnaud.giersch@free.fr>.
16666
16667 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16668
16669         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16670
16671 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16672
16673         * spam.el (spam group): Add :version.
16674
16675         * pgg-def.el (pgg group): Add :version.
16676
16677 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16678
16679         * gnus-art.el (gnus-article-edit-article): Don't associate the
16680         article buffer with a draft file.  This is a temporary measure
16681         against the 2004-08-22 change to gnus-article-edit-mode.
16682
16683 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16686         (html2text-format-tags): Remove unused variable `attr'.
16687
16688 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16691
16692         * tls.el (tls-process-connection-type, tls-success)
16693         (tls-certtool-program): Add :version.
16694
16695         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16696         (starttls-extra-arguments, starttls-process-connection-type)
16697         (starttls-connect, starttls-failure, starttls-success): Add :version.
16698
16699         * spam-stat.el (spam-stat): Add :version.
16700
16701         * sieve.el (sieve): Add :version.
16702
16703         * sha1.el (sha1): Add :version.
16704         (sha1-use-external): Remove redundant version.
16705
16706         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16707         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16708         (nnmail-split-fancy-match-partial-words)
16709         (nnmail-split-lowercase-expanded): Add :version.
16710
16711         * nndiary.el (nndiary): Add :version.
16712
16713         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16714
16715         * mml-sec.el (mml-default-sign-method)
16716         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16717         Add :version.
16718
16719         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16720
16721         * mm-url.el (mm-url-use-external, mm-url-program)
16722         (mm-url-arguments): Add :version.
16723
16724         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16725         (mm-attachment-file-modes, mm-decrypt-option)
16726         (mm-w3m-safe-url-regexp): Add :version.
16727
16728         * message.el (message-cite-prefix-regexp)
16729         (message-sendmail-envelope-from, message-minibuffer-local-map)
16730         (message-user-fqdn, message-completion-alist): Add :version.
16731
16732         * gnus-win.el (gnus-configure-windows-hook)
16733         (gnus-use-frames-on-any-display): Add :version.
16734
16735         * gnus-art.el (gnus-article-address-banner-alist)
16736         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16737         (gnus-treat-from-picon, gnus-treat-mail-picon)
16738         (gnus-treat-x-pgp-sig): Add :version.
16739
16740         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16741         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16742         (gnus-summary-article-delete-hook)
16743         (gnus-summary-display-while-building): Add :version.
16744
16745         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16746         (gnus-get-top-new-news-hook): Add :version.
16747
16748         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16749         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16750
16751         * gnus-registry.el (gnus-registry): Add :version.
16752
16753         * gnus-spec.el (gnus-use-correct-string-widths)
16754         (gnus-make-format-preserve-properties): Add :version.
16755
16756         * gnus.el (gnus-group-charter-alist)
16757         (gnus-group-fetch-control-use-browse-url)
16758         (gnus-install-group-spam-parameters): Add :version.
16759
16760         * gnus-diary.el (gnus-diary): Add :version.
16761
16762         * gnus-delay.el (gnus-delay): Add :version.
16763
16764         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16765         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16766         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16767         Add :version.
16768
16769         * gnus-agent.el (gnus-agent-max-fetch-size)
16770         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16771         (gnus-agent-prompt-send-queue): Add :version.
16772
16773         * deuglify.el (gnus-outlook-deuglify): Add :version.
16774
16775         * html2text.el: Beautify code.  Improve doc strings.
16776         Some checkdoc cleanup.
16777         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16778
16779 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16780
16781         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16782
16783 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16784
16785         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16786         when package is loaded.
16787
16788         * spam.el (spam-summary-score-preferred-header): Add global preference
16789         for people who want to override the default SpamAssassin over
16790         Bogofilter preference (when both are set).
16791         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16792         (spam-user-format-function-S):
16793         Check spam-summary-score-preferred-header.
16794         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16795         (spam-user-format-function-S): Format the score correctly.
16796
16797 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16800         signature file.  Suggested by Manoj Srivastava
16801         <srivasta@golden-gryphon.com>.
16802
16803         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16804         iso-2022-jp even in the Japanese language environment.
16805         Suggested by Jason Rumney <jasonr@gnu.org>.
16806
16807 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16810         use the same characters as the dummy marks; make it free from
16811         getting affected by the language environment.
16812         (gnus-summary-read-group-1): Update mark positions only when the
16813         format spec is updated.
16814
16815         * gnus-spec.el (gnus-update-format-specifications): Return a list
16816         of updated types.
16817
16818 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16821         of boundp to check if display-warning is available.
16822
16823 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16824
16825         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16826
16827 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * nnspool.el (nnspool-spool-directory): Use news-path if the
16830         news-directory variable is not bound.
16831
16832         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16833         function instead of display-warning if it is not available.
16834
16835 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16836
16837         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16838         v5-10: Use `point-at-bol'.
16839
16840 2004-10-26  Simon Josefsson  <jas@extundo.com>
16841
16842         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16843         <chenggao@gmail.com>.
16844
16845 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16846
16847         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16848         instead.
16849
16850 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16851
16852         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16853         to remove a server from the nnimap-server-buffer-alist.
16854         (nnimap-open-connection, nnimap-close-server): Use it.
16855
16856         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16857
16858 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16861         running the major-mode function.
16862
16863 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16866         dummy marks in the right way.
16867
16868 2004-10-18  David Edmondson  <dme@dme.org>
16869
16870         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16871         excessively.
16872
16873 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16874
16875         * gnus-util.el (gnus-split-references): Accept a nil references
16876         string and go on blissfully.
16877
16878         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16879         cases where the references string is non-nil but has no references.
16880
16881         * encrypt.el: Add autoload tags.
16882
16883         * spam.el (spam-resolve-registrations-routine): Remove article
16884         from unregistration list too.  Reported by David Hanak
16885         <dhanak@isis.vanderbilt.edu>
16886
16887 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16888
16889         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16890         nil.  Change custom type.
16891
16892 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16895
16896         * gnus-sum.el (gnus-summary-move-article): Use it.
16897
16898 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16899
16900         * encrypt.el: Add autoload cookies.
16901
16902         * spam.el (spam-backend-article-list-property)
16903         (spam-backend-get-article-todo-list)
16904         (spam-backend-put-article-todo-list)
16905         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16906         Resolve registrations separately.
16907         (spam-register-routine): Format comments.
16908         (spam-unregister-routine, spam-register-routine): Always call with
16909         specific-articles, no default list.
16910         (spam-summary-prepare-exit): Use the spam-classifications function.
16911
16912         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16913         gnus-encrypt.el.
16914
16915         * encrypt.el: Copied from gnus-encrypt.el.
16916
16917         * gnus-encrypt.el: Commented that it's obsolete.
16918
16919 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16920
16921         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16922         (gnus-score-save): Use it.
16923
16924         * message.el (message-bury): Use `window-dedicated-p'.
16925
16926 2004-10-15  Simon Josefsson  <jas@extundo.com>
16927
16928         * pop3.el (top-level): Don't require nnheader.
16929         (pop3-read-timeout): Add.
16930         (pop3-accept-process-output): Add.
16931         (pop3-read-response, pop3-retr): Use it.
16932
16933 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16934
16935         * spam.el (spam-register-routine): Move comment.
16936         (spam-verify-bogofilter): Use 'unknown for the initial
16937         spam-bogofilter-valid state, not 'never.
16938
16939         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16940         for netrc-machine.
16941
16942         * nnimap.el (nnimap-open-connection):
16943         Use netrc-machine-user-or-password.
16944
16945 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16946
16947         * gnus-registry.el (gnus-registry-unload-hook):
16948         Set as a variable with add-hook.
16949
16950         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16951         of news-path.
16952
16953         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16954
16955         * spam.el: Delete duplicate `provide'.
16956         (spam-unload-hook): Set as a variable with add-hook.
16957
16958 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16959
16960         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16961         in the doc string.
16962
16963         * message.el (message-ignored-news-headers)
16964         (message-ignored-supersedes-headers)
16965         (message-ignored-resent-headers)
16966         (message-forward-ignored-headers): Improve custom type.
16967
16968 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * message.el (message-tokenize-header): Fix 2004-09-06 change
16971         which used point-min in the wrong place.
16972
16973 2004-10-12  Simon Josefsson  <jas@extundo.com>
16974
16975         * tls.el (tls-certtool-program): New variable.
16976         (tls-certificate-information): New function, based on
16977         ssl-certificate-information.
16978
16979 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * compface.el: Move the version of ELisp-based uncompface program
16982         to the contrib directory because of the copyright problem.
16983
16984 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16985
16986         * message.el (message-kill-buffer): Raise the current frame.
16987
16988 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16989
16990         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16991
16992         * gnus.el (message-y-or-n-p): Autoload.
16993
16994         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16995         (pop3-password-required, pop3-authentication-scheme)
16996         (pop3-leave-mail-on-server): Make customizable.
16997         (pop3): New custom group.
16998         (pop3-retr): Remove `sleep-for' statements.
16999         Suggested by Dave Love <fx@gnu.org>.
17000
17001         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17002         Windows/DOS.
17003
17004         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17005         (imap-parse-body): Fix incorrect use of `assert'.
17006         Suggested by Dave Love <fx@gnu.org>.
17007
17008         * mml.el (mml-minibuffer-read-disposition): Require match.
17009         Suggested by Dave Love <fx@gnu.org>.
17010
17011 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17012
17013         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17014         doc string.
17015
17016 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17019
17020 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17021
17022         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17023         instead of calling `mm-insert-inline', to decode text/* parts
17024         before displaying them.
17025
17026 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * mm-uu.el (mm-uu-text-plain-type): New variable.
17029         (mm-uu-pgp-signed-extract-1): Use it.
17030         (mm-uu-pgp-encrypted-extract-1): Use it.
17031         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17032         bind mm-uu-text-plain-type with that value.
17033         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17034         mm-uu-dissect.
17035
17036 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-group.el (gnus-update-group-mark-positions):
17039         * gnus-sum.el (gnus-update-summary-mark-positions):
17040         * message.el (message-check-news-body-syntax):
17041         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17042         of string-as-multibyte.
17043
17044 2004-10-05  Juri Linkov  <juri@jurta.org>
17045
17046         * gnus-group.el (gnus-update-group-mark-positions):
17047         * gnus-sum.el (gnus-update-summary-mark-positions):
17048         * message.el (message-check-news-body-syntax):
17049         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17050         8-bit unibyte values to a multibyte string for search functions.
17051
17052 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17055         (mm-uu-dissect-text-parts): New function.
17056
17057         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17058         dissect text parts.
17059
17060         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17061         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17062
17063         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17064
17065         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17066         Use gnus-current-topics instead of gnus-current-topic.
17067
17068 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17069
17070         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17071
17072 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17073
17074         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17075         where approriate.
17076
17077         * nnml.el (nnml-generate-active-info): do.
17078
17079         * nndiary.el (nndiary-generate-active-info): do.
17080
17081         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17082         (gnus-topic-move): do.
17083
17084         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17085         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17086
17087         * gnus-srvr.el (gnus-server-prepare)
17088         (gnus-server-open-all-servers): do.
17089
17090         * gnus-msg.el (gnus-summary-cancel-article)
17091         (gnus-summary-resend-message)
17092         (gnus-summary-mail-crosspost-complaint): do.
17093
17094         * gnus-move.el (gnus-change-server): do.
17095
17096         * gnus-group.el (gnus-group-unmark-all-groups)
17097         (gnus-group-set-current-level): do.
17098
17099 2004-10-04  Simon Josefsson  <jas@extundo.com>
17100
17101         * message.el (message-generate-hashcash): Doc fix.
17102
17103 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17104
17105         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17106         avoid infinite recursion via gnus-get-function.
17107
17108 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17109
17110         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17111
17112         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17113
17114         * nnmail.el (nnmail-split-history): do.
17115
17116         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17117         (nnml-request-delete-group): do.
17118
17119         * nnslashdot.el (nnslashdot-read-groups): do.
17120
17121         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17122         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17123
17124         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17125         (nnspool-sift-nov-with-sed): Use last.
17126         (nnspool-retrieve-headers-with-nov): Use mapc.
17127         (nnspool-request-newgroups): Use dolist.
17128         (nnspool-request-group): Use last.
17129
17130         * nntp.el (nntp-read-server-type): Use dolist.
17131
17132         * nnvirtual.el (nnvirtual-create-mapping)
17133         (nnvirtual-update-read-and-marked): Use dolist.
17134         (nnvirtual-convert-headers): Simplify.
17135
17136 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17137
17138         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17139         Add support for sync'ing tick marks.
17140
17141 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17144         there's no visible header.
17145
17146 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17147
17148         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17149         When necessary, pass full group name to gnus-request-set-marks.
17150
17151 2004-10-01  Simon Josefsson  <jas@extundo.com>
17152
17153         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17154         acroread.
17155
17156 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17157
17158         * spam-report.el (spam-report-gmane): Fix interactive.
17159
17160         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17161
17162         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17163         when writing file.
17164         (gnus-agent-synchronize-flags): Don't default to being
17165         interactive.
17166
17167 2004-09-30  Simon Josefsson  <jas@extundo.com>
17168
17169         * message.el (message-generate-hashcash): Add.
17170         (message-send-mail): Use it, call mail-add-payment.
17171
17172 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17173
17174         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17175
17176 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17177
17178         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17179         gnus-requst-update-info with explicit code to sync the in-memory
17180         info read flags with the marks being sync'd to the backend.
17181
17182         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17183
17184 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17185
17186         * spam.el (spam-verify-bogofilter): Add new function.
17187         (spam-check-bogofilter)
17188         (spam-bogofilter-register-with-bogofilter): Use it.
17189         (spam-verify-bogofilter): Add small fixes.
17190
17191 2004-09-28  Simon Josefsson  <jas@extundo.com>
17192
17193         * hashcash.el (hashcash-generate-payment): Revert.
17194
17195 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17196
17197         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17198         Use gnus-extract-references instead of gnus-split-references.
17199
17200         * gnus-util.el (gnus-extract-references): Add new function, analogous
17201         to gnus-split-references but extracts only the message-ID without
17202         anything extra.
17203
17204         * hashcash.el (hashcash-generate-payment)
17205         (hashcash-check-payment): Do the right thing if hashcash-path is
17206         nil (because the hashcash program could not be found).
17207
17208         * spam.el (spam-use-hashcash): Remove comment.
17209
17210 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17211
17212         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17213         (gnus-cache-enter-article, gnus-cache-remove-article)
17214         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17215
17216         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17217
17218         * gnus-art.el (article-hide-boring-headers)
17219         (article-translate-strings, article-display-face)
17220         (gnus-article-mime-match-handle-first)
17221         (gnus-article-highlight-headers)
17222         (gnus-article-add-buttons-to-head): do.
17223
17224 2004-09-27  Simon Josefsson  <jas@extundo.com>
17225
17226         * hashcash.el: New version, from
17227         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17228         ../contrib/.
17229
17230 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17233
17234 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17235
17236         * gnus-dup.el (gnus-dup-open): Use mapc.
17237         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17238
17239         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17240         Reported by Stefan Wiens <s.wi@gmx.net>.
17241
17242         * gnus.el (gnus-shutdown): Use dolist.
17243
17244         * gnus-undo.el (gnus-undo): Use mapc.
17245
17246         * nnrss.el (nnrss-generate-active): do.
17247
17248         * message.el (message-cite-original-without-signature)
17249         (message-cite-original): Use mapc.
17250         (message-do-actions, message-make-forward-subject): Use dolist.
17251
17252 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17253
17254         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17255         deletion to remove entire duplicate line.  Fixes merged article
17256         number bug.
17257
17258 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17259
17260         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17261         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17262         first ask if you want to open a server and then, even when you
17263         responded with no, asking if you want to synchronize the server's
17264         flags.
17265         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17266         multi-line expressions.
17267         (gnus-agent-synchronize-group-flags): New internal function.
17268         Updates marks in memory (in the info structure) AND in the
17269         backend.
17270
17271         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17272
17273         * nnagent.el (nnagent-request-set-mark):
17274         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17275         method, to ensure that synchronization updates marks in the
17276         backend and in the info (in memory) structure.
17277
17278 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17281         convention fully; don't miss the root article of a thread; make
17282         the X-Draft-From header with correct article numbers.
17283
17284 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17285
17286         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17287         unless plugged.  Disable the agent so that an open failure causes
17288         an error.
17289
17290         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17291         Revert 2004-09-21 change.  The backend must be opened while
17292         synchronizing flags even when the backend stores the flags
17293         locally.
17294
17295 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17296
17297         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17298         in `header' match.  Reported by Svend Tollak Munkejord.
17299
17300         * message.el (message-cite-original): Fix use of
17301         `message-cite-articles-with-x-no-archive'.
17302
17303 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17306         (gnus-window-to-buffer): Ditto.
17307
17308         * mml.el (mml-preview-buffer): New variable.
17309         (mml-preview): Manage window layout with gnus-buffer-configuration.
17310
17311         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17312         X-Draft-From header even if those articles aren't quoted.
17313
17314 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17315
17316         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17317         (gnus-request-set-mark, gnus-request-update-mark): Use new
17318         g-s-t-u-l-m to decide to use backend even when unplugged.
17319
17320 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17323         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17324
17325 2004-09-20  Simon Josefsson  <jas@extundo.com>
17326
17327         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17328         "utf-16-le".
17329
17330 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17331
17332         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17333
17334 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17335
17336         * uudecode.el (uudecode-use-external): Add :version.
17337
17338         * smime.el (smime-CA-file, smime-encrypt-cipher)
17339         (smime-dns-server): Add :version.
17340
17341         * smiley.el (gnus-smiley-file-types): Add :version.
17342
17343         * sha1.el (sha1-use-external): Add :version.
17344
17345         * pgg-def.el (pgg-query-keyserver): Add :version.
17346
17347         * nnmail.el (nnmail-fancy-expiry-targets)
17348         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17349         Add :version.
17350
17351         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17352         (nnimap-retrieve-groups-asynchronous): Add :version.
17353         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17354
17355         * mml.el (mml-content-disposition-parameters)
17356         (mml-insert-mime-headers-always): Add :version.
17357
17358         * mm-util.el (mm-coding-system-priorities): Add :version.
17359
17360         * mm-decode.el (mm-inline-text-html-with-images)
17361         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17362         (mm-verify-option): Add :version.
17363         (mm-text-html-renderer): Change :version.
17364
17365         * message.el (message-fcc-externalize-attachments)
17366         (message-required-headers, message-draft-headers)
17367         (message-subject-trailing-was-query)
17368         (message-subject-trailing-was-ask-regexp)
17369         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17370         (message-mark-insert-end, message-archive-header)
17371         (message-archive-note, message-cross-post-default)
17372         (message-cross-post-note, message-followup-to-note)
17373         (message-cross-post-note-function, message-use-mail-followup-to)
17374         (message-subscribed-address-functions)
17375         (message-subscribed-address-file, message-subscribed-addresses)
17376         (message-subscribed-regexps, message-allow-no-recipients)
17377         (message-yank-cited-prefix, message-signature-insert-empty-line)
17378         (message-hidden-headers, message-hierarchical-addresses)
17379         (message-mail-user-agent, message-use-idna)
17380         (message-valid-fqdn-regexp)
17381         (message-strip-special-text-properties, message-header-synonyms)
17382         (message-beginning-of-line, message-tab-body-function): Add :version.
17383         (message-insert-canlock, message-wide-reply-confirm-recipients):
17384         Change :version.
17385
17386         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17387         and :version.
17388         (mail-source-delete-old-incoming-confirm)
17389         (mail-source-movemail-program): Add :version.
17390
17391         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17392         (gnus-agent-cache, gnus-agent): Change :version.
17393
17394         * gnus-util.el (gnus-use-byte-compile): Change :version.
17395
17396         * gnus-sum.el (gnus-summary-make-false-root-always)
17397         (gnus-summary-default-high-score)
17398         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17399         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17400         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17401         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17402         (gnus-sum-thread-tree-single-indent)
17403         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17404         (gnus-sum-thread-tree-leaf-with-other)
17405         (gnus-sum-thread-tree-single-leaf): Add :version.
17406         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17407         (gnus-article-loose-mime): Change :version.
17408
17409         * gnus-start.el (gnus-backup-startup-file)
17410         (gnus-save-startup-file-via-temp-buffer): Add :version.
17411
17412         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17413         (gnus-server-offline-face): Add :version.
17414
17415         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17416
17417         * gnus-msg.el (gnus-gcc-externalize-attachments)
17418         (gnus-debug-files, gnus-debug-exclude-variables)
17419         (gnus-discouraged-post-methods): Change :version.
17420         (gnus-confirm-mail-reply-to-news)
17421         (gnus-confirm-treat-mail-like-news): Add :version.
17422
17423         * gnus-int.el (gnus-server-unopen-status): Add :version.
17424
17425         * gnus-group.el (gnus-group-jump-to-group-prompt)
17426         (gnus-large-ephemeral-newsgroup)
17427         (gnus-fetch-old-ephemeral-headers): Add :version.
17428
17429         * gnus-fun.el (gnus-x-face-directory)
17430         (gnus-convert-pbm-to-x-face-command)
17431         (gnus-convert-image-to-x-face-command)
17432         (gnus-convert-image-to-face-command): Add :version.
17433
17434         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17435
17436         * gnus-cite.el (gnus-cite-blank-line-after-header)
17437         (gnus-article-boring-faces): Add :version.
17438
17439         * gnus-art.el (gnus-buttonized-mime-types)
17440         (gnus-inhibit-mime-unbuttonizing)
17441         (gnus-treat-display-face)
17442         (gnus-treat-body-boundary): Change :version.
17443         (gnus-body-boundary-delimiter, gnus-picon-databases)
17444         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17445         (gnus-treat-date-english, gnus-treat-fold-headers)
17446         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17447         (gnus-treat-mail-picon, gnus-treat-wash-html)
17448         (gnus-article-encrypt-protocol)
17449         (gnus-use-idna, gnus-article-over-scroll)
17450         (gnus-mime-display-multipart-alternative-as-mixed)
17451         (gnus-mime-display-multipart-related-as-mixed)
17452         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17453         (gnus-ctan-url, gnus-button-ctan-handler)
17454         (gnus-button-handle-ctan-bogus-regexp)
17455         (gnus-button-ctan-directory-regexp)
17456         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17457         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17458         (gnus-button-man-level, gnus-button-emacs-level)
17459         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17460
17461         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17462         (gnus-agent-go-online): Change :version.
17463         (gnus-agent-expire-unagentized-dirs)
17464         (gnus-agent-auto-agentize-methods): Add :version.
17465
17466         * flow-fill.el (fill-flowed-display-column)
17467         (fill-flowed-encode-column): Add :version.
17468
17469         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17470         (gnus-outlook-deuglify-unwrap-max)
17471         (gnus-outlook-deuglify-cite-marks)
17472         (gnus-outlook-deuglify-unwrap-stop-chars)
17473         (gnus-outlook-deuglify-no-wrap-chars)
17474         (gnus-outlook-deuglify-attrib-cut-regexp)
17475         (gnus-outlook-deuglify-attrib-verb-regexp)
17476         (gnus-outlook-deuglify-attrib-end-regexp)
17477         (gnus-outlook-display-hook): Add :version.
17478
17479         * binhex.el (binhex-use-external): Add :version.
17480
17481 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17482
17483         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17484         and `invisible'.
17485
17486 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17487
17488         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17489         in gnus-registry-trim.
17490
17491 2004-09-13  Simon Josefsson  <jas@extundo.com>
17492
17493         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17494
17495         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17496
17497         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17498         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17499         <yamaoka@jpl.org>.
17500         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17501         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17502         <yamaoka@jpl.org>.
17503
17504         * sieve.el (sieve-manage-mode): Ditto.
17505
17506 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17507
17508         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17509
17510 2004-09-11  Simon Josefsson  <jas@extundo.com>
17511
17512         * dns-mode.el: Add.
17513
17514         * mm-view.el (mm-display-dns-inline): Add.
17515
17516         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17517         (mm-automatic-display): Ditto.
17518
17519         * mailcap.el (mailcap-mime-data): Add text/dns.
17520         (mailcap-mime-extensions): Map .soa to text/dns.
17521
17522 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17523
17524         * gnus-art.el (article-decode-mime-words, article-babel)
17525         (gnus-article-highlight-signature, gnus-article-add-buttons)
17526         (gnus-signature-toggle): Remove unnecessary bindings of
17527         `inhibit-read-only' inherited from v5.10 merge.
17528
17529 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17530
17531         * nntp.el (nntp): New customization group.
17532         (nntp-authinfo-file): Add customization group.
17533
17534         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17535
17536         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17537
17538         * gnus.el (to-address, to-list, subscribed)
17539         (large-newsgroup-initial): Ditto.
17540
17541         * flow-fill.el (fill-flowed-display-column)
17542         (fill-flowed-encode-column): Ditto.
17543
17544 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17545
17546         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17547         Use point-min rather than 1.
17548         (message-send-mail): Use buffer-size rather than point-max.
17549
17550         * gnus-sum.el (gnus-summary-search-article-forward):
17551         Signal a specific `search-failed' rather than a generic `error'.
17552
17553         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17554         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17555         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17556
17557 2004-09-10  Simon Josefsson  <jas@extundo.com>
17558
17559         * nndb.el (require): Remove tcp and duplicate cl.
17560
17561 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * gnus-agent.el (directory-files-and-attributes): Move forward.
17564
17565 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17566
17567         * gnus-agent.el (directory-files-and-attributes):
17568         Optionally defined to support XEmacs.
17569
17570 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17571
17572         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17573         to avoid run-time CL dependencies.
17574         (gnus-agent-unfetch-articles): New function.
17575         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17576         article numbers even when local .overview file is missing.
17577         (gnus-agent-read-article-number): New function.  Only accepts
17578         27-bit article numbers.
17579         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17580         Use gnus-agent-read-article-number.
17581         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17582         from backend while recognizing that article numbers in .overview
17583         must be valid.
17584         (gnus-agent-update-files-total-fetched-for):
17585         Use directory-files-and-attributes to improve performance.
17586         * gnus-int.el (gnus-request-move-article):
17587         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17588         improve performance.
17589
17590         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17591         some users confused by references to .newsrc when they only have a
17592         .newsrc.eld file.
17593         (gnus-convert-mark-converter-prompt)
17594         (gnus-convert-converter-needs-prompt): Fix use of property list.
17595         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17596         New function.  Used internally to only display 'gnus converting
17597         files' message when actually necessary.
17598
17599         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17600         methods now autoloaded.
17601
17602 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17605         identifiers.
17606
17607 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17608
17609         * gnus-picon.el: Fix indentation and closing parenthesis.
17610
17611 2004-09-01  Simon Josefsson  <jas@extundo.com>
17612
17613         * message.el (message-canlock-generate): Require sha1, not
17614         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17615         to require within a function.  Sadly, if sha1.el isn't loaded, the
17616         let binding in m-c-g will hide the defcustom definition, which is
17617         bad.)
17618
17619         * canlock.el: Require sha1, not sha1-el.
17620
17621         * message.el: Don't autoload sha1 (there is a autoload cookie in
17622         sha1.el).
17623
17624         * sha1-el.el: Rename to sha1.el.
17625
17626 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17627
17628         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17629
17630 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17631
17632         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17633
17634 2004-08-30  Kim F. Storm  <storm@cua.dk>
17635
17636         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17637
17638         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17639         Add :group 'nnimap.
17640
17641 2004-08-30  Andreas Schwab  <schwab@suse.de>
17642
17643         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17644         ?* and ?\;.
17645
17646         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17647         and ?\' to symbol instead of whitespace.
17648
17649 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17650
17651         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17652
17653         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17654         instead of re-search-forward.
17655
17656         * gnus-uu.el (gnus-uu-save-article): Ditto.
17657         (gnus-uu-post-encode-uuencode): Ditto.
17658
17659         * html2text.el (html2text-clean-list-items): Ditto.
17660         (html2text-clean-dtdd): Ditto.
17661         (html2text-format-tags): Ditto.
17662
17663         * message.el (message-send-mail-with-sendmail): Fix regexp.
17664         (message-fill-field-general): Use search-forward instead of
17665         re-search-forward.
17666         (unbold-region): Ditto.
17667
17668         * nnrss.el (nnrss-request-article): Ditto.
17669
17670         * nnslashdot.el (nnslashdot-request-article): Ditto.
17671
17672         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17673
17674         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17675         "Unrecognized menu descriptor" error in XEmacs.
17676
17677 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17678
17679         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17680         parent article of a sparse article in the thread hashtb.
17681
17682 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17683
17684         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17685         (nnmail-expand-newtext): Lowercase expanded entries if
17686         nnmail-split-lowercase-expanded is non-nil.
17687
17688 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17691
17692         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17693         of gnus-tmp-news-method into string under XEmacs.  It will be
17694         passed to gnus-correct-length which takes only a string argument.
17695
17696 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * gnus-util.el (gnus-bind-print-variables): New macro.
17699         (gnus-prin1): Use it.
17700         (gnus-prin1-to-string): Use it.
17701         (gnus-pp): New function.
17702         (gnus-pp-to-string): New function.
17703
17704         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17705         Replace pp-to-string with gnus-pp-to-string.
17706         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17707         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17708         * gnus-msg.el (gnus-debug): Ditto.
17709         * gnus-score.el (gnus-score-save): Ditto.
17710         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17711         gnus-pp-to-string.
17712         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17713         with gnus-pp.
17714         * score-mode.el (gnus-score-pretty-print): Ditto.
17715         * webmail.el (webmail-debug): Ditto.
17716
17717 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * gnus-art.el (article-display-face, article-display-x-face):
17720         Use buffer-read-only.
17721
17722 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * gnus-art.el (article-hide-list-identifiers):
17725         Bind inhibit-read-only as t.
17726
17727 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17728
17729         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17730
17731 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17732
17733         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17734         (gnus-narrow-to-page): Don't assume point-min == 1.
17735         (gnus-article-edit-mode): Derive from message-mode.
17736
17737         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17738         point-min == 1.
17739
17740         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17741         Disable incorrect use of `assert'.
17742
17743         * message.el (message-mode): Set comment-start-skip.
17744
17745
17746 2004-08-22  Sam Steingold  <sds@gnu.org>
17747
17748         * pop3.el (pop3-leave-mail-on-server): New user variable.
17749         (pop3-movemail): Delete mail only when it is nil.
17750
17751 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17752
17753         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17754
17755         * mml.el (mml-preview): Use `pop-to-buffer'.
17756
17757         * message.el (message-goto-mail-followup-to): Insert after "To".
17758         (message-carefully-insert-headers): Add comment.
17759
17760         * gnus.el: Remove unused variable `gnus-article-check-size'.
17761
17762         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17763
17764         * gnus-art.el (gnus-button-alist):
17765         Improve `gnus-button-handle-library' entry.
17766
17767 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17768
17769         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17770         Use downcase, since XEmacs capitalizes error messages differently.
17771
17772 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17773
17774         * nntp.el: Add (require 'gnus) due to reference to
17775         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17776
17777 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17778
17779         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17780         Bind `mm-fill-flowed'.
17781
17782         * mm-decode.el (mm-dissect-singlepart): Check it.
17783
17784 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17785
17786         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17787         'imap' for netrc parsing.
17788
17789 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17790
17791         * mailcap.el (mailcap-mime-data): Mark as risky.
17792
17793 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17794
17795         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17796         may be included in the encoded word.
17797         (rfc2047-encode): Don't append a space if the encoded word
17798         includes close parenthesis.
17799
17800 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17803         of text within parentheses.
17804
17805 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17806
17807         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17808         (gnus-encrypt-write-file-contents): Make the password key the file
17809         name PLUS the cipher, not just the cipher.  Also remove failed
17810         passwords from the cache.
17811
17812 2004-08-06  Simon Josefsson  <jas@extundo.com>
17813
17814         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17815         Doc fix.
17816
17817 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17820         LWSP.
17821
17822 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17823
17824         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17825         Try to append in-reply-to: data to the references: header.
17826
17827         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17828         (netrc-parse): Use gnus-encrypt.el functions.
17829
17830         * gnus-encrypt.el: Add new file for encryption support; currently
17831         does only a few GPG ciphers and an internal XOR cipher.
17832
17833         * password.el: Add comments on using password-read-and-add.
17834         (password-read-and-add): Add function to read and add the
17835         password to the cache at once.
17836
17837 2004-07-28  Simon Josefsson  <jas@extundo.com>
17838
17839         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17840         parameter (but don't use it, for now).
17841
17842         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17843         instead of hard coding to nil.
17844
17845 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17846
17847         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17848         as mm-inline-image-xemacs does.
17849
17850 2004-07-26  Simon Josefsson  <jas@extundo.com>
17851
17852         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17853         Revert part of 2004-07-17 change below.
17854
17855 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17858         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17859
17860 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17861
17862         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17863         quotes that actually start with ">" at the beginning of the
17864         lines.
17865
17866 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * rfc2047.el (rfc2047-encode-region): Fix last change.
17869         (rfc2047-encode-parameter): Remove useless concat.
17870
17871 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17874         encode special characters; fix some kind of misconfigured headers;
17875         signal a real error if debug-on-quit or debug-on-error is non-nil.
17876         (rfc2047-encode-max-chars): New variable.
17877         (rfc2047-encode-1): Use it.
17878         (rfc2047-encode-parameter): New function.
17879
17880         * mml.el (mml-insert-parameter): Remove an excessive space.
17881
17882 2004-07-17  Simon Josefsson  <jas@extundo.com>
17883
17884         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17885         Kai Grossjohann <kai@emptydomain.de>.
17886         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17887         (gnus-group-make-menu-bar): Ditto.
17888
17889         * gnus-util.el (gnus-group-server): Add.
17890
17891 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17892
17893         * message.el (message-clone-locals): Clone sendmail and smtp
17894         variables.
17895
17896 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * rfc2047.el (rfc2047-encode-region): Fix last change.
17899
17900 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17901
17902         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17903         characters as non-special.
17904
17905 2004-07-09  Simon Josefsson  <jas@extundo.com>
17906
17907         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17908         Users will lose all flag changes made while unplugged with
17909         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17910         good default.  See numerous reports on ding mailing list.
17911
17912 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17915         add generate-head-function and generate-article-function to the
17916         rfc822-forward entry.
17917         (nndoc-rfc822-forward-generate-article): New function.
17918         (nndoc-rfc822-forward-generate-head): New function.
17919
17920         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17921
17922 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17923
17924         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17925         respect display group parameter and gnus-summary-expunge-below.
17926         (gnus-articles-to-read): Remove unused reference to display group
17927         parameter.
17928
17929 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17930
17931         * nnheader.el (nnheader-uniquify-message-id): New experimental
17932         variable.
17933         (nnheader-nov-read-message-id): Use it.
17934
17935         * spam-report.el (spam-report-gmane): Add interactive.
17936
17937 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * mm-encode.el (mm-content-transfer-encoding-defaults):
17940         Use qp-or-base64 for the application/* types.
17941
17942 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17943
17944         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17945
17946 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17947
17948         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17949         trim value.
17950
17951 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17952
17953         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17954         New macro and function.
17955         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17956
17957 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17960         after-load-alist.
17961
17962 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17963
17964         * gnus-group.el (gnus-group-get-new-news-this-group):
17965         Don't update info that isn't there.
17966
17967 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17968
17969         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17970         entry.
17971
17972 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * mm-view.el (mm-inline-render-with-function): Use multibyte
17975         buffer; decode html source by charset.
17976
17977         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17978
17979         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17980         Mule-UCS is loaded under XEmacs.
17981         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17982
17983 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17984
17985         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17986
17987 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * mm-util.el (mm-coding-system-p): Return a coding-system.
17990         (mm-mime-mule-charset-alist): Use shift_jis instead of
17991         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17992         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17993         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17994         instead of japanese-shift-jis and iso-latin-1 respectively in
17995         order to share the default value with both Emacs and XEmacs-mule.
17996         (mm-mule-charset-to-mime-charset):
17997         Make mm-coding-system-priorities effective.
17998         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17999         while predicating of candidates upon the priorities.
18000
18001 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18002
18003         * gnus-sum.el (gnus-summary-make-menu-bar):
18004         Add gnus-uu-invert-processable.
18005
18006         * gnus.el: Autoload gnus-uu-invert-processable.
18007
18008 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * mm-util.el (mm-with-multibyte-buffer): New macro.
18011
18012         * rfc2047.el (rfc2047-encode-string): Use it.
18013         (rfc2047-encode-region): Move point to the end of the region after
18014         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18015
18016 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18019         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18020
18021 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18024         (gnus-cite-parse): Ignore quoted envelope From_.
18025         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18026
18027 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18028
18029         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18030         invalid addresses.
18031
18032 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18033
18034         * spam.el: Change section markers, revise TODO list.
18035         (spam-backends): Make new master list of all installed backends.
18036         (spam-summary-exit-behavior): Add new variable to determine how
18037         messages moves are done at summary exit.
18038         (spam-move-spam-nonspam-groups-only)
18039         (spam-process-ham-in-nonham-groups)
18040         (spam-process-ham-in-spam-groups): Remove variables, the
18041         spam-summary-exit-behavior variable should be used to manage this
18042         behavior.
18043         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18044         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18045         and spam-old-spam-articles.
18046         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18047         Add empty variables, placeholders for the backends they represent.
18048         (spam-set-difference): Move, unchanged.
18049         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18050         unless the user has a processor variable.
18051         (spam-classifications, spam-classification-valid-p)
18052         (spam-backend-properties, spam-backend-property-valid-p)
18053         (spam-backend-function-type-valid-p)
18054         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18055         (spam-report-articles-gmane, spam-report-articles-resend):
18056         Remove functions, they are not needed.
18057         (spam-install-backend-super, spam-backend-list)
18058         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18059         (spam-backend-function, spam-backend-ham-registration-function)
18060         (spam-backend-spam-registration-function)
18061         (spam-backend-ham-unregistration-function)
18062         (spam-backend-spam-unregistration-function)
18063         (spam-backend-statistical-p, spam-backend-mover-p)
18064         (spam-install-backend-alias, spam-install-checkonly-backend)
18065         (spam-install-mover-backend, spam-install-nocheck-backend)
18066         (spam-install-backend, spam-install-statistical-backend)
18067         (spam-install-statistical-checkonly-backend): Add backend installation
18068         support.
18069         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18070         (spam-group-processor-p): Use the new backend code and respect the
18071         summary exit behavior.
18072         (spam-mark-spam-as-expired-and-move-routine): Remove.
18073         (spam-summary-prepare): Change to use the new spam-old-articles
18074         variable.
18075         (spam-copy-or-move-routine, spam-copy-spam-routine)
18076         (spam-move-spam-routine, spam-copy-ham-routine)
18077         (spam-move-ham-routine): Add code to copy/move ham or spam.
18078         (spam-fetch-field-fast): Improve doc and code, plus allow the
18079         'number request.
18080         (spam-list-of-checks, spam-list-of-statistical-checks):
18081         Remove variables.
18082         (spam-split, spam-find-spam): Use the new backend code.
18083         (spam-registration-functions): Remove variable.
18084         (spam-unregister-routine): Add convenience wrapper.
18085         (spam-log-undo-registration, spam-register-routine)
18086         (spam-log-processing-to-registry)
18087         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18088         where possible.
18089         (spam-check-gmane-xref, spam-check-regex-headers)
18090         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18091         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18092         (spam-check-bogofilter-headers, spam-check-spamoracle)
18093         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18094         (spam-check-crm114-headers): Use the spam-split-group that
18095         spam-split prepares, no need to determine it every time.
18096
18097         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18098         to the nnheader-parse-naked-head call.
18099
18100         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18101
18102         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18103         the nnheader-nov-read-message-id call.
18104
18105 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18108         gnus-activate-group twice.  Suggested by Markus Peter
18109         <warp@spin.de>.
18110
18111 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * gnus-art.el (gnus-article-time-format): Exchange the order of
18114         day and month in the default value; fix customization type.
18115         (article-date-ut): Use add-text-properties.
18116         (article-make-date-line): Use message-make-date instead of
18117         current-time-string.
18118
18119         * message.el (message-fetch-field): Don't use set-text-properties.
18120         (message-make-date): Simplify.
18121
18122         * messagexmas.el (message-xmas-make-date): New function.
18123         (message-xmas-redefine): Defalias message-make-date to it.
18124
18125 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18128         (rfc2047-encode-region): Treat text within parentheses as special;
18129         show the original text when error has occurred.
18130
18131         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18132         already-computed method to gnus-activate-group.
18133
18134         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18135         same select-methods identical Lisp objects.
18136
18137         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18138         object when modifying the info.
18139
18140 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18143         gnus-opened-servers since it has never been opened with the new
18144         configuration yet.
18145
18146 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18149         arg to nnheader-generate-fake-message-id.
18150
18151 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18152
18153         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18154         number and build a fake message ID localized to a group and
18155         article number (so it's repeatable from that point on).
18156         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18157         ID format.
18158
18159         * gnus-sum.el (gnus-get-newsgroup-headers):
18160         Call nnheader-generate-fake-message-id with the article number.
18161
18162 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18163
18164         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18165         end-of-buffer.
18166
18167 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18168
18169         * message.el (message-ignored-supersedes-headers): Add Approved.
18170
18171 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18172
18173         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18174         goto-char.
18175         (rfc2047-encode): Fold the line before encoding.
18176
18177 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18178
18179         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18180         folding -- not all headers can be folded, and this should be done
18181         by the message composition mode.  Probably.  I think.
18182
18183 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18186         fast.
18187
18188         * gnus-ems.el (gnus-remove-image): Don't use
18189         message-text-with-property; remove only the image found first.
18190
18191         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18192         found first.
18193
18194 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18195
18196         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18197
18198 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * message.el (message-text-with-property): Make it fast and accept
18201         optional arguments.
18202         (message-strip-forbidden-properties): Use it.
18203         (message-fix-before-sending): Follow the m-t-w-p change.
18204
18205         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18206
18207 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * gnus-art.el (article-hide-headers): Don't change the buffer
18210         mistakenly when performing mml-preview even if
18211         gnus-single-article-buffer is nil.
18212
18213 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18214
18215         * message.el (message-expand-name-databases): New user option.
18216         (message-expand-name): Use it.
18217
18218 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18219
18220         * spam.el (spam-report-articles-resend)
18221         (spam-report-resend-register-routine): Allow ham reporting.
18222         (spam-report-resend-register-ham-routine): Add wrapper.
18223         (spam-registration-functions): Add ham resending functions.
18224         (spam-list-of-processors): Add ham resend processor.
18225
18226         * gnus.el (ham-resend-to): Add new group parameter.
18227         (spam-process): Add ham resend option.
18228
18229         * spam-report.el (spam-report-resend): Allow reporting ham.
18230         (spam-report-resend-ham): Add wrapper.
18231
18232 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18233
18234         * message.el (message-cite-articles-with-x-no-archive):
18235         New variable.
18236         (message-cite-original): Use it.
18237
18238 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18239
18240         * message.el (message-cite-original): Respect X-No-Archive.
18241
18242 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * gnus-art.el (article-hide-headers): Refer to the values for
18245         gnus-ignored-headers and gnus-visible-headers in the summary
18246         buffer since a user may have set them as group parameters.
18247
18248 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18249
18250         * assistant.el (assistant-node-name): Add convenience function.
18251         (assistant-render-text, assistant-render-node): Add error handling,
18252         plus handle multiple next nodes.
18253         (assistant-find-next-node): Comment out for now.
18254         (assistant-find-next-nodes): Add function, returns list of next
18255         nodes.
18256
18257 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18258
18259         * mail-source.el (mail-source-directory): Fix doc-string.
18260
18261 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18262
18263         * assistant.el (assistant-render-text, assistant-eval): Add :set
18264         widget type, which is different because it takes and returns a
18265         list.  Much hilarity ensues.
18266
18267 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18268
18269         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18270
18271         * gnus-group.el (gnus-group-get-new-news-this-group):
18272         Add doc-string.
18273
18274         * gnus-start.el (gnus-activate-group): Add doc-string.
18275
18276 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18279
18280 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18281
18282         * assistant.el (assistant-render-text): Try to add a :set
18283         widget, more to come.
18284
18285         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18286         strings.
18287         (spam-report-articles-resend)
18288         (spam-register-routine): Do registration iff any articles warrant
18289         it.
18290         (spam-summary-prepare-exit): Change log message for nil group
18291         destinations.
18292
18293 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18294
18295         * spam.el (spam-report-resend-register-routine):
18296         Allow spam-report-resend-to to be a group parameter or a global value.
18297
18298 2004-05-26  Simon Josefsson  <jas@extundo.com>
18299
18300         * starttls.el: Merge with my GNUTLS based starttls.el.
18301         (starttls-gnutls-program, starttls-use-gnutls)
18302         (starttls-extra-arguments, starttls-process-connection-type)
18303         (starttls-connect, starttls-failure, starttls-success):
18304         New variables.
18305         (starttls-program, starttls-extra-args): Doc fix.
18306         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18307         New functions.
18308         (starttls-negotiate, starttls-open-stream):
18309         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18310         function if it is set.
18311
18312 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18315         structured fields.
18316
18317 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18320
18321 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18322
18323         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18324         Add variable.
18325         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18326         assigning the spam-mark to new messages.
18327
18328 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18329
18330         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18331
18332 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18335
18336         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18337         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18338         default.
18339
18340 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18341
18342         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18343         correct data.
18344
18345 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18346
18347         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18348         (spam-group-processor-p): Fix function.
18349         (spam-group-processor-multiple-p)
18350         (spam-group-spam-processor-report-gmane-p)
18351         (spam-group-spam-processor-report-resend-p)
18352         (spam-group-spam-processor-bogofilter-p)
18353         (spam-group-spam-processor-blacklist-p)
18354         (spam-group-spam-processor-ifile-p)
18355         (spam-group-ham-processor-ifile-p)
18356         (spam-group-spam-processor-spamoracle-p)
18357         (spam-group-spam-processor-crm114-p)
18358         (spam-group-ham-processor-bogofilter-p)
18359         (spam-group-spam-processor-stat-p)
18360         (spam-group-ham-processor-stat-p)
18361         (spam-group-ham-processor-whitelist-p)
18362         (spam-group-ham-processor-BBDB-p)
18363         (spam-group-ham-processor-spamoracle-p)
18364         (spam-group-ham-processor-copy-p): Remove functions with some
18365         prejudice against unneeded code.
18366         (spam-report-articles-resend)
18367         (spam-report-resend-register-routine): Allow the group/topic
18368         spam-resend-to value to override spam-report-resend-to.
18369         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18370         properly now.
18371
18372         * gnus.el (spam-resend-to): Add group/topic parameter.
18373         (spam-process): Move the OBSOLETE processors to the end of the
18374         choices.
18375
18376 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18377
18378         * spam-report.el (spam-report-resend-to, spam-report-resend):
18379         Start with resend-to set to nil, and then ask the user if necessary.
18380         (spam-report-resend): spam-report-resend takes a list of articles, not
18381         separate article numbers.
18382
18383 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18386         addition to emacs-w3m.
18387
18388 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18389
18390         * assistant.el (assistant-authinfo-data): New function.
18391         (assistant-eval): Eval for entire assistant.
18392
18393         * netrc.el (netrc-services-file): New variable.
18394         (netrc-parse-services): New function.
18395         (netrc-find-service-name): New function.
18396         (netrc-find-service-number): New function.
18397         (netrc-port-equal): New function.
18398         (netrc-machine): Use it.
18399
18400         * nnimap.el (nnimap-open-connection): Use netrc.
18401
18402         * gnus-util.el (gnus-netrc-get): Remove aliases.
18403
18404         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18405
18406         * assistant.el (wid-edit): Fix compilation.
18407
18408         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18409
18410 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18411
18412         * gnus-util.el (gnus-set-file-modes): New function.  (small
18413         patch).
18414
18415 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18416
18417         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18418
18419         * assistant.el (assistant-render-node): Fix up rendering and
18420         read-only text.
18421         (assistant-render-node): Reset.
18422         (assistant-make-read-only): Not sticky.
18423
18424 2004-05-20  Danny Siu  <dsiu@adobe.com>
18425
18426         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18427         centered even when gnus-auto-center-summary is t.
18428
18429 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18430
18431         * dns.el (dns-get-txt-answer): New function.
18432         (dns-read-txt): Ditto.
18433         (query-dns): Use it.
18434
18435 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18438         active for foreign groups even if the group level is higher than
18439         the specified value.
18440
18441 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18442
18443         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18444         non-active groups.
18445
18446         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18447
18448 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18449
18450         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18451
18452 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18453
18454         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18455         (spam-crm114-header, spam-crm114-spam-switch)
18456         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18457         (spam-crm114-positive-spam-header)
18458         (spam-crm114-database-directory, spam-list-of-processors)
18459         (spam-group-spam-processor-crm114-p)
18460         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18461         (spam-generic-score, spam-list-of-checks)
18462         (spam-list-of-statistical-checks, spam-registration-functions)
18463         (spam-check-crm114-headers, spam-crm114-score)
18464         (spam-check-crm114, spam-crm114-register-with-crm114)
18465         (spam-crm114-register-spam-routine)
18466         (spam-crm114-unregister-spam-routine)
18467         (spam-crm114-register-ham-routine)
18468         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18469         From asjo@koldfront.dk (Adam Sjøgren).
18470
18471         * gnus.el: Add spam-use-crm114.
18472
18473         * spam.el (spam-list-of-processors, spam-registration-functions):
18474         Add spam-use-resend.
18475         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18476         (spam-report-articles-gmane): Add doc fix.
18477         (spam-report-articles-resend, spam-report-resend-register-routine):
18478         Add wrappers around spam-report-resend-to.
18479
18480         * spam-report.el (spam-report-resend-to, spam-report-resend):
18481         Add support for resending spam.
18482         (spam-report-gmane): Fix line length >80.
18483
18484         * gnus.el (spam-process): Add spam-use-resend.
18485
18486 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18487
18488         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18489         number of processed spam messages.
18490         (spam-ham-copy-or-move-routine): Return the number of processed
18491         ham messages.
18492         (spam-summary-prepare-exit): Use the above values to decide
18493         whether status messages shouled be displayed.
18494
18495 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18498         `rfc2047-encoding-function-alist' in order to avoid conflicting
18499         with the old version.
18500         (rfc2047-encode-region): Concatenate words containing non-ASCII
18501         characters in structured fields; don't encode space-delimited
18502         ASCII words even in unstructured fields; don't break words at
18503         char-category boundaries.
18504         (rfc2047-encode-1): New function.
18505         (rfc2047-encode): Use it; encode text so that it occupies the
18506         maximum width within 76-column; work correctly on Q encoding for
18507         iso-2022-* charsets.
18508         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18509         sure not to break a line just after the header name.
18510         (rfc2047-b-encode-region): Remove.
18511         (rfc2047-b-encode-string): New function.
18512         (rfc2047-q-encode-region): Remove.
18513         (rfc2047-q-encode-string): New function.
18514
18515         * mm-util.el (mm-replace-in-string): New function.
18516
18517 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18518
18519         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18520         Really get it right.
18521         (gnus-inews-make-draft): Really.
18522
18523 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18524
18525         * nnmh.el (nnmh-request-list-1): Don't check the link count
18526         before descending.  (small patch)
18527
18528 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18529
18530         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18531         stuff.
18532
18533         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18534         Match on real group name.
18535
18536         * gnus-art.el (gnus-signature-limit): Doc fix.
18537
18538         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18539
18540         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18541
18542 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18543
18544         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18545         isn't a string.
18546
18547 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18548
18549         * gnus-draft.el (gnus-draft-send):
18550         Bind rfc2047-encode-encoded-words.
18551
18552         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18553         (rfc2047-encodable-p): Say that =? needs encoding.
18554         (rfc2047-encode-encoded-words): New variable.
18555
18556         * gnus-group.el (gnus-group-select-group): Doc fix.
18557
18558         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18559
18560         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18561         to nil.
18562
18563         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18564
18565         * nnheader.el (nnheader-get-lines-and-char): New function.
18566
18567 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18568
18569         * gnus-msg.el (gnus-summary-followup-with-original):
18570         Document yanking of region when active.
18571
18572 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18573
18574         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18575         groups if the group level is higher than the specified value.
18576
18577 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18578
18579         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18580         (gnus-group-jump-to-group): Add prefix argument using
18581         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18582         non-active group.
18583
18584         * compface.el (uncompface): Be verbose when changing
18585         `uncompface-use-external'.
18586
18587         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18588         handle manual section.
18589
18590 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18591
18592         * gnus-art.el (gnus-button-alist): Revert previous change.
18593
18594 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18595
18596         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18597
18598 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18599
18600         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18601         whether backend can accept message.
18602
18603         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18604
18605 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18606
18607         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18608         Avoid creating directory when nntp-marks-is-evil is true.
18609         Reported by Reiner Steib.
18610
18611 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18612
18613         * gnus-picon.el (gnus-picon-style): New variable.
18614         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18615         (gnus-picon-transform-address): Support `gnus-picon-style'.
18616         From Jesper Harder <harder@ifa.au.dk>.
18617
18618 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18619
18620         * message.el (message-fill-field): Return point.
18621         (message-generate-headers): Go to end of field.
18622
18623         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18624         stuff for non-living groups.
18625
18626 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18627
18628         * gnus-art.el (gnus-article-followup-with-original)
18629         (gnus-article-reply-with-original): gnus-mark-active-p ->
18630         gnus-region-active-p.
18631
18632 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18633
18634         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18635         only when there is spam or ham to be processed.
18636
18637 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18638
18639         * mail-source.el (mail-source-delete-crash-box): Refactor.
18640         (mail-source-fetch): Use it.
18641         (mail-source-fetch-file): Ditto.
18642         (mail-source-fetch-directory): Run postscript in loop.
18643         (mail-source-fetch-pop): Delete.
18644         (mail-source-fetch-maildir): Ditto.
18645         (mail-source-fetch-imap): Ditto.
18646
18647         * imap.el (imap-authenticators): Comment out sasl.
18648
18649         * message.el (message-skip-to-next-address): New function.
18650         (message-fill-header-address): Refactor.
18651         (message-fill-address): Use it.
18652         (message-delete-address): Use it.
18653         (message-fill-header-general): Refactor.
18654         (message-fill-field-address): Rename.
18655         (message-narrow-to-field): Find the start of the header.
18656         (message-header-format-alist): Don't pre-fill.
18657         (message-fill-header): Remove.
18658         (message-insert-header): New function.
18659         (message-shorten-references): Use it.
18660
18661         * rfc2047.el (rfc2047-field-value): Strip props.
18662
18663         * mail-parse.el (mail-header-make-address): New alias.
18664
18665         * ietf-drums.el (ietf-drums-make-address): New function.
18666
18667         * imap.el: Add compiler directives.
18668
18669         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18670
18671         * gnus-art.el (article-decode-idna-rhs): Don't use
18672         message-idna-inside-rhs-p.
18673
18674 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18675
18676         * message.el (message-idna-inside-rhs-p): Remove.
18677         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18678
18679         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18680         false positives.
18681
18682 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18683
18684         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18685
18686 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18687
18688         * nneething.el (nneething-file-name): Don't create spurious
18689         files.
18690
18691         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18692         (gnus-inews-do-gcc): Remove sleep.
18693
18694         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18695         part under point.
18696
18697         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18698         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18699
18700 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18701
18702         * spam.el (spam-summary-prepare-exit): Fix (length).
18703
18704 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18705
18706         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18707         as expired without moving it" message when there are spam
18708         messages left.
18709
18710 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18711
18712         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18713         header is not nil.
18714
18715 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18716
18717         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18718         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18719         (nntp-marks-changed-p): New arg SERVER.
18720         (nntp-request-update-info): Adjust caller.
18721
18722 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18723
18724         * nntp.el (nntp-save-marks): Pass missing arg.
18725
18726 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18727
18728         * nntp.el: Support marks.
18729         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18730         (nntp-marks-modtime, nntp-marks-directory): New variables.
18731         (nntp-request-set-mark, nntp-request-update-info)
18732         (nntp-possibly-create-directory, nntp-marks-changed-p)
18733         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18734         New functions.
18735
18736 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18737
18738         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18739         (gnus-xmas-redefine): Rename.
18740
18741         * gnus-score.el (gnus-score-insert-help):
18742         Use gnus-select-lowest-window.
18743
18744         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18745         appt-select-lowest-window and rename to gnus-select-lowest-window.
18746
18747         * gnus.el: do.
18748
18749 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18750
18751         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18752         encodings of MIME-encoded words, in order to improve
18753         interoperability with several broken MUAs.
18754
18755 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18756
18757         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18758         tags, only when charsets are not specified in headers.
18759         (mm-inline-text-html-render-with-w3m): Ditto.
18760
18761         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18762         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18763
18764 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18765
18766         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18767         instead of MIME-decoded from fields when checking
18768         `gnus-article-address-banner-alist'.
18769
18770 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18771
18772         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18773         description rather than subject.
18774
18775 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18776
18777         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18778
18779 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18780
18781         * gnus.el (gnus-version-number): Bump.
18782
18783 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18784
18785         * gnus.el: No Gnus v0.2 is released.
18786
18787 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18788
18789         * gnus-agent.el (gnus-agent-read-agentview):
18790         Inline gnus-uncompress-range.
18791
18792 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18793
18794         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18795         `exec-installed-p'.
18796
18797 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18798
18799         * gnus.el (spam-process, spam-autodetect-methods):
18800         Add bsfilter and bsfilter-headers.
18801
18802         * spam.el (spam-bsfilter): New customize group.
18803         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18804         (spam-bsfilter-header, spam-bsfilter-probability-header)
18805         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18806         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18807         (spam-bsfilter-database-directory): New options.
18808         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18809         (spam-list-of-statistical-checks, spam-registration-functions):
18810         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18811         (spam-bsfilter-score): New command.
18812         (spam-check-bsfilter-headers, spam-check-bsfilter)
18813         (spam-bsfilter-register-with-bsfilter)
18814         (spam-bsfilter-register-spam-routine)
18815         (spam-bsfilter-unregister-spam-routine)
18816         (spam-bsfilter-register-ham-routine)
18817         (spam-bsfilter-unregister-ham-routine): New functions.
18818         (spam-generic-score): Support bsfilter; Accept an optional argument
18819         to recalcurate spam score even if scoring header has already been
18820         added.
18821         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18822         optional argument to recalcurate spam score even if scoring header
18823         has already been added.
18824
18825 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18826
18827         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18828         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18829         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18830         link is missing.
18831
18832 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18833
18834         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18835         (html2text-get-attr): Rewrite.
18836
18837         * message.el (message-setup-1): Remove redundant put-text-property
18838         on mail-header-separator.
18839
18840 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18841
18842         * gnus-registry.el (gnus-registry-cache-whitespace)
18843         (gnus-registry-action, gnus-registry-spool-action)
18844         (gnus-registry-split-fancy-with-parent): Change message levels
18845         from 5 to 3 or 7, as needed.
18846
18847         * spam.el (spam-summary-prepare-exit)
18848         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18849         (spam-split, spam-find-spam, spam-log-undo-registration)
18850         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18851         level from 5 to 6.
18852
18853 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18856         2004-03-04 change).
18857
18858 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18859
18860         * sieve-manage.el (sieve-manage-open):
18861         * nnweb.el (nnweb-insert-html):
18862         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18863         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18864         * nnspool.el (nnspool-request-group):
18865         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18866         * nnml.el (nnml-request-update-info):
18867         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18868         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18869         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18870         (nnimap-request-set-mark):
18871         * nnfolder.el (nnfolder-request-update-info):
18872         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18873         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18874         * gnus-uu.el (gnus-uu-find-articles-matching):
18875         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18876         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18877         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18878         * gnus-nocem.el (gnus-nocem-scan-groups):
18879         * gnus-int.el (gnus-start-news-server):
18880         * gnus-group.el (gnus-group-make-kiboze-group)
18881         (gnus-group-browse-foreign-server):
18882         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18883         Use mapc when appropriate.
18884
18885 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18886
18887         FIXME: Make separate entries for each person.
18888
18889         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18890         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18891         <shields@msrl.com>:
18892
18893         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18894         may need for spam sorting and scoring.
18895         (spam-user-format-function-S): Add user format function suitable for
18896         general use.
18897         (spam-article-sort-by-spam-status): Add sorting function for summary
18898         sorting.
18899         (spam-extra-header-to-number): Add function to get a score from a
18900         header.
18901         (spam-summary-score): Add function to get a numeric score from the
18902         headers.
18903         (spam-generic-score): Fix function doc, was in wrong place.
18904         (spam-initialize): Take symbols when it's run, and install the
18905         extra headers that spam-necessary-extra-headers thinks we need.
18906
18907 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18908
18909         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18910         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18911
18912 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18913
18914         * gnus-sum.el (gnus-set-global-variables)
18915         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18916         (gnus-article-get-xrefs, gnus-summary-best-group)
18917         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18918         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18919         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18920         Use with-current-buffer.
18921
18922 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18923
18924         * spam.el (spam-summary-prepare-exit): Simplify logic.
18925         (spam-fetch-article-header): Read the article header if it's not
18926         available.
18927         (spam-list-articles): Simplify logic.
18928         (spam-filelist-register-routine): Fix bug with unregister-list.
18929
18930         * gnus-registry.el: Fix comments at beginning.
18931
18932 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18933
18934         * message.el (message-cater-to-broken-inn): Remove.
18935         (message-shorten-references): Make sure the total folded length of
18936         References is shorter than 998 characters to cater to a bug in INN
18937         2.3.  Also, don't pretend that references aren't folded -- this
18938         hasn't worked for a while.
18939
18940 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18941
18942         * gnus-agent.el (gnus-agentize):
18943         gnus-agent-send-mail-real-function no longer set to current value
18944         of message-send-mail-function but rather a lambda that calls
18945         message-send-mail-function.  The change makes the agent real-time
18946         responsive to user changes to message-send-mail-function.
18947
18948 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18949
18950         * legacy-gnus-agent.el
18951         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18952         help from Florian Weimer <fw@deneb.enyo.de>
18953
18954 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * nnmail.el (nnmail-cache-insert): Revert last change.
18957
18958 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * nnmail.el (nnmail-cache-insert): Always check whether
18961         nnmail-cache-ignore-groups matches a group name.
18962
18963 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18964
18965         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18966         (spam-find-spam, spam-log-processing-to-registry)
18967         (spam-log-registered-p, spam-log-unregistration-needed-p)
18968         (spam-log-undo-registration): Use gnus-message instead of
18969         gnus-error, none of these errors are fatal.
18970
18971         * gnus-registry.el (gnus-registry-clean-empty-function)
18972         (gnus-registry-clean-empty): Remove only empty entries without
18973         extra data.
18974
18975 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18976
18977         * spam-stat.el (spam-stat-buffer-change-to-spam)
18978         (spam-stat-buffer-change-to-non-spam): Change (error) to
18979         (gnus-message 8) invocation.
18980
18981 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * nntp.el (nntp-via-netcat-command): New variable.
18984         (nntp-via-netcat-switches): New variable.
18985         (nntp-open-via-rlogin-and-netcat): New function.
18986         (nntp-open-connection-function): Doc fix.
18987         (nntp-telnet-command): Doc fix.
18988         (nntp-end-of-line): Doc fix.
18989         (nntp-via-rlogin-command): Doc fix.
18990         (nntp-via-user-name): Doc fix.
18991         (nntp-via-address): Doc fix.
18992
18993 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18996         error in Emacs 21.1.
18997
18998 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18999
19000         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19001
19002 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19003
19004         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19005         (gnus-agent-with-refreshed-group): New macro.
19006         (gnus-agent-rename-group): New function.
19007         (gnus-agent-delete-group): New function.
19008         (gnus-agent-save-group-info): Use gnus-command-method when
19009         `method' parameter is nil.  Don't write nil entries into the
19010         active file.
19011         (gnus-agent-get-group-info): New function.
19012         (gnus-agent-fetch-articles):
19013         Use gnus-agent-update-files-total-fetched-for to increment disk space
19014         used.
19015         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19016         Use gnus-agent-update-view-total-fetched-for to increment disk space
19017         used.
19018         (gnus-agent-get-local): Add optional parameters to avoid calling
19019         gnus-group-real-name and gnus-find-method-for-group.
19020         (gnus-agent-set-local): Delete stored entry if either min, or max,
19021         are nil.
19022         (gnus-agent-fetch-session): Reworded error/quit messages.
19023         On quit, use gnus-agent-regenerate-group to record existance of any
19024         articles fetched to disk before the quit occurred.
19025         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19026         gnus-agent-update-view-total-fetched-for, and
19027         gnus-agent-update-files-total-fetched-for to decrement disk space
19028         used.
19029         (gnus-agent-retrieve-headers):
19030         Use gnus-agent-update-view-total-fetched-for to increment disk space
19031         used.
19032         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19033         with gnus-agent-update-files-total-fetched-for to decrement disk
19034         space and fresh group buffer.
19035         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19036         (gnus-agent-need-update-total-fetched-for): New variable.
19037         (gnus-agent-update-files-total-fetched-for): New function.
19038         (gnus-agent-update-view-total-fetched-for): New function.
19039         (gnus-agent-total-fetched-for): New function.
19040
19041         * gnus-cache.el (gnus-cache-save-buffers):
19042         Use gnus-cache-update-overview-total-fetched-for to change disk space
19043         used by this group.
19044         (gnus-cache-possibly-enter-article):
19045         Use gnus-cache-update-file-total-fetched-for to increment disk space
19046         used by this group.
19047         (gnus-cache-possibly-remove-article):
19048         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19049         used by this group.
19050         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19051         (gnus-cache-rename-group): New function.
19052         (gnus-cache-delete-group): New function.
19053         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19054         (gnus-cache-need-update-total-fetched-for): New variable.
19055         (gnus-cache-with-refreshed-group): New macro.
19056         (gnus-cache-update-file-total-fetched-for): New function.
19057         (gnus-cache-update-overview-total-fetched-for): New function.
19058         (gnus-cache-rename-group-total-fetched-for): New function.
19059         (gnus-cache-delete-group-total-fetched-for): New function.
19060         (gnus-cache-total-fetched-for): New function.
19061
19062         * gnus-group.el: Require gnus-sum and autoload functions to
19063         resolve warnings when gnus-group.el compiled alone.
19064         (gnus-group-line-format): Documented new %F.
19065         (size of Fetched data) group line format; identifies disk space
19066         used by agent and cache.
19067         (gnus-group-line-format-alist): Defined new F format.
19068         (gnus-total-fetched-for): New function.
19069         (gnus-group-delete-group): No longer update
19070         gnus-cache-active-altered as gnus-request-delete-group now keeps
19071         the cache in sync.
19072         (gnus-group-list-active): Let the agent store a server's active
19073         list if currently plugged.
19074
19075         * gnus-int.el (gnus-request-delete-group):
19076         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19077         local disk in sync with the server.
19078         (gnus-request-rename-group):
19079         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19080         local disk in sync with the server.
19081
19082         * gnus-start.el (gnus-get-unread-articles):
19083         Cosmetic simplification to logic.
19084
19085         * gnus-util.el (gnus-rename-file): New function.
19086
19087 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19088
19089         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19090
19091 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19092
19093         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19094         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19095
19096 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19097
19098         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19099         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19100
19101 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19102
19103         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19104
19105 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19106
19107         * spam.el (spam-set-difference): Add function to replace
19108         gnus-set-difference in spam.el.
19109         (spam-summary-prepare-exit): Use spam-set-difference.
19110
19111 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19112
19113         * gnus-registry.el (gnus-registry-cache-file): Update to use
19114         gnus-dribble-directory OR gnus-home-directory OR ~.
19115         (gnus-registry-split-fancy-with-parent): Fix doc.
19116
19117 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * message.el (message-exchange-point-and-mark):
19120         Use message-mark-active-p.  Suggested by Jesper Harder
19121         <harder@ifa.au.dk>.
19122
19123 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * message.el (message-exchange-point-and-mark): Don't activate
19126         region if it was inactive.  Suggested by Hiroshi Fujishima
19127         <pooh@nature.tsukuba.ac.jp>.
19128
19129 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * gnus-art.el (article-display-face): Display Faces in the same
19132         order as X-Faces.
19133
19134 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19137
19138 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19139
19140         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19141         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19142         (gnus-article-mime-hierarchy): Remove.
19143         (gnus-article-mime-hierarchy-next): Remove.
19144         (gnus-article-mode): Revert 2004-03-19 change.
19145         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19146         (gnus-insert-mime-button): Revert 2004-03-19 change.
19147         (gnus-mime-accumulate-hierarchy): Remove.
19148         (gnus-mime-enter-multipart): Remove.
19149         (gnus-mime-leave-multipart): Remove.
19150         (gnus-mime-display-part): Revert 2004-03-19 change.
19151         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19152
19153         * mml.el (mml-preview): Revert 2004-03-19 change.
19154
19155 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19156
19157         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19158
19159 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19162         t while entering a file name using the mm-with-multibyte macro.
19163         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19164
19165         * mm-util.el (mm-with-multibyte): New macro.
19166
19167 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19168
19169         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19170         New user option.
19171         (gnus-mime-multipart-functions): Doc and customization fix.
19172         (gnus-article-mime-hierarchy): New variable.
19173         (gnus-article-mime-hierarchy-next): New variable.
19174         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19175         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19176         gnus-article-mime-hierarchy-next to nil.
19177         (gnus-insert-mime-button): Show hierarchy numbers.
19178         (gnus-mime-accumulate-hierarchy): New function.
19179         (gnus-mime-enter-multipart): New function.
19180         (gnus-mime-leave-multipart): New function.
19181         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19182         (gnus-mime-display-alternative): Show hierarchy numbers.
19183
19184         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19185         gnus-article-mime-hierarchy-next to nil.
19186
19187 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19188
19189         * dns.el: Don't require gnus-xmas.
19190
19191 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19192
19193         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19194         inline PGP.
19195         (mml-menu): Disable mml-quote-region if mark is inactive.
19196
19197 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19200         when the group's active is not available.
19201
19202 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19203
19204         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19205         error.
19206
19207 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19208
19209         * imap.el (imap-store-password): New variable.
19210         (imap-interactive-login): Use it.
19211         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19212
19213 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19216         window-start and hscroll to summary window.
19217
19218 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19219
19220         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19221         conversion message to newsrc-dribble when an actual conversion is
19222         performed.
19223
19224 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19225
19226         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19227
19228 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * mm-decode.el (mm-complicated-handles): New function reviving
19231         former definition of mm-multiple-handles.
19232
19233         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19234         (gnus-mime-delete-part): Use it.
19235
19236 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19237
19238         * gnus-agent.el (gnus-agent-read-local):
19239         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19240         avoid the implicit assumption that they will always be equal.
19241         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19242         coding-system-for-write, as the with-temp-file macro first prints
19243         to a buffer then saves the buffer.
19244
19245 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19246
19247         * gnus-art.el (gnus-article-edit-part): New function.
19248         (gnus-mime-save-part-and-strip): Use it; do query instead of
19249         signaling an error; don't use mm-multiple-handles.
19250         (gnus-mime-delete-part): Ditto.
19251
19252 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19253
19254         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19255         old file versions.
19256         (gnus-group-prepare-hook): Remove function that converted list
19257         form of gnus-agent-expire-days to group properties.
19258
19259         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19260         (gnus-request-accept-article): Re-indented.
19261
19262         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19263         converters to handle old agent file formats.  Add logic for a
19264         "backup before upgrading warning".
19265         (gnus-convert-mark-converter-prompt): Developers can mark
19266         functions as needing (default), or not needing,
19267         gnus-convert-old-newsrc's "backup before upgrading warning".
19268         (gnus-convert-converter-needs-prompt): Tests whether the user
19269         should be protected from potentially irreversable changes by the
19270         function.
19271
19272         * legacy-gnus-agent.el: New.  Provides converters that are only
19273         loaded when gnus-convert-old-newsrc needs to call them.
19274
19275 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * mail-source.el (mail-source-touch-pop): Doc fix.
19278
19279         * message.el (message-smtpmail-send-it): Doc fix.
19280
19281 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19282
19283         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19284
19285         * nnmail.el (nnmail-split-fancy): do.
19286
19287         * gnus-kill.el (gnus-kill, gnus-execute): do.
19288
19289 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19290
19291         * gnus-sum.el (gnus-widget-reversible-match)
19292         (gnus-widget-reversible-to-internal)
19293         (gnus-widget-reversible-to-external): New functions.
19294         (gnus-widget-reversible): New widget.
19295         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19296
19297 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19298
19299         * gnus-sum.el (gnus-thread-sort-functions)
19300         (gnus-article-sort-functions): Document `(not F)' items.
19301
19302 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19303
19304         * spam.el (spam-use-gmane-xref): Add new backend.
19305         (spam-gmane-xref-spam-group): Add variable to control the name of the
19306         Gmane spam group.
19307         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19308         (spam-regex-headers-spam, spam-regex-headers-ham)
19309         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19310         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19311         backends and checks.
19312         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19313
19314         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19315         an autodetect method.
19316
19317 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19318
19319         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19320         articles are being added to a group.
19321         (gnus-request-replace-article): Inform the agent that articles
19322         need to be uncached as the cached contents are no longer valid.
19323
19324 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19325
19326         * binhex.el: Don't autoload executable-find.
19327
19328         * canlock.el: Don't autoload mail-fetch-field.
19329
19330         * dgnushack.el: Autoload c-mode for XEmacs.
19331
19332         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19333
19334         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19335         rmail-dont-reply-to and rmail-output.
19336
19337         * gnus-score.el: Don't autoload ffap-string-at-point.
19338
19339         * gnus-setup.el: Don't autoload sc-cite-original.
19340
19341         * imap.el: Don't autoload base64-decode-string,
19342         base64-encode-string and md5.
19343
19344         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19345         and rmail-msg-restore-non-pruned-header.
19346
19347         * mm-decode.el: Don't autoload executable-find.
19348
19349         * mm-url.el: Don't autoload executable-find.
19350
19351         * mm-view.el: Don't autoload diff-mode.
19352
19353         * nndb.el: Don't autoload news-reply-mode, news-setup,
19354         cancel-timer and telnet.
19355
19356         * password.el: Don't autoload run-at-time for Emacs.
19357
19358         * sha1-el.el: Don't autoload executable-find.
19359
19360         * sieve-mode.el: Don't autoload c-mode.
19361
19362         * uudecode.el: Don't autoload executable-find.
19363
19364 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19365
19366         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19367         (gnus-agent-possibly-alter-active): Avoid null in numeric
19368         comparison.
19369         (gnus-agent-set-local): Refuse to save null in local object table.
19370         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19371         list of articles that will be marked as unread.
19372
19373 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19376
19377 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19378
19379         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19380         language tags.
19381
19382 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19383
19384         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19385         Don't bind "obarray".
19386
19387         * gnus-sum.el (gnus-thread-sort-functions):
19388         Add `gnus-thread-sort-by-most-recent-number' and
19389         `gnus-thread-sort-by-most-recent-date'.
19390         Reported by Kai Grossjohann <kai@emptydomain.de>.
19391
19392 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19393
19394         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19395
19396 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19397
19398         * gnus-cus.el (gnus-agent-customize-category):
19399         Remove ignore-errors macro reference that required cl to be loaded at
19400         run-time.
19401
19402         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19403         single-interval range of the form (min . max).  Previously the
19404         range had to look like ((min . max)).  Likewise, return
19405         (min . max) rather than ((min . max)).
19406         (gnus-range-map): Use gnus-range-normalize to accept
19407         single-interval range.
19408
19409         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19410         the cache, but not the agent, now appear with their usual face.
19411
19412         * dgnushack.el (loaddir): New variable that is bound to the
19413         directory containing the dgnushack.el file. Use loaddir, rather
19414         than srcdir, to update load-path. Change lets dgnushack compile
19415         code in directories other than GNUS/lisp.
19416
19417 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * lpath.el: Don't bind w3m-safe-url-regexp.
19420
19421         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19422         w3m-safe-url-regexp variable buffer-local.
19423
19424         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19425
19426 2004-02-27  Simon Josefsson  <jas@extundo.com>
19427
19428         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19429         gnus-group-real-prefix.
19430         (gnus-summary-move-article): Use it, instead of
19431         gnus-group-real-prefix.
19432
19433 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19434
19435         * lpath.el: Bind w3m-safe-url-regexp.
19436
19437         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19438         w3m-safe-url-regexp variable buffer-local and set it as the value
19439         of mm-w3m-safe-url-regexp.
19440
19441         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19442
19443         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19444         parsing gnus-posting-styles when the message is not for replying.
19445
19446         * dgnushack.el: Autoload sgml-mode for XEmacs.
19447
19448         * nnrss.el (nnrss-opml-export):
19449         Use mm-set-buffer-file-coding-system instead of
19450         set-buffer-file-coding-system.
19451
19452 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19453
19454         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19455         of checkdoc.el).
19456         * nnrss.el: do.
19457         * gnus-mlspl.el: do.
19458         * gnus-ml.el: do.
19459         * gnus-srvr.el: do.
19460
19461         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19462
19463 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19464
19465         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19466         Corrections to custom-manual links.
19467
19468         * gnus-art.el (gnus-article): Ditto.
19469
19470         * mm-decode.el (mime-display, mime-security): Ditto.
19471
19472 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19473
19474         * flow-fill.el: Typo.
19475
19476 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19477
19478         * spam-wash.el: New file.
19479
19480 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19481
19482         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19483
19484 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19485
19486         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19487         to be run with new-articles as LIST1, not LIST2.
19488         (spam-registration-functions): Add spam-use-ham-copy as a nil
19489         registration backend.
19490
19491 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19492
19493         * spam-stat.el (spam-stat-washing-hook): New option.
19494         (spam-stat-buffer-words): Use it.
19495         (spam-stat-process-directory, spam-stat-test-directory):
19496         Use insert-file-contents-literally.
19497         (spam-stat-coding-system): New variable.
19498         (spam-stat-load, spam-stat-save): Use it.
19499
19500 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * spam-report.el (spam-report-plug-agent):
19503         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19504
19505 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19506
19507         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19508         Allow / in mailto URLs.
19509
19510 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19511
19512         * spam-report.el (spam-report-process-queue): Fix interactive use.
19513         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19514         (spam-report-unplug-agent): Doc fixes.
19515         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19516         (spam-report-agentize, spam-report-deagentize): Autoload.
19517
19518 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19519
19520         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19521
19522         * message.el (message-setup-fill-variables): Add mml tags to
19523         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19524         <ajk@iu.edu>.
19525         (message-mode): Don't modify paragraph-separate there.
19526
19527 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19528
19529         * compface.el (uncompface-use-external): Default to undecided.
19530         (uncompface-use-external-threshold): New variable.
19531         (uncompface-float-time): New macro.
19532         (uncompface): Determine whether to use the external decoder if
19533         uncompface-use-external is undecided.
19534
19535 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19536
19537         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19538         after images.
19539
19540         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19541
19542 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19543
19544         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19545
19546         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19547
19548         * gnus-sum.el (gnus-summary-limit-to-age)
19549         (gnus-summary-limit-children): do.
19550
19551         * gnus-int.el (gnus-request-scan): do.
19552
19553         * gnus-group.el (gnus-group-suspend): do.
19554
19555         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19556
19557         * gnus-cite.el (gnus-cite-parse-attributions): do.
19558
19559         * gnus-agent.el (gnus-summary-set-agent-mark)
19560         (gnus-agent-regenerate-group): do.
19561
19562         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19563
19564         * binhex.el (binhex-decode-region-internal): do.
19565
19566 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * gnus-fun.el (gnus-face-properties-alist): New user option.
19569         (gnus-display-x-face-in-from): Use it.
19570
19571         * gnus-art.el (article-display-face): Ditto.
19572
19573         * compface.el (uncompface-use-external): Default to nil.
19574
19575 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19576
19577         * nntp.el (nntp-erase-buffer): New function.
19578         (nntp-retrieve-data, nntp-send-command)
19579         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19580         (nntp-possibly-change-group): Use it.
19581
19582         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19583         Use with-current-buffer.
19584
19585 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19586
19587         * compface.el: Merge the ELisp-based uncompface program.
19588         (compface): New customization group.
19589         (uncompface-use-external): New user option.
19590         (uncompface): Call uncompface-internal if uncompface-use-external
19591         is nil.
19592         (uncompface-internal): New function.  Note that there are also
19593         some other functions and variables added for this function.
19594
19595 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19596
19597         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19598         if necessary.
19599
19600 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19601
19602         * spam-report.el (spam-report-unplug-agent)
19603         (spam-report-plug-agent, spam-report-deagentize)
19604         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19605         Add support for the Agent in spam-report: when unplugged, report to a
19606         file; when plugged, submit all the requests.
19607
19608         * spam.el (spam-register-routine): Fix message about
19609         registration.
19610
19611 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19612
19613         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19614         dependencies.
19615         (rfc2047-encode): Use it.
19616
19617         * gnus-art.el (gnus-button-marker-list): Move before first
19618         reference.
19619
19620         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19621         (imap-parse-body): Fix format string mismatch.
19622
19623         * gnus-score.el (gnus-summary-increase-score): do.
19624
19625         * nnrss.el (nnrss-close): New function.
19626
19627 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19628
19629         * nnrss.el (nnrss-make-filename): New function.
19630         (nnrss-request-delete-group, nnrss-read-server-data)
19631         (nnrss-save-server-data, nnrss-read-group-data)
19632         (nnrss-save-group-data): Use it.
19633         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19634         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19635         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19636
19637 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19638
19639         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19640
19641 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19642
19643         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19644         files.
19645
19646         * message.el (message-generate-headers-first): Don't quote nil
19647         and t in docstrings.
19648
19649         * imap.el (imap-id): do.
19650
19651         * gnus-agent.el (gnus-agent-consider-all-articles)
19652         (gnus-agent-queue-mail): do.
19653
19654 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19655
19656         * spam-report.el (spam-report-process-queue): New function.
19657         Process requests from `spam-report-requests-file'.
19658         (spam-report-process-queue): Doc fix.
19659
19660 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19661
19662         * spam.el (spam-register-routine)
19663         (spam-log-processing-to-registry, spam-log-registered-p)
19664         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19665         Change "check" to "spam-check" for semi-clarity.
19666
19667 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19668
19669         * pop3.el: Require nnheader.
19670
19671         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19672
19673         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19674
19675         * gnus-picon.el: Require cl.
19676
19677         * gnus-fun.el: Require gnus-ems and gnus-util.
19678
19679         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19680
19681         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19682
19683         * gnus-art.el (gnus-article-edit-mode): Define before first
19684         reference.
19685
19686 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19687
19688         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19689         (gnus-uu-post-encoded): Use point-at-bol.
19690
19691         * gnus-topic.el (gnus-group-active-topic-p): do.
19692
19693         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19694
19695         * gnus-group.el (gnus-group-kill-region): do.
19696
19697         * gnus-art.el (article-date-ut): do.
19698
19699         * message.el (message-fetch-field): Remove redundant
19700         case-fold-search binding.
19701         (message-narrow-to-field): Simplify.
19702
19703 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19704
19705         * spam.el (spam-directory): Derive from `gnus-directory'.
19706
19707         * spam-report.el (spam-report-url-to-file)
19708         (spam-report-requests-file): New function and variable for offline
19709         reporting.
19710         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19711         and user defined function.
19712         (spam-report-url-ping-mm-url): Remove doubled slash.
19713
19714 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19715
19716         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19717
19718 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19719
19720         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19721         Fix format string mismatch.
19722
19723         * sieve.el (sieve-deactivate-all): do.
19724
19725         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19726
19727         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19728
19729         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19730
19731         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19732
19733 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19734
19735         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19736         the list of checks.
19737
19738 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19739
19740         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19741         padding.
19742
19743 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19744
19745         * mm-view.el (mm-fill-flowed): New variable.
19746         (mm-inline-text): Use it.
19747
19748 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19749
19750         * spam.el (spam-spamassassin-register-ham-routine)
19751         (spam-spamassassin-register-spam-routine): Fix function names.
19752
19753 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * gnus.el (gnus-tmp-grouplens): Remove.
19756         (gnus-summary-line-format): Remove grouplens.
19757
19758         * gnus-group.el (gnus-group-line-format): Ditto.
19759
19760         * gnus-spec.el (gnus-format-specs): Ditto.
19761         (gnus-update-format-specifications): Flush the group format spec
19762         cache if there's the grouplens stuff.
19763         (gnus-parse-simple-format): Replace %l with the empty string.
19764
19765 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19766
19767         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19768         omission.
19769
19770 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19771
19772         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19773         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19774
19775 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19776
19777         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19778         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19779         New macros and functions.
19780         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19781         Handle > NLINK_MAX messages.
19782         * nnmaildir.el (nnmaildir-request-set-mark):
19783         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19784
19785 2004-01-25  Alex Schroeder  <alex@gnu.org>
19786
19787         * spam-stat.el (spam-stat-process-directory-age): New option.
19788         (spam-stat-process-directory): Use it.
19789
19790 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19791
19792         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19793         (spam-stat-save): Accept prefix argument.
19794
19795 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19796
19797         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19798         links" error.
19799
19800 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19801
19802         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19803         the rest of the and/or forms.
19804
19805 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19806
19807         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19808         compatibility with old .newsrc.eld files.
19809
19810         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19811
19812         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19813
19814         * gnus-start.el (gnus-1): do.
19815
19816         * gnus-group.el (gnus-group-line-format-alist): do.
19817
19818         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19819
19820         * gnus-gl.el: Remove.
19821
19822 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19823
19824         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19825         marks consisting of a single range {for example, (3 . 5)} rather
19826         than a list of a single range { ((3 . 5)) }.
19827
19828 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19829
19830         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19831         Use with-current-buffer.
19832         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19833         avoid consing a string.
19834
19835         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19836         Remove obsolete entries for big5 and gb2312.
19837
19838 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19839
19840         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19841         uncompressed list.
19842
19843 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19844
19845         * spam-stat.el (spam-stat-strip-xref): New function.
19846         (spam-stat-process-directory): Use it.
19847
19848         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19849         here -- it's done in message-fetch-field.
19850
19851 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19852
19853         * gnus-agent.el (gnus-agent-queue-mail)
19854         (gnus-agent-prompt-send-queue): New variables.
19855         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19856         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19857         "nndraft:queue" along to gnus-draft-send.
19858         Use gnus-agent-prompt-send-queue.
19859         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19860         is "nndraft:queue".  Suggested by Gaute Strokkenes
19861         <gs234@srcf.ucam.org>
19862
19863         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19864         (agent-enable-undownloaded-faces): Add.
19865         (gnus-agent-cat-groups): Use eval-and-compile, not
19866         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19867         method of gnus-agent-cat-groups even when the buffer has been
19868         evaled.
19869         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19870         delete gnus-agent-save-active-1.
19871         (gnus-agent-save-groups): Delete.  Identical to
19872         gnus-agent-save-active.
19873         (gnus-agent-write-active): No longer adjust agent's copy of active
19874         file as agent's adjustments are now stored in their own
19875         file.  Remove optional parameter.
19876         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19877         servers.  Add use of min/max range limits from server's local
19878         file.
19879         (gnus-agent-save-alist): Remove unused optional argument.
19880         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19881         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19882         (gnus-agent-set-local): A per-server file that keeps min/max range
19883         limits for articles known to the agent.  Provides a fast mechanism
19884         for altering many active ranges.
19885         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19886         active file (local makes it unnecessary).
19887         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19888
19889         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19890         (agent-enable-undownloaded-faces): Add.
19891
19892         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19893         disable it when sending to "nndraft:queue".
19894         (gnus-group-send-queue): Add safety check to avoid sending queue
19895         when unplugged.
19896
19897         * gnus-group.el (gnus-group-catchup): Use new
19898         gnus-sequence-of-unread-articles, not
19899         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19900         numbers of articles.  Use gnus-range-map to avoid having to
19901         uncompress the unread list.
19902         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19903         Fix invalid ange-ftp reference.
19904
19905         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19906         (gnus-sorted-range-intersection): Intersection of two ranges
19907         without requiring that they first be uncompressed.
19908
19909         * gnus-start.el (gnus-activate-group): Unless blocked by the
19910         caller, possibly expand the active range to include both cached
19911         and agentized articles.
19912         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19913         multiple version-dependent converters.
19914         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19915         gnus-agent-save-active.
19916         (gnus-save-newsrc-file): Save dirty agent range limits.
19917
19918         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19919         gnus-agent-possibly-alter-active.
19920         (gnus-adjust-marked-articles): Faster handling of simple lists.
19921
19922 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19923
19924         * spam-stat.el (spam-stat-test-directory): New optional argument
19925         displays a list of files detected.  Suggested by Andrew Cohen
19926         <cohen@andy.bu.edu>.
19927         (spam-stat-buffer-words-with-scores): Don't narrow and change
19928         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19929
19930 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19931
19932         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19933         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19934         (spam-spamassassin-arguments)
19935         (spam-spamassassin-spam-flag-header)
19936         (spam-spamassassin-positive-spam-flag-header)
19937         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19938         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19939         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19940         (spam-list-of-processors, spam-list-of-checks)
19941         (spam-list-of-statistical-checks, spam-registration-functions)
19942         (spam-check-spamassassin-headers, spam-check-spamassassin)
19943         (spam-spamassassin-score)
19944         (spam-spamassassin-register-with-sa-learn)
19945         (spam-spamassassin-register-spam-routine)
19946         (spam-spamassassin-register-ham-routine)
19947         (spam-assassin-register-spam-routine)
19948         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19949         (spam-bogofilter-score): Fix to show article before scoring.
19950
19951 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19952
19953         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19954         default scoring function.
19955         (spam-generic-score): Call spam-spamassassin-score if
19956         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19957         spam-bogofilter-score otherwise.
19958
19959         * gnus.el (spam-process, spam-autodetect-methods):
19960         Add spamassassin and spamassassin-headers.
19961
19962 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19963
19964         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19965         Suppress unnecessary messages.
19966
19967 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19968
19969         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19970         make-hash-table.
19971
19972 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * canlock.el (base64-encode-string): Don't autoload it.
19975
19976 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * run-at-time.el: Remove useless (require 'itimer),
19979         eval-and-compile and (featurep 'xemacs).
19980
19981 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19982
19983         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19984         GROUP is a virtual group.
19985
19986 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19987
19988         * gnus.el: Autoload `message-y-or-n-p'.
19989
19990 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19991
19992         * pgg-parse.el: Remove unnecessary (require 'custom).
19993
19994         * pgg-def.el: do.
19995
19996         * nnmail.el: do.
19997
19998         * gnus-undo.el: do.
19999
20000         * gnus-picon.el: do.
20001
20002         * gnus-util.el: do.
20003
20004 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20005
20006         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20007
20008 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20009
20010         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20011         handle, as well as a list.
20012
20013         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20014         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20015         (mm-w3m-cid-retrieve): Simplify.
20016
20017 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20018
20019         * message.el (message-kill-to-signature): Allow prefix arg to
20020         specify number of lines to keep before signature.
20021
20022 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20023
20024         * message.el (message-kill-to-signature): Change docstring.
20025
20026 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20027
20028         * canlock.el: Always require sha1-el.
20029         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20030
20031         * message.el: Autoload sha1 only when compiling.
20032
20033         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20034         eudc-expand-inline for XEmacs.
20035
20036 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20037
20038         * message.el (message-canlock-generate): Require sha1-el.
20039
20040 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20041
20042         * message.el (message-expand-name): Silence the byte compiler.
20043
20044         * lpath.el: Add detect-coding-system.
20045
20046         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20047         cus-edit.
20048
20049 2004-01-13  Simon Josefsson  <jas@extundo.com>
20050
20051         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20052         Invoke gnus-score-mode.
20053         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20054
20055         * gnus-range.el (gnus-compress-sequence): Doc fix.
20056         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20057
20058 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20059
20060         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20061
20062 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20063
20064         * spam.el (spam-get-article-as-string): Update to use
20065         gnus-request-article-this-buffer, much simpler.
20066         (spam-get-article-as-buffer): Remove.
20067
20068 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20069
20070         * message.el (message-expand-name): Use EUDC if the user uses that.
20071
20072 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20073
20074         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20075         character for the encoding to avoid consing a string.
20076
20077         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20078         unnecessarily.
20079
20080         * mm-util.el (mm-replace-chars-in-string): Remove.
20081
20082         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20083         of mm-replace-chars-in-string.
20084
20085 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20086
20087         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20088
20089         * mm-util.el (mm-subst-char-in-string): Support inplace.
20090
20091         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20092         a new string in every iteration.  Use shy groups.
20093
20094 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20095
20096         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20097         * gnus-soup.el (gnus-soup-group-brew):
20098         * gnus-msg.el (gnus-put-message):
20099         * gnus-move.el (gnus-group-move-group-to-server):
20100         * gnus-kill.el (gnus-batch-score):
20101         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20102         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20103         (gnus-group-update-group, gnus-group-read-group)
20104         (gnus-group-make-group, gnus-group-make-help-group)
20105         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20106         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20107         (gnus-group-sort-by-unread, gnus-group-catchup)
20108         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20109         (gnus-group-yank-group, gnus-group-set-info)
20110         (gnus-group-list-groups):
20111         * gnus.el (gnus-generate-new-group-name):
20112         * gnus-delay.el (gnus-delay-send-queue):
20113         * nnvirtual.el (nnvirtual-catchup-group):
20114         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20115         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20116         (gnus-group-prepare-topics, gnus-topic-check-topology):
20117         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20118         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20119         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20120         (gnus-group-make-articles-read):
20121         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20122         (gnus-group-change-level, gnus-kill-newsgroup)
20123         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20124         (gnus-get-unread-articles, gnus-make-articles-unread)
20125         (gnus-make-ascending-articles-unread): Use accessor
20126         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20127         to get group information for improved readability.
20128
20129
20130 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20131
20132         * gnus-art.el (article-decode-mime-words, article-babel)
20133         (gnus-article-highlight-signature, gnus-article-add-buttons)
20134         (gnus-signature-toggle): Use gnus-with-article-buffer.
20135
20136         * gnus-art.el (gnus-article-highlight-headers)
20137         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20138
20139         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20140         (gnus-article-set-globals, gnus-request-article-this-buffer)
20141         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20142         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20143         (gnus-mime-display-alternative): Use with-current-buffer.
20144
20145 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20146
20147         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20148         also under 80 char limit, and call gnus-error if needed.
20149         (spam-fetch-article-header): Fix - it was a
20150         buffer-local variable (gnus-newsgroup-data).
20151         (spam-find-spam): Use spam-generate-fake-headers, forget about
20152         spam-insert-fake-headers.
20153         (spam-insert-fake-headers): Remove.
20154
20155 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20156
20157         * deuglify.el (gnus-article-outlook-unwrap-lines)
20158         (gnus-outlook-rearrange-article)
20159         (gnus-outlook-repair-attribution-outlook)
20160         (gnus-outlook-repair-attribution-block)
20161         (gnus-outlook-repair-attribution-other): Remove redundant
20162         save-excursion.
20163
20164 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20165
20166         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20167         (spam-fetch-field-subject-fast)
20168         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20169         (spam-fetch-article-header): Add functions to deal with Gnus
20170         internals for fast retrieval of article header data.
20171         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20172
20173 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20174
20175         * pop3.el (pop3-md5): Remove.
20176         (pop3-apop): Replace pop3-md5 with md5.
20177
20178         * mm-bodies.el: base64 is always built-in.
20179
20180         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20181         Use with-current-buffer.
20182
20183 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20184
20185         * canlock.el (canlock-insert-header): Remove excessive grouping in
20186         regexp.
20187
20188         * gnus-sum.el (gnus-summary-read-document): Ditto.
20189
20190         * gnus-uu.el (gnus-uu-part-number): Ditto.
20191
20192         * html2text.el (html2text-remove-tags): Ditto.
20193         (html2text-format-tags): Ditto.
20194         (html2text-format-single-elements): Ditto.
20195
20196         * mml.el (mml-parse-1): Ditto.
20197
20198 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20199
20200         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20201
20202         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20203
20204         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20205
20206         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20207
20208 2003-11-15  Simon Josefsson  <jas@extundo.com>
20209
20210         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20211         (pgg-gpg-lookup-key): Use regexp match instead of
20212         split-string (split-string is different between emacs 21.2 and
20213         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20214
20215 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20216
20217         * gnus-art.el (gnus-mime-view-all-parts)
20218         (gnus-article-part-wrapper, gnus-article-view-part):
20219         Use with-current-buffer.
20220
20221 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20222
20223         * spam.el (spam-disable-spam-split-during-ham-respool)
20224         (spam-spamoracle-database, spam-cache-lookups)
20225         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20226         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20227         (spam-group-ham-marks, spam-group-spam-marks)
20228         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20229         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20230         also add spam-use-blackholes to the statistical checks.
20231         (spam-fetch-field-fast): Add interface to fetching fields, may
20232         become a macro.
20233         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20234         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20235         (spam-insert-fake-headers): Fake an article when needed.
20236         (spam-find-spam): Fake article when possible.
20237         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20238         (spam-check-bogofilter-headers): Use message-fetch-field instead
20239         of nnmail-fetch-field.
20240
20241 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20242
20243         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20244
20245 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20246
20247         * spam.el (spam-split): Do not require spam-use-CHECK to be
20248         enabled if that check is passed to spam-split explicitly; also
20249         fix so 'spam doesn't get converted to spam-split-group when
20250         spam-split-symbolic-return is t.
20251         (spam-find-spam): Find registrations of the article and use those
20252         instead of re-running spam-split to find the spam/ham
20253         classification of the article.
20254         (spam-log-processing-to-registry, spam-log-registered-p)
20255         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20256         Use gnus-error instead of gnus-message.
20257         (spam-log-registration-type): Add function to determine the
20258         classification of a message based on registry entries; will
20259         return nil if both 'spam and 'ham are found.
20260         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20261         a reasonably fast local cache without the loading errors.
20262         (spam-cache-lookups): Set to t by default.
20263         (spam-find-spam): Don't try to guess spam-cache-lookups.
20264         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20265         spam-caches entry.
20266         (spam-filelist-build-cache, spam-filelist-check-cache):
20267         Fix caching of whitelist/blacklist entries.
20268         (spam-check-whitelist, spam-check-blacklist):
20269         Invoke spam-from-listed-p with a type, not a cache variable.
20270         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20271
20272 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20273
20274         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20275
20276         * nnmail.el (nnmail-split-fancy): do.
20277
20278         * mml.el (mml-parse): do.
20279
20280         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20281         (gnus-score-adaptive): do.
20282
20283 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20284
20285         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20286         (gnus-mime-button-map): Don't set keymap parent.
20287         (gnus-button-ctan-directory-regexp): Use shy grouping.
20288         (gnus-prev-page-map): Don't set keymap parent.
20289         (gnus-prev-page-map): Remove duplicated one.
20290         (gnus-next-page-map): Don't set keymap parent.
20291         (gnus-mime-security-button-map): Ditto.
20292
20293         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20294         version number.
20295
20296         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20297
20298 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20299
20300         * canlock.el (canlock-sha1-function): Remove.
20301         (canlock-sha1-function-for-verify): Remove.
20302         (canlock-openssl-program): Remove.
20303         (canlock-openssl-args): Remove.
20304         (canlock-ignore-errors): Remove.
20305         (canlock-sha1-with-openssl): Remove.
20306         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20307         (canlock-verify): Don't use canlock-ignore-errors.
20308
20309         * sha1-el.el (sha1-string-external): Make it can return a string
20310         in binary form.
20311         (sha1-region-external): Ditto.
20312         (sha1-string-internal): Ditto.
20313         (sha1-region-internal): Ditto.
20314         (sha1-region): Ditto.
20315         (sha1-string): Ditto.
20316         (sha1): Ditto.
20317
20318 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20319
20320         * spam.el (spam-report-articles-gmane): New command.
20321
20322 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20323
20324         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20325
20326         * run-at-time.el (run-at-time-saved): Remove.
20327         (run-at-time): Doc fix.
20328
20329 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20330
20331         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20332         (gnus-summary-limit-map): Add it.
20333         (gnus-summary-make-menu-bar): do.
20334
20335 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20336
20337         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20338         Make attempt at some caching support (done for BBDB only now).
20339         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20340         addresses to be checked.
20341         (spam-clear-cache-BBDB): Add function, to be invoked by
20342         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20343         (spam-check-BBDB): Check and use the caches, if
20344         spam-cache-lookups is on, remove superfluous (provide).
20345
20346 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20347
20348         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20349
20350 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20351
20352         * run-at-time.el (run-at-time-saved): Move to after the definition
20353         of `run-at-time'.
20354
20355         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20356
20357 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20358
20359         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20360         mm-w3m-local-map-property.
20361
20362         * mm-view.el (mm-w3m-mode-map): Remove.
20363         (mm-w3m-local-map-property): Remove.
20364         (mm-inline-text-html-render-with-w3m): Don't use
20365         mm-w3m-local-map-property.
20366
20367 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20368
20369         * run-at-time.el: New file.
20370
20371         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20372         under Emacs.
20373
20374         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20375         of gnus-set-text-properties.
20376
20377         * gnus-uu.el (gnus-uu-save-article): Ditto.
20378
20379         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20380
20381         * gnus-cite.el (gnus-cite-parse): Ditto.
20382
20383         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20384         of gnus-.
20385
20386         * gnus-xmas.el (run-at-time): Require run-at-time.
20387
20388         * gnus.el: Change calls to nnheader-run-at-time and
20389         password-run-at-time throughout to use run-at-time directly.
20390
20391         * password.el: Remove definition of run-at-time.
20392
20393         * nnheaderxm.el: Remove definition of run-at-time.
20394
20395 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20396
20397         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20398         in prompt.
20399
20400 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20401
20402         * messagexmas.el (message-xmas-redefine): Alias
20403         `message-make-caesar-translation-table' to
20404         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20405         version.
20406
20407         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20408         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20409         `gnus-xmas-set-text-properties'.
20410         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20411         `gnus-xmas-completing-read'.
20412         (gnus-xmas-completing-read): Removed.
20413         (gnus-xmas-open-network-stream): Removed.
20414
20415         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20416         XEmacs version.
20417
20418         * dns.el (dns-make-network-process): Use `open-network-stream'
20419         instead of `gnus-xmas-open-network-stream'.
20420
20421         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20422
20423         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20424
20425 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20426
20427         * gnus-art.el (gnus-mime-display-alternative)
20428         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20429         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20430         Don't use gnus-local-map-property.
20431
20432         * gnus-util.el (gnus-local-map-property): Remove.
20433
20434         * mm-view.el (mm-view-pkcs7-decrypt):
20435         Replace gnus-completing-read-maybe-default with completing-read.
20436
20437         * gnus-util.el (gnus-completing-read): do.
20438         (gnus-completing-read-maybe-default): Remove.
20439
20440 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20441
20442         * password.el: Only autoload `run-at-time' if not XEmacs.
20443         Only autoload the itimer functions if XEmacs.
20444
20445 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20446
20447         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20448         XEmacsen.
20449
20450         * dgnushack.el: Autoload executable-find for XEmacs.
20451
20452 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20453
20454         * gnus-art.el (gnus-read-string): Remove.
20455         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20456         read-string.
20457
20458 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20459
20460         * netrc.el: Autoload password-read.
20461         (netrc): Add configuration group.
20462         (netrc-encoding-method, netrc-openssl-path):
20463         Add variables for encoding and decoding of files with symmetric
20464         ciphers.
20465         (netrc-encode): Add assistant function to encode a file with
20466         netrc-encoding-method.
20467         (netrc-parse): Add interactive parameter, added optional
20468         decoding if netrc-encoding-method is non-nil but otherwise
20469         behavior is standard.
20470         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20471         Do s/encode/encrypt/ everywhere.
20472
20473         * spam.el: Remove executable-find autoload.
20474
20475 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20476
20477         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20478
20479         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20480
20481 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20482
20483         * gnus-art.el (gnus-treat-ansi-sequences)
20484         (article-treat-ansi-sequences): New variable and function.
20485         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20486
20487         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20488         Use it.
20489
20490 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20491
20492         * mm-util.el (mm-quote-arg): Remove.
20493
20494         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20495         shell-quote-argument.
20496
20497         * gnus-uu.el (gnus-uu-command): do.
20498
20499         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20500
20501         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20502         with make-char.
20503
20504         * mm-util.el (mm-make-char): Remove.
20505
20506         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20507         add-minor-mode.
20508
20509         * gnus-undo.el (gnus-undo-mode): do.
20510
20511         * gnus-topic.el (gnus-topic-mode): do.
20512
20513         * gnus-sum.el (gnus-dead-summary-mode): do.
20514
20515         * gnus-start.el (gnus-slave-mode): do.
20516
20517         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20518
20519         * gnus-ml.el (gnus-mailing-list-mode): do.
20520
20521         * gnus-gl.el (gnus-grouplens-mode): do.
20522
20523         * gnus-draft.el (gnus-draft-mode): do.
20524
20525         * gnus-dired.el (gnus-dired-mode): do.
20526
20527         * gnus-ems.el (gnus-add-minor-mode): Remove.
20528
20529         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20530         Replace gnus-char-width with char-width.
20531
20532         * gnus-ems.el (gnus-char-width): Remove.
20533
20534         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20535         Replace gnus-char-width with char-width.
20536
20537         * gnus-ems.el (gnus-char-width): Remove.
20538
20539         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20540         definition.
20541         Remove Emacs 20 hash table compatibility code.
20542
20543         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20544         20 compatibility code.
20545
20546         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20547
20548         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20549
20550         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20551         Replace with point-at-{eol,bol}.
20552
20553         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20554
20555         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20556
20557         * flow-fill.el (fill-flowed-point-at-bol)
20558         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20559
20560         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20561         Replace with point-at-{eol,bol} throughout all files.
20562
20563 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20564
20565         * ntlm.el (ntlm-string-as-unibyte): New macro.
20566         (ntlm-build-auth-response): Use it.
20567
20568         Remove Emacs 20 stuff:
20569         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20570         (butlast, mapc, remove): Remove the compiler macros.
20571         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20572         of delq and copy-sequence.
20573         * gnus-art.el (popup-menu): Remove the compiler macro.
20574         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20575         Emacs 20.
20576
20577 2004-01-05  Simon Josefsson  <jas@extundo.com>
20578
20579         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20580         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20581         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20582         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20583         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20584         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20585         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20586         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20587         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20588         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20589         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20590         string-xor into ntlm-string-xor.
20591         Suggested by Jesper Harder <harder@myrealbox.com>.
20592
20593         * ntlm.el: Don't include poem.
20594
20595         * md4.el (print-int32, print-string-hexa): Remove.
20596         Suggested by Jesper Harder <harder@myrealbox.com>.
20597
20598         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20599
20600         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20601         probably breaks emacs with DL patch, but do we care? Is anyone
20602         still using the DL stuff?)
20603
20604         * sieve-manage.el: Use the password package.
20605         (sieve-manage-read-passwd): Remove.
20606         (sieve-manage-interactive-login): Use password.  Re-add
20607         condition-case around loop.
20608
20609         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20610         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20611         Use the password package.
20612
20613 2003-02-19  Simon Josefsson  <jas@extundo.com>
20614
20615         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20616         token.
20617
20618 2002-08-07  Simon Josefsson  <jas@extundo.com>
20619
20620         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20621         (sieve-manage-authenticators):
20622         (sieve-manage-authenticator-alist): Add some SASL mechs.
20623         (sieve-sasl-auth): New function.
20624         (sieve-manage-cram-md5-auth):
20625         (sieve-manage-plain-auth): Rewrite using SASL library.
20626         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20627         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20628         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20629         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20630
20631 2004-01-05  Simon Josefsson  <jas@extundo.com>
20632
20633         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20634         New files.
20635
20636 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20637
20638         * gnus-group.el (gnus-no-groups-message): Update.
20639
20640         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20641
20642 2003-11-09  Simon Josefsson  <jas@extundo.com>
20643
20644         * imap.el: Support for ID IMAP extension (RFC 2971).
20645         (imap-local-variables): Add imap-id.
20646         (imap-id): New variable.
20647         (imap-id): New function.
20648         (imap-parse-response): Parse untagged ID response.
20649         * nnimap.el (nnimap-id): New variable.
20650         (nnimap-open-connection): Use it.
20651
20652 2003-12-28  Simon Josefsson  <jas@extundo.com>
20653
20654         * gnus-score.el (gnus-score-edit-all-score): New.
20655         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20656
20657 2004-01-04  Simon Josefsson  <jas@extundo.com>
20658
20659         * password.el: Add.
20660
20661 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20662
20663         * dns.el (dns-query-types): Fix typo.
20664         (dns-query-types): New function.
20665         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20666         PTR and SOA replies, see RFC 1035.
20667
20668 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20669
20670         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20671
20672         * Move to Changelog.2.
20673
20674 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20675
20676         * gnus.el (gnus-version-number): Bump version.
20677
20678 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20679
20680         * gnus.el: No Gnus v0.1 is released.
20681
20682 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20683
20684         * gnus.el: No Gnus v0.0 is released.
20685
20686 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20687
20688         * gnus.el (gnus-version-number): Bump.
20689         (gnus-version): No.
20690
20691 See ChangeLog.2 for earlier changes.
20692
20693   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20694
20695   This file is part of GNU Emacs.
20696
20697   GNU Emacs is free software: you can redistribute it and/or modify
20698   it under the terms of the GNU General Public License as published by
20699   the Free Software Foundation, either version 3 of the License, or
20700   (at your option) any later version.
20701
20702   GNU Emacs is distributed in the hope that it will be useful,
20703   but WITHOUT ANY WARRANTY; without even the implied warranty of
20704   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20705   GNU General Public License for more details.
20706
20707   You should have received a copy of the GNU General Public License
20708   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20709
20710 ;; Local Variables:
20711 ;; coding: utf-8
20712 ;; fill-column: 79
20713 ;; add-log-time-zone-rule: t
20714 ;; End: